Skip to content

Commit

Permalink
feat(config): Add latitude and longitude to default metadata values (#…
Browse files Browse the repository at this point in the history
…2772)

* Update to specify (WGS84) to format and add additional explanation
  • Loading branch information
anna-parker authored Sep 13, 2024
1 parent c7f813f commit 77e721c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ defaultOrganismConfig: &defaultOrganismConfig
noInput: true
perSegment: true
oneHeader: true
- name: geoLocLatitude
displayName: Latitude
header: Sample details
type: float
guidance: Geo-coordinate latitude in decimal degree (WGS84) format, i.e. values in range -90 to 90, where positive values are north of the Equator.
- name: geoLocLongitude
displayName: Longitude
header: Sample details
type: float
guidance: Geo-coordinate longitude in decimal degree (WGS84) format, i.e. values in range -180 to 180, where positive values are east of the Prime Meridian.
- name: geoLocCountry
displayName: Collection country
generateIndex: true
Expand Down

0 comments on commit 77e721c

Please sign in to comment.