ClearTables icon indicating copy to clipboard operation
ClearTables copied to clipboard

An osm2pgsql style to simplify OSM data use

Results 38 ClearTables issues
Sort by recently updated
recently updated
newest added

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]...

new table
new column

`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)

new table
new column

not sure how to handle area vs lines for this

new table

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...

experimental

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...

experimental

isarea might not be handling the tags for landforms correctly