Skip to main content

Python package for working with EASE grids.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easepy-1.1.2.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

easepy-1.1.2-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page