https://github.com/watmildon/tigermap
A map showing OSM roadways needing review
https://github.com/watmildon/tigermap
data-visualization openstreetmap openstreetmap-data osm-data
Last synced: about 1 month ago
JSON representation
A map showing OSM roadways needing review
- Host: GitHub
- URL: https://github.com/watmildon/tigermap
- Owner: watmildon
- License: apache-2.0
- Created: 2024-02-20T04:38:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T04:00:14.000Z (over 1 year ago)
- Last Synced: 2024-04-13T16:50:25.815Z (over 1 year ago)
- Topics: data-visualization, openstreetmap, openstreetmap-data, osm-data
- Language: Shell
- Homepage: https://watmildon.github.io/TIGERMap/
- Size: 1.1 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIGERMap!
A map to help aid OpenStreetMap mappers in the ongoing effort to complete the [review of data](https://wiki.openstreetmap.org/wiki/TIGER_fixup) from the [TIGER import](https://wiki.openstreetmap.org/wiki/TIGER).Some links with more about TIGERMap and its usage:
* [OSM Community Forum announcement thread](https://community.openstreetmap.org/t/announcing-tigermap-tiger-reviewed-no/110004)
* [OSM Changes that have used this tool](https://resultmaps.neis-one.org/osm-changesets?comment=TIGERMap)
* [Changesets on OSMCHA](https://osmcha.org/?filters=%7B%22metadata%22%3A%5B%7B%22label%22%3A%22hashtags%3D%23TIGERMap%22%2C%22value%22%3A%22hashtags%3D%23TIGERMap%22%7D%5D%7D)Some links on how to perform a "TIGER Review" of an OSM object:
* [Railway](https://wiki.openstreetmap.org/wiki/United_States/Railroads#Editing_Railroads_starting_from_TIGER_data)
* [A Community forum discussion focused on roadways](https://community.openstreetmap.org/t/8228)Inspired by [Amanda McCann's](https://en.osm.town/@amapanda) https://www.waterwaymap.org with a UI overhaul from user [Mxdanger](https://www.openstreetmap.org/user/Mxdanger).
## Layers
The site has 6 overlay layers available but I would love to add anything folks find useful.
* `tiger:reviewed=no` - All items with this key=value. The work to be done.
* `addr:housenumber` - All items with this key=value. Areas where there may be corroborating evidence for roadway names.
* `tiger railway` - All items with `tiger:reviewed=no` and `railway=rail`.
* `tiger pipeline` - All items with `tiger:reviewed=no` and `man_made=pipeline`.
* `National Address Database` - A rough map of where information exists in the [National Address Database](https://www.transportation.gov/gis/national-address-database) data file. This is useful for finding places where you can use NAD to do name review. I have documented my own technique in [this diary entry](https://www.openstreetmap.org/user/watmildon/diary/400827).
* `redlined` - The set of neighborhoods that were historically [redlined](https://dsl.richmond.edu/panorama/redlining/).## Filters
The top navigation bar has a text box for users to input filters that may interest them. Filters always apply to the `tiger:reviewed=no` layer. It currently accepts filter text in the form of key names, key=value, key=value1,value2. It will also allow you to look for all items NOT having a certain key by adding a dash in front of the key value.
No tags have been stripped so there's a rich set of tags to investigate and get inspiration from. Here's some ideas to try:
* cycleway
* lanes
* surface
* tiger:source
* !name
* surface=*
* highway;surface
* highway=trunk
* railway=abandoned
* building=yes
* highway=secondary;surface=paved,asphalt
* leisure=pitch;!sport## Experimental Features
There are a few more special operators that can help investigate data in OSM. These are available on [WAMap](https://watmildon.github.io/TIGERMap/WAMap/) and [UTMap](https://watmildon.github.io/TIGERMap/UTMap/)* Generate a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) for a set of node elements. Ex: `(voronoi)cuisine=pizza`
* Colorize elements based off of values in a key. Ex: `(color)building`## Copyright
Copyright MIT or Apache-2.0