A toolkit for downloading satelite imagery from Google API.
pip install pysatimage
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.

