-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
download satellite imagery #5
Comments
Hey again. To address your questions:
Given all of this, once I got the results I did here I figured it was "close enough". As for the last point, dang that really sucks. That is definitely a recent change. Being able to do this almost instantly at very little cost was huge. :( |
Thanks so much for the detailed explanations, now I kind of see how it goes ... these are very insightful notes. |
Thanks for your nice work and the updates!
Two questions:
The original repo (from Neal) seems to download the satellite imagery using the Google Map Static API, in which they set the 'zoom' parameter as 16. Is there a correspondence on planet API? (i.e. how do we ensure we are downloading the same image sets?)
The reproduced R^2 is significantly lower than the ones reported in the original work. This happens even if I change your code to the ways that they compute the R^2 (i.e. metrics.r2_score --> spicy.stats.pearsonr()[0]**2). Though I realize you are using data sets from different years, any other ideas of why that's happening?
Thanks!
[A side note: from https://developers.google.com/maps/billing/gmp-billing, it looks like the Google Map Static API is NOT free even for the first 100K images now?]
The text was updated successfully, but these errors were encountered: