Metadata-Version: 2.3
Name: geoenv
Version: 0.2.0
Summary: A Python library that links geographic coordinates to environmental properties at a global scale.
License: MIT
Author: Colin Smith
Author-email: colin.smith@wisc.edu
Maintainer: Colin Smith
Maintainer-email: colin.smith@wisc.edu
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: daiquiri (>=3.3.0,<4.0.0)
Requires-Dist: geopandas (>=1.0.1,<2.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# geoenv

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
![example workflow](https://github.com/clnsmth/geoenv/actions/workflows/ci-cd.yml/badge.svg)
[![codecov](https://codecov.io/github/clnsmth/geoenv/graph/badge.svg?token=2J4MNIXCTD)](https://codecov.io/github/clnsmth/geoenv)

A Python library that links geographic coordinates to environmental properties at a global scale.

## Installation

Currently, `geoenv` is only available on GitHub.  To install it, you need to have [pip](https://pip.pypa.io/en/stable/installation/) installed. Once pip is installed, you can install `geoenv` by running the following command in your terminal:

    $ pip install git+https://github.com/clnsmth/geoenv.git@main

## Demo and Usage

## API Reference and User Guide

The API reference and user guide are available on [Read the Docs](https://geoenv.readthedocs.io).

