Skip to content

Commit

Permalink
fix iot environmental accrual periodicity and double slash in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Aug 29, 2024
1 parent 2892c10 commit e0fe5ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ venv.bak/
_catalogs/
_old/

.DS_Store
.DS_Store
db_init
2 changes: 1 addition & 1 deletion api/app/oai_dcat/metadata_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import exceptions as exc
from endpoint_handlers import dataset_handler

BASE_URL = "https://sebastien-datalake.cmcc.it/api/v2/datasets/"
BASE_URL = "https://sebastien-datalake.cmcc.it/api/v2/datasets"

# Logging config
logging.basicConfig(level=logging.DEBUG)
Expand Down
3 changes: 2 additions & 1 deletion api/app/oai_dcat/oai_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"pasture": "BIWEEKLY",
"pi": "DAILY",
"pi-long-term": "AS_NEEDED",
"thi": "DAILY"
"thi": "DAILY",
"iot-environmental" : "IRREG"
}

# Logging config
Expand Down

0 comments on commit e0fe5ee

Please sign in to comment.