Installation
Requirements
- Python ≥ 3.10
- A free NASA Earthdata account (required to search and download data)
Standard Install
This installs the core package with all core functionality: NASA Earthdata integration (earthaccess), CF-convention support (cf-xarray), and spatial interpolation (scipy). The package is available on PyPI.
L2 / Swath Data with xoak
To use advanced xoak-based spatial lookup algorithms (2-D lat/lon swath data via xoak and scikit-learn):
All Optional Features
Development Install
Clone the repository and install in editable mode with all dev dependencies:
git clone https://github.com/fish-pace/point-collocation.git
cd point-collocation
pip install -e ".[xoak-extra,dev]"