onda: error with the geometry parameter
See original GitHub issueThe geometry passed to onda doesn’t seem to work anymore, try for instance the following request (cuont request) made to onda in its end to end test:
The returned error is:
"Error from server : Unable to parse shape given formats \"lat,lon\", \"x y\" or as WKT because java.text.ParseException: java.lang.UnsupportedOperationException: Unsupported shape of this SpatialContext. Try JTS or Geo3D. input: POLYGON ((0.2564 43.1956, 0.2564 43.9078, 2.3798 43.9078, 2.3798 43.1956, 0.2564 43.1956))"
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
GEE Error: Provide 'geometry' parameter when aggregating ...
My end goal is to get one polygon with one value that will be the mean precipitation for a given polygon in specific...
Read more >Required parameters are missing or of wrong types
Meaning: A required parameter is missing or the parameter is the wrong type. The wrong information is being passed to the routine. Recovery:...
Read more >Mesh incompatible error when changing geometry parameter ...
Hi,nI'm trying to do a parametric study using Fluent. I imported my Solidworks model to Spaceclaim and used the pull function to set...
Read more >Feature.GetShape error: "The geometry parameter wa...
Solved: Hello all, I'm building a dockpane with two datagrids that collect user features from user input in a mapview.
Read more >HTab Parameter Error
1. Open the geometry file by clicking on the Geometry Button within the HEC-RAS interface: 2. Open the HTab Parameters Editor within the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Would you happen to have the URL that returned this error? It’s displayed in the logs when you set it (
set_logging(verbose=3)
).It seems that onda hasn’t yet completely recovered from the OVH issue. But we also fixed a bug in EODAG where the locations parameter was wrongly propagated as a special query kwarg (#186).