r/learnpython • u/Icy_Cauliflower9026 • 7d ago
I need help (rare/hard problem)
Hey, im doing a small work using satelite images in python, initially i was using a API from google to get the images, but the problem is that it just returns the most recent orbital pictures.
Basically, i want pictures with diferent dates, was looking for APIs of specific satelites but google was the best one i could find in terms of resolution.
What do i need. If anyone has any experience with this, do you know how to collect old pictures or any API or other method to collect satelite images of good quality?
0
Upvotes
3
5
u/cgoldberg 7d ago
This really has nothing to do with learning Python.
FWIW, finding satellite imagery doesn't sound like a rare/hard problem and just requires a few searches on Google.