Rotated GeoBox didn't survive serialization to disk, and now does
Don't rely on custom encoding["_transform"] instead use attribute
Improved detection of spatial dimensions with non-standard names
This change allows packing data arrays with different geo-registration into one xarray.Dataset
Bands with different native resolutions without upsampling is a good example of such use-case
Allow arbitrary names for dimensions in xr_zeros|wrap_xr (i.e. dims=("T", "Y", "X", "B"))
Make it easy to force y,x names for spatial dimensions even when geobox is in 4326, always_yx=True
Allow arbitrary number of non-spatial dimensions in any position relative to spatial dimensions
Removed "LayerControl present" detection code in .odc.explore as it relies on internal details of folium.Map
ping: @robbibt, the idea is that if user is supplying existing map to .explore() then we won't try adding LayerControl or change map view, and just add ImageOverlay to the existing map
I had some issues with adding multiple images to the same map, looks like it's due to LayerControl and some problem/unexpected behaviour in folium that I have not fully debugged
Mapping functions now expose optional index= parameter, used for layer ordering in folium/ipyleaflet
encoding["_transform"]
instead use attributexarray.Dataset
xr_zeros|wrap_xr
(i.e.dims=("T", "Y", "X", "B")
)y,x
names for spatial dimensions even when geobox is in 4326,always_yx=True
.odc.explore
as it relies on internal details offolium.Map
.explore()
then we won't try addingLayerControl
or change map view, and just add ImageOverlay to the existing mapLayerControl
and some problem/unexpected behaviour infolium
that I have not fully debuggedindex=
parameter, used for layer ordering in folium/ipyleaflet