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

r

parent a1ba27c8
No related branches found
No related tags found
No related merge requests found
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/primaryObservation/var', 'Variable', 'variable', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/week', 'Week', 'wk', 604800);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/hour', 'Hour', 'h', 3600);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/primaryObservation/hour', 'Hour', 'h', 3600);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/primaryObservation/day', 'Day', 'd', 86400);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/year', 'Year', 'y or a', 31536000);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/minute', 'Minute', 'm', 60);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/primaryObservation/week', 'Weekly average/mean', 'week', 604800);
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