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
Since _GMT_DATASET/_GMT_GRID/_GMT_IMAGE are internal data structures, we can rename these functions without deprecation warnings. Of course, we can also go with the deprecation cycle if you think it's necessary.
The text was updated successfully, but these errors were encountered:
Here I propose renaming the following methods to align with conventions adopted by xarray/pandas/pyarrow:
_GMT_DATASET.to_dataframe
to.to_pandas
._GMT_GRID.to_dataarray
and_GMT_IMAGE.to_dataarray
to.to_xarray
Reference:
Since
_GMT_DATASET
/_GMT_GRID
/_GMT_IMAGE
are internal data structures, we can rename these functions without deprecation warnings. Of course, we can also go with the deprecation cycle if you think it's necessary.The text was updated successfully, but these errors were encountered: