projection dimension coordinates to decimal lat/long #203
Replies: 2 comments 6 replies
-
Hi @rajkumar8581, What's your question exactly? What are you trying to do?
|
Beta Was this translation helpful? Give feedback.
-
to convert between x,y and lon, lat you can use the pyproj package with the relevant "PROJ" string of your Coordinate Reference System. SInce this is not related to xesmf, can I close the topic? |
Beta Was this translation helpful? Give feedback.
-
Hello friends, I have an xarray dataset with projection dimension coordinates (meters in x and y directions from the projection origin in the grid mapping space). Could anyone help me with regridding to decimal lat/long.
(y)
float64
2.165e+06 2.195e+06 ... 4.325e+06
units :
m
standard_name :
projection_y_coordinate
axis :
Y
array([2164827.903951, 2194827.903951, 2224827.903951, 2254827.903951,
2284827.903951, 2314827.903951, 2344827.903951, 2374827.903951,
2404827.903951, 2434827.903951, 2464827.903951, 2494827.903951,
2524827.903951, 2554827.903951, 2584827.903951, 2614827.903951,
Beta Was this translation helpful? Give feedback.
All reactions