Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.03 KB

File metadata and controls

29 lines (18 loc) · 1.03 KB

Parcels Data

Overview

This repository contains datasets for use in Parcels tutorials or examples.

Available datasets

See parcels/tools/exampledata_utils.py for a list of available datasets.

Adding a new dataset

  1. Choose a (filename safe) name for your dataset. This will be used as a key to refer to the dataset in the Parcels, and will also be the name of the folder.
  2. Assuming you have your folder with your data files. E.g.,
MovingEddies_data
├── moving_eddiesP.nc
├── moving_eddiesU.nc
└── moving_eddiesV.nc

just move this to the data directory.

  1. Update parcels/tools/exampledata_utils.py accordingly to include your new dataset.

Git LFS isn't used for this repo as the datasets are small, and we are using the GitHub https://raw.githubusercontent.com/ to get the data.