metadata of basemap #701
-
I am utilizing the SAM package to segment farmlands, with the 'Satellite' basemap serving as my primary imagery source. I am interested in determining the time/year when the 'satellite' basemap used for segmentation was captured. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't think it is possible to get the medata of imagery diretcly through coding. One workdaround is to use Google Earth Pro os to identify imagery acquation date. |
Beta Was this translation helpful? Give feedback.
-
In case others would like to find the imagery source and acquisition date for many scenes programmatically, I imagine that it could be accessed via the earth.google.com website. This would rely on selenium, among packages. Looking at the site I don't see any easy way to do this as all buttons and text are embedded in what is presumably a JS application. I imagine that native selenium and JS options will not work, unfortunately. Instead, one might have to use pyautogui to automate clicks. See below for example pseudo code.
Be sure to view the terms of service beforehand. |
Beta Was this translation helpful? Give feedback.
I don't think it is possible to get the medata of imagery diretcly through coding. One workdaround is to use Google Earth Pro os to identify imagery acquation date.