Skip to content

OceanParcels/parcels-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages