I'm accessing the Dataset MODIS/061/MCD64A1 (MODIS Burned Area Monthly Global 500m) and am noticing the Dataset and DataArray report different projections. From what I understand, the Dataset appears to be EPSG:4326, but the DataArray contained within it is reported as SR-ORG:6974. This seems strange as the default appears to be EPSG:4326.
Hello!
I'm accessing the Dataset
MODIS/061/MCD64A1
(MODIS Burned Area Monthly Global 500m) and am noticing the Dataset and DataArray report different projections. From what I understand, the Dataset appears to beEPSG:4326
, but the DataArray contained within it is reported asSR-ORG:6974
. This seems strange as the default appears to be EPSG:4326.The output seems to be getting closer to usable after the commit Add 'm' as another synonym for 'meter'
Is this intentional behaviour or am I misunderstanding or doing something silly here?
Here's a minimum example:
Standard out:
When written using
ds.to_netcdf(..)
, and examining it with gdalinfo:Displaying it in QGIS, which reports "Layer has no coordinate reference set", so forcing EPSG:4326:
Versions:
Any hints for me?