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
AreaDefinition.get_lonlats() returns Inf for space pixels in the geostationary projection (coming from PROJ). Since NaN may be preferred in some situations (see #302 for examples), add a new fill_value keyword argument to get_lonlats which can be used to change the fill value. In order to stay consistent with pyproj/PROJ, the default should remain Inf.
The text was updated successfully, but these errors were encountered:
Problem description
AreaDefinition.get_lonlats()
returnsInf
for space pixels in the geostationary projection (coming from PROJ). SinceNaN
may be preferred in some situations (see #302 for examples), add a newfill_value
keyword argument toget_lonlats
which can be used to change the fill value. In order to stay consistent with pyproj/PROJ, the default should remainInf
.The text was updated successfully, but these errors were encountered: