What the corridor under the Manhattan Bridge actually looks like, drawn from open data rather than sketched
The obvious way to draw the walk would be to screenshot a mapping service. It is not done, for two reasons and only one of them is legal. The terms of the major services forbid the derivative work. The more important reason is that a picture traced off a proprietary basemap is not a source: nobody else can regenerate it, so nobody else can check it. Every line on these slides comes from a dataset with an identifier, and the code that turns those datasets into these drawings is in this repository.
The slides are declared in visual-review/carousel.json. Adding one is a single object in the slides array; removing one is deleting that object or setting "enabled": false; reordering is moving it. Then run python build_carousel.py. Artwork is either a named generator in build_carousel.py or an image file. The build refuses to run if a slide has no sources or no caveat, and refuses to run if a generator name is misspelled, so a broken slide cannot ship quietly.
Building footprints and heights: New York City OpenData, dataset 5zhs-2jue. Streets, footways, park and water geometry, and the bridge alignment: © OpenStreetMap contributors, ODbL 1.0. Measured sound levels: MTA document 138061. Fetch the geodata with python data-collection/fetch_geodata.py.