Skip to content
Snippets Groups Projects
Commit 9c2b1ef3 authored by Rune Åvar Ødegård's avatar Rune Åvar Ødegård
Browse files

ddd

parent 65d81c54
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,5 @@ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
<include file="data_migration_v7.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v8.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v9.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v10.sql" relativeToChangelogFile="true"/>
</databaseChangeLog>
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/BETA', 'Beta ray attenuation', 'Beta ray attenuation') ON CONFLICT DO NOTHING ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/CAPS', 'CAPS', 'CAPS') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/CPC', 'Condensation particle counter', 'Condensation particle counter') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/CRDS', 'Cavity ring down spectroscopy', 'Cavity ring down spectroscopy') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/CV-AFS', 'Cold vapour atomic fluorescence spectrometry', 'Cold vapour atomic fluorescence spectrometry') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/DOAS', 'Differential Optical Absorption Spectroscopy (DOAS)', 'Differential Optical Absorption Spectroscopy (DOAS)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/FID', 'Flame ionization detection (FID)', 'Flame ionization detection (FID)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/GC', 'Gas chromatography', 'Gas chromatography') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/GC-FID', 'Gas chromatography followed by flame ionization detection (GC-FID)', 'Gas chromatography followed by flame ionization detection (GC-FID)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/GC-MS', 'Gas chromatography followed by mass spectrometry (GC-MS)', 'Gas chromatography followed by mass spectrometry (GC-MS)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/GC-PID', 'Gas chromatography followed by photo ionization detection (GC-PID)', 'Gas chromatography followed by photo ionization detection (GC-PID)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/IC', 'Ion chromatography', 'Ion chromatography') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/IR-GFC', 'Infrared gas filter correlation', 'Infrared gas filter correlation') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/NDIR', 'Non-dispersive infrared spectroscopy (NDIR)', 'Non-dispersive infrared spectroscopy (NDIR)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/OPC-CMC', 'Optical particle counter + conversion to mass concentration', 'Optical particle counter + conversion to mass concentration') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/SMPS', 'Scanning mobilty particle sizer (SMPS)', 'Scanning mobilty particle sizer (SMPS)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/SP', 'Spectrophotometry', 'Spectrophotometry') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/TEOM', 'Tapered Element Oscillating Microbalance (TEOM)', 'Tapered Element Oscillating Microbalance (TEOM)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/TEOM-FDMS', 'Tapered Element Oscillating Microbalance (TEOM) with Filter Dynamics Measurement System (FDMS)', 'Tapered Element Oscillating Microbalance (TEOM) with Filter Dynamics Measurement System (FDMS)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/TEOM-corVolatile', 'Tapered Element Oscillating Microbalance (TEOM) + correction with estimated volatile fraction', 'Tapered Element Oscillating Microbalance (TEOM) + correction with estimated volatile fraction') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/TO-ECOC', 'Thermo-optical EC/OC measurement', 'Thermo-optical EC/OC measurement') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/UV-FL', 'UV fluorescence', 'UV fluorescence') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/UV-P', 'Ultraviolet (UV) photometry', 'Ultraviolet (UV) photometry') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/VUV', 'Vakuum-Ultraviolet (VUV) Spectrometry', 'Vakuum-Ultraviolet (VUV) Spectrometry') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/ZeemanAAS', 'Zeeman atomic absorption spectrometry (ZeemanAAS)', 'Zeeman atomic absorption spectrometry (ZeemanAAS)') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/chemi', 'Chemiluminescence', 'Chemiluminescence') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/coulometry', 'Coulometry', 'Coulometry') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/light-abs', 'Light absorption', 'Light absorption') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/light-scat', 'Light scattering', 'Light scattering') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/nephelometry', 'Nephelometry', 'Nephelometry') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/nephelometry_beta', 'Nephelometry + BETA', 'Nephelometry + BETA') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/other', 'Other, please specify', 'Other, please specify') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/potentiometry', 'Potentiometry', 'Potentiometry') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/reflect', 'Reflectrometry', 'Reflectrometry') ON CONFLICT DO NOTHING;
INSERT INTO public.eea_measurementmethods (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementmethod/saltzman', 'Saltzman - colorimetric microdetermination of NO2', 'Saltzman - colorimetric microdetermination of NO2') ON CONFLICT DO NOTHING;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment