You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a DataArray is passed without any CRS, we could assume that it is WGS 84 and write it automatically. Same for nodata, we could assume it's np.nan (if the type of the data is floating-point):
When a DataArray is passed without any CRS, we could assume that it is WGS 84 and write it automatically. Same for
nodata
, we could assume it'snp.nan
(if the type of the data is floating-point):See #34
The text was updated successfully, but these errors were encountered: