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
One can create a gps.Tile with None given as the no_data_value. In this case, the transformation to a rasterframe implictly takes 0 as the NODATA value, introducing unwanted NaNs in the resulting tile.
The text was updated successfully, but these errors were encountered:
One can create a
gps.Tile
withNone
given as theno_data_value
. In this case, the transformation to a rasterframe implictly takes 0 as the NODATA value, introducing unwanted NaNs in the resulting tile.The text was updated successfully, but these errors were encountered: