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
Following from the works in issue IQSS/dataverse#9331 and talks with @pdurbin and @atrisovic, EasyDataverse should be extended to a classmethod that initializes/adds NetCDF data (bounding box only atm) to a Dataset object, if the geospatial metadata block is present.
Here is an example notebook, which already extracts the bounding box, but may need some optimization. Currently, it's just extracting it based on unit, but I think it doesn't align to both PRs atm.
Following from the works in issue IQSS/dataverse#9331 and talks with @pdurbin and @atrisovic, EasyDataverse should be extended to a
classmethod
that initializes/adds NetCDF data (bounding box only atm) to aDataset
object, if the geospatial metadata block is present.This method should follow the implementation of @pdurbin IQSS/dataverse#9523 or @atrisovic pdurbin/dataverse#2 - We may decide which one is the final one, if not already decided?
Here is an example notebook, which already extracts the bounding box, but may need some optimization. Currently, it's just extracting it based on unit, but I think it doesn't align to both PRs atm.
The text was updated successfully, but these errors were encountered: