Project for the documentation, discussion, and Examples of a standard for a netcdf format for particle tracking model results
This project contains:
One tiny sample for now, generated by a python script, and used for the test code.
python_implementation/nc_particles/tests/sample.nc
And one pretty small example, generated by the NOAA GNOME model:
python_implementation/nc_particles/tests/boston_trajectory.nc
python_implementation
See the build_example.py
script in the examples dir in the python package for how to write files.
And the boston_example.ipynb
iPython notebook for example of how to read the files.