I encounter this HTTP error while working off an example notebook called “CropTypeClassification_Workflow”.
Screenshots and details are in this github issue: gHELP] DownloadFailedException: During execution of task AddGeopediaVectorFeature · Issue #314 · sentinel-hub/eo-learn · GitHub
basically it shows:
DownloadFailedException: During execution of task AddGeopediaVectorFeature: Failed to download from:
http://www.geopedia.world/rest/data/v2/search/tables/2647/features?offset=1000&limit=1000
with HTTPError:
405 Client Error: Method Not Allowed for url: https://www.geopedia.world/rest/data/v2/search/tables/2647/features?offset=1000&limit=1000
Server response: "No resource method found for GET, return 405 with Allow header"
trying to access the endpoint on by own I also get return 405,
Is this the problem from Geopedia API | Geopedia Portal, that they have changed their endpoints or what do I have to do to resolve this?