Metadata-Version: 2.4
Name: modland
Version: 1.1.2
Summary: georeferencing for MODIS/VIIRS sinusoidal tiles
Author-email: "Gregory H. Halverson" <gregory.h.halverson@jpl.nasa.gov>
Project-URL: Homepage, https://github.com/JPL-Evapotranspiration-Algorithms/modland
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: affine
Requires-Dist: geopandas
Requires-Dist: numpy
Requires-Dist: pyproj
Requires-Dist: rasterio
Requires-Dist: rasters
Requires-Dist: scipy
Requires-Dist: shapely
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# `modland` Python Package

![CI](https://github.com/JPL-Evapotranspiration-Algorithms/modland/actions/workflows/ci.yml/badge.svg)

The `modland` Python package generates georeferencing information for [MODIS/VIIRS Sinusoidal tiles](https://modis-land.gsfc.nasa.gov/MODLAND_grid.html).

The Julia equivalent for this package is [MODLAND.jl](https://github.com/STARS-Data-Fusion/MODLAND.jl).

[Gregory H. Halverson](https://github.com/gregory-halverson-jpl) (they/them)<br>
[gregory.h.halverson@jpl.nasa.gov](mailto:gregory.h.halverson@jpl.nasa.gov)<br>
NASA Jet Propulsion Laboratory 329G

![modland grid](modland_grid.jpeg)

## Environment

```
mamba create -y -n modland -c conda-forge python=3.11 jupyter pykdtree 
mamba activate modland
```

## Installation

This package is available on PyPi as a [pip package](https://pypi.org/project/modland/).

```bash
pip install modland
```

## Usage

```python
import modland
```
