Skip to content

Commit d471f8b

Browse files
committed
Add a few more attribute names (#39)
* Add a few attribute names * Some more attribute names
1 parent 7758677 commit d471f8b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

rivretrieve/constants.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@
1010
WATER_TEMPERATURE = "water_temperature"
1111

1212
# Attributes
13+
ALTITUDE = "altitude"
14+
AREA = "area"
15+
COUNTRY = "country"
1316
LATITUDE = "latitude"
17+
LOCATION = "location"
1418
LONGITUDE = "longitude"
19+
RIVER = "river"
20+
SOURCE = "source"

0 commit comments

Comments
 (0)