Metadata-Version: 2.1
Name: WKTUtils
Version: 0.0.4
Summary: A few WKT utilities for use elsewhere
Home-page: https://github.com/asfadmin/Discovery-WKTUtils.git
Author: ASF Discovery Team
Author-email: uaf-asf-discovery@alaska.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: GeologyUtils (==0.0.1)
Requires-Dist: dateparser (==1.0.0)
Requires-Dist: defusedxml (==0.6.0)
Requires-Dist: Fiona (==1.8.18)
Requires-Dist: geomet (==0.2.1.post1)
Requires-Dist: kml2geojson (==4.0.2)
Requires-Dist: pyshp (==2.1.0)
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: regex (==2020.11.13)
Requires-Dist: requests (==2.22.0)
Requires-Dist: Shapely (==1.6.4.post2)
Requires-Dist: sklearn (==0.0)

# Discovery-WKTUtils

### To Install as Package, add the following line to requirements.txt:

```bash
git+https://github.com/asfadmin/Discovery-WKTUtils.git@prod#egg=WKTUtils
```

(The package name will be 'WKTUtils'. You can change 'prod' to desired branch).

### Install the requirements file:

```bash
python3 -m pip install -r requirements.ext --upgrade
```


