Metadata-Version: 2.4
Name: trajan
Version: 0.11.0
Summary: Trajectory analysis package for simulated and observed trajectories
Author-email: Gaute Hope <gauteh@met.no>, Knut-Frode Dagestad <knutfd@met.no>
License-Expression: GPL-2.0-or-later
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.5
Requires-Dist: numpy>=1.23
Requires-Dist: scipy>=1.9
Requires-Dist: netCDF4>=1.6
Requires-Dist: pyproj>=2.3
Requires-Dist: xarray>=2022.6.0
Requires-Dist: pandas>=2
Requires-Dist: cartopy>=0.21
Requires-Dist: click>=8.1
Requires-Dist: cf_xarray>=0.8.0
Dynamic: license-file

# Trajectory analysis ( TrajAn )

[![Build (python)](https://github.com/OpenDrift/trajan/workflows/Python/badge.svg)](https://github.com/OpenDrift/trajan/actions?query=branch%3Amain)
[![Docs](https://github.com/OpenDrift/trajan/workflows/Docs/badge.svg)](https://github.com/OpenDrift/trajan/actions?query=branch%3Amain)
[![PyPI version](https://badge.fury.io/py/trajan.svg)](https://badge.fury.io/py/trajan)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/trajan/badges/version.svg)](https://anaconda.org/conda-forge/trajan)

TrajAn is a Python package with functionality to handle trajectory datasets following the CF-conventions on trajectories:
http://cfconventions.org/Data/cf-conventions/cf-conventions-1.10/cf-conventions.html#trajectory-data

Trajectory datasets contain position time series from e.g. drifting buoys, or output from lagrangian models.

[Documentation and demonstration can be found here](https://opendrift.github.io/trajan/gallery)

