Skip to content

karl-nordstrom/easepy

Repository files navigation

easepy

test-main coverage-main license

A python package for working with EASE grids in geodetic coordinates. The documentation is available at https://easepy.readthedocs.io/en/latest/. The code is available at https://github.com/karl-nordstrom/easepy.

Installation

pip install easepy

Example usage

import easepy
ease = easepy.EaseGrid(resolution_m=25000, projection="Global")
# Fetch grid cell centroids
grid_lats, grid_lons = ease.geodetic_grid
# Find corresponding cell indices for particular location(s)
ease_indices, _ = ease.geodetic2ease(lat=46.7, lon=132.1)

Authors:

Please use github issues to make bug reports and request new functionality. Contributions are always welcome.

About

A python package for working with EASE grids.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages