Skip to content

Commit

Permalink
Added S13 to the collection list for the BODC tables generator
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilrader authored Oct 16, 2024
1 parent 491e8a6 commit 4e1b348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/BODC_tables_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def execute_to_df(name: str, **vars) -> pd.DataFrame:
result: kg.QueryResult = NSV.query(sparql=sparql)
return result.to_dataframe()

valuesCollectionList = ['L22', 'L05', 'F02', 'C17', 'S11', 'S10', 'S09', 'M20', 'M21', 'M24', 'L06']
valuesCollectionList = ['L22', 'L05', 'F02', 'C17', 'S13', 'S11', 'S10', 'S09', 'M20', 'M21', 'M24', 'L06']
parametersCollectionList = ['Q01', 'P01', 'P02', 'P35']

# File paths
Expand Down

0 comments on commit 4e1b348

Please sign in to comment.