bovine3dom / H3-MON

Monitor CSV file on disk and paint H3 hexes
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

on radius branch try switching arrow to CSV #6

Open bovine3dom opened 4 weeks ago

bovine3dom commented 4 weeks ago

loading entire UK as CSV at h3 11 resolution works ok after a little lag on main branch

maybe our bottleneck is in loading arrows rather than anything complicated

bovine3dom commented 1 week ago

had a go with switching to arrowloader but it's not clear to me how to use a columnar-table with the h3 layer

                new H3HexagonLayer({
                    id: key,
                    ish3: true,
                    data: data_chunks.get(key),
                    extruded: false,
                    stroked: false,
                    getHexagon: d => {
                        console.log(d)

doesn't ever get called so :shrug: