- Dinanda Nooney Brooklyn photograph collection
- The Eno collection of New York City views
- Changing New York
- Album of photographs depicting the construction of the Broadway line, New York City Subway
- Album of photographs showing construction of the cable road on Broadway, New York City, in 1891
- Pictorial Description of Broadway
- [Fifth Avenu
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "https://api.data.amsterdam.nl/api/stadsarchief/bouwdossiers/15530", | |
"@type": "sc:Manifest", | |
"label": "Bouwdossier", | |
"sequences": [ | |
{ | |
"@type": "sc:Sequence", | |
"@id": "https://api.data.amsterdam.nl/api/stadsarchief/bouwdossiers/15530/sequence", | |
"canvases": [ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lon | lat | ele | time | skyhawk_strava_velocity_smooth | |
---|---|---|---|---|---|
4.901851 | 52.385264 | 1.49 | 2018-08-21T16:13:27.297Z | ||
4.901612 | 52.385418 | 0.94 | 2018-08-21T16:13:28.074Z | 0.32 | |
4.901550 | 52.385461 | 0.81 | 2018-08-21T16:13:29.004Z | 0.32 | |
4.901504 | 52.385496 | 0.72 | 2018-08-21T16:13:30.003Z | 0.00 | |
4.901473 | 52.385523 | 0.69 | 2018-08-21T16:13:31.003Z | 0.00 | |
4.901460 | 52.385541 | 0.71 | 2018-08-21T16:13:32.003Z | 0.00 | |
4.901462 | 52.385550 | 0.79 | 2018-08-21T16:13:33.003Z | 0.00 | |
4.901482 | 52.385550 | 0.92 | 2018-08-21T16:13:34.003Z | 0.00 | |
4.901518 | 52.385541 | 1.10 | 2018-08-21T16:13:35.002Z | 0.00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const H = require('highland') | |
const request = require('request') | |
H(request('http://s3.amazonaws.com/spacetime-nypl-org/datasets/nyc-streets/nyc-streets.objects.ndjson')) | |
.split() | |
.compact() | |
.map(JSON.parse) | |
.pluck('name') | |
.uniq() | |
.toArray((streets) => { |
Adapted from https://github.com/nypl-spacetime/etl-building-inspector.
Usage:
npm install
node building-inspector
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT decade * 10 AS decade, | |
ST_AsGeoJSON(ST_Union(geometry))::json AS geometry, | |
COUNT(*) AS count | |
FROM ( | |
SELECT | |
geometry, (( | |
date_part('year', lower(validsince)) + | |
date_part('year', upper(validuntil)) | |
) / 2)::int / 10 AS decade | |
FROM |
- http://spacetime.nypl.org/
- http://digitalcollections.nypl.org/collections/fifth-avenue-new-york-from-start-to-finish#/?tab=about
- http://publicdomain.nypl.org/fifth-avenue/
- https://github.com/NYPL-publicdomain/fifth-avenue
fifth-avenue.geojson
- https://github.com/nypl-spacetime/field-of-view
- https://raw.githubusercontent.com/NYPL-publicdomain/fifth-avenue/gh-pages/data/fields-of-view.json
- http://geojson.io/