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
When the user uploads an AOI GeoJSON file in various tools, we can use this standardised logic:
FMTM
DroneTM
raw-data-api
fAIr
other?
Install the module, then use parse_aoi(), optionally with the merge=True flag if needed (unary_union if overlapping polygons, convex_hull is disjoint polygons)
The text was updated successfully, but these errors were encountered:
When the user uploads an AOI GeoJSON file in various tools, we can use this standardised logic:
Install the module, then use
parse_aoi()
, optionally with themerge=True
flag if needed (unary_union if overlapping polygons, convex_hull is disjoint polygons)The text was updated successfully, but these errors were encountered: