Skip to content

Commit 6b01919

Browse files
author
Maxwell Austensen
committed
add wayback archive and new s3 links to readme
1 parent 8bbf35d commit 6b01919

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

README.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Liberate NYC DOF tax documents to a machine readable format.
66

77
See why [here](http://blog.johnkrauss.com/betanyc-stabilization-presentation/#0).
88

9-
Grab the latest parsed data [here](http://taxbills.nyc/joined.csv).
9+
Grab the latest parsed data [here](https://taxbillsnyc.s3.amazonaws.com/joined.csv).
1010

1111
__Parsed data__ is licensed [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)
1212
![CC BY-SA](https://licensebuttons.net/l/by-sa/3.0/88x31.png). See
13-
[DATALICENSE-CC-BY-SA.html](http://taxbills.nyc/DATALICENSE-CC-BY-SA.html) for details.
13+
[DATALICENSE-CC-BY-SA.html](https://taxbillsnyc.s3.amazonaws.com/DATALICENSE-CC-BY-SA.html) for details.
1414

1515
You are free to:
1616

@@ -128,7 +128,7 @@ This will directly parse the `data` folder into docker4data's postgres.
128128

129129
## Data Usage
130130

131-
You can see all data [here](http://www.taxbills.nyc/).
131+
The [taxbills.nyc](http://www.taxbills.nyc/) website is currently down, but you can access the [Wayback Machine archive of taxbills.nyc](http://web.archive.org/web/20200808040422/http://taxbills.nyc/) to see all the data.
132132

133133
Downloading is complete. This means all 6+ unit buildings, in addition to all
134134
buildings on DHCR's stabilized buildings list, are available and parsed.
@@ -137,7 +137,18 @@ Folder scheme for bills: `data/<borough>/<block>/<lot>/`
137137

138138
All PDFs are converted to their textual representations in the same folder.
139139

140-
### A [crosstab CSV with unit counts and abatements 2007-2014](http://taxbills.nyc/joined.csv)
140+
The most widely used CSV files for analysis are also now hosted elsewhere for consistent access. These files are linked below with descriptions of their contents.
141+
142+
* [`joined.csv`](https://taxbillsnyc.s3.amazonaws.com/joined.csv)
143+
* [`nocrosstab.csv`](https://taxbillsnyc.s3.amazonaws.com/joined-nocrosstab.csv)
144+
* [`changes-summary.csv`](https://taxbillsnyc.s3.amazonaws.com/changes-summary.csv)
145+
* [`boroughs.csv`](https://taxbillsnyc.s3.amazonaws.com/boroughs.csv)
146+
* [`cds.csv`](https://taxbillsnyc.s3.amazonaws.com/cds.csv)
147+
* [`nopv.csv`](https://taxbillsnyc.s3.amazonaws.com/nopv.csv)
148+
149+
---
150+
151+
### A [crosstab CSV with unit counts and abatements 2007-2014](https://taxbillsnyc.s3.amazonaws.com/joined.csv)
141152

142153
Probably the most useful file for journalists or data-minded community advocates.
143154
This file has a row for every possibly stabilized building in New York. There
@@ -183,15 +194,15 @@ own list of stabilized buildings was scraped. Buildings are aggregated by BBL.
183194
- __lon__: The lot's centerpoint longitude.
184195
- __lat__: The lot's centerpoint latitude.
185196

186-
### A CSV as above but with [a separate row for each year](http://taxbills.nyc/joined-nocrosstab.csv)
197+
### A CSV as above but with [a separate row for each year](https://taxbillsnyc.s3.amazonaws.com/joined-nocrosstab.csv)
187198

188199
The columns are the same as before, except instead of having separate columns
189200
for each year of observation, there is a separate row.
190201

191202
This would be more useful for making a time-based map or doing statistical
192203
analysis where the year column can be fed in as a proper dimension.
193204

194-
### A [summary of building changes](http://taxbills.nyc/changes-summary.csv) over the seven-year span.
205+
### A [summary of building changes](https://taxbillsnyc.s3.amazonaws.com/changes-summary.csv) over the seven-year span.
195206

196207
This is the table that underlies the map.
197208

@@ -221,10 +232,10 @@ This is the table that underlies the map.
221232
### Borough/CD summary tables
222233

223234
These are simple breakdowns of changes over the seven-year period by
224-
[borough](http://taxbills.nyc/boroughs.csv) and
225-
[community district](http://taxbills.nyc/cds.csv).
235+
[borough](https://taxbillsnyc.s3.amazonaws.com/boroughs.csv) and
236+
[community district](https://taxbillsnyc.s3.amazonaws.com/cds.csv).
226237

227-
### Estimates of [income and expense](http://taxbills.nyc/nopv.csv)
238+
### Estimates of [income and expense](https://taxbillsnyc.s3.amazonaws.com/nopv.csv)
228239

229240
Every year, Finance estimates the earnings and expenses of rentals as part of
230241
the assessment. For larger (10+ unit) buildings, these estimates are based

0 commit comments

Comments
 (0)