1 / 8

Data Organization

Data Organization. Data Collection and Spreadsheets. Consistent Data Organization. Spreadsheets (such as those found in Excel) are sometimes a necessary evil They allow “ shortcuts ” which will result in your data not being machine-readable

sbernard
Download Presentation

Data Organization

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. Data Organization Data Collection and Spreadsheets

  2. Consistent Data Organization • Spreadsheets (such as those found in Excel) are sometimes a necessary evil • They allow “shortcuts” which will result in your data not being machine-readable • But there are some simple steps you can take to ensure that you are creating spreadsheets that are machine-readable and will withstand the test of time

  3. Spreadsheets From NASA Environmental Data Management Best Practices Webinar: Bob Cook

  4. Spreadsheet Best Practices • Include a Header Line 1st line (or record) • Label each Column with a short but descriptive name Names should be unique Use letters, numbers, or “_” (underscore) Do not include blank spaces or symbols (+ - & ^ *)

  5. More Spreadsheet Best Practices • Columns of data should be consistent Use the same naming convention for text data • Each line should be “complete”

  6. More Spreadsheet Best Practices Columns should include only a single kind of data • Text or “string” data • Integer numbers • Floating point or real numbers

  7. Use Naming Standards & Codes • Use commonly accepted label names that describe the contents (e.g., precip for precipitation) • Use consistent capitalization (e.g., not: temp, Temp, and TEMP in same file) • Standard codes • State Postal (VA, MA) • FIPS Codes for Counties and County Equivalent Entities (http://www.census.gov/geo/reference/codes/cou.html)

  8. Use Standardized Formats • Use standardized formats for units International System of Units (SI) http://physics.nist.gov/Pubs/SP330/sp330.pdf • ISO 8601 Standard for Date and Time YYYYMMDDThh:mmss.sTZD 20091013T09:1234.9Z 20091013T09:1234.9+05:00 • Spatial Coordinates for Latitute/Longitude +/-DD.DDDDD -78.476 (longitude) +38.029 (latitude)

More Related