Skip to main content
The 2024 Developer Survey results are live! See the results

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
1 answer
17 views

Validation Problem For Request Class in Spring

In the application, I have an entity class named "Car" and a request class named "AddCarRequest" from which I will get information about that class via user input. @RequestMapping(&...
emir 's user avatar
0 votes
0 answers
6 views

Forgerock Conditional Script of the Property

How to setup when a conditional script in forgerock mapping in the added property that will satisfy the following: Source is active while target is active, after running a reconciliation, both should ...
Joyouess's user avatar
1 vote
1 answer
25 views

Nextflow: channel.fromFilePairs() Map Post Processing

I have a question about channel.fromFilePairs() . I have the following nextflow script: params.reads = "/path/to/my_reads/sample03_L001_R{1,2}_001.fastq.gz" my_reads_ch = channel....
Samuel Morrison's user avatar
-1 votes
3 answers
40 views

Adapt exception type of generic throwing iterator

I have an interface ThrowingIterator, which follows the general contract of Iterator, except the hasNext() and next() methods can throw exceptions: public interface ThrowingIterator<T, E extends ...
EarthTurtle's user avatar
0 votes
0 answers
27 views

<Svelte> making image-map in mobile

I'm trying to make image-mapping in svelte. Actually, this is working in PC but not in mobile. So, I wanted to import rwdImageMaps and this is controlled by jQuery. Because of this, I installed jQuery,...
GraceJoo's user avatar
1 vote
2 answers
55 views

Pandas Map Dictionary with Multiple Values to Dataframe

I have the following dataframe: data = [['BALANCED', 'Corp EUR'], ['YIELD', 'Corp USD'], ['GROWTH', 'HG CHF']] df = pd.DataFrame(data, columns=['STRATEGY', 'ASSET_CLASS'] df STRATEGY ...
Ben's user avatar
  • 173
0 votes
2 answers
33 views

Optimal algorithm for balancing a span of 1s and 0s using only one indicator bit?

Context: line encodings like 8b/10b, 64b/66b and 128b/130b help hardware balance the 0s/1s using an external state. My question only concerns software, not hardware, and instead of an external state ...
Jack G's user avatar
  • 4,870
0 votes
1 answer
15 views

How to remove dynamic field from mapping with Elastic Reindex API

We have a dynamic field defined in multiple indexes that is of type geo_shape, and uses the points_only param. Due to a) the deprecation of points_only in version 7.x, and b) the fact that we don't ...
wonder95's user avatar
  • 4,105
-2 votes
0 answers
39 views

Optimizing data processing with AWS Lambda and DynamoDB [closed]

I'm currently working on a C++ codebase that processes high-throughput data, generating around 5000 records per second. These records are sent in batches to AWS Kinesis Firehose. The data has a column ...
Abdulaziz Hamid Ebrahim's user avatar
0 votes
1 answer
77 views

Get values from for each sheet and put values in another sheet

I am trying to get ranges from all tabs and put values in a specific tab called 'Data' at P col. I have range values at A2:B between all tabs and am trying to get values by mapping method. The issue ...
sona's user avatar
  • 25
-1 votes
0 answers
20 views

Orika Mapper map abstract tree Object

I have an abstract tree class: public abstract class TreeBase { private String fieldName; private List<TreeBase > treeNodeChildren = new ArrayList<>(); ...
Blue Moon's user avatar
2 votes
1 answer
29 views

Why does mapboxapi return a skewed map with apparently incorrect latitude and misplaced relative to data?

I am trying to create several maps across wide latitudinal extents. I am using the Mapbox maps through mapboxapi in R. I would like to know how to do this correctly so that both the map and the data I ...
Tess H's user avatar
  • 47
0 votes
0 answers
9 views

Decoding a mapping in Solidity: Type library IterableMapping is not implicitly convertible to expected type struct IterableMapping.Map storage pointer

Context I am storing the content of the following mapping into a file: pragma solidity >=0.8.25 <0.9.0; import "test/TestConstants.sol"; library IterableMapping { // Iterable ...
a.t.'s user avatar
  • 2,482
0 votes
1 answer
60 views

GoLang - looping through array of structs - can I map?

I'm new to GoLang, coming from Node. A little late to the (definitely not functional) game and need some help understanding approaches, and perhaps just understanding... I want to omit an item from a ...
Harry Lincoln's user avatar
0 votes
0 answers
43 views

How to provide a circle radius that represents real-world distance on an OpenLayers map?

I want to plot a circular Polygon feature that covers 200 hectares on an OpenLayers map. The projection of the map and data is set to EPSG:3857. I believe the solution lies in this code (source), but ...
Sidders's user avatar
  • 131

15 30 50 per page
1
2 3 4 5
658