geogridfusion.geogridfusion.add_user_path#

geogridfusion.geogridfusion.add_user_path(name: str, path: str, periods: str, grid_resolution: str, template_ds: Dataset) None[source]#

add a path that can be accessed by geogridfusion

Parameters:
  • name (str) – variable name that will be used to access reference the store

  • path (str) – path to the store, use absolute paths for safety

  • periods (str) – number of entries on time axis. this should be changed to periods or length. if data does not depend on time, enter ???

  • grid_resolution (str) – resoultion in km. ex on a 2x2 km grid enter “2”, for 4x4 km enter “4”.

  • template_ds (xr.Dataset) – template xarray dataset used to lazily intialize a zarr store, actual data not required. it is possible to use a lazy schema but we will not do this