Parcel Counts By Type By Municipality: Beginning Roll Year 2000
The Department of Taxation and Finance annually produces a report pertaining to the distribution of parcels by property class. The data analysis involves a breakdown of property classes to nine segments of broad use, namely Agricultural, Residential, Vacant Land/Farm, Commercial, Recreation, Community Service, Industrial, Public Service, and Forest/Conservation. For more information please go to: http://www.tax.ny.gov/research/property/default.htm
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"ny-gov/parcel-counts-by-type-by-municipality-beginning-tnwc-mx3q\".\"parcel_counts_by_type_by_municipality_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.