Difference between revisions of "Centerline"


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 (Field Explanations)
m (Field Explanations)
Line 5: Line 5:
 
* <b>SEGMENT_ID</b>: unique ID for each segment of each street
 
* <b>SEGMENT_ID</b>: unique ID for each segment of each street
 
* <b>[L|R]_ADD_[FROM|TO]</b>: starting and ending addresses on each side of the street. Odd numbers should usually be on the left side and evens on the right. FROM should also be smaller than TO. Minimize gaps between segments e.g. (100-198, 200-298...) vs (100-150, 200-250...)
 
* <b>[L|R]_ADD_[FROM|TO]</b>: starting and ending addresses on each side of the street. Odd numbers should usually be on the left side and evens on the right. FROM should also be smaller than TO. Minimize gaps between segments e.g. (100-198, 200-298...) vs (100-150, 200-250...)
* <b>STDIR, STNAME, STTYPE</b>: components of the street name
+
* <b>STDIR, STNAME, STTYPE</b>: components of the street name, e.g. "N", "Elm", and "St", respectively.
* <b>FULNAME</b>: concatenated components, for convenience only
+
* <b>FULNAME</b>: concatenated components of the street name, e.g. "N Elm St"
 
* <b>CLASS</b>: residential, secondary arterial, collector, etc.
 
* <b>CLASS</b>: residential, secondary arterial, collector, etc.
 
* <b>OWNER</b>: COD, TXDOT, etc.
 
* <b>OWNER</b>: COD, TXDOT, etc.
* <b>ZWAY_RUN</b>: Direction of traffic for one-way streets. should be called "ONEWAY_DIR" or something else sensible
+
* <b>ZWAY_RUN</b>: Direction of traffic for one-way streets. "ONEWAY_DIR" would be a more sensible name.
* <b>SUBNAME</b>: subdivision (if any) where the street is located
+
* <b>SUBNAME</b>: Subdivision, if any, that contains the street.
* <b>FNODE1_1, TNODE1_1</b>: FULNAME of the streets that intersect the beginning and end of the segment. want to rename. many fields use only the street name without the suffix. needs cleanup
+
* <b>FNODE1_1, TNODE1_1</b>: FULNAME of the streets that intersect the beginning and end of the segment. want to rename. many fields use only the street name without the suffix. needs cleanup.
 
* <b>EDIT_DATE</b>: updated when the feature is edited in GIS
 
* <b>EDIT_DATE</b>: updated when the feature is edited in GIS
 
* <b>ICA, ICA_MNTAIN, ICA_DATE</b>: maintenance agreement doc#, party, and date active
 
* <b>ICA, ICA_MNTAIN, ICA_DATE</b>: maintenance agreement doc#, party, and date active
* <b>ESN_L, ESN_R</b>: ESN on each side of the road, usually the same
+
* <b>ESN_L, ESN_R</b>: The emergency services region number (ESN) on each side of the road, usually the same.
* <b>EST_YEAR</b>: Year the road was originally built, only 5% of features are attributed with this
+
* <b>EST_YEAR</b>: Year the road was originally built, only 5% of features are attributed with this.
 
* <b>useless/gibberish/superfluous</b>: FNODE_, TNODE_, LPOLY_RPOLY_, LENGTH, CL_, CL_ID, OBJECTID_1, OBJECTID, FNODE1, TNODE1, LPOLY1, RPOLY1, CL1, CL_ID_1
 
* <b>useless/gibberish/superfluous</b>: FNODE_, TNODE_, LPOLY_RPOLY_, LENGTH, CL_, CL_ID, OBJECTID_1, OBJECTID, FNODE1, TNODE1, LPOLY1, RPOLY1, CL1, CL_ID_1
* <b>[START|MID|END]_[X|Y]</b>: These are used for some niche purpose. should rearrange them to have mid in between the other two in the table
+
* <b>[START|MID|END]_[X|Y]</b>: These are used for some niche purpose. Should rearrange them to have mid in between the other two in the table.

Revision as of 22:21, 10 December 2014

Contains all streets within city limits.

Field Explanations

  • STCODE: unique ID for each different street
  • SEGMENT_ID: unique ID for each segment of each street
  • [L|R]_ADD_[FROM|TO]: starting and ending addresses on each side of the street. Odd numbers should usually be on the left side and evens on the right. FROM should also be smaller than TO. Minimize gaps between segments e.g. (100-198, 200-298...) vs (100-150, 200-250...)
  • STDIR, STNAME, STTYPE: components of the street name, e.g. "N", "Elm", and "St", respectively.
  • FULNAME: concatenated components of the street name, e.g. "N Elm St"
  • CLASS: residential, secondary arterial, collector, etc.
  • OWNER: COD, TXDOT, etc.
  • ZWAY_RUN: Direction of traffic for one-way streets. "ONEWAY_DIR" would be a more sensible name.
  • SUBNAME: Subdivision, if any, that contains the street.
  • FNODE1_1, TNODE1_1: FULNAME of the streets that intersect the beginning and end of the segment. want to rename. many fields use only the street name without the suffix. needs cleanup.
  • EDIT_DATE: updated when the feature is edited in GIS
  • ICA, ICA_MNTAIN, ICA_DATE: maintenance agreement doc#, party, and date active
  • ESN_L, ESN_R: The emergency services region number (ESN) on each side of the road, usually the same.
  • EST_YEAR: Year the road was originally built, only 5% of features are attributed with this.
  • useless/gibberish/superfluous: FNODE_, TNODE_, LPOLY_RPOLY_, LENGTH, CL_, CL_ID, OBJECTID_1, OBJECTID, FNODE1, TNODE1, LPOLY1, RPOLY1, CL1, CL_ID_1
  • [START|MID|END]_[X|Y]: These are used for some niche purpose. Should rearrange them to have mid in between the other two in the table.