Replies: 1 comment 4 replies
-
|
Without the actual file, it is hard to really debug this as there are many potential issues.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hello and first of all thanks for this neat project!
I am currently trying to create a NetCDF with Python and rioxarray that is in EPSG:4326 coordinate system.
This is a sort of alternative to my question already posted on gis.stackexchange.com.
I am starting from a CSV file with
latitude,longitude,timecolumns which I use as dimensions, and other columns which are used as variables.The workflow I am following to create the NetCDF file from the CSV is as follows:
rio.write_grid_mappingrio.write_crsHere is the code I am using:
This all seems to write the nc file correctly, except that when I try to visualize it in QGIS or Panoply its content is not displayed in the correct place in the World.
It should cover Africa, while I am getting strange positioning like the ones in the pictures below. I would greatly appreciate any help to solve this issue. Many thanks in advance.
I also insert the info based on Panoply:
Beta Was this translation helpful? Give feedback.
All reactions