Metadata-Version: 2.4
Name: geospace
Version: 0.4.1
Summary: Geospatial processing library based on GDAL and Google Earth Engine
Home-page: https://github.com/xiejx5/geospace
Author: Cody James
Author-email: xiejx5@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: gdal
Requires-Dist: tqdm
Provides-Extra: fancy-feature
Requires-Dist: pandas; extra == "fancy-feature"
Requires-Dist: requests; extra == "fancy-feature"
Requires-Dist: earthengine-api; extra == "fancy-feature"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


### A python library for geospatial processing based GDAL and Google Earth Engine
=======================

Installation
-----

```bash
pip install geospace -U
```

To Do
-----

-   Time series extration using Google Earth Engine.

Pull requests are encouraged!

License
-------

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any means.
