Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

sk-zk/AerialImageRetrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AerialImageRetrieval ia a small module for downloading aerial/satellite images from Bing Maps.

The code is based on llgeek/Satellite-Aerial-Image-Retrieval.

How to use it

var ir = new ImageRetrieval();
ir.RetrieveMaxResolution(51.611650, -0.340893, 51.371810, 0.112293, "./output.png", 13);

Simply pass the top left and bottom right corner of your bounding box, the path to the output file, and the zoom level. If tiles of the given zoom level don't exist, a lower level will be used.

Additional properties of the class are:

  • CacheTiles: You can cache tiles locally if you want to create multiple images from the same tiles. Enabled by default.
  • Culture: Sets the culture code of map labels.
  • ImageFormat: Sets the output format.
  • Labeled: Sets if map labels such as city names, street names etc. are included in the image. Enabled by default.
    (This may or may not be the deprecated tileset. I'm not sure.)

Dependencies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages