Skip to content

Commit

Permalink
fix transferred geo fields
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Apr 3, 2024
1 parent 1705022 commit 74683af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/api/data/metadatablocks/citation.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
geographicBoundingBox Geographic Bounding Box The fundamental geometric description for any Data Project 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 Data Project'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. none 55 FALSE FALSE TRUE FALSE FALSE FALSE citation https://schema.org/spatialCoverage
westLongitude Westernmost (Left)Longitude Westernmost coordinate delimiting the geographic extent of the Data Project. A valid range of values, expressed in decimal degrees, is -180,0 <= West Bounding Longitude Value <= 180,0. text 56 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox citation
eastLongitude Easternmost (Right) Longitude Easternmost coordinate delimiting the geographic extent of the Data Project. A valid range of values, expressed in decimal degrees, is -180,0 <= East Bounding Longitude Value <= 180,0. text 57 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox citation
northLongitude Northernmost (Top) Latitude Northernmost coordinate delimiting the geographic extent of the Data Project. A valid range of values, expressed in decimal degrees, is -90,0 <= North Bounding Latitude Value <= 90,0. text 58 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox citation
southLongitude Southernmost (Bottom) Latitude Southernmost coordinate delimiting the geographic extent of the Data Project. A valid range of values, expressed in decimal degrees, is -90,0 <= South Bounding Latitude Value <= 90,0. text 59 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox citation
northLatitude Northernmost (Top) Latitude Northernmost coordinate delimiting the geographic extent of the Data Project. A valid range of values, expressed in decimal degrees, is -90,0 <= North Bounding Latitude Value <= 90,0. text 58 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox citation
southLatitude Southernmost (Bottom) Latitude Southernmost coordinate delimiting the geographic extent of the Data Project. A valid range of values, expressed in decimal degrees, is -90,0 <= South Bounding Latitude Value <= 90,0. text 59 FALSE FALSE FALSE FALSE FALSE FALSE geographicBoundingBox citation
series Series Information about the data project series to which the Data Project belongs none 60 : FALSE FALSE TRUE FALSE FALSE FALSE citation
seriesName Name The name of the data project series text 61 #VALUE TRUE FALSE FALSE TRUE FALSE FALSE series citation
seriesInformation Information Can include 1) a history of the series and 2) a summary of features that apply to the series textbox 62 #VALUE FALSE FALSE FALSE FALSE FALSE FALSE series citation
Expand Down

0 comments on commit 74683af

Please sign in to comment.