Project

General

Profile

« Previous | Next » 

Revision 8177

inputs/FIA/*/map.csv: Replaced . between table and column name with newline, so that table viewers like pgAdmin will display both the table and column name at the left edge of the header cell, rather than displaying only the table name because the column name doesn't fit. This fixes the problem of seeing a bunch of columns whose names all start with a table name, and not knowing what each of them is. It also preserves the ability to see at a glance which table a column is in, which helps in navigating wide tables. Removed * before unmapped terms, because whether a term is mapped is generally obvious from the table name itself.

View differences:

map.csv
11 11
StateProvince,stateProvince,,
12 12
County,county,,
13 13
DBH,diameterBreastHeight_in,,Assuming units based on the range and precision of values and location inside the U.S.
14
HOM,*HOM,,
14
HOM,HOM,,
15 15
BasalDiameter,basalDiameter_in,,Assuming units are the same as for DBH because the values are similar and they measure the same dimension
16 16
Height,height_ft,,"Assuming units based on the range of values, the height of the tallest tree [1], and location inside the U.S.
17 17

  

Also available in: Unified diff