Skip to main content

Questions tagged [mapping]

Corresponding every element of a given set to a unique element of another set or it may refer to a process of creating data element mappings between two distinct data models (objects)

mapping
0 votes
0 answers
11 views

Map by last characters in GAMS

Consider the following data in GAMS: set SCENARIO / 02, 03 /; set ER2M / ER2M01, ER2M02, ER2M03 /; I want to create the following mapping: set mapER2MSCENARIO(SCENARIO,ER2M) / 02.ER2M02, 03....
Michael's user avatar
  • 575
0 votes
0 answers
28 views

Rakuten RMS Product API ジャンルID (Genre ID)

I am trying to develop a system that will be able to push my products on Rakuten online marketplace in Japan with their API. Their API for that is named Product API, or more recently Item API 2.0. The ...
Jeremy's user avatar
  • 1
0 votes
0 answers
20 views

Longtitude sequence reversed plotting map with Cartoee Python

I am making a map using the Cartoee functionality of geemap in Python. The basemap is srtm from the Earth Engine library. When I make the map and add gridlines, the longitude sequence is backwards ...
SurfProc's user avatar
  • 105
1 vote
1 answer
35 views

What is the core difference between the map(s,d) and map<d>(s)

I have a Api method PATCH like this [HttpPatch("{id}")] public async Task<IActionResult>UpdateCity(int id, [FromBody] JsonPatchDocument<CityUpdateDto> patchDoc) { var ...
Akash Singh Rawat 's user avatar
1 vote
1 answer
133 views

DTO on hexagonal architecture and DDD

I've a spring application (webservice that connect to a database and retrieve data) using a hexagonal architecture and DDD (Domain-Driven Design). The basic struture is Application Controller to ...
JMarques's user avatar
  • 3,064
0 votes
0 answers
25 views

Pandas iterating over columns / map /applymap / stack/unstack function [duplicate]

i have got a Dataframe similiar to this one: d={"PERSNR":["1111","22222","3333"],"KST":["1234","2345","34556"],"...
Mike's user avatar
  • 35
1 vote
1 answer
24 views

Hibernate problem in Oracle handling edge Double values

I'm testing the handling of basic Java values with Hibernate and Oracle. I have an Oracle table with a binary_double column, and I want to insert from Java the value Double.MAX_VALUE, which happens to ...
Ricardo Hoyos's user avatar
2 votes
3 answers
74 views

Pandas Map Multiple Columns Based on Specific Conditions

My organization uses special codes for various employee attributes. We are migrating to a new system and I have to map these codes to a new code based on certain logic. Here is my mappings df Mappings:...
Bijan's user avatar
  • 8,208
-1 votes
1 answer
36 views

How to have multiple types of values (keyword, date..) in same name field in Opensearch

I collect the all container log by using OpenSearch. sometimes, the log has different type value like this. ex1) { "name": "david", "age": "20" } ex2) { "...
Mati Yunhyuk Lee's user avatar
0 votes
3 answers
49 views

Error when applying function to a column in data frame

I had a label column from a pandas dataframe that had so many variance. I want to narrow it down by putting some of the label to another label I chose. The data is supposed to be like this (both ...
user15587046's user avatar
0 votes
0 answers
107 views

Mapping Tuple from Native Query Result to DTO in Spring Data JPA

I'm trying to map the results of a native SQL query executed through Spring Data JPA to a Data Transfer Object (DTO) class. The query retrieves data from two related tables: Data and Address. Here are ...
Yadier Betancourt Martínez's user avatar
0 votes
1 answer
44 views

How to plot x,y,z data in a polar stereographic map in matlab?

I have data from the SAR satellite instrument that is already in a polar stereographic projection. The data comes with x,y coordinates, not lat,lon. Can anyone provide insight on how to plot the z ...
Alexa Ross's user avatar
0 votes
0 answers
20 views

How to make the mapping rules in red hat 3Scale, if they are not sent automatically, they are loaded as empty and sent to the backend

Good morning, I am currently starting to work with Red Hat 3Scale and I am making an api that has the following GET request with QueryParam: /UDB/v1/UDB?ISDN={ISDN}&IMSI={IMSI}&CONTENT={...
Cesar Justo's user avatar
0 votes
0 answers
21 views

How to find map coordinate in html for circle shape?

<map name="LETTERS"> <area shape="rect" coords="2,25,82,123" href="P LETTER.HTML"> <area shape="rect" coords="91,...
user avatar
0 votes
0 answers
6 views

Create a Grid with a colorpattern that shows how many points are located per field in the grid

So i have an array of 168 X and Y coordinates. All of them are between 0 and 1. I would like to create a grid/mesh/heatmap that basically grids the arena into 0:0.05:1 fields and highlights through ...
J3yy3rk's user avatar

15 30 50 per page