You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a browser, that URL seems to return a varying file name e.g. deter-amz-public-2019Set24.zip. However the current python script design seems to always download as deter-amz_all.zip, so I think that is ok with a minor edit to the script.
Another change is the contents of the zip have been renamed e.g. deter_public.shp (was deter_all.shp). Again this seems to be ok with another minor edit to the script.
Also the attributes have changed, however by luck the renamed VIEW_DATE is still the 4th attribute, so the current code that extracts the date value seems to still work.
All of the above is what I've gleaned from testing and making the obvious edits to the script (e.g. URL). I don't have a deep understanding of what the script is doing so it would be great if someone who can debug python could review my analysis above.
The text was updated successfully, but these errors were encountered:
The download page has changed recently. From my analysis, the section we want is now labeled "Notices - Legal Amazon".
Clicking on the Download button for that entry now points to:
http://terrabrasilis.dpi.inpe.br/file-delivery/download/deter-amz/shape
Using a browser, that URL seems to return a varying file name e.g. deter-amz-public-2019Set24.zip. However the current python script design seems to always download as deter-amz_all.zip, so I think that is ok with a minor edit to the script.
Another change is the contents of the zip have been renamed e.g. deter_public.shp (was deter_all.shp). Again this seems to be ok with another minor edit to the script.
Also the attributes have changed, however by luck the renamed VIEW_DATE is still the 4th attribute, so the current code that extracts the date value seems to still work.
All of the above is what I've gleaned from testing and making the obvious edits to the script (e.g. URL). I don't have a deep understanding of what the script is doing so it would be great if someone who can debug python could review my analysis above.
The text was updated successfully, but these errors were encountered: