-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatasets.json
57 lines (57 loc) · 1.53 KB
/
datasets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"Pluto": {
"name": "PLUTO",
"tag": "pluto",
"version": "21v4",
"urls": [{
"url": "https://www1.nyc.gov/assets/planning/download/zip/data-maps/open-data/nyc_pluto_21v4_csv.zip",
"hash": "5d83526cbc14e0b4aa5038199eb74f68958470b5"
}],
"accessedOn": "2022-03-06",
"files": [
"pluto_21v4.csv"
]
},
"MapPluto": {
"name": "MapPLUTO",
"tag": "mapPluto",
"version": "21v4",
"urls": [{
"url": "https://www1.nyc.gov/assets/planning/download/zip/data-maps/open-data/nyc_mappluto_21v4_shp.zip",
"hash": "7047253d6202db6ad30d677d2ee97dc8e3ff5dfd"
}],
"accessedOn": "2022-03-06",
"files": [
"MapPLUTO.shp"
]
},
"ZoningTaxLot": {
"name": "NYC Zoning Tax Lot Database",
"tag": "zoningTaxLot",
"version": "January 2022",
"urls": [
{
"url": "https://www1.nyc.gov/assets/planning/download/zip/data-maps/open-data/nyczoningtaxlotdb_20220131.zip",
"hash": "ac15d581f3d5a8f12eb2bd1e35ac12f7bb7504ba"
}
],
"accessedOn": "2022-03-06",
"files": [
"NY_ZoningTaxLotDB20220131.csv"
]
},
"PAD": {
"name": "PAD (Property Address Directory)",
"tag": "pad",
"version": "22A",
"urls": [{
"url": "https://www1.nyc.gov/assets/planning/download/zip/data-maps/open-data/pad22a.zip",
"hash": "fda75473f1e1f34a35a028398b78e8051069dafa"
}],
"accessedOn": "2022-03-06",
"files": [
"bobabbl.txt",
"bobaadr.txt"
]
}
}