Template repostitory for stactools packages.
- Clone this repository and name it
stactools-{NAME}, whereNAMEis your package name. This name should be short, memorable, and a valid Python package name (i.e. it shouldn't start with a number, etc). - Update
setup.cfgwith your package name, description, and such. - Rename
src/stactools.corinetosrc/stactools/{NAME}. - Rewrite this README to provide information about how to use your package.
- Update the LICENSE with your company's information (or whomever holds the copyright).
- Update the environment name in
environment.yml. - Update the environment variables in
.github/workflows/release.ymlto the appropriate values to publish for your organization. - Update all scripts in the
dockerdirectory to refer tostactools-{NAME}andstactools-{NAME}-dev.