pnoll1 / osmand_map_creation

OSM data + open address data compiled for use in OSMAnd
GNU General Public License v3.0
79 stars 2 forks source link

naive slicer #12

Closed pnoll1 closed 3 years ago

pnoll1 commented 3 years ago

osmand map creator has intermittent issues with large files and/or files with large numbers of addresses added from openaddresses. A basic slicer that will split the country/subregion in a chosen number of parts with proper names based on area would save the manual work of creating configs to slice properly(based on the amount of data).

pnoll1 commented 3 years ago

bbox returned by osmium not good enough for this. ri returns [-73.9710005, 40.1581762, -20.000017, 47.4598397]. basics of code are in naive_slicer branch.

pnoll1 commented 3 years ago

no alternative has presented itself, closing since there's no way forward.