landmapyr

Dynamic Images from EDA Projects

Dynamic images from Environmental Data Analytics (EDA) projects are cool, but are sometimes much larger files and can fail to render properly. See more about Interactive and Dynamic Plots. Below are the iframe tags used to display the images, followed by the rendered dynamic plots, pulled from each project. Click on titles to see each project page.

Big Data: Chicago Greenspace Analysis

Land cover at the census tract level for Chicago:

<iframe src="chi_tract.html" width="100%" height="600px" 
        style="border: none;"></iframe>

Urban greenspace classification for census tracts in Chicago:

<iframe src="bigdata_model.html" width="100%" height="500px"
        style="border: none;"></iframe>

Clustering: Land cover classification at the Mississppi Delta

Land cover at the Delta:

<iframe src="delta_map.html" width="100%" height="350px"
        style="border: none;"></iframe>

Land cover classification at the Delta:

<iframe src="cluster_map.html" width="100%" height="650px"
        style="border: none;"></iframe>

Madison: Tree Canopy and Redlining

Tree Canopy:

<iframe src="madison_map.html" width="100%" height="500px"
        style="border: none;"></iframe>

Sandhill Crane: Annual Migration

Sandhill Crane migration in 2023:

<iframe src="sandhill-crane-migration.html" width="100%"
     height="500px" style="border: none;"></iframe>

Siberian Crane: Tracking over Decades

Siberian Crane presence by decades:

<iframe src="siberian-crane-decades.html" width="100%" height="500px"
        style="border: none;"></iframe>

Siberian Crane presence by years:

<iframe src="siberian-crane-years.html" width="100%" height="500px"
        style="border: none;"></iframe>