-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from fabiovinci/main
Upload content
- Loading branch information
Showing
359 changed files
with
1,400 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Sample workflow for building and deploying a Jekyll site to GitHub Pages | ||
name: Deploy Jekyll with GitHub Pages dependencies preinstalled | ||
|
||
on: | ||
# Runs on pushes targeting the default branch | ||
push: | ||
branches: ["main"] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
# Build job | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v3 | ||
- name: Build with Jekyll | ||
uses: actions/jekyll-build-pages@v1 | ||
with: | ||
source: ./ | ||
destination: ./_site | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v2 | ||
|
||
# Deployment job | ||
deploy: | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Country fiches | ||
|
||
* [2016](./inspirecountryficheaustria_2016.pdf) | ||
* [2019](./inspire_-_austria_-_2019_country_fiche.pdf) | ||
* [2020](./inspire_-_austria_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_austria_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_austria_-_2022.pdf) | ||
* [2023](./inspire_-_austria_-_2023_country_fiche.pdf) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Indicators | ||
|
||
* [Indicator 2012](http://www.inspire.gv.at/dms/inspire/dateien/Dokumente-INSPIRE--sterreich/INSPIRE_MR_indicators_Austria_2012/Monitoring%202011.xls) | ||
* [Indicator 2013](http://cdr.eionet.europa.eu/at/eu/inspire/monitoring/envuyzmjg/) | ||
* [Indicator 2014](http://cdr.eionet.europa.eu/at/eu/inspire/monitoring/envu2tbyw/) | ||
* [Indicator 2015](http://cdr.eionet.europa.eu/at/eu/inspire/monitoring/envvuxxmq/) | ||
* [Indicator 2016](http://cdr.eionet.europa.eu/at/eu/inspire/monitoring/envvzgmqg/) | ||
* [Indicator 2017](http://cdr.eionet.europa.eu/at/eu/inspire/monitoring/envwp8a8a/) | ||
* [Indicator 2018](http://cdr.eionet.europa.eu/at/eu/inspire/monitoring/envwusiiw/) | ||
* [Indicator 2019](http://cdr.eionet.europa.eu/at/eu/inspire/monitoring/envxmwomw/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Reports](./Reports) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
Binary file added
BIN
+913 KB
AT/Reports/AT___INSPIRE_MR_Report_Austria_2010___EU_made_EN_Translation_final.DOC
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Reports | ||
|
||
* [English report 2010](./AT___INSPIRE_MR_Report_Austria_2010___EU_made_EN_Translation_final.DOC) | ||
* [Original language report 2010](http://www.inspire.gv.at/dms/inspire/dateien/Dokumente-INSPIRE--sterreich/INSPIRE_MR_Report_Austria_2010.pdf) | ||
* [English report 2013](./AT-INSPIRE-Report-2013_ENV-2013-00430-00-00-EN-TRA-00.pdf) | ||
* [Original language report 2013](http://www.inspire.gv.at/dms/inspire/dateien/Dokumente-INSPIRE--sterreich/INSPIRE_MR_Report_Austria_2013.pdf) | ||
* [Original language report 2016](http://cdr.eionet.europa.eu/at/eu/inspire/reporting/envvzgjlghttp://cdr.eionet.europa.eu/at/eu/inspire/reporting/envvzgjlg) | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Country fiches | ||
|
||
* [2016](./inspirecountryfichebelgium_2016.pdf) | ||
* [2019](./inspire_-_belgium_-_2019_country_fiche.pdf) | ||
* [2020](./inspire_-_belgium_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_belgium_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_belgium_-_2022.pdf) | ||
* [2023](./inspire_-_belgium_-_2023_country_fiche.pdf) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Indicators | ||
|
||
* [Indicator 2012](https://www.geopunt.be/) | ||
* [Indicator 2013](https://www.geopunt.be/) | ||
* [Indicator 2014](https://www.geopunt.be/) | ||
* [Indicator 2015](https://cdr.eionet.europa.eu/be/eu/inspire/monitoring/envvvzdaw/) | ||
* [Indicator 2016](https://cdr.eionet.europa.eu/be/eu/inspire/monitoring/envvzsivw/) | ||
* [Indicator 2017](https://cdr.eionet.europa.eu/be/eu/inspire/monitoring/envwrxewa/) | ||
* [Indicator 2018](https://cdr.eionet.europa.eu/be/eu/inspire/monitoring/envwvxzpa/) | ||
* [Indicator 2019](https://cdr.eionet.europa.eu/be/eu/inspire/monitoring/envxnwj3a/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Reports](./Reports) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Reports | ||
|
||
* [Original language report 2010](http://www.geopunt.be/~/media/geopunt/geowijzer/inspire/documenten/2007-2-ec_reporting_belgium_2009_officieel.pdf) | ||
* [English report 2013](./BE-INSPIRE-Report-2013_ENV-2013--00-00-EN-TRA-00.pdf) | ||
* [Original language report 2013](http://www.geopunt.be/~/media/geopunt/geowijzer/inspire/documenten/2007-2-ec_reporting_belgium_2010-2012_final.pdf) | ||
* [Original language report 2016](http://cdr.eionet.europa.eu/be/eu/inspire/reporting/envvzjphw) | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Country fiches | ||
|
||
* [2016](./inspirecountryfichebulgaria_2016.pdf) | ||
* [2019](./inspire_-_bulgaria_-_2019_country_fiche.pdf) | ||
* [2020](./inspire_-_bulgaria_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_bulgaria_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_bulgaria_-_2022.pdf) | ||
* [2023](./inspire_-_bulgaria_-_2023_country_fiche.pdf) | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Indicators | ||
|
||
* [Indicator 2012](http://www.esmis.government.bg/upload/other/2012-04/Monitoring_BUL_16_05_2011_Eng.xls) | ||
* [Indicator 2013](https://cdr.eionet.europa.eu/bg/eu/inspire/monitoring/envuacbqg/) | ||
* [Indicator 2014](https://cdr.eionet.europa.eu/bg/eu/inspire/monitoring/envu425cw/) | ||
* [Indicator 2016](https://cdr.eionet.europa.eu/bg/eu/inspire/monitoring/envvzxh2q/) | ||
* [Indicator 2017](https://cdr.eionet.europa.eu/bg/eu/inspire/monitoring/envwsvmjq/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Reports](./Reports) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Reports | ||
|
||
* [English report 2010](http://www.esmis.government.bg/upload/docs/2012-06/Reporting_15_05_2010_Eng.doc) | ||
* [Original language report 2010](http://www.esmis.government.bg/upload/docs/2012-06/REPORT_INSPIRE_15May2010.doc) | ||
* [English report 2013](./BG-INSPIRE-Report-2013_ENV-2013-00446-00-00-EN-TRA-00.pdf) | ||
* [Original language report 2013](https://www.esmis.government.bg/upload/other/2013-05/Reporting_Bul.docx) | ||
* [Original language report 2016](http://cdr.eionet.europa.eu/bg/eu/inspire/reporting/envv0a3cg/) | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Country fiches | ||
|
||
* [2019](./inspire_-_switzerland_-_2019_country_fiche.pdf) | ||
* [2020](./inspire_-_switzerland_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_switzerland_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_switzerland_-_2022.pdf) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Indicators | ||
|
||
* [Indicator 2014](http://cdr.eionet.europa.eu/ch/eu/inspire/monitoring/envu_u0ng/) | ||
* [Indicator 2016](http://cdr.eionet.europa.eu/ch/eu/inspire/monitoring/envv6ioow/) | ||
* [Indicator 2017](http://cdr.eionet.europa.eu/ch/eu/inspire/monitoring/envwrrcwg/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Country fiches | ||
|
||
* [2016](./inspirecountryfichecyprus_2016.pdf) | ||
* [2019](./CY-INSPIRE_Country_Report_2019-v1.2_Gr.pdf) | ||
* [2020](./inspire_-_cyprus_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_cyprus_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_cyprus_-_2022.pdf) | ||
* [2023](./inspire_-_cyprus_-_2023_country_fiche.pdf) | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Indicators | ||
|
||
* [Indicator 2013](http://inspire.jrc.ec.europa.eu/reports/country_reports_mr2012/MR_Indicators_Cyprus_2013.xls) | ||
* [Indicator 2014](http://cdr.eionet.europa.eu/cy/eu/inspire/monitoring/envu2k21q/) | ||
* [Indicator 2015](http://cdr.eionet.europa.eu/cy/eu/inspire/monitoring/envvw82ga/) | ||
* [Indicator 2016](http://cdr.eionet.europa.eu/cy/eu/inspire/monitoring/envvzk7xa/) | ||
* [Indicator 2017](http://cdr.eionet.europa.eu/cy/eu/inspire/monitoring/envwrv2ka/) | ||
* [Indicator 2018](http://cdr.eionet.europa.eu/cy/eu/inspire/monitoring/envwvlscw/) | ||
* [Indicator 2019](http://cdr.eionet.europa.eu/cy/eu/inspire/monitoring/envxnlvqg/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Reports](./Reports) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Reports | ||
|
||
* [English report 2013](./CY_INSPIRE_Country_Report_2013_v10_Eng.pdf) | ||
* [Original language report 2013](./CY_INSPIRE_Country_Report_2013_v1.0_Grk.pdf) | ||
* [Original language report 2016](https://cdr.eionet.europa.eu/cy/eu/inspire/reporting/envvzk69w) | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Country fiches | ||
|
||
* [2016](./inspirecountryficheczechrepublic_2016.pdf) | ||
* [2019](./inspire_-_czechia_-_2019_country_fiche.pdf) | ||
* [2020](./inspire_-_czechia_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_czechia_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_czechia_-_2022.pdf) | ||
* [2023](./inspire_-_czechia_-_2023_country_fiche.pdf) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Indicators | ||
|
||
* [Indicator 2012](http://inspire.gov.cz/dokumenty/monitoring-a-reporting/568-monitoring-2011-indikatory-pro-eu) | ||
* [Indicator 2013](http://cdr.eionet.europa.eu/cz/eu/inspire/monitoring/envuz4xia/) | ||
* [Indicator 2014](http://cdr.eionet.europa.eu/cz/eu/inspire/monitoring/envu3ui3g/) | ||
* [Indicator 2015](http://cdr.eionet.europa.eu/cz/eu/inspire/monitoring/envvvpmgq/) | ||
* [Indicator 2016](http://cdr.eionet.europa.eu/cz/eu/inspire/monitoring/envvzdyrq/) | ||
* [Indicator 2017](http://cdr.eionet.europa.eu/cz/eu/inspire/monitoring/envwrmlda/) | ||
* [Indicator 2018](http://cdr.eionet.europa.eu/cz/eu/inspire/monitoring/envwvmv4q/) | ||
* [Indicator 2019](http://cdr.eionet.europa.eu/cz/eu/inspire/monitoring/envxnvaka/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Reports](./Reports) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
Binary file added
BIN
+616 KB
CZ/Reports/CZ_-_Reporting_CzechRepublic-_EU_made_EN_Translation_final.doc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Reports | ||
|
||
* [English report 2010](./CZ_-_Reporting_CzechRepublic-_EU_made_EN_Translation_final.doc) | ||
* [Original language report 2010](http://inspire.gov.cz/sites/default/files/documents/Reporting_CzechRepublic.doc) | ||
* [English report 2013](./CZ-INSPIRE-Report-2013_ENV-2013-00432-00-00-EN-TRA-00.pdf) | ||
* [Original language report 2013](http://inspire.gov.cz/dokumenty/monitoring-a-reporting/617-narodni-zprava-2013-za-obdobi-2010-2012) | ||
* [Original language report 2016](http://cdr.eionet.europa.eu/cz/eu/inspire/reporting/envvzdzew) | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Country fiches | ||
|
||
* [2016](./inspirecountryfichegermany_2016.pdf) | ||
* [2019](./inspire_-_germany_-_2019_country_fiche.pdf) | ||
* [2020](./inspire_-_germany_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_germany_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_germany_-_2022.pdf) | ||
* [2023](./inspire_-_germany_-_2023_country_fiche.pdf) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Indicators | ||
|
||
* [Indicator 2012](http://www.gdi-de.org/monitoring2011/) | ||
* [Indicator 2013](http://cdr.eionet.europa.eu/de/eu/inspire/monitoring/envuztofg/) | ||
* [Indicator 2014](http://cdr.eionet.europa.eu/de/eu/inspire/monitoring/envu3uw7w/) | ||
* [Indicator 2015](http://cdr.eionet.europa.eu/de/eu/inspire/monitoring/envvusirg/) | ||
* [Indicator 2016](http://cdr.eionet.europa.eu/de/eu/inspire/monitoring/envv20njw/) | ||
* [Indicator 2017](http://cdr.eionet.europa.eu/de/eu/inspire/monitoring/envwrgeoa/) | ||
* [Indicator 2018](http://cdr.eionet.europa.eu/de/eu/inspire/monitoring/envwvlgqg/) | ||
* [Indicator 2019](http://cdr.eionet.europa.eu/de/eu/inspire/monitoring/envxnpla/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Reports](./Reports) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
Binary file added
BIN
+615 KB
DE/Reports/DE_-_100512_INSPIRE_CountryReportDE_final_EN_-_EU_made_-_final.DOC
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Reports | ||
|
||
* [English report 2010](./DE_-_100512_INSPIRE_CountryReportDE_final_EN_-_EU_made_-_final.DOC) | ||
* [Original language report 2010](http://www.geoportal.de/SharedDocs/Downloads/EN/GDI-DE/INSPIRE_Bericht_Mitgliedstaat_DE_2010.pdf?__blob=publicationFile) | ||
* [English report 2013](./DE-INSPIRE-Report-2013_ENV-2013-00433-00-00-EN-TRA-00.pdf) | ||
* [Original language report 2013](./INSPIRE_Bericht_Mitgliedstaat_DE_2013.pdf) | ||
* [Original language report 2016](http://cdr.eionet.europa.eu/de/eu/inspire/reporting/envvzxibw) | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Country fiches | ||
|
||
* [2016](./inspirecountryfichedenmark_2016.pdf) | ||
* [2019](./inspire_-_denmark_-_2019_country_fiche.pdf) | ||
* [2020](./inspire_-_denmark_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_denmark_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_denmark_-_2022.pdf) | ||
* [2023](./inspire_-_denmark_-_2023_country_fiche.pdf) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Indicators | ||
|
||
* [Indicator 2012](http://inspire-danmark.dk/media/gst/2583609/Overv%C3%A5gning2011.htm) | ||
* [Indicator 2013](http://cdr.eionet.europa.eu/dk/eu/inspire/monitoring/envuzdmgq/) | ||
* [Indicator 2014](http://cdr.eionet.europa.eu/dk/eu/inspire/monitoring/envu3c1og/) | ||
* [Indicator 2015](http://cdr.eionet.europa.eu/dk/eu/inspire/monitoring/envvvmhgw/) | ||
* [Indicator 2016](http://cdr.eionet.europa.eu/dk/eu/inspire/monitoring/envvzl0yq/) | ||
* [Indicator 2017](http://cdr.eionet.europa.eu/dk/eu/inspire/monitoring/envwrrnlw/) | ||
* [Indicator 2018](http://cdr.eionet.europa.eu/dk/eu/inspire/monitoring/envwvmdzq/) | ||
* [Indicator 2019](http://cdr.eionet.europa.eu/dk/eu/inspire/monitoring/envxnql0w/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Reports](./Reports) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Reports | ||
|
||
* [Original language report 2010](http://inspire-danmark.dk/media/gst/76896/INSPIRE%20Country%20Report%20DENMARK%202009.pdf) | ||
* [English report 2013](./DK-INSPIRE-Report-2013_ENV-2013-00434-00-00-EN-TRA-00.pdf) | ||
* [Original language report 2013](http://inspire-danmark.dk/media/gst/64391/INSPIRE%20reporting%20Denmark%20Final.pdf) | ||
* [Original language report 2016](http://cdr.eionet.europa.eu/dk/eu/inspire/reporting/envvzwjkw) | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Country fiches | ||
|
||
* [2016](./inspirecountryficheestonia_2016.pdf) | ||
* [2019](./inspire_-_estonia_-_2019_country_fiche.pdf) | ||
* [2020](./inspire_-_estonia_-_2020_country_fiche.pdf) | ||
* [2021](./fiche_inspire_-_estonia_-_2021.pdf) | ||
* [2022](./fiche_inspire_-_estonia_-_2022.pdf) | ||
* [2023](./inspire_-_estonia_-_2023_country_fiche.pdf) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Indicators | ||
|
||
* [Indicator 2012](http://geoportaal.maaamet.ee/docs/inspire/Monitoring_report_Estonia_2012.xls) | ||
* [Indicator 2013](http://cdr.eionet.europa.eu/ee/eu/inspire/monitoring/envuzovug/) | ||
* [Indicator 2014](http://cdr.eionet.europa.eu/ee/eu/inspire/monitoring/envu3xiua/) | ||
* [Indicator 2015](http://cdr.eionet.europa.eu/ee/eu/inspire/monitoring/envvvxiiq/) | ||
* [Indicator 2016](http://cdr.eionet.europa.eu/ee/eu/inspire/monitoring/envvzxoyw/) | ||
* [Indicator 2017](http://cdr.eionet.europa.eu/ee/eu/inspire/monitoring/envwqsm8g/) | ||
* [Indicator 2018](http://cdr.eionet.europa.eu/ee/eu/inspire/monitoring/envwvmfmg/) | ||
* [Indicator 2019](http://cdr.eionet.europa.eu/ee/eu/inspire/monitoring/envxnlemw/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Monitoring & Reporting Information | ||
|
||
* [Indicators](./Indicators) | ||
* [Reports](./Reports) | ||
* [Country fiches](./Country_fiches) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.