Python wrapper for various available WMS services to simplify the download of orthophotos. Currently focused on Germany.
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
Orthophotos provide a high-precision data foundation for various applications in remote sensing – from environmental research to urban planning. However, Germany's federal structure means that each state has its own services and interfaces for providing this data, making nationwide usage cumbersome and complex.
With this software, we offer a central, user-friendly solution that allows users to download orthophotos independently of the respective state services. The software will support various data formats, including RGB and RGBI, and enable flexible geographical queries.
- Clone the repo
git clone https://github.com/ffe-munich/orthophotos-downloader.git
- Setup a venv with python > 3.9
python3.11 -m venv "venv" source venv/bin/activate
- Pip install
pip install .
You can find an example of usage in this notebook in the examples folder
- Interface to give an area overlapping different wms services
- Command Line Interface
- Integrate all WMS in germany
- Bavaria
- Baden‑Württemberg
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under Apache-2.0 license. See LICENSE.txt
for more information.