Metadata-Version: 2.2
Name: rasterops
Version: 0.1.2
Summary: A package for creating and managing datacubes for coastal resilience analysis.
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.13,>=3.12
Description-Content-Type: text/markdown
Requires-Dist: geospatial-analysis-environment>=0.1.9
Requires-Dist: coastal-resilience-utilities>=0.1.33
Requires-Dist: python-dotenv
Requires-Dist: s3fs

# Create a Datacube for scaling geospatial analyses

See the examples directory and DataCube class for more information on the API.  

Modified from a [tutorial](https://earthmover.io/blog/serverless-datacube-pipeline) by Ryan Abernathy and the Earthmover team.

## Running
This package is intended to be distributed via pip, or with the attached Dockerfile.  It may need some updating to handle volume mounts for data, which can be done in the Makefile.  And I had some trouble publishing to PyPI from my local Mac M1, but it has been running fine on Linux.  

