peermaps / ingest

Convert osm pbf files into a format that can be used in peermaps.
15 stars 1 forks source link

investigate space-filling curves for cheap clustering #9

Open ghost opened 3 years ago

ghost commented 3 years ago

The geospatial database performs better when the underlying data is clustered. This issue is a note to explore adding an additional phase to the processing to cluster records by using a space-filling hashing algorithm on the geographic coordinates of features.