Skip to content

microbiomedata/geoloc-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoEngine geolocation tool

Library to request information about a location regarding the elevation, soil type, and landuse from web services host at Oak Ridge National Laboratory.

See https://modis.ornl.gov/rst/ui/#!/products/get_products for more information

Development

Prerequisites

Setup

Install dependencies with Poetry. This will also create a new virtual environment if necessary.

poetry install

Testing

Run the test suite using the Makefile target test.

make test

Linting

Run the linter using the Makefile target lint.

make lint

Some issues can be automatically fixed by running the Makefile target lint-fix.

make lint-fix

Releasing

To release a new version to PyPI, create a new GitHub Release with a tag in the format vX.Y.Z. This will trigger a GitHub Action that will publish the new version to PyPI.