Skip to main content

Questions tagged [transform]

Coordinate and other transformations. You probably want a more specific tag like [css-transforms].

transform
0 votes
0 answers
7 views

Plotting NWS Forecast Data (GRIB Data) in Alaska which crosses the dateline

I am trying to plot the National Weather Service Forecast data over Alaska. NWS Data is in a GRIB2 format. After trying all the projections, it seems ccrs.PlateCarree() is the only one where the data ...
Eric Drewitz's user avatar
0 votes
0 answers
7 views

Get Transformed Box Coordinates in Javascript (getBoxQuads)

I've created a polyfill for the getBoxQuads API (https://hacks.mozilla.org/2014/03/introducing-the-getboxquads-api/), but it does not work if I use transform in css with perspective in it. (see my ...
Jochen Kühner's user avatar
0 votes
0 answers
20 views

Expand the json string to multiple columns in pyspark (python)

I need to expand the Json object (column b) to multiple columns. From this table, Column A Column B id1 [{a:1,b:2}] id2 [{a:1,b:2,c:3,d:4}] To this table, Column A a b c d id1 1 2 id2 1 2 3 4 ...
Jack9406's user avatar
0 votes
1 answer
11 views

How is VisionOS RealityKit calculating it's rotation (roll pitch yaw)?

Problem Apple has an object for tracking the wrist such as anchor.originFromAnchorTransform and on this object, there is a rotation field that is protected so I can't access it, but it gets printed if ...
Luke Xu's user avatar
  • 2,392
0 votes
0 answers
25 views

Copy object in same array in jolt with key name change

I want to copy some piece of object in array and put it in same array. Also i want to change key of new object. I want to duplicate only if it matches with some value which is there in array itself. ...
vinayak gupta's user avatar
1 vote
0 answers
22 views

pyproj Transform returns inf values

I am transforming x and y coordinates from NAD27 NM EAST FTUS to lat long. This code had worked in the past, but just tried it recently and it is not working. Any ideas what could be happening? I am ...
Veronica Guzman's user avatar
0 votes
1 answer
49 views

Making a poster: how to place Artists in a Figure using mm and top-left origin

I want to prepare a "portrait" A0 poster (841mm × 1189mm) placing different Artists (no Axes, but Rectangles and Texts) specifying their positions in mm from the top-left corner of the ...
gboffi's user avatar
  • 24.3k
0 votes
0 answers
26 views

Fitting count data with negative binomial - long tail

I am having difficulties setting up the model and understanding what i can do. As background I beach clean-up events where we recorded the total number of counts of debris - which is my response ...
Catarina Serra Gonçalves's user avatar
2 votes
2 answers
34 views

Modify json based on condition with jolt

I am given the below json and it needs to be concatenated based on condition if it not null { "id": "4583", "price": "149.99", "sale_price": &...
shelby's user avatar
  • 33
0 votes
0 answers
31 views

Access 2016 - Change multiple rows of PC numbers into columns against UserID [duplicate]

I am trying to sort a list of Users and the PCs they use. Currently it is in the format: User PC AA1 123 AA1 124 AA1 125 BB1 126 CC1 127 CC1 128 But I want it more like: User PC1 PC2 PC3 AA1 ...
NinjaKittens's user avatar
-3 votes
0 answers
31 views

Transform the value of column to number of rows in dataframe [duplicate]

I want to transform the column value to number of rows. E.g. data1 |Month | Number | | --------| -------- | | March | 1 | | April | 2 | | April | 2 | The output I want ...
Axl Rose's user avatar
0 votes
1 answer
27 views

Transforming Data in Spotfire (Combining Columns)

I am trying to create single columns from multiple columns in Spotfire and can't quite get it right. Currently my data is in this format (I have a column for each item I would prefer to have as a row ...
Magda Dolena's user avatar
-1 votes
0 answers
13 views

directional hover effect? animation? transition

im feeling fairly new to hover animations and ive looked everywhere to try and achieve this effect for about a month. is there any examples I can look at to achieve this? video to YouTube link is ...
Bryan Monterrey's user avatar
0 votes
0 answers
7 views

Applying a function to all imputed datasets at once?

Thank you so much in advance for your help! Long story short, I am trying to get data ready for a mixed effects model after imputing 50 data sets. I have an object BP.3_impute_list which contains 50 ...
icecreamsundaes's user avatar
1 vote
0 answers
82 views

Issue in Azure workflows XML Transform gives Functions.XsltNetFxLanguageWorkerFunction

Some workflows with XML Transform fail with the message InternalServerError Exception while executing function: Functions.XsltNetFxLanguageWorkerFunction A restart of the same process, in most cases ...
PeterS's user avatar
  • 71

15 30 50 per page
1
2 3 4 5
402