Difference between revisions of "Land Use"


Deprecated: Constant E_STRICT is deprecated in /home/dogtaton/public_html/giswiki/includes/exception/MWExceptionHandler.php on line 179

Deprecated: Creation of dynamic property PPDStack::$accum is deprecated in /home/dogtaton/public_html/giswiki/includes/parser/Preprocessor_DOM.php on line 803

Deprecated: Constant E_STRICT is deprecated in /home/dogtaton/public_html/giswiki/includes/exception/MWExceptionHandler.php on line 179

Deprecated: Constant E_STRICT is deprecated in /home/dogtaton/public_html/giswiki/vendor/mediawiki/at-ease/src/Functions.php on line 48
From GIS Wiki
Jump to: navigation, search
m
m
 
Line 63: Line 63:
 
Initial pass is complete. It involved individual visual checks of every polygon against the 2011 aerial images. The data was then cleaned up and refined to make it easier to query. Further work can be done to improve accuracy and organization, but the current data is probably 98% accurate.
 
Initial pass is complete. It involved individual visual checks of every polygon against the 2011 aerial images. The data was then cleaned up and refined to make it easier to query. Further work can be done to improve accuracy and organization, but the current data is probably 98% accurate.
 
[[Category:Planning]]
 
[[Category:Planning]]
[[Category:FeatureClass]]
+
[[Category:Feature Class]]

Latest revision as of 20:05, 8 September 2015

Land Use catalogs the actual use of the land, as opposed to Zoning which is the broader allowed/intended use.
The newly created/attributed fields are LAND_USE, LAND_USE2, SUB_USE, SUB_USE2, SUB_USE3, GAS_WELL, and WATER.
STATE_CD, CD_DESCRIP, LAND_TYPE, and LANDTYPE are included for maintenance and to compare against DCAD's data.

Categories[edit]

The main categories (Residential, Farm/Ranch, Commercial, Park, etc.) are in the LAND_USE and LAND_USE2 fields.
The sub categories are in SUB_USE, SUB_USE2, SUB_USE3.
If LAND_USE and LAND_USE2 are both attributed, their respective subuses if any will be in SUB_USE and SUB_USE2.
ex: This parcel is used for "Residential-Single Family" and "Religious-Parking". Such examples are uncommon but there are a few.

LAND_USELAND_USE2SUB_USESUB_USE2
ResidentialReligiousSingle FamilyParking

The sub use "Parking" means the land is used only for parking.
Similarly, "Yard" means there is no building on the parcel.
Primary uses/subuses

  • Residential
    • Single Family
    • Apartments
    • Mobile Home
    • Duplex
    • Vacant
    • Medical (assisted living, children's home)
  • Farm/Ranch
    • Single Family
    • Mobile Home
  • Commercial
    • Vacant
    • Medical (hospitals, dr offices)
  • Industrial
  • Park
    • Cemetery
  • Agriculture
  • Infrastructure
    • Electric
    • Water
    • Communications
    • Landfill
    • Fire
    • Police
  • Government - land owned by government. Includes government facilities but also government owned land that is kept vacant/undeveloped and used for drainage.
    • Vacant
    • SUB_USE3: City, County, State, Federal
  • Religious
    • Vacant
  • Undeveloped
  • Institutional - schools and the county jail, currently
    • SUB_USE: Parking, Open Space, Vacant
    • SUB_USE2: K-12, University
    • SUB_USE3: UNT, TWU, DISD, Private
  • Transportation
    • Road - all or mostly taken up by a private or public road.
    • Railroad - contains railroad tracks/facilities
    • ROW - parcels next to roads/railroads intentionally left vacant

Gas Wells and Water[edit]

There are two extra fields called GAS_WELL and WATER.
A "Y" in GAS_WELL means there is a natural gas well on the parcel. Some parcels may be missing this that should have it. It may change to a numeric field to show how many gas wells there are.
Water means there is a stream, drainage ditch, pond, or other running/standing water in the parcel. If the parcel is ONLY used for water drainage/retention then it will have a SUB_USE of "Water"
There are also parcels attributed "Infrastructure" - "Water", namely water treatment plants and parcels with a water tower.

Progress on layer[edit]

Initial pass is complete. It involved individual visual checks of every polygon against the 2011 aerial images. The data was then cleaned up and refined to make it easier to query. Further work can be done to improve accuracy and organization, but the current data is probably 98% accurate.