1 / 25

GIS Lecture: Data

GIS Lecture: Data. Outline. Data Types, Tables, and Formats US Census Files Tabular Joins. Data Types, Tables, Formats. Directly Loadable Data Types. dBase (.dbf) - field name maximum length of 10 characters Text with comma- or tab-separated values (.csv) Microsoft Access (.mdb)

shaunm
Download Presentation

GIS Lecture: Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GIS Lecture: Data

  2. Outline • Data Types, Tables, and Formats • US Census Files • Tabular Joins

  3. Data Types, Tables, Formats

  4. Directly Loadable Data Types • dBase (.dbf) - field name maximum length of 10 characters • Text with comma- or tab-separated values (.csv) • Microsoft Access (.mdb) • Excel (.xls)

  5. Proper Data Table Formats • First row must be the field names • (e.g., Pop5To17, Area, and Capacity) • Field naming convention • first character is a letter • others can be letters, digits, or the underscore character (no spaces) • All other rows contain attribute values

  6. US Census Files

  7. Example census geographies

  8. Decennial census data • Every 10 years: • Population • Age • Sex • Race • Families • Households • Housing units

  9. Randomly selects about 3 million addresses each year to participate Has rolling, 1-, 3-, and 5-year estimates and 90% confidence intervals American Community Survey (ACS)

  10. Age Sex Race Family and relationships Income and benefits Health insurance Education Veteran status Disabilities Where you work and how you get there Where you live and how much you pay for certain essentials ACS Data

  11. ACS estimates 1-year • Most current • Data with populations 65,000+ • Smallest sample size • Less reliable 3-year • Data with populations 20,000+ • Larger sample size than 1-year • More reliable than 1-year but less reliable than 5-year 5-year • Data for all areas (tracts and block groups) • Largest sample size • Most reliable but least current

  12. U.S. Census Data Tables • http://factfinder2.census.gov • SF-1 vs ACS (American Community Survey)

  13. File clean-up in Excel • Import into Excel • Text vs. Numeric data • Combine fields • Rename the file and save

  14. Tabular Joins

  15. Tabular Joins • Putting two tables together to make one table • Join with common field attributes • Common fields do not need to have the same field names • Must have the matching values and data type (e.g., text vs. numeric)

  16. Tabular Join Example • Map parcels according to their value • Data Table – parcel values • Parcels Shapefile

  17. Property Value Data • Has no geography • Does have fields for Parcel ID and LandValue

  18. GIS Parcels Layer

  19. Choose Fields to Join

  20. Join Data

  21. Join Result • Property fields are added to the Parcels attribute table

  22. Map with Property Data

  23. Must remove dashes! Problems with Joins Data in fields not exactly the same

  24. Problems with Joins Different data field types • text • numeric

  25. Summary • Data Types, Tables, and Formats • Geodatabase • Tabular Joins

More Related