Why I get some No Value when using Create GeoPoint?

Solved!
IsaacChavez
Level 2
Why I get some No Value when using Create GeoPoint?

I am using the processor Create GeoPoint but I get some empty values. What is the reason?

Screenshot 2024-04-24 at 10.20.12โ€ฏa.m..png

 

0 Kudos
1 Solution
MayeulR
Dataiker

Hi,

 

It is because the longitude is greater than 180 or smaller than -180. Longitude is expected to be between [-180;180] and latitude between [-90;90].

Please use a formula step to apply a modulo (`%`) on your coordinates

Best,

 

Mayeul

View solution in original post

1 Reply
MayeulR
Dataiker

Hi,

 

It is because the longitude is greater than 180 or smaller than -180. Longitude is expected to be between [-180;180] and latitude between [-90;90].

Please use a formula step to apply a modulo (`%`) on your coordinates

Best,

 

Mayeul