Alan D. Snow
Alan D. Snow
Interesting. Are you able to provide the input files?
This may require #296 as the current method for loading brings it all into the same array.
> replaced with VRT files with only a single band, to work around this problem That sounds like a reasonable workaround. If you have a way of making a VRT...
Related to #495, if you set `mask_and_scale=False`, then it will behave as expected.
> Since we introduced the customizable http_client behavior one year ago, MSAL could potentially be used with other http stack. So, it would be difficult to introduce yet another set...
I am really excited about this discussion. I know of other libraries that have done the same thing and have written internal libraries myself. If possible, I would hope that...
Here is an example of how it would look on a dataset: ``` Dimensions: (x: 65, y: 31) Coordinates: * x (x) float64 ... * y (y) float64 ... time...
> In your own projects and use of raster-like data, do you ever deal with non-uniform/non-projected data? I have dealt with non-uniform data in the geographic projection. I have found...
That is interesting, I am definitely not an expert with non-uniform datasets. From the satellite datasets I have used, the 2D latitude and longitude coordinates are stored in the datasets...
It is not in the dimension, it is the *coordinate* attribute in the variable. That is handled automatically by xarray when writing `to_netcdf` if you add the *crs* to the...