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
Description
Imagine the source data is a grid that spans the world (say a GeoTIFF or xarray). The source data is defined in a grid that has entries for longitudes starting with -180 and going up to +180. Now image that a user submits a query for longitude values that go from -190 to -170. We should be able to correctly construct a response to this even though it might require slicing the underlying source data structure twice and concatenating the result.
The text was updated successfully, but these errors were encountered:
Description
Imagine the source data is a grid that spans the world (say a GeoTIFF or xarray). The source data is defined in a grid that has entries for longitudes starting with -180 and going up to +180. Now image that a user submits a query for longitude values that go from -190 to -170. We should be able to correctly construct a response to this even though it might require slicing the underlying source data structure twice and concatenating the result.
The text was updated successfully, but these errors were encountered: