Meteogalicia PostgreSQL Database (2000 - 2018)
收藏Zenodo2024-09-09 更新2026-05-26 收录
下载链接:
https://zenodo.org/doi/10.5281/zenodo.11915324
下载链接
链接失效反馈官方服务:
资源简介:
This database contains: rainfall, humidity, temperature, global solar radiation, wind velocity and wind direction ten-minute data from 150 stations of the Meteogalicia network between 1-jan-2000 and 31-dec-2018.
Version installed: postgresql 9.1
Extension installed: postgis 1.5.3-1
Instructions to restore the database:
Create template:
createdb -E UTF8 -O postgres -U postgres template_postgis
Activate PL/pgSQL language:
createlang plpgsql -d template_postgis -U postgres
Load definitions of PostGIS:
psql -d template_postgis -U postgres -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql
psql -d template_postgis -U postgres -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql
psql -d template_postgis -U postgres -f /usr/share/postgresql/9.1/contrib/postgis_comments.sql
Create database with "MeteoGalicia" name with PostGIS extension:
createdb -U postgres -T template_postgis MeteoGalicia
Restore backup:
cat Meteogalicia* | psql MeteoGalicia
本数据库收录了2000年1月1日至2018年12月31日期间,Meteogalicia气象网络(Meteogalicia)旗下150个观测站点的十分钟级气象观测数据,涵盖降雨量、空气湿度、气温、全球太阳辐射、风速与风向。
已安装的软件版本:PostgreSQL(PostgreSQL)9.1
已安装的扩展:PostGIS(PostGIS)1.5.3-1
数据库恢复操作指南如下:
创建模板数据库:
createdb -E UTF8 -O postgres -U postgres template_postgis
激活PL/pgSQL语言:
createlang plpgsql -d template_postgis -U postgres
加载PostGIS(PostGIS)定义文件:
psql -d template_postgis -U postgres -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql
psql -d template_postgis -U postgres -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql
psql -d template_postgis -U postgres -f /usr/share/postgresql/9.1/contrib/postgis_comments.sql
创建名为MeteoGalicia的带PostGIS扩展的数据库:
createdb -U postgres -T template_postgis MeteoGalicia
恢复备份数据:
cat Meteogalicia* | psql MeteoGalicia
提供机构:
Zenodo创建时间:
2024-06-27



