Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
raven
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rune Åvar Ødegård
raven
Commits
c1165b9d
Commit
c1165b9d
authored
2 years ago
by
Rune Åvar Ødegård
Browse files
Options
Downloads
Patches
Plain Diff
Modfied example files and smal DB change
parent
267863ec
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
csv_examples/assessment_methods.csv
+4
-1
4 additions, 1 deletion
csv_examples/assessment_methods.csv
csv_examples/assessment_regimes.csv
+4
-3
4 additions, 3 deletions
csv_examples/assessment_regimes.csv
db_scripts/update_v10.sql
+1
-0
1 addition, 0 deletions
db_scripts/update_v10.sql
with
9 additions
and
4 deletions
csv_examples/assessment_methods.csv
+
4
−
1
View file @
c1165b9d
...
...
@@ -7,4 +7,7 @@ Assessmentregime_2_SPO_NO0039R_7_695,http://dd.eionet.europa.eu/vocabulary/aq/as
Assessmentregime_2_SPO_NO0088A_7_554,http://dd.eionet.europa.eu/vocabulary/aq/assessmenttype/fixed,Fixed stations is used.,2,SPO_NO0088A_7_554
Assessmentregime_3_SPO_NO0067A_5_595,http://dd.eionet.europa.eu/vocabulary/aq/assessmenttype/fixed,Fixed stations is used.,3,SPO_NO0067A_5_595
Assessmentregime_3_SPO_NO0074A_5_539,http://dd.eionet.europa.eu/vocabulary/aq/assessmenttype/fixed,Fixed stations is used.,3,SPO_NO0074A_5_539
Assessmentregime_3_SPO_NO0059A_5_11,http://dd.eionet.europa.eu/vocabulary/aq/assessmenttype/fixed,Fixed stations is used.,3,SPO_NO0059A_5_11
\ No newline at end of file
Assessmentregime_3_SPO_NO0059A_5_11,http://dd.eionet.europa.eu/vocabulary/aq/assessmenttype/fixed,Fixed stations is used.,3,SPO_NO0059A_5_11
Assessmentregime_4_SPO_NO0067A_5_595,http://dd.eionet.europa.eu/vocabulary/aq/assessmenttype/fixed,Fixed stations is used.,4,SPO_NO0067A_5_595
Assessmentregime_4_SPO_NO0074A_5_539,http://dd.eionet.europa.eu/vocabulary/aq/assessmenttype/fixed,Fixed stations is used.,4,SPO_NO0074A_5_539
Assessmentregime_4_SPO_NO0059A_5_11,http://dd.eionet.europa.eu/vocabulary/aq/assessmenttype/fixed,Fixed stations is used.,4,SPO_NO0059A_5_11
\ No newline at end of file
This diff is collapsed.
Click to expand it.
csv_examples/assessment_regimes.csv
+
4
−
3
View file @
c1165b9d
id,name,pollutant,objecttype,reportingmetric,protectiontarget,assessmentthresholdexceedance,thresholdclassificationyear,thresholdclassificationreport,zoneid,include
1,ARE-ZONE6_SO2_LV_daysAbove_H,http://dd.eionet.europa.eu/vocabulary/aq/pollutant/1,LV,daysAbove,H,belowLAT,2019,http://cdr.eionet.europa.eu/YY/eu/aqd/c/envXXXXX/XYZdocument.pdf,6,1
2,ARE-ZONE6_O3_LV_hrsAbove_H,http://dd.eionet.europa.eu/vocabulary/aq/pollutant/7,LV,hrsAbove,H,NA,2019,http://cdr.eionet.europa.eu/YY/eu/aqd/c/envXXXXX/XYZdocument.pdf,6,1
3,ARE-ZONE1_PM10_LV_aMean_H,http://dd.eionet.europa.eu/vocabulary/aq/pollutant/5,LV,aMean,H,LAT-UAT,2019,http://cdr.eionet.europa.eu/YY/eu/aqd/c/envXXXXX/XYZdocument.pdf,4,1
\ No newline at end of file
1,ARE-ZONE1_SO2_LV_daysAbove_H,http://dd.eionet.europa.eu/vocabulary/aq/pollutant/1,LV,daysAbove,H,belowLAT,2019,http://cdr.eionet.europa.eu/YY/eu/aqd/c/envXXXXX/XYZdocument.pdf,1,1
2,ARE-ZONE1_O3_LV_hrsAbove_H,http://dd.eionet.europa.eu/vocabulary/aq/pollutant/7,LV,hrsAbove,H,NA,2019,http://cdr.eionet.europa.eu/YY/eu/aqd/c/envXXXXX/XYZdocument.pdf,1,1
3,ARE-ZONE1_PM10_LV_aMean_H,http://dd.eionet.europa.eu/vocabulary/aq/pollutant/5,LV,aMean,H,LAT-UAT,2019,http://cdr.eionet.europa.eu/YY/eu/aqd/c/envXXXXX/XYZdocument.pdf,1,1
4,ARE-ZONE2_SO2_LV_daysAbove_H,http://dd.eionet.europa.eu/vocabulary/aq/pollutant/1,LV,daysAbove,H,belowLAT,2019,http://cdr.eionet.europa.eu/YY/eu/aqd/c/envXXXXX/XYZdocument.pdf,2,1
This diff is collapsed.
Click to expand it.
db_scripts/update_v10.sql
0 → 100644
+
1
−
0
View file @
c1165b9d
alter
table
assessmentregimes
alter
column
zoneid
type
varchar
(
100
)
using
zoneid
::
varchar
(
100
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment