diff --git a/ESRM20_boundaries/README.md b/ESRM20_boundaries/README.md new file mode 100644 index 0000000000000000000000000000000000000000..96e6574378b20db955507068c53735c7cd8c5a0b --- /dev/null +++ b/ESRM20_boundaries/README.md @@ -0,0 +1,112 @@ +# ESRM20-compatible boundaries + +Geodata files that contain boundaries of countries and their internal administrative subdivisions, with IDs and names compatible with the [European Seismic Risk Model 2020](../ESRM20) (ESRM20). The boundaries are a combination of several sources: + +- GADM +- Eurostat +- German 2011 Census +- Swiss Federal Office of Topography (swisstopo) +- French Official Geographical Code (OGC) +- French Communal Administrative Delimitation from OpenStreetMap + +Modifications and combinations of these boundaries are used within GDE to distribute the ESRM20 exposure model to a general grid (of tiles) of any resolution, i.e. as an auxiliary input to carry out the spatial distribution of buildings and building classes from ESRM20. The licenses are generally permissive (CC-BY or similar) and explicitly show the intention to be used and remixed as long as attribution is given. + +## GADM + +A modification of the GADM administrative boundaries is used for most of the countries covered by the ESRM20 exposure model. + +### Versions + +Both versions 2.8 and 3.6 are used. + +### Source + +Version 3.6 (current): https://gadm.org/data.html + +Version 2.8: https://gadm.org/download_country_v2.html + +### License + +> The data are freely available for academic use and other non-commercial use. Redistribution, or commercial use, is not allowed without prior permission. Using the data to create maps for academic publishing is allowed. + +See [this image](./screenshot_license_gadm.png) for a screenshot of the license taken on 23 July 2021. + +## Eurostat + +Boundaries for some countries were retrieved from the statistical office of the European Union (Eurostat). + +### Source + +https://ec.europa.eu/eurostat + +### License + +> The Commission's reuse policy is implemented by the Commission Decision of 12 December 2011 on the reuse of Commission documents. + +> Unless otherwise indicated (e.g. in individual copyright notices), content owned by the EU on this website is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) licence. This means that reuse is allowed, provided appropriate credit is given and changes are indicated. + +> You may be required to clear additional rights if a specific content depicts identifiable private individuals or includes third-party works. To use or reproduce content that is not owned by the EU, you may need to seek permission directly from the rightholders. Software or documents covered by industrial property rights, such as patents, trade marks, registered designs, logos and names, are excluded from the Commission's reuse policy and are not licensed to you. + +See [this image](./screenshot_license_eurostat.png) for a screenshot of the license taken on 2 July 2021. This is a screenshot of the contents of [this website](https://ec.europa.eu/info/legal-notice_en). + +## German 2011 census + +Shapefiles of German administrative boundaries are provided in the section on [accompanying material results](https://www.zensus2011.de/DE/Infothek/Begleitmaterial_Ergebnisse/Begleitmaterial_node.html) of the website of the 2011 German national census. + +### Source + +The shapefiles labelled `Shapefile der Verwaltungsgrenzen (WGS84)` can be downloaded from [here](https://www.zensus2011.de/SharedDocs/Downloads/DE/Shapefile/VG250_1Jan2011_WGS84.zip?__blob=publicationFile&v=29). + +### License + +> Das Kartenmaterial wird als Open-Data gemäß GeoNutzV abgegeben. + +Translation into English: + +> The maps are provided as Open Data in accordance with GeoNutzV. + +`GeoNutzV` is the German law on the conditions of use for the provision of federal geodata. Its terms can be found [here](http://www.gesetze-im-internet.de/geonutzv/). [This image](./screenshot_license_GeoNutzV.png) contains a screenshot of the section on `Uses`. + +## Swiss Federal Office of Topography (swisstopo) + +Shapefiles of administrative boundaries for Switzerland. + +### Source + +https://shop.swisstopo.admin.ch/en/products/free_geodata + +### License + +> The free geodata and geoservices of swisstopo may be used, distributed and made accessible. Furthermore, they may be enriched and processed and also used commercially. A reference to the source is mandatory. + +See [this image](./screenshot_license_swisstopo.png) for a screenshot of the license taken on 13 August 2021. + +## French Official Geographical Code (OGC) + +Dataset compiled by the French National Institute of Statistics and Economic Studies (INSEE) and available through the [Open platform for French public data](https://www.data.gouv.fr/fr/). + +### Source + +https://www.data.gouv.fr/en/datasets/code-officiel-geographique-cog/#_ + +### License + +See [this image](./screenshot_license_French_OGC.png) for a screenshot of the license taken on 2 July 2021. + +Relevant part, translated with [DeepL](https://www.deepl.com/): + +> To facilitate the reuse of the "Information", this license is designed to be compatible with any free license that requires at least a credit for authorship. In particular, it is compatible with the UK Open Government Licence (OGL), Creative Commons Attribution 2.0 (CC-BY 2.0) and Open Data Commons Attribution (ODC-BY) licences from the Open Knowledge Foundation. + +## French Communal Administrative Delimitation from OpenStreetMap + +Exports of French administrative boundaries at the communal level (commune contours) from [OpenStreetMap](https://www.openstreetmap.org) available through the [Open platform for French public data](https://www.data.gouv.fr/fr/). More information can be found [here](http://prev.openstreetmap.fr/36680-communes). + +### Source + +https://www.data.gouv.fr/en/datasets/decoupage-administratif-communal-francais-issu-d-openstreetmap/#_ + +### License + +The data is distributed under the [Open Data Commons Open Database License (ODbL)](https://opendatacommons.org/licenses/odbl/summary/). + +See [this image](./screenshot_license_French_OSM.png) for a screenshot of the license taken on 2 July 2021. diff --git a/ESRM20_boundaries/data/.gitignore b/ESRM20_boundaries/data/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..72e8ffc0db8aad71a934dd11e5968bd5109e54b4 --- /dev/null +++ b/ESRM20_boundaries/data/.gitignore @@ -0,0 +1 @@ +* diff --git a/ESRM20_boundaries/screenshot_license_French_OGC.png b/ESRM20_boundaries/screenshot_license_French_OGC.png new file mode 100644 index 0000000000000000000000000000000000000000..cd29ee02365cf76538f9073f98235a298f96f6e5 Binary files /dev/null and b/ESRM20_boundaries/screenshot_license_French_OGC.png differ diff --git a/ESRM20_boundaries/screenshot_license_French_OSM.png b/ESRM20_boundaries/screenshot_license_French_OSM.png new file mode 100644 index 0000000000000000000000000000000000000000..b8984ac2e0f395c7875e7fdfaa7e6a355d93535f Binary files /dev/null and b/ESRM20_boundaries/screenshot_license_French_OSM.png differ diff --git a/ESRM20_boundaries/screenshot_license_GeoNutzV.png b/ESRM20_boundaries/screenshot_license_GeoNutzV.png new file mode 100644 index 0000000000000000000000000000000000000000..3322324feb8a5522d8e909252a707afdb1b30533 Binary files /dev/null and b/ESRM20_boundaries/screenshot_license_GeoNutzV.png differ diff --git a/ESRM20_boundaries/screenshot_license_eurostat.png b/ESRM20_boundaries/screenshot_license_eurostat.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6b13a563ed111d607d2d3d37a6d65e591b76dc Binary files /dev/null and b/ESRM20_boundaries/screenshot_license_eurostat.png differ diff --git a/ESRM20_boundaries/screenshot_license_gadm.png b/ESRM20_boundaries/screenshot_license_gadm.png new file mode 100644 index 0000000000000000000000000000000000000000..6ac16178f70b7302c3e785af5b27db680e314118 Binary files /dev/null and b/ESRM20_boundaries/screenshot_license_gadm.png differ diff --git a/ESRM20_boundaries/screenshot_license_swisstopo.png b/ESRM20_boundaries/screenshot_license_swisstopo.png new file mode 100644 index 0000000000000000000000000000000000000000..f89ec3ae2a11e3a39566c3c621629902405abf80 Binary files /dev/null and b/ESRM20_boundaries/screenshot_license_swisstopo.png differ diff --git a/README.md b/README.md index 083cc6008be44232eaf7bd684a476bcc4c3e8315..66e45daefc82b5642cdf93c33a905c99d9251f5d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ enumerated below. - Data sources for OpenBuildingMap (OBM) and the Global Dynamic Exposure (GDE) model: - [ESRM20](./ESRM20): Exposure model of the European Seismic Risk Model 2020. + - [ESRM20_boundaries](./ESRM20_boundaries): Geodata files with administrative boundaries compatible with ESRM20. - [GHS_BUILT_LDSMT_GLOBE_R2018A](./GHS_BUILT_LDSMT_GLOBE_R2018A): GHS multi-temporal 30-m built-up area model. - [GEM_Taiwan_Exposure_Model](./GEM_Taiwan_Exposure_Model): GEM's Exposure Model for Taiwan. - Data sources for the creation of aggregated exposure models: