Difference between revisions of "Vacant Lots"


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
Line 1: Line 1:
Vacant lots is created by using the following selection query on [[CountyParcels]]<br>
+
Vacant lots is created by using the following selection query on [[CountyParcels]]:
<br>
+
 
STATE_CD = 'C1' OR STATE_CD = 'C2' OR STATE_CD = 'C3' OR STATE_CD = 'C5' OR STATE_CD = 'OC1' OR STATE_CD = 'OC2' OR STATE_CD = 'OC3' OR STATE_CD = 'OC5'<br>
+
<blockquote>STATE_CD = 'C1' OR STATE_CD = 'C2' OR STATE_CD = 'C3' OR STATE_CD = 'C5' OR STATE_CD = 'OC1' OR STATE_CD = 'OC2' OR STATE_CD = 'OC3' OR STATE_CD = 'OC5'</blockquote>
<br>
+
 
then do the usual "create layer from selected features" and export. Code Enforcement uses this layer<br>
+
Then export the selected features to a gdb. From there, Tony will load them in to the database when it's convenient.
Last updated Dec-2012
+
 
 +
Code Enforcement uses this layer.
 +
 
 +
<i>Last updated June 26, 2015</i>
  
 
[[Category:Planning]]
 
[[Category:Planning]]
 +
[[Category:FeatureClass]]

Revision as of 19:56, 4 September 2015

Vacant lots is created by using the following selection query on CountyParcels:

STATE_CD = 'C1' OR STATE_CD = 'C2' OR STATE_CD = 'C3' OR STATE_CD = 'C5' OR STATE_CD = 'OC1' OR STATE_CD = 'OC2' OR STATE_CD = 'OC3' OR STATE_CD = 'OC5'

Then export the selected features to a gdb. From there, Tony will load them in to the database when it's convenient.

Code Enforcement uses this layer.

Last updated June 26, 2015