Changes

Jump to navigation Jump to search
And an official map, without data available seperately here: https://gisportal.stlouis-mo.gov/portal/apps/webappviewer/index.html?id=5cf974631f65487f868c5bfcfaa3e9f9 This says to contact Dale Ruthsatz (314) 657-3732 for help. Might also be able to get dates out of https://dor.mo.gov/business/tif/.
Found the data on the dates here: https://www.stlouis-mo.gov/government/departments/sldc/documents/upload/Summary-of-TIF-Redevelopment-Projects-Updated-12-31-18.pdfAlso, the duration is a max of 23 years [stlouis-mo.gov/government/departments/sldc/economic-development/tax-increment-financing.cfm]
ogr2ogr -f PostgreSQL PG:"dbname=vcdb3" StLouisCounty.kml -nln tifstlouiscounty
shp2pgsql -I "TIF_DISTRICTS_20190830.shp" tifstlouis | psql -U researcher -W -d vcdb3
--118 records
 
But, like Dallas, this data is in a non-standard projection (NAD_1983_StatePlane_Missouri_East_FIPS_2401_Feet).
DROP TABLE tifstlouis;
shp2pgsql -I "StLouisWGS1984" tifstlouis | psql -U researcher -W -d vcdb3
These were put together with the dates using some regexes:

Navigation menu