SpatioTemporal / STARE

SpatioTemporal Adaptive Resolution Encoding, a unifying index for geo-located data.
Other
9 stars 7 forks source link

Non-convex case mishandled #54

Open michaelleerilee opened 3 years ago

michaelleerilee commented 3 years ago

From tests on https://github.com/SpatioTemporal/STARE-Cookbooks/blob/master/contrib/jupyter/9y-SidecarFile-Introduction.ipynb there's a case we need to handle. Note the fjords coming off the bay.

image

iter: 5 cartopy.features.COASTLINES.geometries() index: 1690

michaelleerilee commented 3 years ago

And another, but less of a trouble. Note these are with the 1:10m data.

iter: 0 cf.COASTLINE.geometries() index: 1672

image

michaelleerilee commented 1 year ago

Looks like a precision issue. (Not numerical precision, but the precision to which the coastline is followed/sampled.