ClearTables
ClearTables copied to clipboard
An osm2pgsql style to simplify OSM data use
e.g. [`name:source`](https://www.openstreetmap.org/way/80492681)
Refactor generic functions so the only code in type-specific files is tail calls. If a fork wants to globally add a column (e.g. wikidata) they should be able to do...
After a full-planet import with `--slim --cache 35000 --number-processes 4 --flat-nodes` I have some import performance data ``` Node stats: total(3760704706), max(4694471408) in 17887s Way stats: total(396150635), max(475723496) in 30638s...
https://github.com/kartotherian/osm-bright.tm2source/blob/master/data.yml * [ ] landuse * [x] wood * [x] park * [x] nature_reserve * [x] golf_course * [x] national_park * [ ] cemetary * [ ] industrial * [x]...
`route=ferry` ways, with access information. e.g. http://www.openstreetmap.org/way/51790178 It'd also be nice to add `duration` as an [`interval`](https://www.postgresql.org/docs/current/static/functions-datetime.html)
See http://wiki.openstreetmap.org/wiki/Taginfo/Projects It'd be good to list ClearTables on Taginfo. A few constraints - The taginfo JSON will be generated from existing files, not be a new file which needs...
Given that we're selecting specific types of features for the tables, does it make sense to check isarea on polygon tables? I can see that on a linestring table it's...
isarea might not be handling the tags for landforms correctly