Skip to content

A tiny python program to download aerial photos from nea.geofly.eu

License

Notifications You must be signed in to change notification settings

fabyr/neageoflymapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neageoflymapper

Download a single photo from https://nea.geofly.eu/?desktop= of various zoom levels. (Download and stitch tiles)

Installation (Windows)

Execute the file:

setup.bat

Start (Windows)

Execute the file:

start.bat

Installation & Start (Linux)

Python 3 is required. (Should work with all major versions)

git clone https://github.com/fabyr/neageoflymapper.git
cd neageoflymapper
python3 -m venv env
source env/bin/activate
python -m pip install -r requirements.txt

python main.py

Usage

In order to find the ID of an Image, use the Devtools of a browser as follows (Can usually be opened by pressing F12):

  1. Select the Network or Networking tab
    Devtools Network Tab
  2. Enter getFeature? into the filter
    Filter
  3. Upon selection of a Circle on the map, the corresponding Network request showing the ID should appear.
    Filter
    In this Case the ID is 55345746. This is the ID to enter in the program.

About

A tiny python program to download aerial photos from nea.geofly.eu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published