-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
Building on the success we had in importing/merging geo-linked bathymetry data, we want to start generalizing remora's data ingestion functionality to allow arbitrary variables pulled from arbitrary sources.
Describe the solution you'd like
Understanding that there are restrictions on the type of data that can be pulled (right now, needs to be a geotif format), we want to be able to provide an arbitrary source and an arbitrary variable. That means gutting the hard-coding in Remora's functions to do with data pulling and rebuilding it to allow for a more flexible approach. Bathymetry has provided a proof of concept for how this can begin, seen here: https://github.com/ocean-tracking-network/remora/blob/thredds_expansion/R/pull_var_arbitrary.R.