diff --git a/rivretrieve/constants.py b/rivretrieve/constants.py index f77e9c6..afacce7 100644 --- a/rivretrieve/constants.py +++ b/rivretrieve/constants.py @@ -10,5 +10,11 @@ WATER_TEMPERATURE = "water_temperature" # Attributes +ALTITUDE = "altitude" +AREA = "area" +COUNTRY = "country" LATITUDE = "latitude" +LOCATION = "location" LONGITUDE = "longitude" +RIVER = "river" +SOURCE = "source"