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

t

parent 264aabf0
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/uom/time/month', 'Month', 'month', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/variable', 'Variable', 'variable', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/second', 'Second', 's', 1);
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/other', 'Other', 'other', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/day', 'Day', 'd', 86400);
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);
......
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