-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NetCDF result download comes without CRS #54
Comments
Apparently this is not directly supported in xarray: |
Could be some useful stuff in here: |
I was wrong - CRS is set as global attribute of the NetCDF file. This just doesn't seem to be recognized automatically by e.g. QGIS. The projection is therefore accessible through (QGis) properties/information and can then be set manually. |
Thanks for the tip @jonathom |
We're rolling out a new netcdf implementation on dev that encodes the crs in a way that at least GDAL understands. |
Upon downloading results in NetCDF format, no CRS is specified in the file. Is this intentional?
The files appear to be in the corresponding WGS84 UTM zone, which can be assigned later, but this appears not very secure to me.
Example ProcessGraph:
{ "process_graph": { "1": { "process_id": "load_collection", "arguments": { "id": "TERRASCOPE_S2_NDVI_V2", "spatial_extent": { "west": 5.224096231078771, "south": 50.69038597219307, "east": 5.311809621280062, "north": 50.72560528417654 }, "temporal_extent": [ "2020-10-08T00:00:00Z", "2020-10-22T23:59:59Z" ], "bands": [ "NDVI_10M" ] } }, "2": { "process_id": "reduce_dimension", "arguments": { "reducer": { "process_graph": { "1": { "process_id": "min", "arguments": { "data": { "from_parameter": "data" } }, "result": true } } }, "dimension": "t", "data": { "from_node": "1" } } }, "3": { "process_id": "save_result", "arguments": { "data": { "from_node": "2" }, "format": "NETCDF" }, "result": true } } }
The text was updated successfully, but these errors were encountered: