_load_remote_dataset: Rename the parameter names 'dataset_name'/'dataset_prefix' to 'name'/'prefix' #3190
Labels
maintenance
Boring but important stuff for the core devs
Milestone
In the
_load_remote_dataset
function, we have parametersdataset_name
anddataset_prefix
. I propose todataset_name
toname
dataset_prefix
toprefix
_
fromdataset_prefix
, e.g.,dataset_prefix="earth_relief_"
should beprefix="earth_relief"
.Originally posted by @seisman in #3120 (comment)
The text was updated successfully, but these errors were encountered: