2017 Land Use Land Cover
<DIV STYLE="text-align:Left;"><DIV><DIV><P STYLE="text-align:Justify;margin:0 0 0 0;"><SPAN><SPAN>This digital geospatial dataset represents land use land cover polygons as defined by the Delaware Modified Anderson System derived from: A Land Use and Land Cover Classification System for Use with Remote Sensor Data, U. S. Geological Survey Professional Paper 964, 1976; edited by Delaware in 2007, and 2012. The LULC update was performed using ArcGIS software tools, coding menus, and interactive photo-interpretative mapping techniques. Three relevant fields are included in the dataset attribute table: </SPAN></SPAN></P><P STYLE="text-align:Justify;margin:0 0 0 0;"><SPAN /><SPAN /></P><UL><LI><P STYLE="text-align:Justify;"><SPAN STYLE="font-weight:bold;"><SPAN>“LULC</SPAN></SPAN><SPAN STYLE="font-weight:bold;text-decoration:underline;"><SPAN>_</SPAN></SPAN><SPAN STYLE="font-weight:bold;"><SPAN>CODE2017”</SPAN></SPAN><SPAN> – Delaware Modified Anderson System numeric code per 2017 polygons</SPAN></P></LI><LI><P STYLE="text-align:Justify;"><SPAN /><SPAN STYLE="font-weight:bold;">“LULC</SPAN><SPAN STYLE="font-weight:bold;text-decoration:underline;"><SPAN>_</SPAN></SPAN><SPAN STYLE="font-weight:bold;"><SPAN>CATEGORY2017”</SPAN></SPAN><SPAN> – Delaware Modified Anderson System category description per 2017 polygons</SPAN></P></LI><LI><P STYLE="text-align:Justify;"><SPAN /><SPAN STYLE="font-weight:bold;">“LULC_CATEGORY2017_CONDENSED” </SPAN><SPAN>- Delaware Modified Anderson System category description per 2017 polygons with reduced number of selected categories for enhanced viewing and comprehension.</SPAN></P></LI><LI><P STYLE="text-align:Justify;"><SPAN /><SPAN STYLE="font-weight:bold;">“NCC_RES_DENSITY2017”</SPAN><SPAN><SPAN> - Additional residential density classes applied specifically to New Castle County as follows: </SPAN></SPAN></P></LI></UL><P STYLE="text-indent:48;margin:0 0 0 48;"><SPAN><SPAN>1 = Very Low Density Residential 5 - 20 acre lots, based on parcel use categories</SPAN></SPAN></P><P STYLE="text-indent:48;margin:0 0 0 48;"><SPAN><SPAN>2 = Low Density Residential 5 - 0.5 acre lot </SPAN></SPAN></P><P STYLE="text-indent:48;margin:0 0 0 48;"><SPAN><SPAN>3 = Medium Density Residential 2 du/acre - 8 du/acre (0.5 - .125 acre lot)</SPAN></SPAN></P><P STYLE="text-indent:48;margin:0 0 0 48;"><SPAN><SPAN>4 = High Density Residential >8 du/acre (<.125 acre lot)</SPAN></SPAN></P><UL><LI><P STYLE="text-align:Justify;"><SPAN STYLE="font-weight:bold;"><SPAN>“LULC_CODE2012”</SPAN></SPAN><SPAN> – Delaware Modified Anderson System numeric code per 2012 polygons</SPAN></P></LI><LI><P STYLE="text-align:Justify;"><SPAN /><SPAN STYLE="font-weight:bold;">“LULC_CATEGORY2012”</SPAN><SPAN><SPAN> – Delaware Modified Anderson System category description per 2012 polygons.</SPAN></SPAN></P></LI></UL></DIV></DIV></DIV>
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"delaware-gov/2017-land-use-land-cover-euge-avjj\".\"2017_land_use_land_cover\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.