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
Some sample / item combinations raise a rioxarray.exceptions.NoDataInBounds error. In some cases, this happens even when the bounding box used is within the bounds of the imagery
Determine why this error occurs. Are we calculating bounding boxes correctly?
Implement better handling of this error in satellite_data.py/download_satellite_data
This appears to be caused by projection issues. To reproduce take a tif where the no data in bounds error occurs and reproject to the CRS of the lat lon point. Then, look at the xarray DataArray and you'll see that the lat/lons on the tif do not contain the lat/lon point. It's still unclear to me why the planetary computer registers the point as being in the bounding box.
Some sample / item combinations raise a
rioxarray.exceptions.NoDataInBounds
error. In some cases, this happens even when the bounding box used is within the bounds of the imagerysatellite_data.py/download_satellite_data
related to #22
The text was updated successfully, but these errors were encountered: