This package contains python3 clients to the SemTK services. Tested on Python 3.7.5. May be incompatible with Python 3.7.6+
API Documentation is auto-generated and available online at: readthedocs.io
For more info, see ./doc.
Shown with a sample commit tag. You'll want to choose the latest or one that works for you:
pip install git+https://github.com/ge-semtk/semtk-python3@d44a45941d06ec6466bbe61bfd81cd667d6a5137
or just get the latest:
pip install git+https://github.com/ge-semtk/semtk-python3@master
In requirements.txt it could look like:
semtk-python3 @ git+https://github.com/ge-semtk/semtk-python3@d44a45941d06ec6466bbe61bfd81cd667d6a5137
or
semtk-python3 @ git+https://github.com/ge-semtk/semtk-python3@master
pip install wheel
python3 setup.py sdist bdist_wheel
Alternatively, use the wheel file provided in semtk-python3/dist/
python -m pip install /path/to/whl/file
For sample usage, see demo.py