Skip to content

artoriusss/sid

Repository files navigation

SID: Satelite Imagery Downloader

A toolkit for downloading satelite imagery from Google API.

Installation:

pip install pysatimage

Working example:

To utilize the library, import fetch_image function and input geographic coordinates like in the following code snippet:

from SID import fetch_image

fetch_image(-3.13028, -59.87657)

Within the very first run, you'll be asked to configure three parameters:

  • Zoom level
  • Image resolution (desired image width and height)

If you ever need to change these, you can do so in .sid/preferences.json.

After running the code, you can view your image(s) in satellite_images/, which will be located in the root of your project.

example1 example2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages