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
When using EQLHarmonic to predict a given field on any set of points through the grid and profile methods we can optionally pass a projection in order to get the resulting object in geographic coordinates. Would be nice if these two methods change the dims to ("latitude", "longitude") if projection is not None and the dims parameter hasn't been passed.
Are you willing to help implement and maintain this feature? Yes
The text was updated successfully, but these errors were encountered:
santisoler
changed the title
Set dims to longitude and latitude in EQLs if projection is passed
Set dims to longitude and latitude in EQLHarmonic if projection is passed
Apr 23, 2021
Description of the desired feature
When using
EQLHarmonic
to predict a given field on any set of points through thegrid
andprofile
methods we can optionally pass aprojection
in order to get the resulting object in geographic coordinates. Would be nice if these two methods change thedims
to("latitude", "longitude")
ifprojection
is notNone
and thedims
parameter hasn't been passed.Are you willing to help implement and maintain this feature? Yes
The text was updated successfully, but these errors were encountered: