Installation
From PyPI
The simplest way to install FESOMP is via pip:
pip install fesomp
From Source
To install from source:
git clone https://github.com/nkolduno/fesomp.git
cd fesomp
pip install -e .
For development with testing tools:
pip install -e ".[dev]"
Dependencies
Core dependencies (installed automatically):
numpy >= 1.20scipy >= 1.7xarray >= 0.19pandas >= 1.3matplotlib >= 3.5cartopy >= 0.20netCDF4 >= 1.5
Optional dependencies:
shapely >= 2.0- For geographic operations (install withpip install fesomp[geo])
Development dependencies:
pytest >= 7.0pytest-covhypothesis
Requirements
Python 3.10 or higher
Cartopy may require additional system libraries for map projections. See the Cartopy installation guide for details.