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
For a handful of places, I've noticed that the geometry area is inverted at places, causing an area that wraps around the globe. The ones I noticed have been countries, a few broken out in the query below. Screenshot is from taking Fiji's geometry and plugging it into geojson.io. I'm accessing the data through Carto's snowflake catalog. For the US, some tiny island in Alaska triggered it, so it seems to be Multipolygons triggering it.
SELECTDA.GEOMETRYFROMOVERTURE_MAPS__DIVISIONS.CARTO.DIVISION D
LEFT JOINOVERTURE_MAPS__DIVISIONS.CARTO.DIVISION_AREA DA ONDA.DIVISION_ID=D.IDWHERED.IDIN (
'08532860bfffffff0189fef318192d15'--Fiji
, '0850c861bfffffff01aeb407d56d3441'--USA
,'085f12e4ffffffff01a7ecbe4b50fb48'--Tuvalu
,'085012b1bfffffff01e24b3e5cecdf2a'--Russia
)
The text was updated successfully, but these errors were encountered:
Hello,
For a handful of places, I've noticed that the geometry area is inverted at places, causing an area that wraps around the globe. The ones I noticed have been countries, a few broken out in the query below. Screenshot is from taking Fiji's geometry and plugging it into geojson.io. I'm accessing the data through Carto's snowflake catalog. For the US, some tiny island in Alaska triggered it, so it seems to be Multipolygons triggering it.
The text was updated successfully, but these errors were encountered: