Skip to content

Python wrapper for various available WMS services to simplify the download of orthophotos. Currently focused on Germany.

License

Notifications You must be signed in to change notification settings

ffe-munich/orthophotos-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


orthophotos-downloader

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License

About The Project

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.

(back to top)

Getting Started

  1. Clone the repo
    git clone https://github.com/ffe-munich/orthophotos-downloader.git
  2. Setup a venv with python > 3.9
    python3.11 -m  venv "venv" 
    source venv/bin/activate
  3. Pip install
    pip install .        

(back to top)

Usage

You can find an example of usage in this notebook in the examples folder

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Top contributors:

contrib.rocks image

License

Distributed under Apache-2.0 license. See LICENSE.txt for more information.

(back to top)

About

Python wrapper for various available WMS services to simplify the download of orthophotos. Currently focused on Germany.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages