Skip to content

Commit

Permalink
dump 04.06.24
Browse files Browse the repository at this point in the history
  • Loading branch information
tackandr committed Jun 4, 2024
1 parent 6f47a0a commit 113e8ef
Show file tree
Hide file tree
Showing 28 changed files with 147 additions and 53 deletions.
2 changes: 1 addition & 1 deletion sql/earth_shape-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion sql/fmi_producer-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion sql/fmi_producer.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.4 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
5 changes: 3 additions & 2 deletions sql/geom-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -30,6 +30,7 @@ COPY public.geom (id, name, projection_id, description, last_updater, last_updat
1126 ECEUR0100CAL 1 \N \N \N
1005 ICON125 1 DWD ICON GDS global wetodb 2016-01-29 09:22:06.177607+00
1060 SILAMAQEUR 1 \N \N \N
1127 PPNFIN2 8 \N \N \N
1007 ECGLO0100 1 ECMWF global 0.1 degrees postgres 2016-03-23 18:20:11.449998+00
1045 ECEUR0100G2 4 ECMWF Europe, rotated 0.1 degrees, GRIB2 version \N \N
1102 ECEUR0200CAL 1 \N \N \N
Expand Down Expand Up @@ -133,7 +134,7 @@ COPY public.geom (id, name, projection_id, description, last_updater, last_updat
-- Name: geom_id_seq; Type: SEQUENCE SET; Schema: public; Owner: radon_admin
--

SELECT pg_catalog.setval('public.geom_id_seq', 1126, true);
SELECT pg_catalog.setval('public.geom_id_seq', 1127, true);


--
Expand Down
2 changes: 1 addition & 1 deletion sql/geom_lambert_conformal-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion sql/geom_lambert_equal_area-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion sql/geom_latitude_longitude-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion sql/geom_latitude_longitude.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion sql/geom_rotated_latitude_longitude-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion sql/geom_stereographic-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
1 change: 1 addition & 0 deletions sql/geom_transverse_mercator-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SET row_security = off;

COPY public.geom_transverse_mercator (id, name, ni, nj, first_point, di, dj, scanning_mode, orientation, latin, scale, description, last_updater, last_updated, earth_shape_id, datum_id) FROM stdin;
1104 PPNFIN 850 1345 0101000020E6100000EAFEDA8F4E6E2440DD930BBEFE9F5140 1169.293057 1168.870164 +x-y 27 0 0.9996 PPN area over Finland \N \N 5 \N
1127 PPNFIN2 1280 1536 0101000020E6100000990A758160381F400742B280C99A5140 1000 1000 +x-y 27 0 0.9996 PPN area over Finland and Northern Sweden \N \N 5 \N
\.


Expand Down
5 changes: 4 additions & 1 deletion sql/geotiff_metadata-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ COPY public.geotiff_metadata (id, producer_id, attribute, key, mask) FROM stdin;
11 115 time_mask <Item name="Forecast start time" format="([A-Za-z]*)">
1 110 param_name GDAL_METADATA <Item name="Quantity" unit="(?:mm|mm/h)">([A-Za-z ]*)</Item>
13 506 param_name PRODUCT \N
14 110 analysis_time Timestamp [0-9]{12}
15 110 param_name TIFFTAG_IMAGEDESCRIPTION COMP:COMP::([A-Z]{4})
16 110 valid_time ForecastTimestamp [0-9]{14}
\.


--
-- Name: geotiff_metadata_id_seq; Type: SEQUENCE SET; Schema: public; Owner: radon_admin
--

SELECT pg_catalog.setval('public.geotiff_metadata_id_seq', 13, true);
SELECT pg_catalog.setval('public.geotiff_metadata_id_seq', 16, true);


--
Expand Down
2 changes: 1 addition & 1 deletion sql/hybrid_level_height-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
12 changes: 6 additions & 6 deletions sql/level-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.5 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -22,25 +22,25 @@ SET row_security = off;

COPY public.level (id, name, description, unit_id, last_updater, last_updated) FROM stdin;
1 GROUND Ground or water surface \N \N \N
2 PRESSURE Pressure level \N \N \N
3 HYBRID Hybrid level \N \N \N
4 ALTITUDE Altitude \N \N \N
5 TOP Top of atmosphere \N \N \N
6 HEIGHT Height above ground in meters \N \N \N
7 MEANSEA Mean sea level \N \N \N
8 ENTATM Entire atmosphere \N \N \N
10 DEPTH Depth below some surface \N postgres 2016-02-12 06:55:56.089001+00
12 MAXTHETAE Level where maximum equivalent potential temperature is found \N \N \N
11 PRESSURE_DELTA Level at specified pressure difference from ground to level 89 postgres 2016-06-10 17:28:15.507903+00
13 HEIGHT_LAYER Layer between two metric heights above ground 2 \N \N
9 GROUND_DEPTH Layer between two depths below land surface 63 wetodb 2017-08-18 07:01:00.767969+00
15 ISOTHERMAL Isothermal level, temperature in 1/100 K \N \N \N
16 MAXWIND Maximum wind level \N wetodb 2019-04-24 05:57:57.715881+00
17 HEIGHT_MSL Specific altitude above mean sea level \N \N \N
18 GENERAL Generalized vertical height coordinate \N \N \N
14 DEPTH_LAYER DEPRECATED 63 radon_admin 2023-10-27 06:02:03.99035+00
19 MIXING_LAYER Mixing layer \N radon_admin 2023-07-20 04:14:03.856005+00
20 TROPOPAUSE Tropopause \N \N \N
6 HEIGHT Height above ground in meters 2 radon_admin 2024-05-20 09:12:53.239781+00
2 PRESSURE Pressure level 21 radon_admin 2024-05-20 09:14:45.997807+00
17 HEIGHT_MSL DEPRECATED 2 radon_admin 2024-05-20 09:18:28.022826+00
4 ALTITUDE Altitude above mean sea level 2 radon_admin 2024-05-20 09:19:12.132786+00
15 ISOTHERMAL Isothermal level 102 radon_admin 2024-05-20 09:22:46.652699+00
\.


Expand Down
2 changes: 1 addition & 1 deletion sql/level_grib1-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.5 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
11 changes: 10 additions & 1 deletion sql/level_grib2-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -188,6 +188,15 @@ COPY public.level_grib2 (producer_id, level_id, grib_level_id, last_updater, las
286 7 101 \N \N
287 7 101 \N \N
288 7 101 \N \N
16 6 103 \N \N
16 3 105 \N \N
16 7 102 \N \N
16 5 8 \N \N
16 2 100 \N \N
16 15 20 \N \N
16 1 1 \N \N
16 8 10 \N \N
16 20 7 \N \N
\.


Expand Down
16 changes: 14 additions & 2 deletions sql/param-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -28,11 +28,13 @@ COPY public.param (id, name, version, unit_id, interpolation_id, description, la
992 PROB-HWS-1 1 6 1 Probability of significant wave height of at least 2m \N \N
12 RR-5D-MM 1 60 1 Precipitation over 5 days in mm \N \N
13 GROWDEV-D 1 80 1 Growth period deviation from normal in days \N \N
1520 F0-CEIL-2-M 1 2 1 0th fractal of ceiling 2 in EPS \N \N
16 GPPREC-KGM2 1 18 1 Growth period precipitation in kgm-2 \N \N
17 EFFTS-C 1 58 1 Effective temperature sum \N \N
18 TOZONE-KGM2 1 18 1 Total ozone in kg/m**2 \N \N
19 ROADIDX-N 1 69 1 Road Condition Index \N \N
20 NLM-PRCNT 1 6 1 Low and middle cloud cover \N \N
1521 F10-CEIL-2-M 1 2 1 10th fractal of ceiling 2 in EPS \N \N
752 CRAIN-0OR1 1 28 2 Precipitation type categorical rain, 0 or 1 \N \N
753 CICEP-0OR1 1 28 2 Precipitation type categorical ice pellets, 0 or 1 \N \N
24 ICNCT-PRCNT 1 6 1 Ice concentration \N \N
Expand Down Expand Up @@ -69,6 +71,7 @@ COPY public.param (id, name, version, unit_id, interpolation_id, description, la
993 PROB-HWS-2 1 6 1 Probability of significant wave height of at least 4m \N \N
754 CFRZR-0OR1 1 28 2 Precipitation type categorical freezing rain, 0 or 1 \N \N
68 NH-STDDEV-PRCNT 1 6 1 Standard Deviation of high cloud cover postgres 2017-01-03 08:49:33
1522 F25-CEIL-2-M 1 2 1 25th fractal of ceiling 2 in EPS \N \N
72 NLMDEV-PRCNT 1 6 1 Standard Deviation of low and middle cloud cover \N \N
73 FOG-PRCNT 1 6 1 Percentage of fog in a grid cell \N \N
74 FL-PRCNT 1 6 1 Percentage of land in a grid cell \N \N
Expand Down Expand Up @@ -110,6 +113,7 @@ COPY public.param (id, name, version, unit_id, interpolation_id, description, la
342 F90-RR-6-MM 1 18 1 90th fractal precipitation in EPS postgres 2016-08-31 06:01:08
143 LC-0TO1 1 62 1 Land Cover, 1=land, 0=sea \N \N
144 VV-HPAS 1 61 1 Vertical Velocity in hPa/s \N \N
1523 F50-CEIL-2-M 1 2 1 50th fractal of ceiling 2 in EPS \N \N
146 SR-M 1 2 1 Surface Roughness in Meters \N \N
147 SM-KGM2 1 18 1 Soil Moisture Content in Kg per square meter \N \N
148 IC-0TO1 1 62 1 Ice Cover, 1=ice, 0=no ice \N \N
Expand All @@ -119,6 +123,7 @@ COPY public.param (id, name, version, unit_id, interpolation_id, description, la
153 T-K 1 3 1 Temperature in Kelvins \N \N
154 T-C 1 58 1 Temperature in Celsius \N \N
1030 FFG2-MS 1 15 1 Instantaneous Wind Speed in m/s, himan version \N \N
1524 F75-CEIL-2-M 1 2 1 75th fractal of ceiling 2 in EPS \N \N
344 F50-RR-6-MM 1 18 1 50th fractal precipitation in EPS postgres 2016-08-31 06:01:08
158 Z-M2S2 1 13 1 Geopotential \N \N
159 TPW-K 1 3 1 Pseudoadiabatic potential temperature in K \N \N
Expand Down Expand Up @@ -146,6 +151,7 @@ COPY public.param (id, name, version, unit_id, interpolation_id, description, la
346 F10-RR-6-MM 1 18 1 10th fractal precipitation in EPS postgres 2016-08-31 06:01:08
1506 PROB-RR1-1 1 6 1 Probability of 1h precipitation rreaching some threshold value \N \N
211 NMT-N 1 30 1 Medium Cloud Type radon_admin 2023-10-24 04:46:33
1525 F90-CEIL-2-M 1 2 1 90th fractal of ceiling 2 in EPS \N \N
194 LNSP-N 1 30 1 Log Surface Pressure \N \N
195 ZH-GPM 1 8 1 Geopotential Height \N \N
196 NL-PRCNT 1 6 1 Low Cloud Amount \N \N
Expand All @@ -158,6 +164,7 @@ COPY public.param (id, name, version, unit_id, interpolation_id, description, la
204 FRNTSYM-N 1 30 1 Front Symbol \N \N
1230 SOT-WG-N 1 69 2 Shift Of Tails for wind gusts \N \N
209 H-M 1 2 1 Cloud Height in Meters \N \N
1526 F100-CEIL-2-M 1 2 1 100th fractal of ceiling 2 in EPS \N \N
214 TMAX-K 1 3 1 Maximum Temperature in Kelvins \N \N
215 TMIN-K 1 3 1 Maximum Temperature in Kelvins \N \N
216 TG-K 1 3 1 Ground Temperature in Kelvins \N \N
Expand Down Expand Up @@ -219,6 +226,11 @@ COPY public.param (id, name, version, unit_id, interpolation_id, description, la
278 IVELU-MS 1 15 1 Sea ice velocity (U) in m/s \N \N
279 IVELV-MS 1 15 1 Sea ice velocity (V) in m/s \N \N
280 IRAFTTHK-CM 1 63 1 Rafted sea ice mean thickness \N \N
1527 TI2-BASE-FL 1 29 1 Base of TI2 in flight level \N \N
1528 TI2-TOP-FL 1 29 1 Top of TI2 in flight level \N \N
1529 TI2-MAX-S2 1 88 1 Max clear air turbulence in S-2 \N \N
1530 ATMICEG-MMH-3CM 1 99 1 Atmospheric ice growth mm per hour for 3cm cylinder \N \N
1531 ATMICEG-GH-3CM 1 100 1 Atmospheric ice growth grams per hour for 3cm cylinder \N \N
288 DPDEF-C 1 58 1 Dew Point Deficit \N \N
297 FRICTION-N 1 30 1 Friction Coefficient \N \N
298 WATERLR-MM 1 60 1 Water Content in mm \N \N
Expand Down Expand Up @@ -1197,7 +1209,7 @@ COPY public.param (id, name, version, unit_id, interpolation_id, description, la
-- Name: param_id_seq; Type: SEQUENCE SET; Schema: public; Owner: radon_admin
--

SELECT pg_catalog.setval('public.param_id_seq', 1519, true);
SELECT pg_catalog.setval('public.param_id_seq', 1531, true);


--
Expand Down
4 changes: 3 additions & 1 deletion sql/param_geotiff-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@ COPY public.param_geotiff (id, producer_id, param_id, geotiff_name, last_updater
27 521 1421 LC-N \N \N
28 110 324 Precipitation intensity \N \N
29 506 502 MDSSFTD \N \N
30 110 441 ACRR \N \N
31 110 324 RATE \N \N
\.


--
-- Name: param_geotiff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: radon_admin
--

SELECT pg_catalog.setval('public.param_geotiff_id_seq', 29, true);
SELECT pg_catalog.setval('public.param_geotiff_id_seq', 31, true);


--
Expand Down
2 changes: 1 addition & 1 deletion sql/param_grib1-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 15.2
-- Dumped by pg_dump version 15.6 (Homebrew)
-- Dumped by pg_dump version 15.3

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
Loading

0 comments on commit 113e8ef

Please sign in to comment.