Skip to content

Python script that extracts tiles from map server and reconstitutes an image.

Notifications You must be signed in to change notification settings

serialc/poseidon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Poseidon

Poseidon is Python script that extracts tiles from the NEPTUN map server and reconstitutes them as an image.

  1. Select a map you desire from NEPTUN.
  2. Start the script by either:
    • passing the parameters through the command line:

      python Poseidon.py [output filename] [NEPTUN code] [zoom level] [tile size]

      python Poseidon.py namur_city 6/007B 2

      python Poseidon.py namur_city 6/007B 3 256

    • or, respond to the prompts (defining tile size is not an option). Poseiden asks for:

      • an arbitrary map name,
      • the map code (formatted something like 6/005),
      • the zoom level (1 will be a small image, 5 very large and high resolution)

Enjoy.

About

Python script that extracts tiles from map server and reconstitutes an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages