Skip to content

ecopony/riverscapes-tools

 
 

Repository files navigation

Open GIS

This is a monorepo housing all of the python open-gis tools.

./lib and ./packages

Both ./lib and ./packages contain pep8-compliant python packages.

  • ./lib is for anything that can be shared between tools
  • ./packages is for the tools themselves. They cannot depend on one another.

If you find that your tools have code they need to share you can either pull it into the ./lib/commons package or, if there's enough code, create a new ./lib/whatever package.

Repo guidelines:

We're pretty much using the Gitflow Workflow

  1. All work MUST happen on branches.
  2. Make sure your pull requests merge onto dev and not master.
  3. Hotfixes may be applied directly to master... carefully and after lots of testing.
  4. Add your issue and/or pull request to a milestone to make sure it will be included.
  5. Attach your commits to issues and pull requests by referencing them in commit messages

About

Open-source Python 3.0 tools for the Riverscapes organization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • Shell 4.7%
  • CSS 0.5%
  • Dockerfile 0.4%
  • HTML 0.3%
  • PLpgSQL 0.3%
  • Other 0.2%