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
Notice where the shape slices through the middle of the blue line in the south, cutting off a sizable upstream area.
Looking carefully at the RWD result, the shape properties give an area of 20.3 km^2. But the actual geojson shape that is returned (and fed further to analysis in the web app) only has an area of 3 km^3. There are 17 km^2 of the watershed missing.
The text was updated successfully, but these errors were encountered:
Incorrect shapes are being returned by the RWD (watershed) endpoint.
Ex:
Delineating the point 40.54472997284455,-75.18346667289734
curl "https://staging.modelmywatershed.org/api/watershed/" -X POST -H "Authorization: Token xxxx" --data-raw "{""location"":[40.554462,-75.18302],""snappingOn"":true,""dataSource"":""drb""}"
returns the job result
The shape in the response looks like this:
Notice where the shape slices through the middle of the blue line in the south, cutting off a sizable upstream area.
Looking carefully at the RWD result, the shape properties give an area of 20.3 km^2. But the actual geojson shape that is returned (and fed further to analysis in the web app) only has an area of 3 km^3. There are 17 km^2 of the watershed missing.
The text was updated successfully, but these errors were encountered: