dirediredock / IcosphereTileEarth

Spinoff of SphericalEarth, this repo deals with projecting icospheres into geodetic space, and the challenging triangles that exist crossing the antipode of the Prime Meridian.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IcosphereTileEarth

A spinoff of my SphericalEarth repo. It was through visualizations that I found a problematic feature of 2D geospatial arrays: data points at the other side of the Prime Meridian cross from negative to positive longitude values. This is a big problem when running flat spatial-temporal models, because there is a synthetic “edge” that does not exist in real life, because Earth is a sphere. To solve this, I developed an icosphere segmentation method that isolates regions with these problematic negative-to-positive numeric jumps, and highlights any datasets contained within these bounds. An index of points with this unique property is essential for moving towards dynamic “edgeless” Earth models that work, fundamentally, on planetary datasets as parts of a sphere.

About

Spinoff of SphericalEarth, this repo deals with projecting icospheres into geodetic space, and the challenging triangles that exist crossing the antipode of the Prime Meridian.

License:MIT License


Languages

Language:MATLAB 80.1%Language:Python 19.9%