Skip to content

munshkr/geoproc

Repository files navigation

geoproc

An open source toolkit for processing geospatial imagery with ease

CI Codecov Issues License

This is mostly a proof of concept and is rapidly changing. Not suited for production!

Features

  • Uses rio-tiler and COGs for efficiently reading and writing on demand.
  • Work with multiple datasets in a straightforward and consistent way
  • Make it easy to manipulate images (band concatenation, resampling, reprojecting, clipping, vectorization and rasterization, etc.)
  • Efficient image processing (multiprocessing)
  • Use it either from your laptop or in a computing cluster in the cloud

Development

Run make install to install dependencies.

Run make run to start development API server.

Run make test to run tests. You can also do make test-watch to watch for files and run tests automatically on changes.

Run make docs to start Sphinx autobuild server.

Contributing

Bug reports and pull requests are welcome on GitHub at the issues page. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This project is licensed under Apache 2.0. Refer to LICENSE.