Skip to main content

Questions tagged [transformation]

Generally means modifying the shape or appearance of objects while preserving the content. Common applications are transformations of vectors, quaternions, matrices or XML files.

transformation
0 votes
0 answers
7 views

FME- problems transforming GML to IFC

I created a very simple model where I added a GML reader and I want to transform it to IFC. When I run it, numbers appeared on the connectors. These numbers match with the number of features per ...
John Perez's user avatar
0 votes
0 answers
23 views

Issues with React Konva Transformer Detachment and NaN Warnings in Lasso Tool Implementation

Question: I am trying to create a lasso tool similar to the one in Google's Jamboard using React Konva. However, I've been struggling with several issues for weeks. Despite trying various approaches, ...
Mamta's user avatar
  • 13
0 votes
0 answers
11 views

Transform xy in a 2d plane to increase distance

I have N points in a 2d plane bounded region (0,1). I want to transform them such that distance between two points is increased proportional to how close they are to center horizontal line, (similar ...
Vishal Pathak's user avatar
1 vote
2 answers
58 views

Is there a way to change the slope of a data set?

I have the next data frame with the activity of some cells measured with emitted fluorescence. As fluorescence increases, so the activity of the cell does. I wonder if there is a way to change the ...
Luis Angel's user avatar
-3 votes
1 answer
32 views

Transform Expanding Tablular Data into a Flattened Structure - Excel VBA [closed]

I have a expanding table of data that I am looking to convert into a flattened structure so that I can import into a fixed SQL format table. The number of columns will continue to expand as time goes ...
Saket Nigam's user avatar
0 votes
0 answers
7 views

IndexError when using UperNetForSemanticSegmentation with Swinv2Config in Transformers

I'm trying to use the UperNetForSemanticSegmentation model with a Swinv2Config backbone from the transformers library for semantic segmentation without using pretrained model. However, I'm ...
noob's user avatar
  • 740
0 votes
2 answers
77 views

XML transformation - duplicate node and concat string to existing tag values

Im new to xsltproc and want to transform this XML: <services> <event name="Something.zip"> <enabled>true</enabled> <bindings> &...
Blurred_Vision's user avatar
0 votes
1 answer
26 views

Overwrite character data (untagged text) contained in a specific tag and add to that block another tag, using XSLTPROC

I need to execute XML transformation on some .xml files based on untagged text contained in specific tag. The problem is that although the untagged text is constant, the "activity" node name ...
scaleTillDust's user avatar
0 votes
0 answers
52 views

How to use a conditional with modify-overwrite-beta in JOLT

I'm looking to use the modify-overwrite-beta operation but I'm running into an error. OVERWRITR cannot have TransposePathElement RHS I've looked into solutions and I found one that almost worked. ...
Peter Massarello's user avatar
0 votes
0 answers
30 views

Transition: transform is acting weird when on different zoom level

I have a html dashboard script that include a compass , red arrow and a ship. Scenario : When the api provide value heading, the red arrow and the ship will rotate based on the direction given. For ...
lookpix3000 lxx's user avatar
0 votes
1 answer
35 views

OpenLayers: WFS response (GML2) is highlighted. But not transformed correctly?

Based on the previous stackoverflow issue. I have a map with polygon displayed highlighted in red with the click on the map. New features are rendered as expected and instead they are landing ...
Kashi's user avatar
  • 3
0 votes
1 answer
39 views

Make a seamless texture sampling over a rectangle transformed by affine 3x3 matrix

Question background: I need to align two images with the same resolution and display the alignment on an OpenGL canvas. So I prepared the vertices like so: float vertices[] = { // positions ...
Patrik Staron's user avatar
0 votes
1 answer
39 views

Copying certain fields to every array object on a JSON Transformation with JOLT

I'm struggling with transforming a JSON with JOLT. I have the following input JSON: { "AAA": { "Product":"Product A", "Owner": { ...
Mathias's user avatar
1 vote
2 answers
43 views

Concatenate values under into a new column

Consider this df: data = {'ID': [1071.0, 1072.0, nan, 1074.0, 1076.0, nan, nan, nan, 1077.0], 'Name Type': ['Primary Name', 'Primary Name', 'Also Known As', 'Primary Name', 'Primary Name', 'Low ...
nzskra's user avatar
  • 171
0 votes
1 answer
152 views

How to get group by transformation in Grafana dashboard table over joined metrics working correctly?

In a relational database you can use the group by feature to eliminate duplicate rows. Here's an example using postgresql: # select * from test order by cluster; cluster | foo | bar ---------+-----+...
Tom's user avatar
  • 119

15 30 50 per page
1
2 3 4 5
233