Skip to content

Commit

Permalink
add new pluto edition: 16v1
Browse files Browse the repository at this point in the history
  • Loading branch information
fitnr committed Oct 19, 2016
1 parent 43989f4 commit e110583
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -144,7 +144,8 @@ pluto_summary_02 = CAST(CAST(BoroCode as INTEGER) AS TEXT) || substr('00' || CAS
$(YearBuilt_summary), \
$(Dims_summary)

versions = 15v1 \
versions = 16v1 \
15v1 \
14v2 14v1 \
13v2 13v1 \
12v2 12v1 \
Expand Down Expand Up @@ -247,7 +248,7 @@ lowercase_folders = Bronx/bxmappluto.shp \

no_space_folders = $(subst Staten_Island,Staten Island,$(lowercase_folders))

no_parent = 09v1 10v1 12v1 14v1 14v2 15v1
no_parent = 09v1 10v1 12v1 14v1 14v2 15v1 16v1

lowercases = 06c 05d 03c

Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -25,10 +25,11 @@ This will download the PLUTO data and merge borough files into citywide files. I

To download only some releases, use the `versions` variable, e.g:
```
make versions="15v1 02b"
make versions=16v1
make versions="12v2 02b"
```

Available versions on the DCP website: 15v1, 14v2, 14v1, 13v2, 13v1, 12v2, 12v1, 11v2, 11v1, 10v2, 10v1, 09v2, 09v1, 07c, 06c, 05d, 04c, 20b.
Available versions on the DCP website: 16v1, 15v1, 14v2, 14v1, 13v2, 13v1, 12v2, 12v1, 11v2, 11v1, 10v2, 10v1, 09v2, 09v1, 07c, 06c, 05d, 04c, 02b.

## Summaries

Expand Down

0 comments on commit e110583

Please sign in to comment.