Metadata-Version: 2.2
Name: geospatial-analysis-environment
Version: 0.1.3
Summary: Geospatial analysis environment.
Author-email: Chris Lowrie <lowriechris779@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: xarray
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: fiona
Requires-Dist: numpy
Requires-Dist: rioxarray
Requires-Dist: rasterio
Requires-Dist: h5netcdf
Requires-Dist: matplotlib
Requires-Dist: google-cloud-storage
Requires-Dist: pytest
Requires-Dist: s2sphere
Requires-Dist: fastparquet
Requires-Dist: pyarrow
Requires-Dist: zarr
Requires-Dist: fsspec
Requires-Dist: gcsfs
Requires-Dist: odc-geo
Requires-Dist: numba==0.60.0
Requires-Dist: xarray-spatial
Requires-Dist: s2sphere
Requires-Dist: pytest
Requires-Dist: tqdm
Requires-Dist: memory_profiler
Requires-Dist: joblib

# Spatial Analysis Environment

This repo abstracts the basics of a spatial analysis environment, so it can be used consistently across microservices.

## Usage

```bash
make build
make run
make lock
make publish

```
