Changes

Jump to navigation Jump to search
200 bytes added ,  12:31, 18 October 2019
no edit summary
|Has project status=Active
}}
=TIF Data=
==Data == New data is in E:\projects\agglomeration\TIF Old data is in
E:\McNair\Projects\Agglomeration\TIF
==Summary==  ==Old Work== ===Cities in our sample with TIF Data===
{| class="wikitable"
! Name (City, State)
|}
===Cities in our sample that have GIS data===
====Chicago,IL====
Chicago, IL is in our data with 179 max active.
https://catalog.data.gov/dataset/boundaries-tax-increment-financing-districts
====Columbus, OH====
Columbus,OH is in our data with 29 max active
KML with start dates!
http://data-columbus.opendata.arcgis.com/datasets/tax-increment-financing-areas
====Washington, DC====
Washington, DC is in our data with 63 max active
Data from 2011 available with TIF dates:
http://opendata.dc.gov/datasets/a3aefd57db394fd68d739556253dc44d_18
====Houston, TX====
Houston, TX is in our data with 101 max active
Last updated 2017, appears to have dates!
http://data.houstontx.gov/dataset/city-tax-increment-reinvestment-zones-tirz
====Dallas, TX====
Has a map: http://www.arcgis.com/home/webmap/viewer.html?url=https://gis.dallascityhall.com/wwwgis/rest/services/Eco_public/EconomicDevelopment/MapServer/1
It looks like there is Dallas data with dates from 2016: http://www.dallascad.org/GISDataProducts.aspx
====Vermont====
Burlington, VT is in our data with 10 max active
http://accd.vermont.gov/community-development/funding-incentives/tif
====Dublin, OH====
Dublin, OH is not in our data
KML GIS data, has creation and expiration date!
http://data-dublinohio.opendata.arcgis.com/datasets/ff0af920c18e4aa78459137b6efcd3d3_0?uiTab=table&selectedAttributes%5B%5D=TIF_ID&chartType=bar
====Allegheny County, PA====
PA cities in our data:
===Cities not in our sample===
====Bloomington, IN====
Bloomington, IN is not in our data
https://data.bloomington.in.gov/en/dataset?sort=score+desc%2C+metadata_modified+desc&res_format=KML&q=&page=2
====Oakland, MI====
Oakland, MI is not in our data
KML that has TIFs without dates
http://accessoakland.oakgov.com/datasets/e90026448daa4d568daa3ef727d8d758_2
===Cities We Couldn't Find===We looked for but couldn't find the following:
*Denver, CO
*Bellevue, WA
There's data on a couple of places that we don't care about on https://ckan.geoplatform.gov/#?q=tax%20increment
===Other Stuff===
====St. Louis, MO====
St. Louis has data but without GIS shapes. The data is here: http://www.bettertogetherstl.com/studies/economic-development/tif-database . It was apparently extracted from a 2015 report here: http://dor.mo.gov/pdf/2015TIFAnnualReport.pdf . The locations are google mapped here: http://www.bettertogetherstl.com/tax-incremental-financing-map. Data with dates is here: https://worldmap.harvard.edu/data/geonode:stlcitif_0u1
The St. Louis County appears to have shapefiles with start dates here: https://worldmap.harvard.edu/data/geonode:slcounty_tif_aqt (but not sure if they cover the city too).
====Philly====
City of Philly Enterprise Zones:
Also Empowerment Zones. https://www.opendataphilly.org/dataset/empowerment-zones
====Larimer County====
Larimer County Colorado: https://www.larimer.org/assessor/tif (no data)
====New Hampshire====
New Hampshire report (2003) says that "some have GIS data" http://www.swrpc.org/files/data/com_econ_dev/ed/December%202003_%20TIF%20Handbook_7232010forweb.pdf
We have Nashua, NH (max 14 active) in our data, but it isn't one that has GIS data.
====Sherman, TX====
Sherman, TX has GIS data without dates: https://koordinates.com/layer/16403-finance-tax-increment-finance-tif/
====Cincinnati====
Cincinnati has TIFs (http://choosecincy.com/Economic-Development/Programs-Services/Incentives-Financing/Tax-Increment-Financing.aspx) but no GIS data...
====Michigan====
Michigan as some state level data (not GIS) in summary somewhere because it is reference in this report: http://www.senate.michigan.gov/SFA/Publications/Notes/2016Notes/NotesWin16dk.pdf
===Academic/Policy papers===
A policy paper on the econ effects of TIFs https://projects.cberdata.org/reports/TifEconEffects-012815.pdf
==Uploading TIF Data onto database (tigertest)==
=== Command to upload KML file into a table in database (tigertest) ===
researcher@McNairDBServ:/bulk/tigertest$ ogr2ogr -f PostgreSQL PG:"dbname=tigertest" chicagotif.kml -nln chicagotif
(chicagotif.kml is the name of the KML file and chicagotif is the name I wish to name the table)
=== Command to upload SHP file into a table in database (tigertest) ===
researcher@McNairDBServ:/bulk/Jeemin/Dallas$ shp2pgsql -I "TIFDistrict.shp" dallastif | psql -U postgres -W -d tigertest
* Run this command in a folder with all files for the table, such as files of type .shp, .dbf, .shx, .cpg, and .prj
* Will be prompted for a password after running inputting this command
=== To view all columns of a table ===
\d+ <tablename>
=== Cities & Tables ===
==== Chicago: Included ====
Table name: chicagotif
verified_date | character varying | | | | extended | |
==== Atlanta: Included ====
Table name: atlantatif
pull columns: wkb_geometry, start_, (say that end is 2020)
==== Columbus, OH ====
Table name: columbustif
last_edit_date | character varying | | | | extended | |
==== Washington, D.C. ====
Table name: dctif
shape_area | double precision | | | | plain | |
==== Dublin, OH: Included ====
Table name: dublintif
pull columns: wkb_geometry, ord_date, exp_date
==== Vermont ====
Table name: vermonttif
shapestlength | double precision | | | | plain | |
==== Dallas, TX: Included ====
Table name: dallastif
pull columns: geom, created_da, (assume 2020 as end date)
==== Houston, TX ====
Table name: houstontif
==Newly Found Data==
The following were found later and are yet to be reviewed:
*http://maps.vermont.gov/vcgi/html5viewer/?viewer=vtmapviewer
**Contains economic opportunity zones and data!

Navigation menu