-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added download products from selected polygons on vector layer
Added reactivation of download tool with last download configuration Fixed WMS error initializing plugin Added new topographic downloads Added download products by numeric coordinates (no interactive selection) Updated orthophotos layers organization
- Loading branch information
1 parent
3a2bf90
commit 85b1178
Showing
61 changed files
with
12,531 additions
and
11,033 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
**/.#* | ||
**/*.swp | ||
**/*~ | ||
**/*.bak | ||
**/*.pyc | ||
*.lnk | ||
distrib | ||
**/.#* | ||
**/*.swp | ||
**/*~ | ||
**/*.bak | ||
**/*.pyc | ||
*.lnk | ||
distrib |
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
# Open ICGC plugin | ||
|
||
QGIS Plugin for accessing [open data](https://www.icgc.cat/en/The-ICGC/Public-Information/Transparency/Re-use-of-the-information) published by the [ICGC](https://www.icgc.cat/en) (Institut Cartogràfic de Catalunya, Catalan Mapping Agency). | ||
|
||
It provides geocoding searches for place names, streets, roads, coordinates in different reference systems: | ||
|
||
![geofinder](docs/images/geo_finder.png) | ||
|
||
loading of base data layers: | ||
|
||
![resources](docs/images/resources.png) | ||
|
||
time series management: | ||
|
||
![time_series](docs/images/time_series.png) | ||
|
||
downloading of vectorial o raster information by area, municipality or county (depending on the product): | ||
![downloads](docs/images/downloads.png) | ||
|
||
basic style control: | ||
|
||
![styles](docs/images/styles.png) | ||
|
||
and show help: | ||
|
||
![help](docs/images/help.png) | ||
|
||
More data and services will be added in the near future. | ||
|
||
This plugin uses [suds-py3](https://pypi.org/project/suds-py3/), [wsse](https://gist.github.com/copitux/5029872) libraries and spanish land registry [geo services](https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?wsdl) | ||
# Open ICGC plugin | ||
|
||
QGIS Plugin for accessing [open data](https://www.icgc.cat/en/The-ICGC/Public-Information/Transparency/Re-use-of-the-information) published by the [ICGC](https://www.icgc.cat/en) (Institut Cartogràfic de Catalunya, Catalan Mapping Agency). | ||
|
||
It provides geocoding searches for place names, streets, roads, coordinates in different reference systems: | ||
|
||
![geofinder](docs/images/geo_finder.png) | ||
|
||
loading of base data layers: | ||
|
||
![resources](docs/images/resources.png) | ||
|
||
time series management: | ||
|
||
![time_series](docs/images/time_series.png) | ||
|
||
downloading of vectorial o raster information by area, municipality or county (depending on the product): | ||
![downloads](docs/images/downloads.png) | ||
|
||
basic style control: | ||
|
||
![styles](docs/images/styles.png) | ||
|
||
and show help: | ||
|
||
![help](docs/images/help.png) | ||
|
||
More data and services will be added in the near future. | ||
|
||
This plugin uses [suds-py3](https://pypi.org/project/suds-py3/), [wsse](https://gist.github.com/copitux/5029872) libraries and spanish land registry [geo services](https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?wsdl) |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://icgc.cat"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://icgc.cat"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta http-equiv="last-modified" content="2020-05-22" /> | ||
</head> | ||
<body> | ||
<h1>Plugin QGIS Open ICGC</h1> | ||
<p>Un plugin QGIS per accedir a <a href="https://www.icgc.cat/ca/L-ICGC/Informacio-publica/Transparencia/Reutilitzacio-de-la-informacio" rel="nofollow">dades obertes</a> publicades per l'<a href="https://www.icgc.cat" rel="nofollow">ICGC</a> (Institut Cartogràfic de Catalunya).</p> | ||
<p>Permet realitzar cerques de topònims, carrers, carreteres i coordenades en diferents sistemes de referència:</p> | ||
<p><img src="images/geo_finder.png" alt="geofinder" style="max-width:100%;"></p> | ||
<p>carregar capes base d'informació:</p> | ||
<p><img src="images/resources.png" alt="resources" style="max-width:100%;"></p> | ||
<p>gestionar sèries temporals:</p> | ||
<p><img src="images/time_series.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>descarregar informació vectorial o ràster per àrea, municipi o comarca (depenent del producte):</p> | ||
<p><img src="images/downloads.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>fer una gestió bàsica de l'estil de visualització:</p> | ||
<p><img src="images/styles.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>i mostrar ajuda:</p> | ||
<p><img src="images/help.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>S'afegiran més dades i serveis properament.</p> | ||
<p>Aquest plugin utilitza les llibreries <a href="https://pypi.org/project/suds-py3/" rel="nofollow">suds-py3</a>, <a href="https://gist.github.com/copitux/5029872">wsse</a> i els <a href="https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?wsdl" rel="nofollow">geoserveis</a> del cadastre</p> | ||
</body> | ||
</html> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta http-equiv="last-modified" content="2020-05-22" /> | ||
</head> | ||
<body> | ||
<h1>Plugin QGIS Open ICGC</h1> | ||
<p>Un plugin QGIS per accedir a <a href="https://www.icgc.cat/ca/L-ICGC/Informacio-publica/Transparencia/Reutilitzacio-de-la-informacio" rel="nofollow">dades obertes</a> publicades per l'<a href="https://www.icgc.cat" rel="nofollow">ICGC</a> (Institut Cartogràfic de Catalunya).</p> | ||
<p>Permet realitzar cerques de topònims, carrers, carreteres i coordenades en diferents sistemes de referència:</p> | ||
<p><img src="images/geo_finder.png" alt="geofinder" style="max-width:100%;"></p> | ||
<p>carregar capes base d'informació:</p> | ||
<p><img src="images/resources.png" alt="resources" style="max-width:100%;"></p> | ||
<p>gestionar sèries temporals:</p> | ||
<p><img src="images/time_series.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>descarregar informació vectorial o ràster per àrea, municipi o comarca (depenent del producte):</p> | ||
<p><img src="images/downloads.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>fer una gestió bàsica de l'estil de visualització:</p> | ||
<p><img src="images/styles.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>i mostrar ajuda:</p> | ||
<p><img src="images/help.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>S'afegiran més dades i serveis properament.</p> | ||
<p>Aquest plugin utilitza les llibreries <a href="https://pypi.org/project/suds-py3/" rel="nofollow">suds-py3</a>, <a href="https://gist.github.com/copitux/5029872">wsse</a> i els <a href="https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?wsdl" rel="nofollow">geoserveis</a> del cadastre</p> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta http-equiv="last-modified" content="2020-05-22" /> | ||
</head> | ||
<body> | ||
<h1>Plugin QGIS Open ICGC</h1> | ||
<p>Un plugin QGIS para acceder a los <a href="https://www.icgc.cat/es/El-ICGC/Informacion-publica/Transparencia/Reutilizacion-de-la-informacion" rel="nofollow">datos abiertos</a> publicados por el <a href="https://www.icgc.cat/es" rel="nofollow">ICGC</a> (Institut Cartogràfic de Catalunya).</p> | ||
<p>Permite realizar búsquedas de topónimos, calles, carreteras y coordenadas en diferentes sistemas de referencia:</p> | ||
<p><img src="images/geo_finder.png" alt="geofinder" style="max-width:100%;"></p> | ||
<p>cargar capas base de información:</p> | ||
<p><img src="images/resources.png" alt="resources" style="max-width:100%;"></p> | ||
<p>gestionar series temporales:</p> | ||
<p><img src="images/time_series.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>descargar información vectorial o ráster por área, municipio o comarca (dependiendo del producto):</p> | ||
<p><img src="images/downloads.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>hacer una gestión básica del estilo de visualización:</p> | ||
<p><img src="images/styles.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>y mostrar ayuda:</p> | ||
<p><img src="images/help.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>Se añadiran más datos y servicios próximamente.</p> | ||
<p>Este plugin usa las librerías <a href="https://pypi.org/project/suds-py3/" rel="nofollow">suds-py3</a>, <a href="https://gist.github.com/copitux/5029872">wsse</a> y los <a href="https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?wsdl" rel="nofollow">geoservicios</a> del catastro</p> | ||
</body> | ||
</html> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta http-equiv="last-modified" content="2020-05-22" /> | ||
</head> | ||
<body> | ||
<h1>Plugin QGIS Open ICGC</h1> | ||
<p>Un plugin QGIS para acceder a los <a href="https://www.icgc.cat/es/El-ICGC/Informacion-publica/Transparencia/Reutilizacion-de-la-informacion" rel="nofollow">datos abiertos</a> publicados por el <a href="https://www.icgc.cat/es" rel="nofollow">ICGC</a> (Institut Cartogràfic de Catalunya).</p> | ||
<p>Permite realizar búsquedas de topónimos, calles, carreteras y coordenadas en diferentes sistemas de referencia:</p> | ||
<p><img src="images/geo_finder.png" alt="geofinder" style="max-width:100%;"></p> | ||
<p>cargar capas base de información:</p> | ||
<p><img src="images/resources.png" alt="resources" style="max-width:100%;"></p> | ||
<p>gestionar series temporales:</p> | ||
<p><img src="images/time_series.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>descargar información vectorial o ráster por área, municipio o comarca (dependiendo del producto):</p> | ||
<p><img src="images/downloads.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>hacer una gestión básica del estilo de visualización:</p> | ||
<p><img src="images/styles.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>y mostrar ayuda:</p> | ||
<p><img src="images/help.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>Se añadiran más datos y servicios próximamente.</p> | ||
<p>Este plugin usa las librerías <a href="https://pypi.org/project/suds-py3/" rel="nofollow">suds-py3</a>, <a href="https://gist.github.com/copitux/5029872">wsse</a> y los <a href="https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?wsdl" rel="nofollow">geoservicios</a> del catastro</p> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta http-equiv="last-modified" content="2020-05-22" /> | ||
</head> | ||
<body> | ||
<h1>Open ICGC QGIS plugin</h1> | ||
<p>QGIS Plugin for accessing <a href="https://www.icgc.cat/en/The-ICGC/Public-Information/Transparency/Re-use-of-the-information" rel="nofollow">open data</a> published by the <a href="https://www.icgc.cat/en" rel="nofollow">ICGC</a> (Institut Cartogràfic de Catalunya, Catalan Mapping Agency).</p> | ||
<p>It provides geocoding searches for place names, streets, roads, coordinates in different reference systems:</p> | ||
<p><img src="images/geo_finder.png" alt="geofinder" style="max-width:100%;"></p> | ||
<p>loading of base data layers:</p> | ||
<p><img src="images/resources.png" alt="resources" style="max-width:100%;"></p> | ||
<p>time series management:</p> | ||
<p><img src="images/time_series.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>downloading of vectorial o raster information by area, municipality or county (depending on the product):</p> | ||
<p><img src="images/downloads.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>basic style control:</p> | ||
<p><img src="images/styles.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>and show help:</p> | ||
<p><img src="images/help.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>More data and services will be added in the near future.</p> | ||
<p>This plugin uses <a href="https://pypi.org/project/suds-py3/" rel="nofollow">suds-py3</a>, <a href="https://gist.github.com/copitux/5029872">wsse</a> libraries and spanish land registry <a href="https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?wsdl" rel="nofollow">geo services</a></p> | ||
</body> | ||
</html> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta http-equiv="last-modified" content="2020-05-22" /> | ||
</head> | ||
<body> | ||
<h1>Open ICGC QGIS plugin</h1> | ||
<p>QGIS Plugin for accessing <a href="https://www.icgc.cat/en/The-ICGC/Public-Information/Transparency/Re-use-of-the-information" rel="nofollow">open data</a> published by the <a href="https://www.icgc.cat/en" rel="nofollow">ICGC</a> (Institut Cartogràfic de Catalunya, Catalan Mapping Agency).</p> | ||
<p>It provides geocoding searches for place names, streets, roads, coordinates in different reference systems:</p> | ||
<p><img src="images/geo_finder.png" alt="geofinder" style="max-width:100%;"></p> | ||
<p>loading of base data layers:</p> | ||
<p><img src="images/resources.png" alt="resources" style="max-width:100%;"></p> | ||
<p>time series management:</p> | ||
<p><img src="images/time_series.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>downloading of vectorial o raster information by area, municipality or county (depending on the product):</p> | ||
<p><img src="images/downloads.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>basic style control:</p> | ||
<p><img src="images/styles.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>and show help:</p> | ||
<p><img src="images/help.png" alt="styles" style="max-width:100%;"></a></p> | ||
<p>More data and services will be added in the near future.</p> | ||
<p>This plugin uses <a href="https://pypi.org/project/suds-py3/" rel="nofollow">suds-py3</a>, <a href="https://gist.github.com/copitux/5029872">wsse</a> libraries and spanish land registry <a href="https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx?wsdl" rel="nofollow">geo services</a></p> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://openicgc.github.io/QgisPlugin/index-ca.html"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://openicgc.github.io/QgisPlugin/index-ca.html"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://openicgc.github.io/QgisPlugin/index-es.html"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://openicgc.github.io/QgisPlugin/index-es.html"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://openicgc.github.io/QgisPlugin/index.html"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://openicgc.github.io/QgisPlugin/index.html"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://github.com/OpenICGC/QgisPlugin"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://github.com/OpenICGC/QgisPlugin"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://icgccat.sharepoint.com/Programari/Qgis/OpenICGC.zip"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://icgccat.sharepoint.com/Programari/Qgis/OpenICGC.zip"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://github.com/OpenICGC/QgisPlugin/issues"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://github.com/OpenICGC/QgisPlugin/issues"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://plugins.qgis.org/plugins/OpenICGC/"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://plugins.qgis.org/plugins/OpenICGC/"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=mailto:openicgc@icgc.cat?subject=OpenICGC QGIS plugin"> | ||
</HEAD> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=mailto:openicgc@icgc.cat?subject=OpenICGC QGIS plugin"> | ||
</HEAD> | ||
</HTML> |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CODECFORTR = UFT-8 | ||
FORMS = | ||
SOURCES = ../openicgc.py | ||
CODECFORTR = UFT-8 | ||
FORMS = | ||
SOURCES = ../openicgc.py ../../../lib/qlib3/photosearchselectiondialog/photosearchselectiondialog.py | ||
TRANSLATIONS = openicgc_es.ts openicgc_ca.ts |
Oops, something went wrong.