> For the complete documentation index, see [llms.txt](https://nikhilc52.gitbook.io/3d-movies-with-gis-data-in-blender/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nikhilc52.gitbook.io/3d-movies-with-gis-data-in-blender/data-sources.md).

# Data Sources

Here are all the data sources used to produce this project, with multiple links and descriptions for obtaining and understanding the data.

<table data-full-width="true"><thead><tr><th width="123">Name</th><th width="356">Description (Vector/Raster)</th><th width="128">CRS</th><th width="178">External Link</th><th>GitHub Link</th></tr></thead><tbody><tr><td>Borough Boundaries</td><td>Polygons for all the boroughs in NYC (V)</td><td>OGC:CRS84</td><td><a href="https://data.cityofnewyork.us/City-Government/Borough-Boundaries/tqmj-j8zm">NYC Open Data</a></td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/tree/main/gis_data/vector_files/borough_boundaries">GitHub</a></td></tr><tr><td>NYC Flood 2050</td><td>Polygon map of potential flooding locations with 2050 sea levels [.gdb file needs to be converted to .shp] (V)</td><td>EPSG:2263</td><td><a href="https://data.cityofnewyork.us/City-Government/NYC-Stormwater-Flood-Map-Moderate-Flood-with-2050-/5rzh-cyqd/about_data">NYC Open Data</a></td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/tree/main/gis_data/vector_files/nyc_2050_flood">GitHub</a></td></tr><tr><td>NYC 2020 Census Tracts</td><td>Polygons for all census tracts in NYC for 2020 (V)</td><td>EPSG:2263</td><td><a href="https://www.nyc.gov/site/planning/data-maps/open-data/census-download-metadata.page">NYC Planning</a></td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/tree/main/gis_data/vector_files/nyc_census_tracts">GitHub</a></td></tr><tr><td>CHS 2009 Survey</td><td>Polygons of Community Health Survey data for 2009/10 for various neighborhood areas (V)</td><td>EPSG:2263</td><td><a href="https://www.nyc.gov/site/doh/data/data-sets/maps-gis-data-files-for-download.page">NYC Health</a></td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/tree/main/gis_data/vector_files/nyc_chs_2009_survey">GitHub</a></td></tr><tr><td>NYC 2015 Dead Trees</td><td>Points for the locations of all dead trees in NYC [parsed through QGIS to select only dead trees] (V)</td><td>EPSG:2263</td><td><a href="https://data.cityofnewyork.us/Environment/2015-Street-Tree-Census-Tree-Data/pi5s-9p35">NYC Open Data</a></td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/tree/main/gis_data/vector_files/nyc_tree_census_2015_dead">GitHub</a></td></tr><tr><td>NYC 2015 Alive Trees</td><td>Points for the locations of all alive trees in NYC [parsed through QGIS to select only alive trees] (V)</td><td>EPSG:2263</td><td><a href="https://data.cityofnewyork.us/Environment/2015-Street-Tree-Census-Tree-Data/pi5s-9p35">NYC Open Data</a></td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/blob/main/gis_data/vector_files/nyc_tree_census_2015_alive.zip">GitHub</a></td></tr><tr><td>NYC 2015 Dead Tree Heatmap</td><td>Heatmap for the locations of all dead trees in NYC (R)</td><td>EPSG:2263</td><td>N/A</td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/blob/main/gis_data/raster_files/dead_tree_v1.tif">GitHub</a></td></tr><tr><td>NYC 2015 Alive Tree Heatmap</td><td>Heatmap for the locations of all alive trees in NYC (R)</td><td>EPSG:2263</td><td>N/A</td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/blob/main/gis_data/raster_files/tree_heatmap_v1.tif">GitHub</a></td></tr><tr><td>NYC Temperature Deviation</td><td>Map of temperature deviation in NYC [parsed through QGIS to convert data into Blender-readible byte format, also transformed CRS from EPSG:4326] (R)</td><td>EPSG:2263</td><td><a href="https://github.com/NewYorkCityCouncil/heat_map/blob/main/data/output/f_deviation_smooth.tif">New York City Council</a></td><td><a href="https://github.com/nikhilc52/blender_gis_nyc_trees/blob/main/gis_data/raster_files/temperature_deviation_parsed.tif">GitHub</a></td></tr></tbody></table>
