Mapping data released around the Detroit Land Value Tax Plan. Current data from the city only exists for residential parcels.
- detroit-lvt.csv: Parcel PINs with current and proposed assessment information
- parcels.geojson: Parcel geography data with other fields included
To build the data you'll need mapshaper
, pyesridump
, and tippecanoe
installed.
make all
You'll need NPM installed to build and run the map with:
npm install
npm start