Skip to content

Commit

Permalink
Capitalized all tooltips w/ Dataset in geospatial.tsv
Browse files Browse the repository at this point in the history
For ticket #1114
  • Loading branch information
posixeleni committed Dec 8, 2014
1 parent c6c93fd commit cef906b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/api/data/metadatablocks/geospatial.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
geospatial Geospatial Metadata
#datasetField name title description watermark fieldType displayOrder advancedSearchField allowControlledVocabulary allowmultiples facetable showabovefold required parent metadatablock_id
geographicCoverage Geographic Coverage Information on the geographic coverage of the data. Includes the total geographic scope of the data. text 0 FALSE FALSE TRUE FALSE FALSE FALSE geospatial
country Country / Nation The country or nation that the dataset is about. text 1 TRUE TRUE FALSE TRUE FALSE FALSE geographicCoverage geospatial
state State / Province The state or province that the dataset is about. Use GeoNames for correct spelling and avoid abbreviations. text 2 FALSE FALSE FALSE FALSE FALSE FALSE geographicCoverage geospatial
city City The name of the city that the dataset is about. Use GeoNames for correct spelling and avoid abbreviations. text 3 FALSE FALSE FALSE FALSE FALSE FALSE geographicCoverage geospatial
country Country / Nation The country or nation that the Dataset is about. text 1 TRUE TRUE FALSE TRUE FALSE FALSE geographicCoverage geospatial
state State / Province The state or province that the Dataset is about. Use GeoNames for correct spelling and avoid abbreviations. text 2 FALSE FALSE FALSE FALSE FALSE FALSE geographicCoverage geospatial
city City The name of the city that the Dataset is about. Use GeoNames for correct spelling and avoid abbreviations. text 3 FALSE FALSE FALSE FALSE FALSE FALSE geographicCoverage geospatial
otherGeographicCoverage Other Other information on the geographic coverage of the data. text 4 FALSE FALSE FALSE FALSE FALSE FALSE geographicCoverage geospatial
geographicUnit Geographic Unit Lowest level of geographic aggregation covered by the dataset, e.g., village, county, region. text 5 TRUE FALSE TRUE FALSE FALSE FALSE geospatial
geographicUnit Geographic Unit Lowest level of geographic aggregation covered by the Dataset, e.g., village, county, region. text 5 TRUE FALSE TRUE FALSE FALSE FALSE geospatial
geographicBoundingBox Geographic Bounding Box The fundamental geometric description for any Dataset that models geography is the geographic bounding box. It describes the minimum box, defined by west and east longitudes and north and south latitudes, which includes the largest geographic extent of the Dataset's geographic coverage. This element is used in the first pass of a coordinate-based search. Inclusion of this element in the codebook is recommended, but is required if the bound polygon box is included. text 6 FALSE FALSE TRUE FALSE FALSE FALSE geospatial
westLongitude West Longitude Westernmost coordinate delimiting the geographic extent of the dataset. A valid range of values, expressed in decimal degrees, is -180,0 <= West Bounding Longitude Value <= 180,0. text 7 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox geospatial
eastLongitude East Longitude Easternmost coordinate delimiting the geographic extent of the dataset. A valid range of values, expressed in decimal degrees, is -180,0 <= East Bounding Longitude Value <= 180,0. text 8 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox geospatial
northLongitude North Latitude Northernmost coordinate delimiting the geographic extent of the dataset. A valid range of values, expressed in decimal degrees, is -90,0 <= North Bounding Latitude Value <= 90,0. text 9 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox geospatial
southLongitude South Latitude Southernmost coordinate delimiting the geographic extent of the dataset. A valid range of values, expressed in decimal degrees, is -90,0 <= South Bounding Latitude Value <= 90,0. text 10 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox geospatial
westLongitude West Longitude Westernmost coordinate delimiting the geographic extent of the Dataset. A valid range of values, expressed in decimal degrees, is -180,0 <= West Bounding Longitude Value <= 180,0. text 7 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox geospatial
eastLongitude East Longitude Easternmost coordinate delimiting the geographic extent of the Dataset. A valid range of values, expressed in decimal degrees, is -180,0 <= East Bounding Longitude Value <= 180,0. text 8 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox geospatial
northLongitude North Latitude Northernmost coordinate delimiting the geographic extent of the Dataset. A valid range of values, expressed in decimal degrees, is -90,0 <= North Bounding Latitude Value <= 90,0. text 9 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox geospatial
southLongitude South Latitude Southernmost coordinate delimiting the geographic extent of the Dataset. A valid range of values, expressed in decimal degrees, is -90,0 <= South Bounding Latitude Value <= 90,0. text 10 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox geospatial
#controlledVocabulary DatasetField Value displayOrder
country Afghanistan 0
country Albania 1
Expand Down

0 comments on commit cef906b

Please sign in to comment.