diff --git a/.gitignore b/.gitignore index f9183b8..370294d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,11 +37,13 @@ services/postgis/pgadmin.env .env ansible/hosts/prod.yml ansible/setenv.yml -services/ldproxy/data/proj/ ansible/vars/vars.yml.old +services/ldproxy/data/proj/ +services/admin/ghc.env # data files +services/ldproxy/data/ services/pygeoapi/data/ services/geoserver/data/ services/qgis/data/ diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml index 4bc0467..1eae72f 100644 --- a/ansible/bootstrap.yml +++ b/ansible/bootstrap.yml @@ -1,5 +1,5 @@ # Inspired from https://github.com/5car1z/ansible-debian-provisioning -- name: "NGDI-20-60 OGC API Ubuntu Server Setup" +- name: "HEIG-VD OGC API Ubuntu Server Setup" hosts: all become: true gather_facts: yes diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 128f8e8..0000000 --- a/docs/README.md +++ /dev/null @@ -1,65 +0,0 @@ -# Documentation Website - -The PGC API Testbed [website](https://apitestdocs.geonovum.nl) is powered -by [MkDocs](https://www.mkdocs.org) which facilitates easy management -of website content and publishing. - -## Setting up the website environment locally - -```bash -# build a virtual Python environment in isolation -python3 -m venv apitestdocs-website -cd apitestdocs-website -# download the website from GitHub -git clone https://github.com/geonovum/ogc-api-testbed.git -cd ogc-api-testbed/docs -# install required dependencies -pip install -r requirements.txt -# build the website -mkdocs build -# serve locally -mkdocs serve # website is made available on http://localhost:8000/ -``` - -## Content Management Workflow - -### Overview - -To manage content you require an account on GitHub. From here you can either -1. fork the repository, make your own changes and issue a pull request, or 2. -edit the content directly. For option 2 the necessary permissions are required. - -The basic workflow is as follows: - -- manage content -- commit updates -- publish to the live site - -### Adding a page - -```bash -vi docs/new-page.md # add content -vi mkdocs.yml # add to navigation section -# edit any other files necessary which may want to link to the new page -git add docs/new-page.md -git commit -m 'add new page on topic x' docs/new-page.md mkdocs.yml -git push origin main -``` - -### Updating a page - -```bash -vi content/page.md # update content -git commit -m 'update page' content/page.md -git push origin main -``` - -## Publishing updates to the live site - -Website updates are automatically published via GitHub Actions, but just in case: - -```bash -# NOTE: you require access privileges to the GitHub repository -# to publish live updates -mkdocs gh-deploy -m 'add new page on topic x' -``` diff --git a/docs/docs/CNAME b/docs/docs/CNAME deleted file mode 100644 index 1b0322b..0000000 --- a/docs/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -apitestdocs.geonovum.nl diff --git a/docs/docs/cases/INSPIRE.md b/docs/docs/cases/INSPIRE.md deleted file mode 100644 index c8f5a0a..0000000 --- a/docs/docs/cases/INSPIRE.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: INSPIRE findings ---- - -# INSPIRE findings - -The INSPIRE community has described an approach to provide [INSPIRE Download services using OGC API Features](https://github.com/INSPIRE-MIF/gp-ogc-api-features/blob/master/spec/oapif-inspire-download.md). This document reviews this approach for various products used in the testbed. - -Similar to Atom the -[Main principles](https://github.com/INSPIRE-MIF/gp-ogc-api-features/blob/master/spec/oapif-inspire-download.md#71-main-principles-) of the approach indicate to set up a single api endpoint for this dataset. Both GeoServer and LDProxy offer capabilitiy to set up multiple endpoint within a single service, for pygeoapi we have to set up a new service. - -## Requirements class “INSPIRE-pre-defined-data-set-download-OAPIF” - -| MRCO | Aspect | pygeoapi | GeoServer | LDProxy | Comment | -| --- | --- | --- | --- | --- | --- | -| M | Supports OpenApi 3.0 | + | + | + | GeoHealthCheck found issues in GeoServer and pygeoapi | -| M | /collections has metadata link for dataset | + | - | ? | pygeoapi is flexible for configuring any type of links | -| C | If HTML endoding, /collections has metadata link as html | + | - | ? | | -| C | For harmonised datasets, on collection level a should be included to feature concept dictionary | + | - | ? | | -| R | For harmonised datasets, collectionid should match featuretype from IR | + | ? | ? | | -| M | /colections has link to license | + | - | ? | | -| R | License information in accordance with openapi | [+](https://apitestbed.geonovum.nl/pygeoapi/openapi?f=json) | [-](https://apitestbed.geonovum.nl/geoserver/ogc/features/api?f=application%2Fvnd.oai.openapi%2Bjson%3Bversion%3D3.0) | [-](https://apitestbed.geonovum.nl/ldproxy/RCE_Landschapsatlas_WFS/api/?f=json) | OpenAPI fields info/termsOfService or info/license are mentioned | - -M Mandatory, C Conditional, R Recommended, O Optional - -## Requirements class INSPIRE-multilinguality - -All aspects are conditional, in case the dataset is multilingual. pygeoapi landed a multiligual feature recently, other products seem to not have multilingual capabilities. - -| MRCO | Aspect | pygeoapi | GeoServer | LDProxy | Comment | -| --- | --- | --- | --- | --- | --- | -| C | Support accept-language header | + | - | - | | -| R | Behaviour on no matching lang | B | B | B | Returns default language | -| C | Content language header | + | - | - | | -| R | Language support at all paths | + | - | - | | -| M | hreflang on enclosure links | + | - | - | | - -M Mandatory, C Conditional, R Recommended, O Optional - -## Requirements class “INSPIRE-OAPIF-GeoJSON” - -| MRCO | Aspect | pygeoapi | GeoServer | LDProxy | Comment | -| --- | --- | --- | --- | --- | --- | -| R | document encoding rules to geojson | ? | ? | ? | no efforts yet | - -M Mandatory, C Conditional, R Recommended, O Optional - -## Requirements class “INSPIRE-bulk-download” - -| MRCO | Aspect | pygeoapi | GeoServer | LDProxy | Comment | -| --- | --- | --- | --- | --- | --- | -| M | link to entire dataset | + | - | - | | -| M | link has type from inspire mediatypes | + | - | - | | -| R | link has length attribute | + | - | - | | -| R | link has title attribute | + | - | - | | - -M Mandatory, C Conditional, R Recommended, O Optional - -## Requirements class “INSPIRE-CRS” - -| MRCO | Aspect | pygeoapi | GeoServer | LDProxy | Comment | -| --- | --- | --- | --- | --- | --- | -| R | at least 1 supported CRS from list | + | + | + | | - -M Mandatory, C Conditional, R Recommended, O Optional - diff --git a/docs/docs/cases/api_rules.md b/docs/docs/cases/api_rules.md deleted file mode 100644 index daf6a99..0000000 --- a/docs/docs/cases/api_rules.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: API Strategie Findings ---- - -# API Strategie Findings - -The knowledge Platform API's has published a normative document on [REST-API design rules](https://publicatie.centrumvoorstandaarden.nl/api/adr/). This document explains how you can set up an OGC API service respecting these rules. - -| ID | Aspect | Comment | -| --- | --- | --- | -| API-01 | Adhere to HTTP safety and idempotency semantics for operations | | -| API-02 | Do not maintain session state on the server | | -| API-03 | Only apply standard HTTP methods | | -| API-04 | Define interfaces in Dutch unless there is an official English glossary available | | -| API-05 | Use nouns to name resources | Collections and items are user by name | -| API-06 | Use nested URIs for child resources | Items are children of collections | -| API-10 | Model resource operations as a sub-resource or dedicated resource | | -| API-16 | Use OpenAPI Specification for documentation | | -| API-17 | Publish documentation in Dutch unless there is existing documentation in English | | -| API-18 | Include a deprecation schedule when publishing API changes | | -| API-19 | Schedule a fixed transition period for a new major API version | | -| API-20 | Include the major version number in the URI | | -| API-48 | Leave off trailing slashes from URIs | | -| API-51 | Publish OAS document at a standard location in JSON-format | | -| API-53 | Hide irrelevant implementation details | | -| API-54 | Use plural nouns to name collection resources | | -| API-55 | Publish a changelog for API changes between versions | | -| API-56 | Adhere to the Semantic Versioning model when releasing API changes | | -| API-57 | Return the full version number in a response header | | \ No newline at end of file diff --git a/docs/docs/cases/extending.md b/docs/docs/cases/extending.md deleted file mode 100644 index 8ecb2e4..0000000 --- a/docs/docs/cases/extending.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Extending pygeoapi ---- - -# Extending pygeoapi - -An interesting use case around OGC API's is the ability to extend a base product with additional methods to facilitate more advanced data interaction. For example on a dataset with 'public announcements', citizens may want to interact with an announcement by sharing it with their friends, upvote or comment on it. - -Of all products in the testbed pygeoapi seems most appropriate to be extended to facilitate this use case. Unfortunately pygeoapi currently does not offer any extension points to add new methods. There is however the OGC API Processes endpoint which can be used for this purpose. Also I provide an example of an extension point in pygeoapi, to indicate how extensions are managed in pygeoapi. - -## OGC API processes - -OGC API processes has a similar goal, to extend interacting with datasets by offering the capability to run processes on a dataset. The advantage is that users don't need to download the data, but can interact with the data at its origin. Processes are defined server side. Which processes are available is listed in the /processes endpoint. - -OGC API processes is more verbose then what people expect in modern api's. For example submitting 2 parameters to the hello-world process requires this input json object. - -```json -{ - "inputs": [ - { - "id": "name", - "type": "text/plain", - "value": "World" - }, - { - "id": "message", - "type": "text/plain", - "value": "An optional message." - } - ] -} -``` - -Above data structure facilitates quite complex input parameters and is well described in the open api document. An important benefit is that this is a standadised client-server interaction. Both synchronous and asynchronous cases are supported by OGC API Processes. - -[Read more](https://docs.pygeoapi.io/en/latest/data-publishing/ogcapi-processes.html?highlight=processes) on how processes can be defined in pygeoapi - -## Extending pygeoapi - -pygeoapi has been developed with the idea of running it standalone or as a library in for example GeoNode. The optimal way to extend pygeoapi is to create a dedicated project and add pygeoapi as a dependency to the project. Extending pygeoapi is currently most common in the provider section. Users are invited to write their own providr plugin which manages access to a dedicated backend. - -An example of this is https://github.com/Canadian-Geospatial-Platform/geocore-pygeoapi. The project is a provider plugin to access a dedicated spatial catalogue backend in order to provide an OGC API Records layer by pygeoapi. The project includes pygeoapi as a depenendy (via [requirements.txt](https://github.com/Canadian-Geospatial-Platform/geocore-pygeoapi/blob/88162b8f4558751eb4d85e9fa48d60b0ed1e4ad6/requirements.txt#L1)). - - diff --git a/docs/docs/cases/index.md b/docs/docs/cases/index.md deleted file mode 100644 index 5633264..0000000 --- a/docs/docs/cases/index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Cases ---- - -# Cases - -A number of specific experiments have been carried out. - -- [INSPIRE Case](INSPIRE.md) -- [API Strategie Case](api_rules.md) -- [Extending OGC API Features](extending.md) -- [Skinning OGC API Features](skinning.md) diff --git a/docs/docs/cases/skinning.md b/docs/docs/cases/skinning.md deleted file mode 100644 index 9ed5c6c..0000000 --- a/docs/docs/cases/skinning.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Skinning OGC API Features ---- - -# Skinning OGC API Features - -HTML is a first class citizen in OGC API Common. This means that a typical OGC API can be accessed via a web browser, offering a human readable interface. This aspect brings in a usability aspect that providers previously didn't need to worry about. Aspects such as corporate identity, WCAG (accessibility), search engine optimisation or a cookie/privacy statement. - -For the experiment we want to understand how easy it is to update basic aspects on the html visualisation in various OGC API products. - -## pygeoapi - -pygeoapi uses [jinja templates](https://palletsprojects.com/p/jinja/) for html output. These templates are located at `~/pygeoapi/templates`. You can override these templates at their location. But you can also [set a separate template override folder](https://github.com/geopython/pygeoapi/blob/37b1e9553b29b168b7d5637cc45974ac2681a75f/pygeoapi-config.yml#L45-L46), where you can place (a part of the) updated templates. Updating the templates requires basic html skills, subsituted parameters are placed in curly braces: - - -```html - -``` - -## pycsw - -The implementation of OGC API Records in pycsw is derived from the pygeoapi implementation. The templates are located at `~/pycsw/ogc/api/templates`. - -## QGIS - -QGIS uses similar jinja templates as pygeoapi, you can override the resources folder via the environment variable QGIS_SERVER_API_RESOURCES_DIRECTORY. The standard location of the templates is `~/qgis/resources/server/api/ogc/templates/wfs3`. - -## GeoServer - -GeoServer uses [Freemarker templates](https://freemarker.apache.org/) to render content in html. These `.ftl` files are persisted within `.jar` files. A basic override approach could be to extract `gs-ogcapi-features.jar` to a folder, adjust the templates, and zip the package back to a `.jar` file and deploy it. GeoServer also provides a template override mechanism from the data folder. Read more at a [dedicated blog on this topic](https://docs.geoserver.org/latest/en/user/community/ogc-api/features/index.html#service-configuration). - Freemarker uses a similar substitution mechanism as jinja: - -```html -
  • Mail: ${contact.contactEmail}
  • -``` - -To highlight the impact of skinning, we have prepared a tailored skin for geoserver at https://apitestbed.geonovum.nl/geoserver/ogc/features. We've added a layout inspired on the GeoNovum website. For this, 2 layout template overrides have been added to `~/data/templates/ogc/features`. - -## LDProxy - -The HTML encoding is implemented using [Mustache templates](https://mustache.github.io/). Custom templates are supported, they have to reside in the data directory under the relative path `templates/html/{templateName}.mustache`, where `{templateName}` equals the name of a default template (see [source code](https://github.com/search?q=repo%3Ainteractive-instruments%2Fldproxy+extension%3Amustache&type=Code) on GitHub) (taken from [ldproxy docs](https://github.com/interactive-instruments/ldproxy/blob/fb772a7c3bc9b32cdde06a1ac92bbb72414b07d1/docs/en/configuration/services/building-blocks/html.md#customization)). - -## GeoNetwork - -GeoNetwork offers an experimental OGC API Records implementation at https://github.com/geonetwork/geonetwork-microservices/tree/main/modules/services/ogc-api-records. This plugin can be installed on the latest v4 GeoNetwork. GeoNetwork uses [xslt](https://en.wikipedia.org/wiki/XSLT) to provide a html interface. The xslt templates are located at https://github.com/geonetwork/geonetwork-microservices/tree/main/modules/services/ogc-api-records/src/main/resources/xslt/ogcapir. - -```xml -
    - - - -
    -``` \ No newline at end of file diff --git a/docs/docs/credits/index.md b/docs/docs/credits/index.md deleted file mode 100644 index 9400cef..0000000 --- a/docs/docs/credits/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Credits ---- - -# Credits - -The *OGC API Testbed Platform* was initially developed in May-June 2021 by [Geonovum](https://geonovum.nl). - -Developers were, alphabetically: - -* [Thijs Brentjens](https://github.com/thijsbrentjens), also team-lead, point of contact -* [Just van den Broecke](https://github.com/justb4) -* [Paul van Genuchten](https://github.com/pvgenuchten) diff --git a/docs/docs/findings/index.md b/docs/docs/findings/index.md deleted file mode 100644 index 9ea8bd4..0000000 --- a/docs/docs/findings/index.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -title: Installation findings ---- - -# Installation findings -This document lists some of the experiences during installation and creation of the software, for example: - -* what is easy to do, what not? -* what is supported by which software? -* configuration setup - -## Docker - -Docker (and related Cloud-technologies like Kubernetes and Cloud Foundry) are replacing the traditional -installation and maintenance of web services, often dubbed as "[Box Hugging](https://m.subbu.org/code-the-infra-8c67a869cb89)". -These Cloud-technologies are following the [Pets vs Cattle](https://www.hava.io/blog/cattle-vs-pets-devops-explained) paradigm. -Many pro's and con's are documented. -We list a number of them which came up during the project. - -Pro's - -* For setups of pygeoapi and geoserver with OGR support (used in wfs and geopackage backend) the use of Docker is attractive, due to complexity of managing dedicated dependencies. -* Running the full platform locally doesn't require any effort. Traefik manages the change from https://domain to http://localhost transparently. But docker is the main driver of this capability. - -Con's - -* In the field there is a growing awareness that docker also has limitations. Docker images do not receieve similar efforts to keep them updated as the traditional systems. The risk of non patched vulnarabilities is higher when running a docker infrastructue. - -## Data management - -A typical use case will be that a geonovum employee arrives with some shapefiles to be published. -The Shapefile can be deployed as part of the deployment (via github). An alternative route is to import the data into postgres. The data can then be used in various applications. Importing a shapefile into postgres requires direct connection to postgres or use the PGAdmin dump import. GeoServer (via GeoCat Bridge) has an option to upload a shapefile and import it to Postgres. See [HOWTO data](../howto/howto_database.md) on how to use both approaches. - -## Run infra locally - -The current deployment can be run locally on Linux and Mac easily, which is helpful -to test a new development before creating the Pull Request. -However it may be the case that this does not easily work on Windows. -On the other hand, maybe this is not a scenario, because the Geonovum employee -might update the configuration in `GitHub`, and deploy it to the Sandbox environment, -and use that as a test prior to moving the configuration to the production system. - -## Use of attached storage - -Using attached storage is common for larger files with a focus on read access. Can we use it to store grids (tiff) or tile cache to make it accessible for various services? Using attached storage as backend for geopackage or postgres is not optimal on attached storage because of many concurrent requests and file locking. Attached storage is usefull for bulk downloads (inspire stored query). Read access to a tilecache can be usefull, but seeding is problematic, due to the number of write requests. - -## Load balancing -Current setup does not have scaling (it is possible using traeffik, but currently not set up). It could be relevant to set up load balancing, at some point because it has its own type of challenges. - -Auto scaling as provided by for example Kubernetes, is not in scope for this experiment. Kubernetes generally requires a large hosting farm, such as azure, google. - -## Include geoserver in the experiment? - -We had some discussion if we should include GeoServer in the experiment. GeoServer is known to have challenges in cloud environments (memory usage, stability). But it is not explicitely known which challenges those are, and if their are ways to move around them. That's why it is usefull to include it. Also because the software has a high adoption at Dutch data providers. - -An aspect of GeoServer challenges in cloud is the complexity of its config files. The config files are designed around the web user interface which is commonly used to set them up, and heavily depends on relations identified by complex uuid strings. Running multiple geoservers along side requires to synchronise the config files over the instances. This gets extra challenging in case - -GeoServer has a jdbcconfig community module which allows to store the configuration in a database. But that plugin is not an official status yet (low TRL). Initiatives exist to define a geoserver cloud native strategy, based around an event bus. - -## URL configuration - -Products tend to include a configuration parameter to indicate the outside url in which the service is made available. This url is for example used in a getcapabilities response to indicate the endpoint of the service. In CI/CD environments this parameter is challenging, because it may vary based on how you access the service (via internal or remote). There is actually no need to persist this in a parameter, because the value is also provided by the x-forwarded-for header of the request. Mind that the gateway software should be set up to add the x-forwarded-for header to the request. GeoServer facilitates for example this use case, in the settings you can activate a setting: 'use header for proxy url'. - -Traeffik caused additional challenges for the CSRF token check in geoserver. Seems you have to whitelist the proxy domain or disable csrf check at all (our choice). CSRF support has been added to recent geoserver versions, it offers an additional protection against script attacks. - -## Log handling - -To set up a proper mechanism to persist and visualise (error) logs is an important aspect of a successfull SDI implementation. Logs can be evaluated to find the cause of a problem, or more general find aspects to improve on the implementation. 3 types of logs can be identified: - -- Error logs (generated by the application) -- Usage logs (typically at the gateway level) -- (un)availability (and hardware monitoring) - -Important aspects to evaluate is to prevent log files to grow to unexpected size and not get destructed at redeployment. Setting up proper log rotation is key. Another aspect to consider is that log files have a GDPR (AVG) aspect. Access logs typically persist ip adresses of endusers. - -### Error logs - -Within Docker it is a convention to report errors via stdout, so they are picked up by docker. LDProxy needs a dedicated configuration to set up logging to stdout. - -Tools like logstash are able to persist the logs from docker and visualise it in kibana. We have not implemented a central collection of error logs. Instead we delegate to [portainer](/portainer) for viewing logs. - -### Usage logs - -Traeffik needs to be set up to direct access-logs to a channel. A very basic option to persist and vizualise these logs is AWStats. More advanced tools are capable to cluster groups of requests, for example all requests within a certain bounding box or feature type. - -### Availability logs - -Various generic products exist such as pingdom, checkmk, zabbix, nagios. Cloud platforms such as kubernetes have embedded systems. A dedicated product exists for the geospatial world, called GeoHealthCheck. It monitors the availability (and to a degree the complience) of gis layers. (see [HOWTO ghc](../howto/howto_ghc.md) on how to use it) - -## Backup - -Backup (or synchronisation) should be set up for volatile data, such as databases and log files. These aspects are less relevant to this infrastructure, because we persist all configuration in GitHub and loss of the log files is not very critical. We therefore have not set up any backups or data synchronisation. \ No newline at end of file diff --git a/docs/docs/howto/howto_api_strategie.md b/docs/docs/howto/howto_api_strategie.md deleted file mode 100644 index 669a3c2..0000000 --- a/docs/docs/howto/howto_api_strategie.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: HOWTO API Strategie ---- - -# HOWTO set up a pygeoapi service following API Strategie - - - - diff --git a/docs/docs/howto/howto_database.md b/docs/docs/howto/howto_database.md deleted file mode 100644 index 37af717..0000000 --- a/docs/docs/howto/howto_database.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: HOWTO Database ---- - -# HOWTO Database - -The infrastructure has a central [PostGreSQL](https://www.postgresql.org/) database which can be used by various services. - -## Managing tables - -A Webbased database manager (pgAdmin) has been installed at [https://apitestbed.geonovum.nl/pgadmin](https://apitestbed.geonovum.nl/pgadmin), which can be used to verify content in tables and administed tables and users. You can also create new tables and populate it using SQL queries (generated from a local database). - -## Uploading data to PostGreSQL from QGIS - -The testbed database exposes its port to the web for conveniance purposes, this is not very common in production situations. This allows QGIS to directly connect to the database. And you can use the QGIS DB manager to upload data. - -- Open the Data source manager to be able to add the testbed database to QGIS - -| key | value | -| --- | --- | -| service | | -| host | apitestbed.geonovum.nl | -| port | 5432 | -| database | gis | -| SSL | allow | -| user | geopost | -| pw | xxxxx | - -- Open DB Manager and select the testbed database -- Click the 'Import Layer/File' button and complete the wizard - -## Connecting GeoServer to the central PostGreSQL - -From GeoServer admin you can create a `store` which connects to the central database. After which you can set up feature collections originating from that store. - -- On the stores page, create a `store`. Select a store of type PostGIS (not jndi). -- Fill in the connection details: - -| key | value | -| --- | --- | -| host | postgis | -| port | 5432 | -| database | gis | -| schema | public | -| user | geopost | -| pw | xxxxx | - -- From the layers screen, create a new layer. -- Select the PostGreSQL store -- Select the relevant table from the database. -- Fill in the Layer fields, at minimum calculate the bounds of the layer. -- Save and preview the layer - -## Uploading data to PostGreSQL from QGIS Bridge - -As part of the data publication process of QGIS Bridge, you can configure the data to be stored on PostGreSQL. Two options exist (as configuration on a server connection): - -- Bridge will send the data to GeoServer. And GeoServer will insert the data in PostGres. -- Bridge will connect directly to the remote PostGreSQL and insert the data diff --git a/docs/docs/howto/howto_deploy.md b/docs/docs/howto/howto_deploy.md deleted file mode 100644 index f40bcd4..0000000 --- a/docs/docs/howto/howto_deploy.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -title: Service Deployment ---- - -# Service Deployment - -The API testbed environment uses a configuration mechanism stored in the GitHub repository. -Whenever GitHub detects a commit in the repository, -a deployment on the remote server of the changed service is triggered automatically. -Such an approach is known as [Continuous Deployment](https://en.wikipedia.org/wiki/Continuous_deployment) or "CD". - -The API Testbed uses Ansible and GitHub Workflows to enable CD. Effectively, new or changed Docker Containers -and their configuration are deployed on a remote server (VM/VPS) from within GitHub. - -While a deployment task is running, you can follow its progress -on [GitHub](https://github.com/Geonovum/ogc-api-testbed/actions). - -It is possible to directly commit your changes to GitHub, but a better practice is to -work from [Pull Requests](https://en.wikipedia.org/wiki/Distributed_version_control#Pull_requests) often called a **PR**. -Some discussion and an -approval process can happen around a Pull Request, before it is merged and deployed. - -For your case, decide if you want to update an existing service or create a new service. -All services in the platform are available as paths on a single domain. -Each service contains an orchestration of one or more [Docker Containers](https://en.wikipedia.org/wiki/Docker_(software)), -which together provide the functionality of the service. Docker containers are based on of-the-shelf -product images from DockerHub, combined with a service-specific configuration. - -## Update a service - -Change the required files on an existing service folder. -Either directly on GitHub, but preferably by cloning the repository locally and issuing a PR. -Make the changes, commit, and push the changes. - -## Create a new service -Firstly determine if you can instead update a service, for example with a new Collection, somewhat -similar to a Layer. - -For a new service the best approach is to duplicate the entire folder of an existing service and change the required -parameters within that folder. NB be sure to also preserve the executable properties of the `.sh` (Shell) files! -Assumed is that the new service is using one of the existing components, thus services for -GeoServer, pygeoapi, ldproxy etc. - -Creating a new service is basically the following multi-step process: - -### Step 1 - Duplicate Folder - -Duplicate the entire folder of an existing service and name it to the new service, say `xyz`. -So it will reside in the folder `git/services/xyz/`. - -### Step 2 - Adapt Variables - -In the best case only a single line in the file `git/services/xyz/env.sh` needs -to be adapted, i.e. the `SERVICE_NAME` variable. This will then automatically -propagate the value for the subpath in the full service-URL plus other settings within the `docker-compose.yml` file. -In the best case `docker-compose.yml` requires no changes. - -### Step 3 - Adapt Service Config and Data File(s) - -This step is specific to the service-component. -For example `pygeoapi` has a single `local.config.yml` -file. In many cases the full service URL with the subpath needs to be adapted. -Others, like GOAF, may need var-settings in the `docker-compose.yml` file. -Usually you will add data files like GeoPackage-files on a `/data/` subfolder. - -### Step 4 - Adapt Ansible Deploy File - -Duplicate a service definition in -the [Ansible Playbook file deploy.yml](https://github.com/Geonovum/ogc-api-testbed/blob/main/ansible/deploy.yml). -This file is under `git/ansible/deploy.yml`. - -Use the service name for the service (folder) like: - -``` - - name: "xyz" - shell: "cd {{ services_home }}/xyz && ./deploy.sh && docker ps" - tags: xyz -``` - - -### Step 5 - Create a GitHub Action File - -This is a Action/Workflow File always to be placed under -[.github/workflows](https://github.com/Geonovum/ogc-api-testbed/blob/main/.github/workflows) -GitHub should execute this file (for our repo) when two conditions are met: - -1) a commit (direct or via a PR) to the `main` repository branch and -2) when the change is made to the new `services/xyz` folder (or a subfolder). - -Also here: easiest is to copy any existing service deploy file -like [deploy.pygeoapi.yml](https://github.com/Geonovum/ogc-api-testbed/blob/main/.github/workflows/deploy.pygeoapi.yml) and make a global -change e.g. "pygeoapi" to "xyz". - -The file should look like: - -``` -name: xyz Deploy ⚙️ - -# Trigger only when services/xyz subdir changed -on: - push: - paths: - - 'services/xyz/**' - -jobs: - main: - runs-on: ubuntu-20.04 - - steps: - - name: Checkout ✅ - uses: actions/checkout@v2 - - - name: Run playbook ⚙ - uses: dawidd6/action-ansible-playbook@v2 - with: - playbook: deploy.yml - directory: ./ansible - key: ${{secrets.ANSIBLE_SSH_PRIVATE_KEY}} - inventory: ${{secrets.ANSIBLE_INVENTORY_PROD}} - vault_password: ${{secrets.ANSIBLE_VAULT_PASSWORD}} - options: | - --tags xyz - --verbose - -``` - -Basically this file will execute the above Ansible Playbook `deploy.yml` for the tag `xyz` whenever a -change is committed/pushed to the `services/xyz/` folder. - -## Testing your service - -You can either directly commit the service configuration in the sandbox and evaluate if it -behaves properly. Alternatively you can clone the full repository locally and run the environment locally -(installation of docker desktop is required) before committing. Always test your service in the sandbox -environment before duplicating it to the production environment. - -Navigate to the `git/services/` folder in the project and run `./start.sh` diff --git a/docs/docs/howto/howto_errors.md b/docs/docs/howto/howto_errors.md deleted file mode 100644 index b68db3c..0000000 --- a/docs/docs/howto/howto_errors.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: HOWTO Analyse Errors ---- - -# HOWTO Analyse Errors - -Error analyses is a bit hidden but the platform has various options to analyse challenges. - -## Errors during deployment - -When you push a configuration change to github, a github action will trigger -to deploy the change to the platform. If such an action fails (the service is not available), the first step -is to open [github actions](https://github.com/Geonovum/ogc-api-testbed/actions) and select the action related to your recent push. You can view the log of the action to look for a cause of the error. - -If you were not able to resolve the issue with above information, you can try to look for problems inside the -container, as described in the runtime error section. - -A next step is to run the full platform locally, as described in [Run locally](./howto_platform.md). And see if the problem can be resolved locally. - -A final step would be to roll back the change to restore the previous state of the platform. - -## Runtime errors - -Run time errors, such as incidental error pages, page not found/unresponsive, etc are best anaylised -via [portainer](./howto_portainer.md). It is important to know the name of the container causing the error. -This name is assigned in the docker-compose file from which the project originates. - -Find the relevant container in portainer. From there you can view the logs of the conatainer, restart -it and even open a webbased command line client to it. - -## Unavailability - -Services being unavailable can have various causes. A first place to check is [GeoHealthCheck](./howto_ghc.md) to evaluate if other services also have problems and how long the problem already exists. Usually restarting the service via portainer will resolve the issue. Else there may be a deployment problem (in a worse case scenario it is caused by the deployment of another service). - - diff --git a/docs/docs/howto/howto_geoserver.md b/docs/docs/howto/howto_geoserver.md deleted file mode 100644 index 729ceed..0000000 --- a/docs/docs/howto/howto_geoserver.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: HOWTO GeoServer ---- - -# HOWTO GeoServer - -[GeoServer](https://geoserver.org) is a commonly used application server providing webservices based on OGC standards. GeoServer provides a web interface to set up new services, including extended authorisation options. - -GeoServer uses a concept of workspaces to cluster a series of collections. Each workspace in GeoServer is set up as a separate OGC API Features endpoint, e.g. https://apitestbed.geonovum.nl/geoserver/{workspace}/ogc/features, although geoserver also has an endpoint with access to all collections from all workspaces. - -This document lists 2 approaches to set up OGC API Features services in GeoServer. Both approaches can not be combined in a single GeoServer instance. - -## Dynamical setup - -GeoServer can be dynamically configured to add new services. 2 approaches are described: - -### Via Web Administrator - -This HOWTO describes how you can upload data and set up a new layer on GeoServer via the Web Administrator. - -* Most easy option to upload your data is to insert it into the PostGreSQL database using [PGAdmin](/pgadmin) or QGIS DB manager. -* Log in to GeoServer -* From the Stores page, create a new store -* Select type PostGIS (not jndi), fill the connection details - -| key | value | -| --- | --- | -| host | postgis | -| port | 5432 | -| database | gis | -| schema | public | -| user | geopost | -| pw | xxxxx | - -* From the layers screen, create a new layer -* Select the PostGreSQL store and select the relevant table -* Fill in the various tabs (at least calculate the layer bounds) -* Test the layer via layer preview - - -### Via GeoCat Bridge - -This HOWTO describes how you can use QGIS to setup a new layer on GeoServer. For QGIS a plugin called GeoCat Bridge is available which -can publish a QGIS project as a workspace on GeoServer. The Bridge plugin is available via the plugins menu. - -We prepared a small [video about the steps involved](https://drive.geocat.net/s/PtNWacEFfP9AN7Z). - - -## Scripted setup - -In a scripted setup the [data folder of GeoServer](https://github.com/Geonovum/ogc-api-testbed/tree/main/services/geoserver/data) is prepared locally and copied or mounted into the container as part of the deployment process. This setup is usefull when working with app-schema datasets ('complex GML'), which requires dedicated configuration which is not possible via the web administrator. - -A helpfull tool here is [Hale](https://github.com/halestudio/hale), which has an option to export a prepared data folder for geoserver, including the pre configured app-schema configuration \ No newline at end of file diff --git a/docs/docs/howto/howto_ghc.md b/docs/docs/howto/howto_ghc.md deleted file mode 100644 index 2f2420b..0000000 --- a/docs/docs/howto/howto_ghc.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: HOWTO GeoHealthCheck ---- - -# HOWTO GeoHealthCheck - -[GeoHealthCheck](https://geohealthcheck.org) (GHC) -provides a monitoring service which indicates availability and compliance to the -OGC API Features (OAFeat) standard. - -## GHC Model - -You may want to browse the [GHC Presentation Slides](https://geohealthcheck.org/presentation/index.html#/) -to get an idea what GHC is about. - -The GHC conceptual model comprises the entities *Resources*, *Probes* and *Checks*. - -* *Resource* : basically the (URL) access/endpoint of your service instance. Example: a *WMS Endpoint* -* *Probe* : action(s) performed on a *Resource*, for example a *WMS GetMap* request -* *Checks*: test results/responses of a *Probe*: *Is the GetMap result an image?* - -In the GHC UI you will manage these three entities. - -## Add Monitoring for a Service - -- navigate to the GHC page e.g. [apitestbed.geonovum.nl/ghc/](https://apitestbed.geonovum.nl/ghc/) -- Login -- Click button upper right called *Add+* -- Select *"OGC API Features (OAFeat)"* Resource Type -- Add your full endpoint URL - -This brings you into the Resource Editor for your newly registered service endpoint (called a *GHC Resource*). -By default, each new Resource gets a "Capabilities Probe" assigned which -checks the overall health of your endpoint ("does it provide a valid Capabilities/OAS file?") -In the editor you can set various parameters and additional "Probes" and "Checks". - -Be sure to have at least the following two Probes active: - -* **OGC API Features (OAFeat) Capabilities** - Validates OAFeat endpoint landing page -* **OGC API Features (OAFeat) Drilldown** - Traverses all Collections in the endpoint validating if Features are returned - -The **OGC API Features (OAFeat) OpenAPI Validator** does a complete OAS3 JSON Schema validation on your OAS3 Endpoint JSON document. -Most OAFeat implementations, except `pygeoapi` and `ldproxy` (as on June 30, 2021), fail this Probe. diff --git a/docs/docs/howto/howto_goaf.md b/docs/docs/howto/howto_goaf.md deleted file mode 100644 index 49d3568..0000000 --- a/docs/docs/howto/howto_goaf.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: HOWTO GOAF ---- - -# HOWTO GOAF - -[GOAF](https://github.com/PDOK/goaf) is a OAF implementaion in Go, maintained by PDOK, originally developed as [Jivan](https://github.com/go-spatial/jivan). - -GOAF supports a PostGres or GeoPackage backend. Which file to serve the type of file are injected as environment variables. - - - - - diff --git a/docs/docs/howto/howto_inspire.md b/docs/docs/howto/howto_inspire.md deleted file mode 100644 index 711f4e1..0000000 --- a/docs/docs/howto/howto_inspire.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: HOWTO INSPIRE & pygeoapi ---- - -# HOWTO INSPIRE & pygeoapi - -This HOWTO describes how to set up an INSPIRE service in pygeoapi for a Dutch INSPIRE dataset, [Beschermde Gebieden - Cultuur Historie](https://www.nationaalgeoregister.nl/geonetwork/srv/dut/catalog.search#/metadata/493ab81b-75f8-4205-b030-6b2fd9eb4295), which is exposed via a [Atom download service](https://www.nationaalgeoregister.nl/geonetwork/srv/dut/catalog.search#/metadata/0080a9ce-b836-45bc-8fdf-07dcbe97101d). - -pygeoapi is configured using a config file. In this config file you have to add configuration for the inspire dataset. Note that one service provides access to a single dataset (having one or more feature types). - -Before starting verify if: - -- Data is in a single language or multilingual -- Data is harmonised or as-is - - diff --git a/docs/docs/howto/howto_ldproxy.md b/docs/docs/howto/howto_ldproxy.md deleted file mode 100644 index f710ff4..0000000 --- a/docs/docs/howto/howto_ldproxy.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: HOWTO LDProxy ---- - -# HOWTO ldproxy - -LDProxy currently supports 2 backends, postgres and WFS. - -Before adding a layer, upload some data to the PostGreSQL database as described in the [HOWTO Database](./howto_database) - -Then open the [LDProxy Manager](/ldproxy/manager) and login as admin/*****. - -Create a new service - -Read more at - - - diff --git a/docs/docs/howto/howto_passwords.md b/docs/docs/howto/howto_passwords.md deleted file mode 100644 index a32585c..0000000 --- a/docs/docs/howto/howto_passwords.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: HOWTO passwords ---- - -# HOWTO passwords - -Current setup does not have a single sign-on solution. All services have a dedicated password. -All passwords are stored encrypted on Ansible Vault and injected into containers during deployment. - -## HOWTO extract passwords - -You can decrypt the passwords from the Ansible Vault using the master password, which is circulated separately. -You need Python and pip to decrypt: - -``` -pip install Ansible - -ansible-vault decrypt git/ansible/vars/vars.yml -``` - -**BE SURE TO NEVER CHECK-IN DECRYPTED FILES IN GITHUB!!** - -Always be sure to encrypt after: - -``` -ansible-vault encrypt git/ansible/vars/vars.yml -``` - -## HOWTO add or change a password - -TODO - -## HOWTO reference a ansible password from YAML - -TODO diff --git a/docs/docs/howto/howto_platform.md b/docs/docs/howto/howto_platform.md deleted file mode 100644 index df73442..0000000 --- a/docs/docs/howto/howto_platform.md +++ /dev/null @@ -1,312 +0,0 @@ ---- -title: HOWTO Platform ---- - -# HOWTO Platform - -Describes how to setup your own instance of the OGC API Testbed platform. -As a real-world example, the OGC API Sandbox (Playground) instance is presented below step-by-step. - -See also another example: a [pygeoapi server developed by the EU JRC](https://jrc.map5.nl). - -## 1. Ubuntu Server - -Info: - -* setup or acquire a Linux Ubuntu server, minimal Ubuntu 20.4 LTS -* can be a VM/VPS or bare metal server, even a local VirtualBox (with Vagrant) instance -* Sandbox specs: 4CPU, 16RAM, 100GB but also strongly depends on the services one needs to run -* root access via SSH required -* DNS: create A-record `apisandbox.geonovum.nl` for IP address `109.237.219.249` -* OPTIONAL: DNS: if you need docs (not for Sandbox) create CNAME and set in `git/docs/docs/CNAME` -* copy your SSH public key to `/root/.ssh/authorized_keys`, e.g. `scp ~/.ssh/id_rsa.pub root@apisandbox.geonovum.nl:.ssh/authorized_keys` -* test login with SSH key: `ssh root@apisandbox.geonovum.nl` -* upgrade server to latest: `apt-get update && apt-get -y upgrade` - -## 2. Generate GitHub Repo - -Create a GitHub repository from the Template repo [github.com/Geonovum/ogc-api-sandbox](https://github.com/Geonovum/ogc-api-sandbox). - -Creating a repository from a template is similar to forking a repository, but there are important differences: - -* A new fork includes the entire commit history of the parent repository, while a repository created from a template starts with a single commit. -* Commits to a fork don't appear in your contributions graph, while commits to a repository created from a template do appear in your contribution graph. -* A fork can be a temporary way to contribute code to an existing project, while creating a repository from a template starts a new project quickly. - -Steps (see also [here](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template): - -* login on GitHub -* go to [github.com/Geonovum/ogc-api-testbed](https://github.com/Geonovum/ogc-api-testbed) -* above file list press green button "Use this template" -* follow the steps indicated, if you want to serve docs on a separate domain indicate "Include all branches" - -## 3. Prepare Local System - -On your local system: - -### Install Ansible: - -* have Python 3 (3.7 or better) installed -* OPTIONAL (but recommended) create a Python Virtualenv (for Ansible) -* install [Ansible](https://www.ansible.com/) with `pip install ansible` 2.9.* or higher -* test: `ansible --version` - shows *ansible 2.9.19 ...* -* test: `ansible-vault --version` shows *ansible-vault 2.9.19 ...* - -More on Ansible below. - -### Install `Git` client. - -## 4. Clone New GitHub Repo - -* `git clone https://github.com/Geonovum/ogc-api-sandbox.git` - -We will call the root dir of the cloned git repo on your system just `git/` from here. - -## 5. Setup Ansible - -Most of the configuration that is specific to your new server -is stored under `git/ansible/hosts` (Ansible inventories) -and `git/ansible/vars` (variables and SSH keys). - -Most files are encrypted with `Ansible Vault`. You will need to -create your own (encrypted) version of these encrypted files. -For many files an example file is given. - -### Ansible Modules - -Called "Roles" these are third-party Ansible components that help with specific tasks. -Install these as follows: - -``` -cd git/ansible -ansible-galaxy install --roles-path ./roles -r requirements.yml -``` - -### Ansible Hosts -The hostname is crucial to services functioning. Two steps: - -* set content of `git/ansible/hosts/prod.yml` (Inventory) to - -``` -ogcapi: - hosts: - apisandbox: - ansible_port: 22 - ansible_host: apisandbox.geonovum.nl - ansible_user: root - -``` - -* set content of `git/services/env.sh` to: - -``` -#!/bin/bash -# Sets global env vars based on host-name -# Needed for various host-dependent configs, especiallly Traefik SSL-certs. - -# Export and Defaults - -# Assume a local deployment -export DEPLOY_ENV="local" -export TRAEFIK_SSL_ENDPOINT= -export TRAEFIK_SSL_DOMAIN="apisandbox.geonovum.nl" -export TRAEFIK_SSL_CERT_RESOLVER= -export TRAEFIK_USE_TLS="false" -export HOST_UID=$(id -u) -export HOST_GID=$(id -g) -export HOST_UID_GID="${HOST_UID}:${HOST_GID}" - -# Set host-dependent vars -case "${HOSTNAME}" in - "apisandbox.geonovum.nl") - DEPLOY_ENV="prod" - ;; - "apisandbox") - DEPLOY_ENV="prod" - ;; - *) - echo "Default Local Host ${HOSTNAME}" -esac - -if [[ ${DEPLOY_ENV} = "prod" ]] -then - source /etc/environment - TRAEFIK_SSL_ENDPOINT="https" - TRAEFIK_SSL_CERT_RESOLVER="le" - TRAEFIK_USE_TLS="true" -fi - -``` - -So `DEPLOY_ENV=prod` here is to discern with a deployment on `localhost` (`DEPLOY_ENV=local`, where .e.g. no https/SSL is used). - -### Create SSH Keys - -These are used to invoke actions on the server both from GitHub Actions (via GitHub Sercrets) -and from your local Ansible setup. Plus a set of authorized_keys for the admin SSH user. - -* cd `git/ansible/vars` -* create new SSH keypair (no password): `ssh-keygen -t rsa -q -N "" -f gh-key.rsa` - -### Create authorized_keys - -Create new `git/ansible/vars/authorized_keys` with your public key and for others you want to give access to the admin SSH account, -plus `gh-key.rsa.pub` . - -``` -cat gh-key.rsa.pub > authorized_keys -cat ~/.ssh/id.rsa.pub >> authorized_keys -cat id.rsa.pub.of.joe >> authorized_keys # etc - -``` - -### Adapt vars.yml - -Create new `git/ansible/vars/vars.yml` from example `vars.example.yml` in that dir. - -The first part of `vars.yml` contains generix, less-secret, values. -Use variables where possible. Format is Python-Jinja2 template-like: - - -``` -my_ssh_pubkey_file: ~/.ssh/id_rsa.pub -my_email: my@email.nl -my_admin_user: the_admin_username -my_admin_home: "/home/{{ my_admin_user }}" -my_git_home: "{{ my_admin_home }}/git" -my_github_repo: https://github.com/Geonovum/ogc-api-sandbox.git -var_dir: /var/ogcapi -logs_dir: "{{ var_dir }}/log" -services_home: "{{ my_git_home }}/services" -platform_home: "{{ my_git_home }}/platform" -pip_install_packages: - - name: docker -timezone: Europe/Amsterdam -ufw_open_ports: ['22', '80', '443', '5432'] -``` - -The second part deals with more secret values, like usernames and passwords for services. -For most services indicated below with comment after `#`. `GHC_` denotes GeoHealthCheck (GHC) vars. -If you don't use GHC you can skip those. - - -``` -etc_environment: - PG_DB: the_db # PostGIS service - PG_USER: the_user # PostGIS service - PG_PASSWORD: the_pw # PostGIS service - PGADMIN_EMAIL: the_user@the_user.nl # PGadmin service - PGADMIN_PASSWORD: the_pw # PGadmin service - GHC_SQLALCHEMY_DATABASE_URI: postgresql://the_user:the_pw@the_db:5432/the_db # PGadmin service - GHC_ADMIN_USER_NAME: the_user - GHC_ADMIN_USER_PASSWORD: the_pw - GHC_ADMIN_USER_EMAIL: the_user@the_user.nl - GHC_NOTIFICATIONS_EMAIL: the_user@the_user.com - GHC_SMTP_EMAIL: the_user@the_user.com - GHC_SMTP_SERVER: smtp.gmail.com - GHC_SMTP_PORT: 587 - GHC_SMTP_TLS: True - GHC_SMTP_SSL: False - GHC_SMTP_USERNAME: the_user@the_user.com - GHC_SMTP_PASSWORD: the_pw - -``` - -### Create Ansible Vault Password - -* global replace `~/.ssh/ansible-vault/ogc-api-testbed.txt` with `~/.ssh/ansible-vault/ogc-api-sandbox.txt` in `git/ansible/README.md` -* create strong password -* store in `~/.ssh/ansible-vault/ogc-api-sandbox.txt` for convenience - -### Set GitHub Secrets - -Three secrets need to be set: - -Go to GH repo Settings|Secrets and create these three secrets - -* ANSIBLE_INVENTORY_PROD - with value from `git/ansible/hosts/prod.yml` -* ANSIBLE_SSH_PRIVATE_KEY - with value from `git/ansible/vars/gh-key.rsa` -* ANSIBLE_VAULT_PASSWORD - value from `~/.ssh/ansible-vault/ogc-api-sandbox.txt` - - -### Encrypt Ansible Files - -VERY IMPORTANT. UNENCRYPTED FILES SHOULD NEVER BE CHECKED IN!!! - -Using `ansible-vault` with password encrypt these: - -``` -ansible-vault encrypt --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt vars.yml -ansible-vault encrypt --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt gh-key.rsa -ansible-vault encrypt --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt gh-key.rsa.pub -ansible-vault encrypt --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt authorized_keys - -``` - -### Globally Replace apitestbed.geonovum.nl - -Under `git/services` replace all occurrences of `apitestbed.geonovum.nl` with `apisandbox.geonovum.nl` - -### Disable GitHub Workflows - -We do not want that workflows take effect immediately. -So disable them temporary by renaming the dir. - -``` -git mv workflows workflows.not -git add . -git commit -m "disable workflows" -git push - -``` - -## 6 Prune Repo Tree for Unneeded Services - -At this step you may want to delete services you don't need: - -* `rm -rf git/docs` . Documentation is already maintained and available via [https://apitestdocs.geonovum.nl/](https://apitestdocs.geonovum.nl/) -* for each service you want to delete, delete these 3 resources, e.g. for service `xyz` - * `rm -rf git/services/xyz` - * `rm git/.github/workflows/deploy.xyz.yml` - * in `git/ansible/deploy.yml` delete the three Ansible `task` lines with `xyz` name and tag. - -## 7 Bootstrap/provision Server - -Moment of truth! Bootstrap (provision the server) in single playbook. - -* `ansible-playbook -v --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt bootstrap.yml -i hosts/prod.yml` - -If all goes well, this output should be shown at end: - -``` -PLAY RECAP *********************************************************************************************************** -apisandbox : ok=58 changed=22 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 - -``` - -Observe output for errors (better is to save output in file via `.. > bootstrap.log 2>&1`). - -In cases of errors and after fixes, simply rerun the above Playbook. - -Site should be running at: [https://apisandbox.geonovum.nl](https://apisandbox.geonovum.nl) -Check with portainer [https://apisandbox.geonovum.nl/portainer/](https://apisandbox.geonovum.nl/portainer/). - -## 8 Resolve Issues - -These are typical issues found and resolved: - -* `/home/oadmin/git` is owned by root, change to `oadmin` -* delete (or change) CNAME `git/docs/docs` -* permissions in services/qgis/data , make datadir writeable for all: `chmod 777 services/qgis/data` - -## 9. Enable GitHub Workflows - -Enable by renaming: - -``` -git mv workflows.not workflows -git add . -git commit -m "enable workflows" -git push - -``` diff --git a/docs/docs/howto/howto_portainer.md b/docs/docs/howto/howto_portainer.md deleted file mode 100644 index 71e5ae1..0000000 --- a/docs/docs/howto/howto_portainer.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: HOWTO Portainer ---- - -# HOWTO Portainer - -[Portainer](https://www.portainer.io/) is a webbased tool which allows to manage running docker containers. You can view logs of a container, evaluate hardware usage, restart it or even ssh into it. - -Portainer is available at https://apitestbed.geonovum.nl/portainer. Credentials of portainer are circulated as part of the infrastructure credentials. - - diff --git a/docs/docs/howto/howto_pycsw.md b/docs/docs/howto/howto_pycsw.md deleted file mode 100644 index 69456fb..0000000 --- a/docs/docs/howto/howto_pycsw.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: HOWTO pycsw ---- - - -# HOWTO pycsw - -pycsw operates on a postgres or [sqlite](https://github.com/Geonovum/ogc-api-testbed/blob/main/services/pycsw/data/cite.db) backend. -The database is configured in a [configuration file](https://github.com/Geonovum/ogc-api-testbed/blob/main/services/pycsw/pycsw.cfg), together with other common settings. - -## Loading data - -pycsw has a [tool to load data](https://docs.pycsw.org/en/latest/administration.html#loading-records) from a folder of files. -Alternatively CSW transactions (from for example GeoCat Bridge) can be used to insert data. But transactions need to be explicitely activated and require an authentication mechanism. \ No newline at end of file diff --git a/docs/docs/howto/howto_pygeoapi.md b/docs/docs/howto/howto_pygeoapi.md deleted file mode 100644 index 77fce59..0000000 --- a/docs/docs/howto/howto_pygeoapi.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: HOWTO pygeoapi ---- - - -# HOWTO pygeoapi - -The pygeoapi config is the place to start when configuring a new service. The file starts with some general server configuration and then presents a list of collections. Each collection has a data store configuration referencing one of the available data backends. A common data provider is the OGR/GDAL provider which gives access to a multitude of file formats. - -In a minimal approach you can update the [current config file](https://github.com/Geonovum/ogc-api-testbed/blob/main/services/pygeoapi/local.config.yml) and add a new layer to it. - -Alternatively you can create a new instance by duplicating the [main pygeoapi service folder](https://github.com/Geonovum/ogc-api-testbed/blob/main/services/pygeoapi) under a new name and update [the main ansible orchestration](https://github.com/Geonovum/ogc-api-testbed/blob/main/ansible/deploy.yml) to add the new service. Also you have to create a new file in https://github.com/Geonovum/ogc-api-testbed/tree/main/.github/workflows, having the new name. This tells github to (re)deploy the service when changes are detected. Note that INSPIRE mandates that each dataset is exposed via a unique service endpoint and pygeoapi can only provide a single service endpoint. Duplicating the deployment is then a usual approach. - -## Example of a pygeoapi collection - -```YAML -lakes: # name of the collection, e.g. /collection/lakes/items - type: collection - title: # title, keywords and description support multilingual - en: Large Lakes - nl: Grote meren - description: lakes of the world, public domain - keywords: - - lakes - crs: # CRS-es supported by backend - - CRS84 - links: # list of links to more info, for example metadata - - type: text/html - rel: canonical - title: information - href: http://www.naturalearthdata.com/ - hreflang: en-US - extents: # spatial and temporal extent of the layer - spatial: - bbox: [-180,-90,180,90] - crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 - temporal: - begin: 2011-11-11 - end: null # or empty - providers: # list of backends - - type: feature # service type (e.g. features, maps, styles, records, coverages) - name: GeoJSON # type of provider (see docs for available types) - data: tests/data/ne_110m_lakes.geojson # link to a file (or other provider specific configuration) - id_field: id # field which contains the identifier - title_field: name # field which contains the title of the element (can be multilingual) -``` diff --git a/docs/docs/howto/howto_qgis.md b/docs/docs/howto/howto_qgis.md deleted file mode 100644 index 7e1522d..0000000 --- a/docs/docs/howto/howto_qgis.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: HOWTO QGIS server ---- - -# HOWTO QGIS server - -QGIS server is configured through QGIS Desktop. The project file generated with QGIS is then uploaded to the server (along with any data to serve). - -- Start a new project in QGIS, or update an existing. -- Add the relevant layers to the project. For file based data, place the files in (or under) the folder where the project is stored, else QGIS may generate unresolvable paths in the project file. -- If you want to use a database layer, upload any data to the remote PostGreSQL. Connect your local QGIS to the remote database and add the PostGreSQL tables as layers to the project. -- Go to Project Properties, open the QGIS Server tab, fill in relevant fields. Make sure to check the "publish" checkbox in the WFS section, else no collections will be available. -- Save the project as .qgs file (not .qgz) and push it to Github with all related files. -- The project should be called project.qgs. Alternatively you can set an environment variable - -``` -QGIS_PROJECT_FILE:/etc/qgisserver/my-new-project.qgs -``` - -- Test your service via [https://apitestbed.geonovum.nl/qgis/wfs3](https://apitestbed.geonovum.nl/qgis/wfs3) diff --git a/docs/docs/howto/howto_skinning.md b/docs/docs/howto/howto_skinning.md deleted file mode 100644 index 371ea2d..0000000 --- a/docs/docs/howto/howto_skinning.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: HOWTO adjust the looks of OGC API Features ---- - -# HOWTO adjust the looks of OGC API Features - -Tutorials on how to change the look and feel of OGC API features. - -## GeoServer - -This toturial updates the main headr and footer of GeoServer OGC API Features, [other templates](https://docs.geoserver.org/latest/en/user/community/ogc-api/features/index.html#service-configuration) can be overridden in a similar way. - -- In the data directory which is mounted into geoserver add files [templates/ogc/features/common-header.ftl](https://github.com/Geonovum/ogc-api-testbed/blob/main/services/geoserver/data/templates/ogc/features/common-header.ftl) and [templates/ogc/features/common-footer.ftl](https://github.com/Geonovum/ogc-api-testbed/blob/main/services/geoserver/data/templates/ogc/features/common-footer.ftl) -- Adjust the files to your needs and push the changes to github -- Tip, you can preview your changes without updating the platform by adjusting the html and css directly in the web page with the browser developer panel (F12) - - - diff --git a/docs/docs/howto/howto_system.md b/docs/docs/howto/howto_system.md deleted file mode 100644 index 4e61148..0000000 --- a/docs/docs/howto/howto_system.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: HOWTO System Maintenance ---- - -# HOWTO System Maintenance - -Once a platform instance, as in [HOWTO Platform](howto_platform.md), has -been installed the host system needs to be maintained. In our case the (remote) host -system runs Ubuntu. A Debian/Ubuntu system is composed of software "Packages". These can -become outdated and need to be updated. Also packages may contain security fixes. -In some cases all the Docker Containers may need a restart (Service Management). - -Below is described how the above is organized and how these tasks are enabled -for a maintainer. -**NB all this applies to the host/VM system-OS, not the OS-es that run within the Docker Containers!!* - -`~/.ssh/ansible-vault/ogc-api-sandbox.txt` is the file containing your Ansible Vault password. - -## Security Updates - -Automatic updates of (Ubuntu) security fixes/patches is already done automatically. -During the [Ansible Bootstrap](https://github.com/Geonovum/ogc-api-testbed/blob/main/ansible/bootstrap.yml) phase, -the Ansible Module [justb4.ubuntu-base](https://github.com/justb4/ansible-ubuntu-base) will enable -automatic security updates. - -Details: the specific Ansible Task [can be found here](https://github.com/justb4/ansible-ubuntu-base/blob/master/tasks/main.yml#L41). - -## Service Management - -All Docker containers can be started/stopped by a Ubuntu `systemd` service called `ogcapi`. - -The following Ansible tasks are available: - -``` -ansible-playbook -v --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt service.yml -i hosts/prod.yml --tags status - -ansible-playbook -v --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt service.yml -i hosts/prod.yml --tags stop - -ansible-playbook -v --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt service.yml -i hosts/prod.yml --tags start - -``` - - -## System Management - -The Ubuntu "APT" packages can be maintained remotely with Ansible. The host system can even be rebooted remotely. -The systemd service `ogcapi` (see Service Management) and thus all Docker Containers will be started -automatically. - -The following Ansible tasks are available: - -``` -# Update outdated Packages -ansible-playbook -v --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt system.yml -i hosts/prod.yml --tags update_packages - -# Reboot - all services should come back up -ansible-playbook -v --vault-password-file ~/.ssh/ansible-vault/ogc-api-sandbox.txt system.yml -i hosts/prod.yml --tags reboot - -``` diff --git a/docs/docs/howto/index.md b/docs/docs/howto/index.md deleted file mode 100644 index 8268fb1..0000000 --- a/docs/docs/howto/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: HOWTOs ---- - -# HOWTOs - -The following sections of HOWTOs exist. - -## HOWTO Platform - -The Platform section describes how to deploy and maintain -your own instance of the OGC API Testbed platform. - -* [HOWTO Platform](howto_platform.md) - setting up a new platform -* [HOWTO System Maintenance](howto_system.md) - maintaining the host system -* [HOWTO Error Analysis](howto_errors.md) - -## HOWTO Services - -The deployment section describes how to deploy services, like OAFeat instances. - -* [HOWTO Deploy](howto_deploy.md) - create or update a service -* [HOWTO Deploy pygeoapi](howto_pygeoapi.md) -* [HOWTO Deploy GeoServer](howto_geoserver.md) -* [HOWTO Deploy LDProxy](howto_ldproxy.md) -* [HOWTO Deploy pycsw](howto_pycsw.md) -* [HOWTO Deploy qgis](howto_qgis.md) -* [HOWTO Deploy GOAF](howto_goaf.md) - -## HOWTO Cases - -The cases section describes how to manage certain use cases. - -* [HOWTO INSPIRE in pygeoapi](howto_inspire.md) -* [HOWTO API Strategie](howto_api_strategie.md) - -## HOWTO Admin - -The admin section describes various supporting tools for administration -and monitoring. - -* [HOWTO GeoHealthCheck](howto_ghc.md) - monitoring OGC web-services -* [HOWTO Database](howto_database.md) -* [HOWTO Portainer](howto_portainer.md) - monitoring Docker Containers diff --git a/docs/docs/images/schema.png b/docs/docs/images/schema.png deleted file mode 100644 index ca42d83..0000000 Binary files a/docs/docs/images/schema.png and /dev/null differ diff --git a/docs/docs/images/services-stack.png b/docs/docs/images/services-stack.png deleted file mode 100644 index 9861403..0000000 Binary files a/docs/docs/images/services-stack.png and /dev/null differ diff --git a/docs/docs/index.md b/docs/docs/index.md deleted file mode 100644 index f5998b4..0000000 --- a/docs/docs/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: OGC-API-Testbed Documentation ---- - -# OGC-API-Testbed Documentation - -This documents the [Geonovum](https://geonovum.nl) OGC API Testbed Platform. Focus is on -the Platform's design/setup, how it is provisioned (bootstrapped) and its continuous deployment/integration (CI/CD). - -Initially, the main goal of the Platform is to experiment with, and evaluate -various implementations of the [OGC API Features (OAFeat) Standard](https://ogcapi.ogc.org/features/). Given the generic nature -of the Platform's web-services deployment architecture, additional services and OGC APIs may be added. -The stable version of the Platform is provided as an [Open Source GitHub Template](https://github.com/Geonovum/ogc-api-testbed), allowing any party to -derive and customize their own. - -Find a quick intro in the project [README](https://github.com/Geonovum/ogc-api-testbed#readme). - -The documentation is split up as follows: - -* [Setup](setup/index.md) describes the platform architecture and setup (admin manual) -* [HOWTO](howto/index.md) has a number of tutorials on how to operate the system (user manual) -* [Findings](findings/index.md) design choices, identified challenges and solutions -* [Cases](cases/index.md) contains some experiments performed on the platform, and may be extended to capture future outcomes of the testbed - -## Get in Touch - -[![Gitter](https://img.shields.io/gitter/room/Geonovum/ogc-api-testbed.svg?style=flat-square)](https://gitter.im/Geonovum/ogc-api-testbed) - -## Services - -To access and interact with the (OGC web-) services, go to -one of the two server instances: - -* Stable (production) server at [apitestbed.geonovum.nl](https://apitestbed.geonovum.nl/) -* Sandbox (experimental) server at [apisandbox.geonovum.nl](https://apisandbox.geonovum.nl/) - -## Links - -* [Project GitHub Repo](https://github.com/Geonovum/ogc-api-testbed) -* [Geonovum](https://geonovum.nl) - Geonovum home -* [pygeoapi](https://pygeoapi.io) - `pygeoapi` project home -* [ldproxy](https://github.com/interactive-instruments/ldproxy) - `ldproxy` project home -* [GeoServer](https://geoserver.org) - `GeoServer` home -* [OGC API Features](https://ogcapi.ogc.org/features/) - OGC Home OAFeat diff --git a/docs/docs/setup/geoserver.md b/docs/docs/setup/geoserver.md deleted file mode 100644 index b736faa..0000000 --- a/docs/docs/setup/geoserver.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Setup GeoServer ---- - -# Setup GeoServer - -A docker hub image is provided by [oscarfonts](https://github.com/oscarfonts/docker-geoserver) is extended with OGC API plugin. The binaries of the plugin, as well as the data folder are mounted into the container. The `Oscar Fonts` image runs as a tomcat user, which by itself is a good practice from security prespective, but files are created on the data folder by a user unknown to the docker host, which causes problems at redeployment. We have overridden this behaviour and run as root user. - -The data folder is created by deploying geoserver locally, setting up the required services and commit the changes to github. You can either embed a data file inside the data folder, alternatively you can upload data to the PostGreSQL database and configure a layer on data from the database. - -The OGC API is available from the geoserver homepage at /ogc/features, or on the workspace endpoint /{workspace}/agc/features. - -## OGC API Community module - -The GeoServer community has been involved in the OGC sprints while the standards were shaped to its current form. The implementation of OGC API currently has the form of a [community plugin](https://docs.geoserver.org/latest/en/user/community/ogc-api/index.html), which can be installed on recent versions of GeoServer. - -## Scripted configuration vs dynamic configuration - -GeoServer has an extended web user interface as well as a rest api to configure the publication of datasets. These configurations are persisted as xml files in the config folder. Alternatively you can use a scripted approach to configure the server, the xml files in the conig folder are deployed as part of the deployment. Both approaches can however not easily be combined. It means you have to decide for a server if you set it up scripted or dynamically. The scripted approach is mostly used in advanced setups such as App Schema INSPIRE. - -Most challenging is a sequential update number which is updated with every dynamic update of the configuration via the api. - -The configuration with xml files is also a challenge when scaling out and load balancing GeoServer. When these files are updated by one instance, the other instances need to be synchronised. Some community plugins are available, such as jdbc-config, which enables the storage of configuration in a central database. - -## GeoServer behind a gateway (traefik) - -Running GeoServer behind a gateway, which exposes geoserver at an alternative domain, requires a proxy url to be configured on GeoServer. You need to manage this in an xml file, because the admin interface (which offers an option to configure this also) doesn't work correctly if the proxy url is not correctly set up. - -Recent versions of GeoServer have added a CSRF protection against script attacks. This CSRF leads to unexpected results when running GeoServer via a gateway. The gateway domain needs to be whitelisted or CSRF vealidation deactivated. Read more at https://docs.geoserver.org/stable/en/user/security/webadmin/csrf.html - -## GeoServer and docker - -The installation of GeoServer requires to add the OGC API plugin (check a matching version number). It is quite common that GeoServer is extended with plugins. We used the docker image provided by [oscarfonts](https://github.com/oscarfonts/docker-geoserver), which has a nice mechanism to place plugins (and data folder) on a mounted volume. - -In order to configure a new resource on GeoServer we added the required configuration files to the geonovum github repository. GeoServer also has a web interface and rest api to configure resources, but note that any resource added manually may be overwritten from github with the new deployment of the software. - -An alternative for manual setup us the [GeoCat bridge](https://geocat.net/bridge) tool, which is a typical tool to configure new resources on GeoServer from within the QGIS or ArcMAP Desktop application. - -## Template overrides - -We experimented with [template overrides](https://docs.geoserver.org/latest/en/user/community/ogc-api/features/index.html#service-configuration) to add the geonovum corporate identity to the OGC API endpoints. We found some interesting behaviour, which we reported to the GeoServer community. To override common-header.ftl for /collections, you need to add the override in /data/templates/ogc/features. To override it for /items you need to place it in data/workspaces. - -## GeoPackage support - -GeoPackage is often mentioned as a replacement for (appschema) GML to share larger datasets efficiently. GeoServer has support for GeoPackage as output format after installing a dedicated community plugin. The plugin also requires the wps plugin to be installed. Both plugins are installed and verified that these can be used as export format for OGC API Features. - -## Issues -Some issues found during deployment - -* [Issue #22](https://github.com/Geonovum/ogc-api-testbed/issues/22) - Permission Issue for mounted dirs: the GeoServer Container permanently changes the ownership of mounted dirs -* [Issue #21](https://github.com/Geonovum/ogc-api-testbed/issues/21) - OGC API Plugin: running on subpath with https does not render linked resources correctly -* [GEOS-10125](https://osgeo-org.atlassian.net/browse/GEOS-10125) - GeoServer currently does not add the (meta)data linksto the links section in /collections endpoint -* [GEOS-10126](https://osgeo-org.atlassian.net/browse/GEOS-10126) - GeoServer uses deprecated mediatype application/x-gpkg. - diff --git a/docs/docs/setup/ghc.md b/docs/docs/setup/ghc.md deleted file mode 100644 index 5958d05..0000000 --- a/docs/docs/setup/ghc.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: GeoHealthCheck ---- - -[GeoHealthCheck](https://geohealthcheck.org/) (GHC) is an -availability and Quality-of-Service (QoS) monitoring solution -dedicated to OGC (web-) services. GHC supports both the -standard protocols like WMS, WFS, WMTS, CSW etc, APIs in general and -the recent OAFeat OGC standard. To learn more, best is to -follow a [GHC presentation as HTML slides or video](https://geohealthcheck.org/). - -## OAFeat Support -GHC supports the -OGC OAFeat standard with two basic checks (called "Probes"): - -- OAFeat endpoint traversal, check if all required resources/links are available -- full OAS schema validation - -## Deployment - -GHC is part of the -[Admin Stack](https://github.com/Geonovum/ogc-api-testbed/tree/main/services/admin) in the testbed. - -GeoHealthCheck has Docker Images available at -[DockerHub](https://hub.docker.com/r/geopython/geohealthcheck) -and uses a standard PostgreSQL/PostGIS database for persistence. - -GHC runs with three Docker containers: - -* GHC Web Application (`ghc_web`) -* GHC Runner (runs the actual checks) (`ghc_runner`) -* GHC Postgres database stores check config and results (`ghc_db`) - -## Configuration - -GHC needs quite some variables (around 31, though many defaults apply). -These are all configured once in -[ghc.env](https://github.com/Geonovum/ogc-api-testbed/blob/main/services/admin/ghc.env). -Many variables represent credentials like email and -database configuration. These are bundled as `etc_environment` -in and forwarded from the encrypted Ansible file `vars.yml`. - -``` - - name: "admin" - shell: "cd {{ services_home }}/admin && ./deploy.sh && docker ps" - tags: admin - -``` - -## Links -* [docker-compose.yml](https://github.com/Geonovum/ogc-api-testbed/blob/main/services/admin/docker-compose.yml) - the Docker Compose file diff --git a/docs/docs/setup/goaf.md b/docs/docs/setup/goaf.md deleted file mode 100644 index de61087..0000000 --- a/docs/docs/setup/goaf.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Setup GOAF ---- - -# Setup GOAF - -[GOAF](https://github.com/PDOK/goaf) is a OAF implementaion in Go, maintained by PDOK, originally developed as [Jivan](https://github.com/go-spatial/jivan). - -GOAF image used from https://hub.docker.com/r/pdok/wfs-3.0, this is an older version, but PDOK has not updated yet. Alternative could be to build the image from sources. - -GOAF supports a PostGres or GeoPackage backend. Which file to serve the type of file are injected as environment variables. - -We have added the default BRT image provided by PDOK as example. - diff --git a/docs/docs/setup/index.md b/docs/docs/setup/index.md deleted file mode 100644 index 40869db..0000000 --- a/docs/docs/setup/index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Setup ---- - -# Setup - -This section describes the setup/installation details of the platform. - -## Platform setup - -This section introduces the setup of the platform and -components used in the platform infrastructure. - -* [Platform setup](platform.md) - -## Operational Services - -A number of services is deployed on the platform: - -* [pygeoapi](pygeoapi.md) -* [pycsw](pycsw.md) -* [GeoServer](geoserver.md) -* [ldproxy](ldproxy.md) -* [QGIS Server](qgis.md) -* [GOAF](goaf.md) -* [postgis / pgadmin](postgis.md) - -## Admin tools - -Some admin tools are made available to monitor the platform. - -* [portainer](portainer.md) -* [GeoHealthCheck](ghc.md) \ No newline at end of file diff --git a/docs/docs/setup/ldproxy.md b/docs/docs/setup/ldproxy.md deleted file mode 100644 index a436237..0000000 --- a/docs/docs/setup/ldproxy.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: LDProxy installation experiences ---- - -# LDProxy installation experiences/hints - -ldproxy started out as a prototype in the GeoNovum Geo4Web testbed in 2016. -Over the years LDProxy has followed the developments around OGC API -and is currently the most complete implementation of the latest developments in OGC API. - -## Installation - -A docker hub image is provided by [Interactive Instruments](https://hub.docker.com/r/iide/ldproxy). - -We are using the latest image provided by Interactive Instruments, -which is a bit behind from the latest version on their docker repository, -but that repository is not available publicly yet. We found (and reported) -some issues with the latest public release, which should be solved in the main branch. - -We are mounting the config folder to a local volume, the configuration in the -folder is taken from github. The configuration includes a config file in which logging -to stdout has been set up. - -For this moment we only expose a feature service with a RCE WFS as backend. -We intend to also add a service with a postgres backend. - -The data folder is created by deploying ldproxy locally, setting up the required services and commit the changes to github. You can upload data to the PostGreSQL database and configure a layer on data from the database. - -The OGC API's are available via /ldproxy/services. - -Configure logging to stdout - -Challenges when exposing ldprocy on a subpath - -## Issues - -* running `ldproxy` on a subpath does not provide proper URLs to internal e.g. CSS resources -* [Issue](https://github.com/interactive-instruments/ldproxy/issues/454) error on accessing collection for RCE WFS - -``` -Client error, HTTP status 406, Request path : MessageBodyWriter not found for media type=image/avif, -type=class java.util.ArrayList, genericType=class java.util.ArrayList. - -``` \ No newline at end of file diff --git a/docs/docs/setup/platform.md b/docs/docs/setup/platform.md deleted file mode 100644 index f0c12f9..0000000 --- a/docs/docs/setup/platform.md +++ /dev/null @@ -1,175 +0,0 @@ ---- -title: Platform setup ---- - -# Platform setup - -The project repository contains contains components to bootstrap, configure ("provision") and maintain a remote -deployment of an OGC API web-service stack using modern "DevOps" tooling. - -![Schematic overview of the platform](../images/schema.png) - -See also a [presentation of the platform on OpenGeodag 2021](https://files.justobjects.nl/presentation/opengeodag-2021/opengeodag-2021-just.pdf). - -## Design Principles - -The main design principles are: - -* starting point is an empty VPS/VM with Ubuntu and root (key) access -* any action on the server/VM host is performed from a client host -* i.e. no direct access/login to/on the server/VM is required, only for problem solving -* remote actions can be performed manually or triggered by GitHub Workflows -* all credentials (passwords, SSH-keys, etc) are secured -* two operational stack instances 1) production, *"Stable"* and 2) playground, *"Sandbox"* - -## Components - -The components used to realize this design are: - -* [Docker](https://www.docker.com/) *"...OS-level virtualization to deliver software in packages called containers..."* ([Wikipedia](https://en.wikipedia.org/wiki/Docker_(software))) -* [Docker Compose](https://docs.docker.com/compose) *"...a tool for defining and running multi-container Docker applications..."* -* [Ansible](https://www.ansible.com/) *"...an open-source software provisioning tool"* ([Wikipedia](https://en.wikipedia.org/wiki/Ansible_(software))) -* [GitHub Actions/Workflows](https://docs.github.com/en/actions) *"...Automate, customize, and execute software development workflows in a GitHub repository..."* -* [Traefik](https://traefik.io/) a frontend proxy/load-balancer and SSL (HTTPS) endpoint. - -The Docker-components are used to run the operational stack, i.e. the OGC API web-services and supporting services like for monitoring. -Ansible is used to provision (bootstrap) both the server OS-software -and the operational stack. Ansible is executed on a local client/desktop system to invoke operations on a remote server/VM. -These operations are bundled in so-called Ansible Playbooks, YAML files that describe a desired server state. -GitHub Actions are used to construct Workflows. These Actions will invoke these Ansible Playbooks, effectively configuring -and provisioning the operational stack on a remote server/VM. - -Security is guaranteed by the use of [Ansible-Vault](https://docs.ansible.com/ansible/latest/user_guide/vault.html) -and [GitHub Encrypted Secrets](https://docs.github.com/en/actions/reference/encrypted-secrets). - -Traefik manages the routing of remote requests to relevant containers. Traefik listens to Docker Engine to be aware of available containers. Containers include a dedicated configuration which is picked up by traefik to enable the route. - -## Services - -A number of services has been deployed within the platform, which can act as a template to add additional services. -The image below shows the operational service stack with the [Traefik](https://traefik.io/) frontend. - -![Operational Service Stack](../images/services-stack.png) - -* [pygeoapi](https://pygeoapi.io/) - a Python server implementation of the OGC API suite of standards. -* [pycsw](https://pycsw.org/) - a Python server implementation of OGC API Records. -* [GeoServer](http://geoserver.org/) - a Java server implementation of the OGC API suite of standards. -* [ldproxy](https://interactive-instruments.github.io/ldproxy/) - a Java server implementation of the OGC API suite of standards. -* [QGIS Server](https://www.qgis.org/) - server component of QGIS with OGC OAFeat support. -* [GOAF](https://www.github.com/pdok/goaf) - OAF service developed in Go, maintained by PDOK. -* [PostgreSQL/PostGIS](https://postgis.net) - geospatial database - -For administration, documentation and monitoring the following components are used: - -* [mkdocs](https://www.mkdocs.org/) for live documentation and landing pages -* [PGAdmin](https://www.pgadmin.org/) - visual PostgreSQL manager -* [GeoHealthCheck](https://geohealthcheck.org) to monitor the availability, compliance and QoS of OGC web services -* [Portainer](https://www.portainer.io/) visual Docker monitor and manager - -## Production and Sandbox Instance - -Two separate server/CM-instances are managed to provide stable/production and -sandbox/playground environments. As to control changes these instances are mapped to two GitHub repositories: - -* https://github.com/Geonovum/ogc-api-testbed for the stable/production instance, nicknamed **Stable** -* https://github.com/Geonovum/ogc-api-sandbox the playground instance, nicknamed **Sandbox** - -The **Stable** repo is a so called [GitHub Template repo](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-template-repository) -from which the **Sandbox** is cloned. - -*NB initally [GitHub Protected Branches](https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches) were considered, but* -*it felt that those would be less transparent and even confusing for selective access and chances of mistakes.* - -## Other Instances - -When other instances are known they are added here. - -### EC JRC - -The European Commission Joint Research Centre (EC JRC, Ispra It.) has also used the -Template GitHub repo to create a server instance with OGC Data APIs: -see their landing page at [jrc.map5.nl](https://jrc.map5.nl) and the GitHub repo at: -https://github.com/justb4/ogc-api-jrc . - -## Selective Redeploy - -When changes are pushed to the repo, only the affected services are redeployed. -This is effected by a combination of GitHub Actions and Ansible Playbooks as follows: - -* each Service has a dedicated GitHub Action "deploy" file, e.g. [deploy.pygeoapi.yml](https://github.com/Geonovum/ogc-api-testbed/tree/main/.github/workflows/deploy.pygeoapi.yml) -* the GitHub Action "deploy" file contains a trigger for a `push` with a `paths` constraint, in this example: - -``` - on: - push: - paths: - - 'services/pygeoapi/**' -``` - -* the GH Action then calls the Ansible Playbook [deploy.yml](https://github.com/Geonovum/ogc-api-testbed/tree/main/ansible/deploy.yml) with a `--tags` option related to the Service, e.g. `--tags pygeoapi` -* the [deploy.yml](https://github.com/Geonovum/ogc-api-testbed/tree/main/ansible/deploy.yml) will always update the GH repo on the server VM via the `pre_tasks` -* the Ansible task indicated by the `tags` is then executed - -## Security - -Maintaining a public repository and providing secured access to services can be a challenge. -Complex solutions exist in the Docker space using Docker Secrets, `/etcd` service etc -We tried to keep it simpler, using [Ansible Vault](https://docs.ansible.com/ansible/latest/user_guide/vault.html) -and [GitHub Secrets](https://dev.to/n3wt0n/how-secrets-work-in-github-and-how-to-manage-them-p4o) are the two main -mechanisms used for bootstrap and deploy. - -The [bootstrap.yml](https://github.com/Geonovum/ogc-api-testbed/blob/main/ansible/bootstrap.yml) also applies various Linux hardening components like -IP-blacklisting on multiple login attempt, key-only logine etc. - -## Steps and Workflows - -Below is a shortened version how -to setup and maintain a testbed server instance from zero. -In a [dedicated HOWTO](/howto/howto_platform/) -all steps are expanded/described in very great detail. - -### Prerequisites - -This is what you need to have available first. - -#### Access to a server/VM -This implies acquiring a server/VM instance from a hosting provider. -Main requirements are that server/VM runs an LTS Ubuntu (20.4 or better) and that SSL-keys are available for root access -(or an admin user account with sudo-rights). - -#### Python 3 and Ansible -You need a Python 3 installation and install Ansible and `git` (client). - -### Clone template repo - -Clone from the template repo: https://github.com/Geonovum/ogc-api-testbed.git. -See [how to do this](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template). - -### Setup Ansible - -Adapt the files under `git/ansible/vars`, following the README there. - -Adapt the inventory file under `git/ansible/hosts`, following the README there. - -### Bootstrap the server/VM -"Bootstrap" here implies the complete provisioning of a remote server/VM that runs the operational service stack. -This is a one-time manual action, but can be executed at any time as Ansible actions are idempotent. -By its nature, Ansible tasks will only change the system if there is something to do. - -Startpoint is a fresh Ubuntu-server or VM with root access via SSH-keys (no passwords). -The Ansible playbook [bootstrap.yml](https://github.com/Geonovum/ogc-api-testbed/tree/main/ansible/bootstrap.yml) installs the neccessary software, and hardens -the server security, e.g. using [fail2ban](https://www.fail2ban.org/). -In this step Docker and Docker Compose are installed and a Linux [systemd](https://en.wikipedia.org/wiki/Systemd) service is run -that automatically starts/stops the operational stack, also on reboots. -The software for the operational stack, i.e. from this repo, is cloned on the server as well. - -### Maintain the server/VM -This step is the daily operational maintenance. -The basic substeps are: - -* make a change, e.g. add a data Collection to an OGC API OAFeat service -* commit/push the change to GitHub -* watch the triggered GitHub Actions, check for any errors -* observe changes via website - -As indicated, a [dedicated HOWTO](/howto/howto_platform/) describes the above steps in very great detail. diff --git a/docs/docs/setup/portainer.md b/docs/docs/setup/portainer.md deleted file mode 100644 index b7a852d..0000000 --- a/docs/docs/setup/portainer.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Setup portainer ---- - -# Setup portainer - -[Portainer](https://portainer.io) is a comprehensive webbased tool to monitor running containers in a Docker environment. It connects to Docker enginge to be notified of changes in running containers and hardware usage. From the user interface you can view logs, restart containers, even ssh into a container. - -Portainer is deployed from https://hub.docker.com/r/portainer/portainer. The portainer data folder is mounted from the host. - -Portainer is clustered with GeoHealthCheck in a single orchestration. - -Portainer is available at [/portainer/](/portainer/). Do not skip the trailing slash. \ No newline at end of file diff --git a/docs/docs/setup/postgis.md b/docs/docs/setup/postgis.md deleted file mode 100644 index 440b780..0000000 --- a/docs/docs/setup/postgis.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Setup PostGIS ---- - -# Setup PostGIS - -TO BE SUPPLIED. diff --git a/docs/docs/setup/pycsw.md b/docs/docs/setup/pycsw.md deleted file mode 100644 index 0ca230e..0000000 --- a/docs/docs/setup/pycsw.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: pycsw setup ---- - -# pycsw installation experiences/hints - -pycsw is a python implementation of Catalogue Service for the Web as well as OGC API Records. - -## Installation - -A docker hub image is provided by [geopython](https://hub.docker.com/r/geopython/pycsw). The data folder and the main config file are mounted into the container. - -The data folder contains a datafile, alternatively you can upload data to a PostGreSQL database. - -The configuration file has main details such as contact information. Check [the documentation](https://docs.pycsw.org) to know which properties are supported. - -Installation on the platform has some challenges because we install the software in a subpath. You can mimic running as root via: - -- set a stripprefix directive in compose.yml "traefik.http.middlewares.portainer-stripprefix.stripprefix.prefixes=/pycsw" -- tell pycsw to use /pycsw/py.csw as scriptname - -Note that /pycsw throws a 500 error for now, but /pycsw/csw.py works fine \ No newline at end of file diff --git a/docs/docs/setup/pygeoapi.md b/docs/docs/setup/pygeoapi.md deleted file mode 100644 index e8b7601..0000000 --- a/docs/docs/setup/pygeoapi.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: pygeoapi setup ---- - -# pygeoapi installation experiences/hints - -pygeoapi is a python implementation of the OGC API Suite of standards. - -## Installation - -A docker hub image is provided by [geopython](https://hub.docker.com/r/geopython/pygeoapi). -The data folder and the main config file are mounted into the container. - -The data folder contains the datafiles, alternatively you can upload data to the PostGreSQL database and configure a layer on data from the database. - -The configuration file contains references to the collections which are exposed via the OGC API's. -Check [the documentation](https://docs.pygeoapi.io/en/latest/data-publishing/index.html#providers-overview) to know which backends are supported. - -You need to set up an instance of pygeoapi for each series of collections you want to serve on an endpoint. - -## BRT background tiles - -To find out if BRT background tiles hosted by PDOK can be used, we configured this service to have a map background of WMTS tiles hosted by PDOK. BRT is hosted in epsg:28992 and epsg:3857, the latter is a requirement. Configuration is set up as: - -``` - map: - url: https://service.pdok.nl/brt/achtergrondkaart/wmts/v2_0/standaard/EPSG:3857/{z}/{x}/{y}.png - attribution: 'Map data © PDOK Kadaster' -``` - -## INSPIRE - -We used this installation of pygeoapi to research the INSPIRE use case. Adding several types of links as suggested by INSPIRE is doable in pygeoapi. The software doesn't help much, but also doesn't limit you in the type of links you want to add, our configuration is: - -``` - links: - - type: text/html - rel: describedby - title: Metadata as HTML - href: https://www.nationaalgeoregister.nl/geonetwork/srv/metadata/45eaae76-874a-4fe1-88f4-820517e3de73 - hreflang: nl - - type: application/xml - rel: describedby - title: Metadata as iso19139 xml - href: https://www.nationaalgeoregister.nl/geonetwork/srv/metadata/45eaae76-874a-4fe1-88f4-820517e3de73/formatters/xml - hreflang: nl - - type: text/html - rel: tag - title: Referentie naar het concept beschermde gebieden (inspire registry) - href: http://inspire.ec.europa.eu/featureconcept/ProtectedSite - hreflang: nl - - type: application/gml+xml - rel: enclosure - title: Download volledige dataset Werelderfgoed als GML - href: https://service.pdok.nl/rce/ps-ch/wfs/v1_0?request=GetFeature&service=WFS&version=1.1.0&typeName=ps-ch:rce_inspire_polygons&outputFormat=text%2Fxml%3B%20subtype%3Dgml%2F3.1.1 - hreflang: nl -``` \ No newline at end of file diff --git a/docs/docs/setup/qgis.md b/docs/docs/setup/qgis.md deleted file mode 100644 index 5ceef73..0000000 --- a/docs/docs/setup/qgis.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Setup QGIS Server ---- - -# Setup QGIS Server - -[qgis](https://qgis.org) is a desktop as well as a server solution. The server solution provides typical OGC services sucha as WMS, WFS. Since recently also OGC API Features is available. - -Deployed docker image from -https://hub.docker.com/r/camptocamp/qgis-server. -Following the hints from -https://www.qcooperative.net/blog/ogcapif/ and https://docs.qgis.org/testing/en/docs/server_manual/services.html#wfs3-ogc-api-features - -## Issues - -I had a hard time finding in documentation what the -url is to open ogc api features endpoint, -it appears to be '[/qgis/wfs3](/qgis/wfs3)'. -I assume this will likely be changed in upcoming versions. - -Somehow the feature collections are not loaded, -although the [WMS](/qgis?request=getcapabilities&service=WMS) is able to display them - -### Container Write Permission -Could not use the default `/etc/qgisserver/project.qgs` Docker volume mapping, as the -referenced GPKG files needed write access (for WAL files) in that dir. -The solutions was to set `QGIS_PROJECT_FILE` explicitly. However it resulted in a working situation, but the project file could not be located by the service. So I restored the situation. It means we still have no write privileges in the data folder. - -``` - environment: - # Must override default to allow write access e.g. GPKG WALs for www-data user - - QGIS_PROJECT_FILE:/myqgisserver/project.qgs - - #- QGIS_SERVER_LOG_LEVEL:0 - #- PGSERVICEFILE:If you want to change the default of /etc/qgisserver/pg_service.conf - #- QGIS_PROJECT_FILE:If you want to change the default of /etc/qgisserver/project.qgs - #- MAX_REQUESTS_PER_PROCESS:The number of requests a QGIS server will serve before being restarted by apache - #- QGIS_CATCH_SEGV:1 - - volumes: - # Map data and config into container - - ./data:/myqgisserver -``` - -### Publish layers as WFS on the project - -I ran into the problem that the layers were displayed on the WMS capabilities, but not as collections on ogc api features. I requested help from the qgis mailinglist, but no direct solution. Until Allesandro Pasotti pointed me on the fact that I have to activate WFS on layers before they are available via WFS and OGC API Features. You can set WFS access via project properties > QGIS Server > WFS. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml deleted file mode 100644 index 99276ba..0000000 --- a/docs/mkdocs.yml +++ /dev/null @@ -1,27 +0,0 @@ -site_name: Geonovum OGC API Testbed -site_description: "Geonovum OGC API Testbed" -site_author: Geonovum -copyright: "© 2021 Geonovum" -site_url: https://apitestdocs.geonovum.nl -repo_url: https://github.com/Geonovum/ogc-api-testbed -docs_dir: docs -nav: - - Home: index.md - - Howto: howto/index.md - - Setup: setup/index.md - - Cases: cases/index.md - - Findings: findings/index.md - - Credits: credits/index.md - - Code: https://github.com/Geonovum/ogc-api-testbed - -# use_directory_urls: true - -theme: - name: material - palette: - # See https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-scheme - # Default is indigo (blue) - primary: light green - -plugins: - - search diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 9a8a4ca..0000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -mkdocs -mkdocs-material diff --git a/services/admin/docker-compose.yml b/services/admin/docker-compose.yml index 372b2b4..79db94c 100644 --- a/services/admin/docker-compose.yml +++ b/services/admin/docker-compose.yml @@ -124,5 +124,4 @@ volumes: networks: default: - external: - name: service-network + name: service-network diff --git a/services/admin/ghc.env b/services/admin/ghc.env deleted file mode 100644 index 8758d8f..0000000 --- a/services/admin/ghc.env +++ /dev/null @@ -1,29 +0,0 @@ -# See also ansible/vars/vars.yml -TZ=Europe/Zurich -GHC_PROBE_HTTP_TIMEOUT_SECS=90 -GHC_MINIMAL_RUN_FREQUENCY_MINS=15 -GHC_RETENTION_DAYS=30 -GHC_NOTIFICATIONS=True -GHC_NOTIFICATIONS_VERBOSITY=False -GHC_RUNNER_IN_WEBAPP=False -GHC_SELF_REGISTER=False -GHC_LOG_LEVEL=20 -GHC_SITE_TITLE=NGDI-20-60 OGC API Testbed - GeoHealthCheck -GHC_SITE_URL=https://`hostname -f`/ghc -GHC_WWW_LINK_EXCEPTION_CHECK=True -LC_ALL=nl_NL.UTF-8 -LANG=nl_NL.UTF-8 -LANGUAGE=nl_NL.UTF-8 -SCRIPT_NAME=/ghc -SQLALCHEMY_DATABASE_URI=${GHC_SQLALCHEMY_DATABASE_URI:-'postgresql://ghc:ghc@ghc_db:5432/ghc'} -ADMIN_NAME=${GHC_ADMIN_USER_NAME:-admin} -ADMIN_PWD=${GHC_ADMIN_USER_PASSWORD:-admin} -ADMIN_EMAIL=${GHC_ADMIN_USER_EMAIL:-ghc@ghc.com} -GHC_NOTIFICATIONS_EMAIL=${GHC_NOTIFICATIONS_EMAIL} -GHC_ADMIN_EMAIL=${GHC_SMTP_EMAIL} -GHC_SMTP_SERVER=${GHC_SMTP_SERVER} -GHC_SMTP_PORT=${GHC_SMTP_PORT} -GHC_SMTP_TLS=${GHC_SMTP_TLS} -GHC_SMTP_SSL=${GHC_SMTP_SSL} -GHC_SMTP_USERNAME=${GHC_SMTP_USERNAME} -GHC_SMTP_PASSWORD=${GHC_SMTP_PASSWORD} \ No newline at end of file diff --git a/services/geoserver/data/README.md b/services/geoserver/data/README.md deleted file mode 100644 index 684b60c..0000000 --- a/services/geoserver/data/README.md +++ /dev/null @@ -1,43 +0,0 @@ -Default Data Directory -====================== - -A default empty GeoServer OGC API Experiment GeoNovum data directory. - -This data directory requires provides default configuration for: - -* csw -* wcs -* wds -* wms and wmts -* wps -* control-flow - -Several folders are created and populated as needed by GeoServer: - -* data -* gwc -* logs -* security -* styles - -FAQ ---- - -Q: How to update GeoServer data directory contents? - -Updates to GeoServer data directory occur very infrequently, with new settings and configuration options being the most common change. - -Updates are performed automatically by GeoServer during application startup. - -For additional guidance please see: - -* https://www.geonovum.nl/docs/geoserver-enterprise/ -* https://my.geonovum.nl/knowledgebase/130/GeoServer-Enterprise - -Q: Where to storing large data files? - -The GeoServer Data Directory is easy to access with the Browse button setting up a new Data Store or Coverage Store. -The REST API and Importer will create a folder `data` when content is uploaded. - -When working with large files we recommend choosing a high performance file system and managing this information -outside of the data directory (allowing backups of application configuration to be smaller and more easily managed). \ No newline at end of file diff --git a/services/geoserver/data/controlFlow.properties b/services/geoserver/data/controlFlow.properties deleted file mode 100644 index f3d00e1..0000000 --- a/services/geoserver/data/controlFlow.properties +++ /dev/null @@ -1,21 +0,0 @@ -# if a request waits in queue for more than 60 seconds it's not worth executing, -# the client will likely have given up by then -timeout=60 - -# don't allow the execution of more than 100 requests total in parallel -ows.global=100 - -# don't allow more than 10 GetMap in parallel -ows.wms.getmap=10 - -# don't allow more than 4 outputs with Excel output as it's memory bound -ows.wfs.getfeature.application/msexcel=4 - -# don't allow a single user to perform more than 6 requests in parallel -# (6 being the Firefox default concurrency level at the time of writing) -user=6 - -# don't allow the execution of more than 16 tile requests in parallel -# (assuming a server with 4 cores, GWC empirical tests show that throughput -# peaks up at 4 x number of cores. Adjust as appropriate to your system) -ows.gwc=16 \ No newline at end of file diff --git a/services/geoserver/data/csw.xml b/services/geoserver/data/csw.xml deleted file mode 100644 index d0ccd53..0000000 --- a/services/geoserver/data/csw.xml +++ /dev/null @@ -1,23 +0,0 @@ - - csw - true - NGDI-20-60 OGC API Testbed Geoserver CSW - NGDI-20-60 OGC API Testbed Geoserver Catalogue Service - https://heig-vd.ch/rad/instituts/mei/mediamaps - Catalogue Services (CSW) describing server contents as records. - NONE - NONE - - - 2.0.2 - - - - CSW - GeoServer - - false - https://ogc.heig-vd.ch/geoserver/web - http://schemas.opengis.net - false - \ No newline at end of file diff --git a/services/geoserver/data/demo/WCS_getCapabilities_1.0.0.xml b/services/geoserver/data/demo/WCS_getCapabilities_1.0.0.xml deleted file mode 100644 index 5c85793..0000000 --- a/services/geoserver/data/demo/WCS_getCapabilities_1.0.0.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - \ No newline at end of file diff --git a/services/geoserver/data/demo/WCS_getCapabilities_2.0.1.url b/services/geoserver/data/demo/WCS_getCapabilities_2.0.1.url deleted file mode 100644 index c2ecba0..0000000 --- a/services/geoserver/data/demo/WCS_getCapabilities_2.0.1.url +++ /dev/null @@ -1 +0,0 @@ -wcs?SERVICE=WCS&REQUEST=GetCapabilities&VERSION=2.0.1 diff --git a/services/geoserver/data/demo/WCS_getCapabilities_2.0.1.xml b/services/geoserver/data/demo/WCS_getCapabilities_2.0.1.xml deleted file mode 100644 index 8ff05a7..0000000 --- a/services/geoserver/data/demo/WCS_getCapabilities_2.0.1.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/services/geoserver/data/demo/WFS_getCapabilities-1.0.xml b/services/geoserver/data/demo/WFS_getCapabilities-1.0.xml deleted file mode 100644 index f419819..0000000 --- a/services/geoserver/data/demo/WFS_getCapabilities-1.0.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/services/geoserver/data/demo/WFS_getCapabilities-1.1.xml b/services/geoserver/data/demo/WFS_getCapabilities-1.1.xml deleted file mode 100644 index 6355709..0000000 --- a/services/geoserver/data/demo/WFS_getCapabilities-1.1.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - diff --git a/services/geoserver/data/demo/WMS_getCapabilities.url b/services/geoserver/data/demo/WMS_getCapabilities.url deleted file mode 100644 index 9745fcb..0000000 --- a/services/geoserver/data/demo/WMS_getCapabilities.url +++ /dev/null @@ -1 +0,0 @@ -wms?request=getCapabilities \ No newline at end of file diff --git a/services/geoserver/data/global.xml b/services/geoserver/data/global.xml deleted file mode 100644 index 20fba40..0000000 --- a/services/geoserver/data/global.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - SettingsInfoImpl-14e8eba4:171a545ba94:-8000 - -
    HEIG-VD Centre St-Roch Avenue des Sports 20
    - Yverdon-les-Bain - Switzerland - 1401 - Vaud - maxime.collombin@heig-vd.ch - Mediamaps - Mediamaps - +41 (0)24 557 76 04 -
    - UTF-8 - 8 - http://geonovum.nl - https://ogc.heig-vd.ch/geoserver - true - false - - - - quietOnNotFound - false - - - - false - false - false -
    - - false - true - 5 - 7 - 0.5 - 0.75 - false - false - false - false - false - - - Affine - BandCombine - BandMerge - BandSelect - Binarize - Border - ColorConvert - Crop - ErrorDiffusion - Format - ImageFunction - Lookup - Mosaic - Null - OrderedDither - Rescale - Scale - Stats - Translate - Warp - algebric - operationConst - - - - - 5 - 5 - 30000 - UNBOUNDED - 10240 - - 1066 - 0 - true - true - 1024 - false - memoryLockProvider - DEFAULT -
    \ No newline at end of file diff --git a/services/geoserver/data/gwc-gs.xml b/services/geoserver/data/gwc-gs.xml deleted file mode 100644 index 448afb7..0000000 --- a/services/geoserver/data/gwc-gs.xml +++ /dev/null @@ -1,42 +0,0 @@ - - 1.1.0 - false - true - true - false - false - true - class org.geowebcache.storage.blobstore.memory.guava.GuavaCacheProvider - - - class org.geowebcache.storage.blobstore.memory.guava.GuavaCacheProvider - - 16 - NULL - 4 - 120 - - - - true - true - 4 - 4 - 0 - - EPSG:4326 - EPSG:900913 - - - image/png - image/jpeg - - - image/png - image/jpeg - - - image/png - image/jpeg - - \ No newline at end of file diff --git a/services/geoserver/data/gwc/geoclimate_Building_urban_typology/EPSG_4326_03/2_1/08_06.geojson b/services/geoserver/data/gwc/geoclimate_Building_urban_typology/EPSG_4326_03/2_1/08_06.geojson deleted file mode 100644 index a874874..0000000 --- a/services/geoserver/data/gwc/geoclimate_Building_urban_typology/EPSG_4326_03/2_1/08_06.geojson +++ /dev/null @@ -1 +0,0 @@ -{"type":"FeatureCollection","totalFeatures":"unknown","features":[]} \ No newline at end of file diff --git a/services/geoserver/data/gwc/geoclimate_Building_urban_typology/EPSG_4326_03/2_1/08_06.topojson b/services/geoserver/data/gwc/geoclimate_Building_urban_typology/EPSG_4326_03/2_1/08_06.topojson deleted file mode 100644 index 44acfd2..0000000 --- a/services/geoserver/data/gwc/geoclimate_Building_urban_typology/EPSG_4326_03/2_1/08_06.topojson +++ /dev/null @@ -1 +0,0 @@ -{"type":"Topology","count":0,"transform":{"scale":[0.087890625,-0.087890625],"translate":[0.0,67.5]},"arcs":[],"objects":{}} \ No newline at end of file diff --git a/services/geoserver/data/gwc/geowebcache.xml b/services/geoserver/data/gwc/geowebcache.xml deleted file mode 100644 index 157a932..0000000 --- a/services/geoserver/data/gwc/geowebcache.xml +++ /dev/null @@ -1,135 +0,0 @@ - - - 1.20.0 - 120 - - - - EPSG:21781 - EPSG:21781 - - 21781 - - - - 485014.05245137925 - 74188.69437769346 - 837016.9329778461 - 299782.76349412405 - - - false - - 881.226832486057 - 440.6134162430285 - 220.30670812151425 - 110.15335406075712 - 55.07667703037856 - 27.53833851518928 - 13.76916925759464 - 6.88458462879732 - 3.44229231439866 - 1.72114615719933 - 0.860573078599665 - 0.4302865392998325 - 0.2151432696499163 - 0.1075716348249581 - 0.0537858174124791 - 0.0268929087062395 - 0.0134464543531198 - 0.0067232271765599 - 0.0033616135882799 - 0.00168080679414 - 8.4040339707E-4 - 4.20201698535E-4 - - 1.0 - 2.8E-4 - - EPSG:21781:0 - EPSG:21781:1 - EPSG:21781:2 - EPSG:21781:3 - EPSG:21781:4 - EPSG:21781:5 - EPSG:21781:6 - EPSG:21781:7 - EPSG:21781:8 - EPSG:21781:9 - EPSG:21781:10 - EPSG:21781:11 - EPSG:21781:12 - EPSG:21781:13 - EPSG:21781:14 - EPSG:21781:15 - EPSG:21781:16 - EPSG:21781:17 - EPSG:21781:18 - EPSG:21781:19 - EPSG:21781:20 - EPSG:21781:21 - - 256 - 256 - false - - - EPSG:2056 - EPSG:2056 (CH1903+ / LV95) tile matrix set. - - 2056 - - - - 2485014.052451379 - 1074188.6943776933 - 2837016.9329778464 - 1299782.763494124 - - - false - - 4000.0 - 2000.0 - 1000.0 - 500.0 - 250.0 - 100.0 - 50.0 - 20.0 - 10.0 - 5.0 - 2.5 - 1.0 - 0.5 - 0.25 - 0.1 - 0.05 - - 1.0 - 2.8E-4 - - EPSG:2056:0 - EPSG:2056:1 - EPSG:2056:2 - EPSG:2056:3 - EPSG:2056:4 - EPSG:2056:5 - EPSG:2056:6 - EPSG:2056:7 - EPSG:2056:8 - EPSG:2056:9 - EPSG:2056:10 - EPSG:2056:11 - EPSG:2056:12 - EPSG:2056:13 - EPSG:2056:14 - EPSG:2056:15 - - 256 - 256 - false - - - - \ No newline at end of file diff --git a/services/geoserver/data/gwc/metadata.properties b/services/geoserver/data/gwc/metadata.properties deleted file mode 100644 index e69de29..0000000 diff --git a/services/geoserver/data/gwc/r-pod-imagery_131031_Yverdon_Heig_10cm/metadata.properties.gz b/services/geoserver/data/gwc/r-pod-imagery_131031_Yverdon_Heig_10cm/metadata.properties.gz deleted file mode 100644 index 1fb8d3a..0000000 Binary files a/services/geoserver/data/gwc/r-pod-imagery_131031_Yverdon_Heig_10cm/metadata.properties.gz and /dev/null differ diff --git a/services/geoserver/data/layouts/style-editor-legend.xml b/services/geoserver/data/layouts/style-editor-legend.xml deleted file mode 100644 index 1095a87..0000000 --- a/services/geoserver/data/layouts/style-editor-legend.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/services/geoserver/data/logging.xml b/services/geoserver/data/logging.xml deleted file mode 100644 index b4e4d03..0000000 --- a/services/geoserver/data/logging.xml +++ /dev/null @@ -1,5 +0,0 @@ - - DEFAULT_LOGGING.properties - logs/geoserver.log - true - \ No newline at end of file diff --git a/services/geoserver/data/styles/default_generic.sld b/services/geoserver/data/styles/default_generic.sld deleted file mode 100644 index a08a68f..0000000 --- a/services/geoserver/data/styles/default_generic.sld +++ /dev/null @@ -1,86 +0,0 @@ - - - - generic - - Generic - Generic style - - - raster - Opaque Raster - - - - true - - - - 1.0 - - - - Polygon - Grey Polygon - - - - - - 2 - - - - - #AAAAAA - - - #000000 - 1 - - - - - Line - Blue Line - - - - - - 1 - - - - - #0000FF - 1 - - - - - point - Red Square Point - - - - - square - - #FF0000 - - - 6 - - - - first - - - - diff --git a/services/geoserver/data/styles/default_point.sld b/services/geoserver/data/styles/default_point.sld deleted file mode 100644 index c02a54e..0000000 --- a/services/geoserver/data/styles/default_point.sld +++ /dev/null @@ -1,37 +0,0 @@ - - - - - default_point - - - Red Square Point - A sample style that draws a red square point - - - - - rule1 - Red Square Point - A 6 pixel square with a red fill and no stroke - - - - square - - #FF0000 - - - 6 - - - - - - - \ No newline at end of file diff --git a/services/geoserver/data/styles/default_polygon.sld b/services/geoserver/data/styles/default_polygon.sld deleted file mode 100644 index 82916a2..0000000 --- a/services/geoserver/data/styles/default_polygon.sld +++ /dev/null @@ -1,35 +0,0 @@ - - - - - default_polygon - - - Default Polygon - A sample style that draws a polygon - - - - - rule1 - Gray Polygon with Black Outline - A polygon with a gray fill and a 1 pixel black outline - - - #AAAAAA - - - #000000 - 1 - - - - - - - \ No newline at end of file diff --git a/services/geoserver/data/styles/default_raster.sld b/services/geoserver/data/styles/default_raster.sld deleted file mode 100644 index 83ad95a..0000000 --- a/services/geoserver/data/styles/default_raster.sld +++ /dev/null @@ -1,29 +0,0 @@ - - - - - default_raster - - - Opaque Raster - A sample style that draws a raster, good for displaying imagery - - - - - rule1 - Opaque Raster - A raster with 100% opacity - - 1.0 - - - - - - \ No newline at end of file diff --git a/services/geoserver/data/styles/generic.xml b/services/geoserver/data/styles/generic.xml deleted file mode 100644 index e102eeb..0000000 --- a/services/geoserver/data/styles/generic.xml +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/styles/line.xml b/services/geoserver/data/styles/line.xml deleted file mode 100644 index fb1accd..0000000 --- a/services/geoserver/data/styles/line.xml +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/styles/point.xml b/services/geoserver/data/styles/point.xml deleted file mode 100644 index 8ee85d4..0000000 --- a/services/geoserver/data/styles/point.xml +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/styles/polygon.xml b/services/geoserver/data/styles/polygon.xml deleted file mode 100644 index 422f0b1..0000000 --- a/services/geoserver/data/styles/polygon.xml +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/styles/raster.xml b/services/geoserver/data/styles/raster.xml deleted file mode 100644 index 6cce488..0000000 --- a/services/geoserver/data/styles/raster.xml +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/templates/ogc/features/common-footer.ftl.bkp b/services/geoserver/data/templates/ogc/features/common-footer.ftl.bkp deleted file mode 100644 index 962b7cc..0000000 --- a/services/geoserver/data/templates/ogc/features/common-footer.ftl.bkp +++ /dev/null @@ -1,70 +0,0 @@ - - - -
    - -
    - - \ No newline at end of file diff --git a/services/geoserver/data/templates/ogc/features/common-header.ftl.bkp b/services/geoserver/data/templates/ogc/features/common-header.ftl.bkp deleted file mode 100644 index eeec4da..0000000 --- a/services/geoserver/data/templates/ogc/features/common-header.ftl.bkp +++ /dev/null @@ -1,56 +0,0 @@ -<#setting locale="en_US"> - - - - <#if pagetitle?? && pagetitle?has_content> - ${pagetitle} - <#elseif model?? && model.htmlTitle?has_content> - ${model.htmlTitle} - - - - - - - - <#if pagecrumbs??> - - -
    -
    - diff --git a/services/geoserver/data/user_projections/epsg.properties b/services/geoserver/data/user_projections/epsg.properties deleted file mode 100644 index 4315d09..0000000 --- a/services/geoserver/data/user_projections/epsg.properties +++ /dev/null @@ -1,32 +0,0 @@ -18001=PROJCS["Geoscience Australia Standard National Scale Lambert Projection",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1978",6378135,298.26],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",134.0],PARAMETER["latitude_of_origin",0.0],PARAMETER["standard_parallel_1",-18.0],PARAMETER["standard_parallel_2",-36.0],UNIT["Meter",1]] -41001=PROJCS["WGS84 / Simple Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",0],UNIT["Meter",1]] -42101=PROJCS["WGS 84 / LCC Canada",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-95.0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1",49.0],PARAMETER["standard_parallel_2",77.0],PARAMETER["false_northing",-8000000.0],UNIT["Meter",1]] -42102=PROJCS["BC_Albers",GEOGCS["GCS_North_American_1983",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers_Conic_Equal_Area"],PARAMETER["False_Easting",1000000],PARAMETER["Central_Meridian",-126],PARAMETER["Standard_Parallel_1",50],PARAMETER["Standard_Parallel_2",58.5],PARAMETER["Latitude_Of_Origin",45],UNIT["Meter",1]] -42103=PROJCS["WGS 84 / LCC USA",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1978",6378135,298.26]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-100.0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1",33.0],PARAMETER["standard_parallel_2",45.0],UNIT["Meter",1]] -42104=PROJCS["NAD83 / MTM zone 8 Qubec",GEOGCS["GRS80",DATUM["GRS_1980",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-73.5],PARAMETER["scale_factor",0.9999],PARAMETER["false_easting",304800],UNIT["Meter",1]] -42105=PROJCS["WGS84 / Merc NorthAm",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",-96],UNIT["Meter",1]] -42106=PROJCS["WGS84 / Lambert Azim Mozambique",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["latitude_of_origin",5],PARAMETER["central_meridian",20],UNIT["Meter",1]] -42301=PROJCS["NAD27 / Polar Stereographic / CM=-98",GEOGCS["NAD27",DATUM["North_American_Datum_1927",SPHEROID["Clarke 1866",6378206.4,294.978698213901],TOWGS84[-9,151,185]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Stereographic"],PARAMETER["latitude_of_origin",90],PARAMETER["central_meridian",-98.0],PARAMETER["scale_factor",0.9996],UNIT["Meter",1]] -42302=PROJCS["JapanOrtho.09 09",GEOGCS["Lon/Lat.Tokyo Datum",DATUM["Tokyo Datum",SPHEROID["anon",6377397.155,299.15281310608]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["Central_Meridian",139.833333333333],PARAMETER["Latitude_of_Origin",36],PARAMETER["Scale_Factor",0.9999],UNIT["Meter",1]] -42303=PROJCS["NAD83 / Albers NorthAm",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Albers_conic_equal_area"],PARAMETER["central_meridian",-96.0],PARAMETER["latitude_of_origin",23],PARAMETER["standard_parallel_1",29.5],PARAMETER["standard_parallel_2",45.5],UNIT["Meter",1]] -42304=PROJCS["NAD83 / NRCan LCC Canada",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-95.0],PARAMETER["latitude_of_origin",49.0],PARAMETER["standard_parallel_1",49.0],PARAMETER["standard_parallel_2",77.0],UNIT["Meter",1]] -42305=PROJCS["France_II",GEOGCS["GCS_NTF_Paris",DATUM["Nouvelle_Triangulation_Francaise",SPHEROID["Clarke_1880_IGN",6378249.2,293.46602]],PRIMEM["Paris",2.337229166666667],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["False_Easting",600000],PARAMETER["False_Northing",2200000],PARAMETER["Central_Meridian",0],PARAMETER["Standard_Parallel_1",45.898918964419],PARAMETER["Standard_Parallel_2",47.696014502038],PARAMETER["Latitude_Of_Origin",46.8],UNIT["Meter",1]] -42306=PROJCS["NAD83/QC_LCC",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-68.5],PARAMETER["latitude_of_origin",44],PARAMETER["standard_parallel_1",46],PARAMETER["standard_parallel_2",60],UNIT["Meter",1]] -42307=PROJCS["NAD83 / Texas Central - feet",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",31.8833333333333],PARAMETER["standard_parallel_2",30.1166666666667],PARAMETER["latitude_of_origin",29.6666666666667],PARAMETER["central_meridian",-100.333333333333],PARAMETER["false_easting",2296583.33333333333333],PARAMETER["false_northing",9842500],UNIT["US_Foot",0.30480060960121924]] -42308=PROJCS["NAD27 / California Albers",GEOGCS["NAD27",DATUM["North_American_Datum_1927",SPHEROID["Clarke 1866",6378206.4,294.978698213901],TOWGS84[-9,151,185]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Albers_conic_equal_area"],PARAMETER["central_meridian",-120.0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1",34],PARAMETER["standard_parallel_2",40.5],PARAMETER["false_northing",-4000000],UNIT["Meter",1]] -42309=PROJCS["NAD 83 / LCC Canada AVHRR-2",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-95.0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1",49.0],PARAMETER["standard_parallel_2",77.0],UNIT["Meter",1]] -42310=PROJCS["WGS84+GRS80 / Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",0],UNIT["Meter",1]] -42311=PROJCS["NAD83 / LCC Statcan",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-91.866667],PARAMETER["latitude_of_origin",63.390675],PARAMETER["standard_parallel_1",49],PARAMETER["standard_parallel_2",77],PARAMETER["false_easting",6200000],PARAMETER["false_northing",3000000],UNIT["Meter",1]] -45555=PROJCS["WRF_Lambert_Conformal_Conic 2",GEOGCS["GCS_North_American_1983",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.25722356300003]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943299]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",-97],PARAMETER["Standard_Parallel_1",33],PARAMETER["Standard_Parallel_2",60],PARAMETER["Latitude_Of_Origin",40.003338],UNIT["Meter",1],AUTHORITY["EPSG","45555"]] -45556=PROJCS["Albers Equal area",GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AUTHORITY["EPSG","4326"]], PROJECTION["Albers Equal Area", AUTHORITY["EPSG","9822"]], PARAMETER["central_meridian", -96.0], PARAMETER["latitude_of_origin", 37.5], PARAMETER["standard_parallel_1", 29.833333333333336], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0], PARAMETER["standard_parallel_2", 45.833333333333336], UNIT["m", 1.0], AUTHORITY["EPSG","45556"]] -53029=PROJCS["Sphere_Van_der_Grinten_I",GEOGCS["GCS_Sphere",DATUM["D_Sphere",SPHEROID["Sphere",6371000.0,0.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Van_der_Grinten_I"],PARAMETER["Central_Meridian",0.0],UNIT["Meter",1.0]] -54004=PROJCS["WGS84 / Simple Mercator", GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS_1984", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295]], PROJECTION["Mercator_1SP_Google"], PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["x", EAST], AXIS["y", NORTH], AUTHORITY["EPSG","54004"]] -54009=PROJCS["World_Mollweide",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mollweide"],PARAMETER["Central_Meridian",0.0],UNIT["Meter",1.0]] -54012=PROJCS["World_Eckert_IV",GEOGCS["WGS_1984",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Eckert_IV"],PARAMETER["Central_Meridian",0.0],UNIT["Meter",1.0]] -54029=PROJCS["World_Van_der_Grinten_I",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Van_der_Grinten_I"],PARAMETER["Central_Meridian",0.0],UNIT["Meter",1.0]] -100001=GEOGCS["NAD83 / NFIS Seconds",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["Decimal_Second",4.84813681109536e-06]] -100002=PROJCS["NAD83 / Austin",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",31.8833333333333],PARAMETER["standard_parallel_2",30.1166666666667],PARAMETER["latitude_of_origin",29.6666666666667],PARAMETER["central_meridian",-100.333333333333],PARAMETER["false_easting",2296583.333333],PARAMETER["false_northing",9842500.0000000],UNIT["Meter",1]] -100003=PROJCS["WGS84 / Google Mercator", GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AUTHORITY["EPSG","4326"]], PROJECTION["Mercator (1SP)", AUTHORITY["EPSG","9804"]], PARAMETER["semi_major", 6378137.0], PARAMETER["semi_minor", 6378137.0], PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AUTHORITY["EPSG","900913"]] -102113=PROJCS["WGS84 / Google Mercator", GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AUTHORITY["EPSG","4326"]], PROJECTION["Mercator (1SP)", AUTHORITY["EPSG","9804"]], PARAMETER["semi_major", 6378137.0], PARAMETER["semi_minor", 6378137.0], PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AUTHORITY["EPSG","102113"]] -900913=PROJCS["WGS84 / Google Mercator", GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AUTHORITY["EPSG","4326"]], PROJECTION["Mercator (1SP)", AUTHORITY["EPSG","9804"]], PARAMETER["semi_major", 6378137.0], PARAMETER["semi_minor", 6378137.0], PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AUTHORITY["EPSG","900913"]] -391141=PROJCS["Equal Earth",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Equal Earth"],PARAMETER["Central_Meridian",0.0],UNIT["Meter",1.0]] diff --git a/services/geoserver/data/wcs.xml b/services/geoserver/data/wcs.xml deleted file mode 100644 index 80eaff7..0000000 --- a/services/geoserver/data/wcs.xml +++ /dev/null @@ -1,38 +0,0 @@ - - wcs - true - NGDI-20-60 OGC API Testbed Geoserver WCS - NGDI-20-60 OGC API Testbed Geoserver Web Coverage Service - https://heig-vd.ch/rad/instituts/mei/mediamaps - Web Coverage Service providing raster and imagery data access. Direct raw data is provided as a grid coverage, where measurements are represent information from digital imagery, elevation data, or other models. - NONE - NONE - - - 1.0.0 - - - 1.1.1 - - - 2.0.1 - - - - WCS - GEOSERVER - - - undef - https://ogc.heig-vd.ch/geoserver/web - other - - false - https://ogc.heig-vd.ch/geoserver/web - http://schemas.opengis.net - false - false - false - 0 - 0 - \ No newline at end of file diff --git a/services/geoserver/data/wfs.xml b/services/geoserver/data/wfs.xml deleted file mode 100644 index 4aabd29..0000000 --- a/services/geoserver/data/wfs.xml +++ /dev/null @@ -1,61 +0,0 @@ - - wfs - true - NGDI-20-60 OGC API Testbed Geoserver WFS - NGDI-20-60 OGC API Testbed Geoserver Web Feature Service - https://heig-vd.ch/rad/instituts/mei/mediamaps - Web Feature Service (WFS) providing vector data access to geographic features. Contents are listed by feature type supporting queries based on spatial and attribute filters. Data is provided in a wide range of formats, from the default GML to GeoJSON. - NONE - NONE - - - 1.0.0 - - - 1.1.0 - - - 2.0.0 - - - - WFS - GeoServer - - false - https://ogc.heig-vd.ch/geoserver/web - http://schemas.opengis.net - false - - false - - - - V_20 - - URN2 - false - - - - V_11 - - URN - false - - - - V_10 - - URL - false - - - - COMPLETE - 1000000 - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/wms.xml b/services/geoserver/data/wms.xml deleted file mode 100644 index baa0a02..0000000 --- a/services/geoserver/data/wms.xml +++ /dev/null @@ -1,70 +0,0 @@ - - wms - true - NGDI-20-60 OGC API Testbed Geoserver WMS - NGDI-20-60 OGC API Testbed Geoserver Web Map Service - - https://heig-vd.ch/rad/instituts/mei/mediamaps - Web Map Service (WMS) generating maps of geospatial data. Contents are published as layers visualizing geographic features or raster information. - - NONE - NONE - - - 1.1.1 - - - 1.3.0 - - - - WMS - GeoServer - - false - https://ogc.heig-vd.ch/geoserver/web - http://schemas.opengis.net - false - - true - auto - refresh - false - true - true - false - 40 - true - 25 - 25 - true - true - 2147483647 - true - Batik - none - false - 1000 - - - false - BOT_RIGHT - 0 - - Nearest - false - false - false - false - 0 - 0 - 0 - 0 - - - - false - 1000 - 51200 - - \ No newline at end of file diff --git a/services/geoserver/data/wmts.xml b/services/geoserver/data/wmts.xml deleted file mode 100644 index 48894ef..0000000 --- a/services/geoserver/data/wmts.xml +++ /dev/null @@ -1,23 +0,0 @@ - - wmts - true - NGDI-20-60 OGC API Testbed Geoserver WMTS - NGDI-20-60 OGC API Testbed Geoserver Web Map Tile Service - https://heig-vd.ch/rad/instituts/mei/mediamaps - Web Map Tile Service (WMTS) publishing TileSets. Contents are published as TileSets for use by mobile and web clients. - NONE - NONE - - - 1.0.0 - - - - WMTS - GeoServer - - false - https://ogc.heig-vd.ch/geoserver/web - http://schemas.opengis.net - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/common-footer.ftl.bkp b/services/geoserver/data/workspaces/common-footer.ftl.bkp deleted file mode 100644 index 962b7cc..0000000 --- a/services/geoserver/data/workspaces/common-footer.ftl.bkp +++ /dev/null @@ -1,70 +0,0 @@ -
    -
    - -
    - -
    - - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/common-header.ftl.bkp b/services/geoserver/data/workspaces/common-header.ftl.bkp deleted file mode 100644 index 94233ce..0000000 --- a/services/geoserver/data/workspaces/common-header.ftl.bkp +++ /dev/null @@ -1,55 +0,0 @@ -<#setting locale="en_US"> - - - - <#if pagetitle?? && pagetitle?has_content> - ${pagetitle} - <#elseif model?? && model.htmlTitle?has_content> - ${model.htmlTitle} - - - - - - - - <#if pagecrumbs??> - - -
    -
    diff --git a/services/geoserver/data/workspaces/default.xml b/services/geoserver/data/workspaces/default.xml deleted file mode 100644 index 3a5ce17..0000000 --- a/services/geoserver/data/workspaces/default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - WorkspaceInfoImpl-54b90bf7:181b48718fd:-7ffc - geoclimate - false - 2022-06-30 12:17:37.526 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Building urban typology/featuretype.xml b/services/geoserver/data/workspaces/geoclimate/Geoclimate/Building urban typology/featuretype.xml deleted file mode 100644 index 1416663..0000000 --- a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Building urban typology/featuretype.xml +++ /dev/null @@ -1,59 +0,0 @@ - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fce - Building urban typology - building_urban_typo - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ffb - - Building urban typology - Building urban typology computed from the GeoClimate solution - - Climate Change - Urban heat island - Geoclimate - OSM - - GEOGCS["WGS 84", - DATUM["World Geodetic System 1984", - SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], - AUTHORITY["EPSG","6326"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4326"]] - EPSG:4326 - - 6.612825393676758 - 6.665933132171631 - 46.747413635253906 - 46.793766021728516 - EPSG:4326 - - - 6.612825393676758 - 6.665933132171631 - 46.747413635253906 - 46.793766021728516 - EPSG:4326 - - FORCE_DECLARED - true - - false - - - DataStoreInfoImpl-67a24c25:181ec0937d2:-7fcf - - false - false - - - 0 - 0 - false - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Building urban typology/layer.xml b/services/geoserver/data/workspaces/geoclimate/Geoclimate/Building urban typology/layer.xml deleted file mode 100644 index c362590..0000000 --- a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Building urban typology/layer.xml +++ /dev/null @@ -1,21 +0,0 @@ - - Building urban typology - LayerInfoImpl-67a24c25:181ec0937d2:-7fcd - VECTOR - - StyleInfoImpl-70d985bf:181b4b6e6c6:-7fe6 - - - - - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fce - - - 0 - 0 - - 2022-07-25 15:03:25.92 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Local Climate Zone/featuretype.xml b/services/geoserver/data/workspaces/geoclimate/Geoclimate/Local Climate Zone/featuretype.xml deleted file mode 100644 index 2517f0f..0000000 --- a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Local Climate Zone/featuretype.xml +++ /dev/null @@ -1,69 +0,0 @@ - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fca - Local Climate Zone - rsu_lcz - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ffb - - Local Climate Zone - Local Climate Zone computed from the GeoClimate solution - - Climate Change - Urban heat island - Geoclimate - OSM - - GEOGCS["WGS 84", - DATUM["World Geodetic System 1984", - SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], - AUTHORITY["EPSG","6326"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4326"]] - EPSG:4326 - - 6.604342460632324 - 6.67205286026001 - 46.7386474609375 - 46.79538345336914 - EPSG:4326 - - - 6.604342460632324 - 6.67205286026001 - 46.7386474609375 - 46.79538345336914 - EPSG:4326 - - FORCE_DECLARED - true - - - - false - - - - - false - - - false - - - DataStoreInfoImpl-67a24c25:181ec0937d2:-7fcf - - false - false - - - 0 - 0 - false - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Local Climate Zone/layer.xml b/services/geoserver/data/workspaces/geoclimate/Geoclimate/Local Climate Zone/layer.xml deleted file mode 100644 index 2212427..0000000 --- a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Local Climate Zone/layer.xml +++ /dev/null @@ -1,21 +0,0 @@ - - Local Climate Zone - LayerInfoImpl-67a24c25:181ec0937d2:-7fc9 - VECTOR - - StyleInfoImpl-70d985bf:181b4b6e6c6:-7fe9 - - - - - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fca - - - 0 - 0 - - 2022-07-25 15:05:51.680 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Potential risk/featuretype.xml b/services/geoserver/data/workspaces/geoclimate/Geoclimate/Potential risk/featuretype.xml deleted file mode 100644 index 9eb691f..0000000 --- a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Potential risk/featuretype.xml +++ /dev/null @@ -1,59 +0,0 @@ - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fc6 - Potential risk - tot_floor_area_rsu_lcz - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ffb - - Potential risk - Potential risk computed from the GeoClimate solution - - Climate Change - Urban heat island - Geoclimate - OSM - - GEOGCS["WGS 84", - DATUM["World Geodetic System 1984", - SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], - AUTHORITY["EPSG","6326"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4326"]] - EPSG:4326 - - 6.608680248260498 - 6.666203022003174 - 46.74735641479492 - 46.79538345336914 - EPSG:4326 - - - 6.608680248260498 - 6.666203022003174 - 46.74735641479492 - 46.79538345336914 - EPSG:4326 - - FORCE_DECLARED - true - - false - - - DataStoreInfoImpl-67a24c25:181ec0937d2:-7fcf - - false - false - - - 0 - 0 - false - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Potential risk/layer.xml b/services/geoserver/data/workspaces/geoclimate/Geoclimate/Potential risk/layer.xml deleted file mode 100644 index 3bb1866..0000000 --- a/services/geoserver/data/workspaces/geoclimate/Geoclimate/Potential risk/layer.xml +++ /dev/null @@ -1,24 +0,0 @@ - - Potential risk - LayerInfoImpl-67a24c25:181ec0937d2:-7fc5 - VECTOR - - StyleInfoImpl-70d985bf:181b4b6e6c6:-7ff6 - - - - - - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fc6 - - - 0 - 0 - - 2022-07-25 15:07:27.378 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/Geoclimate/datastore.xml b/services/geoserver/data/workspaces/geoclimate/Geoclimate/datastore.xml deleted file mode 100644 index d3083d1..0000000 --- a/services/geoserver/data/workspaces/geoclimate/Geoclimate/datastore.xml +++ /dev/null @@ -1,43 +0,0 @@ - - DataStoreInfoImpl-67a24c25:181ec0937d2:-7fcf - Geoclimate - GeoClimate is an opensource geospatial toolbox to compute a set of climate related parameters describing a territory (morphological indicators such as Sky View Factor, urban classifications such as Local Climate Zones, etc.). GeoClimate uses vector-based inputs. Specific workflows have been developed to automatically use OpenStreetMap and the French BD Topo 2.2 version databases but the algorithms are data independent, thus allowing the user to connect any vector-based dataset. - PostGIS - true - - WorkspaceInfoImpl-54b90bf7:181b48718fd:-7ffc - - - public - 300 - 50 - true - 1 - false - geoclimate - postgis - true - DISABLE - true - 1000 - false - true - true - 20 - false - FAST - 5432 - crypt1:mphqDw8cIfAOHzryyVm1FPqcq/kZlGUq - 1 - postgis - https://github.com/orbisgis/geoclimate - 10 - 3 - true - postgres - 300 - - <__default>false - 2022-07-25 15:00:54.272 UTC - 2022-07-25 15:00:58.414 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/geoclimate-postgis/Potential risk/featuretype.xml b/services/geoserver/data/workspaces/geoclimate/geoclimate-postgis/Potential risk/featuretype.xml deleted file mode 100644 index 9783c5f..0000000 --- a/services/geoserver/data/workspaces/geoclimate/geoclimate-postgis/Potential risk/featuretype.xml +++ /dev/null @@ -1,69 +0,0 @@ - - FeatureTypeInfoImpl-271df2b8:181d2998e28:-7ffb - Potential risk - tot_floor_area_rsu_lcz - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ffb - - Potential risk - Potential heat risk as a function of population density computed from the GeoClimate solution - - Climate Change - Urban heat island - Geoclimate - OSM - - GEOGCS["WGS 84", - DATUM["World Geodetic System 1984", - SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], - AUTHORITY["EPSG","6326"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4326"]] - EPSG:4326 - - 6.614431381225586 - 6.664973735809326 - 46.747615814208984 - 46.79171371459961 - EPSG:4326 - - - 6.614431381225586 - 6.664973735809326 - 46.747615814208984 - 46.79171371459961 - EPSG:4326 - - FORCE_DECLARED - true - - - - false - - - - - false - - - false - - - DataStoreInfoImpl--2c33209d:181d27dfc4e:-7ffc - - false - false - - - 0 - 0 - false - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/geoclimate-postgis/Potential risk/layer.xml b/services/geoserver/data/workspaces/geoclimate/geoclimate-postgis/Potential risk/layer.xml deleted file mode 100644 index d6fa7cc..0000000 --- a/services/geoserver/data/workspaces/geoclimate/geoclimate-postgis/Potential risk/layer.xml +++ /dev/null @@ -1,25 +0,0 @@ - - Potential risk - LayerInfoImpl-271df2b8:181d2998e28:-7ffa - VECTOR - - StyleInfoImpl-70d985bf:181b4b6e6c6:-7ff6 - - - - - - - FeatureTypeInfoImpl-271df2b8:181d2998e28:-7ffb - - - 0 - 0 - - 2022-07-06 08:24:48.219 UTC - 2022-07-06 08:54:55.586 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/namespace.xml b/services/geoserver/data/workspaces/geoclimate/namespace.xml deleted file mode 100644 index 6701204..0000000 --- a/services/geoserver/data/workspaces/geoclimate/namespace.xml +++ /dev/null @@ -1,6 +0,0 @@ - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ffb - geoclimate - https://github.com/orbisgis/geoclimate - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.css b/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.css deleted file mode 100644 index 0996366..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.css +++ /dev/null @@ -1,59 +0,0 @@ -/* Metadata -* @title Building urban typology -* @abstract Building urban typology -*/ - -/* Main rule*/ - -* [@sd < 0.5M]{ - stroke: #000000; - stroke-width: 0.26; - stroke-linejoin:bevel; - -/* Styling according to the building urban typology */ - - /* @title Industrial building */ - [i_typo = 'ba'] { - fill: #8f8f8f; - }; - /* @title High-rise building */ - [i_typo = 'bgh'] { - fill: #000d00; - }; - /* @title Block of buildings on closed urban islet */ - [i_typo = 'icif'] { - fill: #d52623; - }; - /* @title Block of buildings on open urban islet*/ - [i_typo = 'icio'] { - fill: #f07923; - }; - /* @title Detached building*/ - [i_typo = 'id'] { - fill: #eccb27; - }; - /* @title Informal building*/ - [i_typo = 'local'] { - fill: #d728ac; - }; - /* @title Residential on closed islet*/ - [i_typo = 'pcif'] { - fill: #2b6724; - }; - /* @title Residential on open islet*/ - [i_typo = 'pcio'] { - fill: #36884a; - }; - /* @title Detached house*/ - [i_typo = 'pd'] { - fill: #22be2f; - }; - /* @title Semi-detached house*/ - [i_typo = 'psc'] { - fill: #05ff58; - }; - /* @title Undefined*/ - [i_typo = ''] { - fill: #ffffff; - }; -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.sld b/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.sld deleted file mode 100644 index 1ab8070..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.sld +++ /dev/null @@ -1,278 +0,0 @@ - - - Default Styler - - Default Styler - - - Industrial building - - - i_typo - ba - - - 500000.0 - - - #8f8f8f - - - bevel - 0.26 - - - - - High-rise building - - - i_typo - bgh - - - 500000.0 - - - #000d00 - - - bevel - 0.26 - - - - - Block of buildings on closed urban islet - - - i_typo - icif - - - 500000.0 - - - #d52623 - - - bevel - 0.26 - - - - - Block of buildings on open urban islet - - - i_typo - icio - - - 500000.0 - - - #f07923 - - - bevel - 0.26 - - - - - Detached building - - - i_typo - id - - - 500000.0 - - - #eccb27 - - - bevel - 0.26 - - - - - Informal building - - - i_typo - local - - - 500000.0 - - - #d728ac - - - bevel - 0.26 - - - - - Residential on closed islet - - - i_typo - pcif - - - 500000.0 - - - #2b6724 - - - bevel - 0.26 - - - - - Residential on open islet - - - i_typo - pcio - - - 500000.0 - - - #36884a - - - bevel - 0.26 - - - - - Detached house - - - i_typo - pd - - - 500000.0 - - - #22be2f - - - bevel - 0.26 - - - - - Semi-detached house - - - i_typo - psc - - - 500000.0 - - - #05ff58 - - - bevel - 0.26 - - - - - Undefined - - - i_typo - - - - 500000.0 - - - #ffffff - - - bevel - 0.26 - - - - - - - - i_typo - - - - i_typo - ba - - - i_typo - bgh - - - i_typo - icif - - - i_typo - icio - - - i_typo - id - - - i_typo - local - - - i_typo - pcif - - - i_typo - pcio - - - i_typo - pd - - - i_typo - psc - - - - 500000.0 - - - bevel - 0.26 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.xml b/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.xml deleted file mode 100644 index dace8f1..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Building urban typology.xml +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.css b/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.css deleted file mode 100644 index 00bf1ba..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.css +++ /dev/null @@ -1,83 +0,0 @@ -/* Metadata -* @title Local Climate Zones I -* @abstract Local Climate Zones I -*/ - -/* Main rule*/ - -* [@sd < 0.5M]{ - stroke: #000000; - stroke-width: 0.26; - stroke-linejoin:bevel; - -/* Styling according to the Local Climate Zones */ - - /* @title LCZ 1: Compact high-rise */ - [lcz_primary = 1] { - fill: #8b0101; - }; - /* @title LCZ 2: Compact mid-rise */ - [lcz_primary = 2] { - fill: #cc0200; - }; - /* @title LCZ 3: Compact low-rise */ - [lcz_primary = 3] { - fill: #fc0001; - }; - /* @title LCZ 4: Open high-rise */ - [lcz_primary = 4] { - fill: #be4c03; - }; - /* @title LCZ 5: Open mid-rise */ - [lcz_primary = 5] { - fill: #ff6602; - }; - /* @title LCZ 6: Open low-rise */ - [lcz_primary = 6] { - fill: #ff9856; - }; - /* @title LCZ 7: Lightweight low-rise */ - [lcz_primary = 7] { - fill: #fbed08; - }; - /* @title LCZ 8: Large low-rise */ - [lcz_primary = 8] { - fill: #bcbcba; - }; - /* @title LCZ 9: Sparsely built */ - [lcz_primary = 9] { - fill: #ffcca7; - }; - /* @title LCZ 10: Heavy industry */ - [lcz_primary = 10] { - fill: #57555a; - }; - /* @title LCZ A: Dense trees */ - [lcz_primary = 101] { - fill: #006700; - }; - /* @title LCZ B: Scattered trees */ - [lcz_primary = 102] { - fill: #05aa05; - }; - /* @title LCZ C: Bush,scrub */ - [lcz_primary = 103] { - fill: #648423 ; - }; - /* @title LCZ D: Low plants */ - [lcz_primary = 104] { - fill: #bbdb7a; - }; - /* @title LCZ E: Bare rock or paved */ - [lcz_primary = 105] { - fill: #010101; - }; - /* @title LCZ F: Bare soil or sand */ - [lcz_primary = 106] { - fill: #fdf6ae; - }; - /* @title LCZ G: Water */ - [lcz_primary = 107] { - fill: #6d67fd; - }; -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.sld b/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.sld deleted file mode 100644 index fd07e7a..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.sld +++ /dev/null @@ -1,416 +0,0 @@ - - - Default Styler - - Default Styler - - - LCZ 1: Compact high-rise - - - lcz_primary - 1 - - - 500000.0 - - - #8b0101 - - - bevel - 0.26 - - - - - LCZ 2: Compact mid-rise - - - lcz_primary - 2 - - - 500000.0 - - - #cc0200 - - - bevel - 0.26 - - - - - LCZ 3: Compact low-rise - - - lcz_primary - 3 - - - 500000.0 - - - #fc0001 - - - bevel - 0.26 - - - - - LCZ 4: Open high-rise - - - lcz_primary - 4 - - - 500000.0 - - - #be4c03 - - - bevel - 0.26 - - - - - LCZ 5: Open mid-rise - - - lcz_primary - 5 - - - 500000.0 - - - #ff6602 - - - bevel - 0.26 - - - - - LCZ 6: Open low-rise - - - lcz_primary - 6 - - - 500000.0 - - - #ff9856 - - - bevel - 0.26 - - - - - LCZ 7: Lightweight low-rise - - - lcz_primary - 7 - - - 500000.0 - - - #fbed08 - - - bevel - 0.26 - - - - - LCZ 8: Large low-rise - - - lcz_primary - 8 - - - 500000.0 - - - #bcbcba - - - bevel - 0.26 - - - - - LCZ 9: Sparsely built - - - lcz_primary - 9 - - - 500000.0 - - - #ffcca7 - - - bevel - 0.26 - - - - - LCZ 10: Heavy industry - - - lcz_primary - 10 - - - 500000.0 - - - #57555a - - - bevel - 0.26 - - - - - LCZ A: Dense trees - - - lcz_primary - 101 - - - 500000.0 - - - #006700 - - - bevel - 0.26 - - - - - LCZ B: Scattered trees - - - lcz_primary - 102 - - - 500000.0 - - - #05aa05 - - - bevel - 0.26 - - - - - LCZ C: Bush,scrub - - - lcz_primary - 103 - - - 500000.0 - - - #648423 - - - bevel - 0.26 - - - - - LCZ D: Low plants - - - lcz_primary - 104 - - - 500000.0 - - - #bbdb7a - - - bevel - 0.26 - - - - - LCZ E: Bare rock or paved - - - lcz_primary - 105 - - - 500000.0 - - - #010101 - - - bevel - 0.26 - - - - - LCZ F: Bare soil or sand - - - lcz_primary - 106 - - - 500000.0 - - - #fdf6ae - - - bevel - 0.26 - - - - - LCZ G: Water - - - lcz_primary - 107 - - - 500000.0 - - - #6d67fd - - - bevel - 0.26 - - - - - - - - lcz_primary - 1 - - - lcz_primary - 2 - - - lcz_primary - 3 - - - lcz_primary - 4 - - - lcz_primary - 5 - - - lcz_primary - 6 - - - lcz_primary - 7 - - - lcz_primary - 8 - - - lcz_primary - 9 - - - lcz_primary - 10 - - - lcz_primary - 101 - - - lcz_primary - 102 - - - lcz_primary - 103 - - - lcz_primary - 104 - - - lcz_primary - 105 - - - lcz_primary - 106 - - - lcz_primary - 107 - - - - 500000.0 - - - bevel - 0.26 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.xml b/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.xml deleted file mode 100644 index b19cfa4..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Local Climate Zones.xml +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).css b/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).css deleted file mode 100644 index 59d4b4b..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).css +++ /dev/null @@ -1,45 +0,0 @@ -/* Metadata -* @title Potential risk (dot density) -* @abstract Potential risk (dot density) -*/ - -* { - fill: symbol("circle"); - stroke-width: 0.26; - fill-random: grid; - fill-random-tile-size: 100; - n:[round(area(wkb_geometry)/10000)]; - fill-random-symbol-count: n; - :fill { - size: 2; - }; - /* @title high */ - [lcz_primary <= 4], - [lcz_primary = 8], - [lcz_primary = 10], - [lcz_primary = 105] { - stroke:#a1251b; - :fill{ - fill: #a1251b; - } - }; - /* @title mid */ - [lcz_primary >= 5] - [lcz_primary <= 7], - [lcz_primary = 9], - [lcz_primary = 10] { - stroke: #ffa500; - :fill{ - fill:#ffa500; - } - }; - /* @title low */ - [lcz_primary >= 101] - [lcz_primary <= 104], - [lcz_primary = 107]{ - stroke:#0080ff; - :fill{ - fill: #0080ff; - } - } -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).sld b/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).sld deleted file mode 100644 index d7e9029..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).sld +++ /dev/null @@ -1,260 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk (dot density), high, mid - Potential risk (dot density) - - - lcz_primary - 10 - - - - - - - - circle - - #ffa500 - - - 2 - - - - - #ffa500 - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), high - Potential risk (dot density) - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 105 - - - - - - - - - circle - - #a1251b - - - 2 - - - - - #a1251b - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), mid - Potential risk (dot density) - - - - lcz_primary - - 5 - - - 7 - - - - lcz_primary - 9 - - - - - - - - - circle - - #ffa500 - - - 2 - - - - - #ffa500 - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), low - Potential risk (dot density) - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - 101 - - - 104 - - - - lcz_primary - 107 - - - - - - - - - - circle - - #0080ff - - - 2 - - - - - #0080ff - 0.26 - - grid - 100 - n - - - - Potential risk (dot density) - Potential risk (dot density) - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - - lcz_primary - 101 - - - lcz_primary - 104 - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 9 - - - lcz_primary - 10 - - - lcz_primary - 105 - - - lcz_primary - 107 - - - - - - - - - circle - - 2 - - - - grid - 100 - n - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).xml b/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).xml deleted file mode 100644 index 3a9ad9e..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk (dot density).xml +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.css b/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.css deleted file mode 100644 index 0fac108..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.css +++ /dev/null @@ -1,41 +0,0 @@ -/* Metadata -* @title Potential risk -* @abstract Potential risk -*/ - -* { - mark: symbol(circle); - mark-size: [20.0*SQRT(tot_floor_area)/335.312283719383]; -} - -/* @title high */ - -[lcz_primary <= 4], -[lcz_primary = 8], -[lcz_primary = 10], -[lcz_primary = 105]{ - :mark{ - fill: #a1251b; - } -} - -/* @title moderate */ - -[lcz_primary >= 5] -[lcz_primary <= 7], -[lcz_primary = 9], -[lcz_primary = 10]{ - :mark{ - fill: #ffa500; - } -} - -/* @title low */ - -[lcz_primary >= 101] -[lcz_primary <= 104], -[lcz_primary = 107]{ - :mark{ - fill: #0080ff; - } -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.sld b/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.sld deleted file mode 100644 index 4434b80..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.sld +++ /dev/null @@ -1,261 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk, high, moderate - Potential risk - - - lcz_primary - 10 - - - - - - circle - - #ffa500 - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, high - Potential risk - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 105 - - - - - - - circle - - #a1251b - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, moderate - Potential risk - - - - lcz_primary - - 5 - - - 7 - - - - lcz_primary - 9 - - - - - - - circle - - #ffa500 - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, low - Potential risk - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - 101 - - - 104 - - - - lcz_primary - 107 - - - - - - - - circle - - #0080ff - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk - Potential risk - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - - lcz_primary - 101 - - - lcz_primary - 104 - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 9 - - - lcz_primary - 10 - - - lcz_primary - 105 - - - lcz_primary - 107 - - - - - - - circle - - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.xml b/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.xml deleted file mode 100644 index bb62e2f..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/Potential risk.xml +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp040f8fa7-3d26-410f-b1e7-acfa23849f2e.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp040f8fa7-3d26-410f-b1e7-acfa23849f2e.sld deleted file mode 100644 index f5a7bbb..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp040f8fa7-3d26-410f-b1e7-acfa23849f2e.sld +++ /dev/null @@ -1,260 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk (dot density), high, mid - Potential risk (dot density) - - - LCZ_PRIMARY - 10 - - - - - - - - circle - - #ffa500 - - - 2 - - - - - #ffa500 - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), high - Potential risk (dot density) - - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 105 - - - - - - - - - circle - - #a1251b - - - 2 - - - - - #a1251b - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), mid - Potential risk (dot density) - - - - LCZ_PRIMARY - - 5 - - - 7 - - - - LCZ_PRIMARY - 9 - - - - - - - - - circle - - #ffa500 - - - 2 - - - - - #ffa500 - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), low - Potential risk (dot density) - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 7 - - - - - LCZ_PRIMARY - - 101 - - - 104 - - - - LCZ_PRIMARY - 107 - - - - - - - - - - circle - - #0080ff - - - 2 - - - - - #0080ff - 0.26 - - grid - 100 - n - - - - Potential risk (dot density) - Potential risk (dot density) - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 7 - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 101 - - - LCZ_PRIMARY - 104 - - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 9 - - - LCZ_PRIMARY - 10 - - - LCZ_PRIMARY - 105 - - - LCZ_PRIMARY - 107 - - - - - - - - - circle - - 2 - - - - grid - 100 - n - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp0b68efa2-af5b-48c6-9633-fb3e7f5a456a.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp0b68efa2-af5b-48c6-9633-fb3e7f5a456a.sld deleted file mode 100644 index 4434b80..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp0b68efa2-af5b-48c6-9633-fb3e7f5a456a.sld +++ /dev/null @@ -1,261 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk, high, moderate - Potential risk - - - lcz_primary - 10 - - - - - - circle - - #ffa500 - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, high - Potential risk - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 105 - - - - - - - circle - - #a1251b - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, moderate - Potential risk - - - - lcz_primary - - 5 - - - 7 - - - - lcz_primary - 9 - - - - - - - circle - - #ffa500 - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, low - Potential risk - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - 101 - - - 104 - - - - lcz_primary - 107 - - - - - - - - circle - - #0080ff - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk - Potential risk - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - - lcz_primary - 101 - - - lcz_primary - 104 - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 9 - - - lcz_primary - 10 - - - lcz_primary - 105 - - - lcz_primary - 107 - - - - - - - circle - - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp0e7227bf-e85f-4598-abe7-829f1c706c13.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp0e7227bf-e85f-4598-abe7-829f1c706c13.sld deleted file mode 100644 index 4d9be55..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp0e7227bf-e85f-4598-abe7-829f1c706c13.sld +++ /dev/null @@ -1,278 +0,0 @@ - - - Default Styler - - Default Styler - - - Industrial building - - - I_TYPO - ba - - - 500000.0 - - - #8f8f8f - - - bevel - 0.26 - - - - - High-rise building - - - I_TYPO - bgh - - - 500000.0 - - - #000d00 - - - bevel - 0.26 - - - - - Block of buildings on closed urban islet - - - I_TYPO - icif - - - 500000.0 - - - #d52623 - - - bevel - 0.26 - - - - - Block of buildings on open urban islet - - - I_TYPO - icio - - - 500000.0 - - - #f07923 - - - bevel - 0.26 - - - - - Detached building - - - I_TYPO - id - - - 500000.0 - - - #eccb27 - - - bevel - 0.26 - - - - - Informal building - - - I_TYPO - local - - - 500000.0 - - - #d728ac - - - bevel - 0.26 - - - - - Residential on closed islet - - - I_TYPO - pcif - - - 500000.0 - - - #2b6724 - - - bevel - 0.26 - - - - - Residential on open islet - - - I_TYPO - pcio - - - 500000.0 - - - #36884a - - - bevel - 0.26 - - - - - Detached house - - - I_TYPO - pd - - - 500000.0 - - - #22be2f - - - bevel - 0.26 - - - - - Semi-detached house - - - I_TYPO - psc - - - 500000.0 - - - #05ff58 - - - bevel - 0.26 - - - - - Undefined - - - I_TYPO - - - - 500000.0 - - - #ffffff - - - bevel - 0.26 - - - - - - - - I_TYPO - - - - I_TYPO - ba - - - I_TYPO - bgh - - - I_TYPO - icif - - - I_TYPO - icio - - - I_TYPO - id - - - I_TYPO - local - - - I_TYPO - pcif - - - I_TYPO - pcio - - - I_TYPO - pd - - - I_TYPO - psc - - - - 500000.0 - - - bevel - 0.26 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp0eeddf5c-6d8c-4bd8-910a-45a7cf463d40.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp0eeddf5c-6d8c-4bd8-910a-45a7cf463d40.sld deleted file mode 100644 index a821f47..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp0eeddf5c-6d8c-4bd8-910a-45a7cf463d40.sld +++ /dev/null @@ -1,416 +0,0 @@ - - - Default Styler - - Default Styler - - - LCZ 1: Compact high-rise - - - LCZ_PRIMARY - 1 - - - 500000.0 - - - #8b0101 - - - bevel - 0.26 - - - - - LCZ 2: Compact mid-rise - - - LCZ_PRIMARY - 2 - - - 500000.0 - - - #cc0200 - - - bevel - 0.26 - - - - - LCZ 3: Compact low-rise - - - LCZ_PRIMARY - 3 - - - 500000.0 - - - #fc0001 - - - bevel - 0.26 - - - - - LCZ 4: Open high-rise - - - LCZ_PRIMARY - 4 - - - 500000.0 - - - #be4c03 - - - bevel - 0.26 - - - - - LCZ 5: Open mid-rise - - - LCZ_PRIMARY - 5 - - - 500000.0 - - - #ff6602 - - - bevel - 0.26 - - - - - LCZ 6: Open low-rise - - - LCZ_PRIMARY - 6 - - - 500000.0 - - - #ff9856 - - - bevel - 0.26 - - - - - LCZ 7: Lightweight low-rise - - - LCZ_PRIMARY - 7 - - - 500000.0 - - - #fbed08 - - - bevel - 0.26 - - - - - LCZ 8: Large low-rise - - - LCZ_PRIMARY - 8 - - - 500000.0 - - - #bcbcba - - - bevel - 0.26 - - - - - LCZ 9: Sparsely built - - - LCZ_PRIMARY - 9 - - - 500000.0 - - - #ffcca7 - - - bevel - 0.26 - - - - - LCZ 10: Heavy industry - - - LCZ_PRIMARY - 10 - - - 500000.0 - - - #57555a - - - bevel - 0.26 - - - - - LCZ A: Dense trees - - - LCZ_PRIMARY - 101 - - - 500000.0 - - - #006700 - - - bevel - 0.26 - - - - - LCZ B: Scattered trees - - - LCZ_PRIMARY - 102 - - - 500000.0 - - - #05aa05 - - - bevel - 0.26 - - - - - LCZ C: Bush,scrub - - - LCZ_PRIMARY - 103 - - - 500000.0 - - - #648423 - - - bevel - 0.26 - - - - - LCZ D: Low plants - - - LCZ_PRIMARY - 104 - - - 500000.0 - - - #bbdb7a - - - bevel - 0.26 - - - - - LCZ E: Bare rock or paved - - - LCZ_PRIMARY - 105 - - - 500000.0 - - - #010101 - - - bevel - 0.26 - - - - - LCZ F: Bare soil or sand - - - LCZ_PRIMARY - 106 - - - 500000.0 - - - #fdf6ae - - - bevel - 0.26 - - - - - LCZ G: Water - - - LCZ_PRIMARY - 107 - - - 500000.0 - - - #6d67fd - - - bevel - 0.26 - - - - - - - - LCZ_PRIMARY - 1 - - - LCZ_PRIMARY - 2 - - - LCZ_PRIMARY - 3 - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 6 - - - LCZ_PRIMARY - 7 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 9 - - - LCZ_PRIMARY - 10 - - - LCZ_PRIMARY - 101 - - - LCZ_PRIMARY - 102 - - - LCZ_PRIMARY - 103 - - - LCZ_PRIMARY - 104 - - - LCZ_PRIMARY - 105 - - - LCZ_PRIMARY - 106 - - - LCZ_PRIMARY - 107 - - - - 500000.0 - - - bevel - 0.26 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp2a5bfb27-82d0-47d3-ae6b-f02d46172686.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp2a5bfb27-82d0-47d3-ae6b-f02d46172686.sld deleted file mode 100644 index 0e677f4..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp2a5bfb27-82d0-47d3-ae6b-f02d46172686.sld +++ /dev/null @@ -1,261 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk, high, moderate - Potential risk - - - LCZ_PRIMARY - 10 - - - - - - circle - - #ffa500 - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - - Potential risk, high - Potential risk - - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 105 - - - - - - - circle - - #a1251b - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - - Potential risk, moderate - Potential risk - - - - LCZ_PRIMARY - - 5 - - - 7 - - - - LCZ_PRIMARY - 9 - - - - - - - circle - - #ffa500 - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - - Potential risk, low - Potential risk - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 7 - - - - - LCZ_PRIMARY - - 101 - - - 104 - - - - LCZ_PRIMARY - 107 - - - - - - - - circle - - #0080ff - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - - Potential risk - Potential risk - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 7 - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 101 - - - LCZ_PRIMARY - 104 - - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 9 - - - LCZ_PRIMARY - 10 - - - LCZ_PRIMARY - 105 - - - LCZ_PRIMARY - 107 - - - - - - - circle - - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp5ec3262e-0118-4abd-9cab-7940825cf667.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp5ec3262e-0118-4abd-9cab-7940825cf667.sld deleted file mode 100644 index 4d9be55..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp5ec3262e-0118-4abd-9cab-7940825cf667.sld +++ /dev/null @@ -1,278 +0,0 @@ - - - Default Styler - - Default Styler - - - Industrial building - - - I_TYPO - ba - - - 500000.0 - - - #8f8f8f - - - bevel - 0.26 - - - - - High-rise building - - - I_TYPO - bgh - - - 500000.0 - - - #000d00 - - - bevel - 0.26 - - - - - Block of buildings on closed urban islet - - - I_TYPO - icif - - - 500000.0 - - - #d52623 - - - bevel - 0.26 - - - - - Block of buildings on open urban islet - - - I_TYPO - icio - - - 500000.0 - - - #f07923 - - - bevel - 0.26 - - - - - Detached building - - - I_TYPO - id - - - 500000.0 - - - #eccb27 - - - bevel - 0.26 - - - - - Informal building - - - I_TYPO - local - - - 500000.0 - - - #d728ac - - - bevel - 0.26 - - - - - Residential on closed islet - - - I_TYPO - pcif - - - 500000.0 - - - #2b6724 - - - bevel - 0.26 - - - - - Residential on open islet - - - I_TYPO - pcio - - - 500000.0 - - - #36884a - - - bevel - 0.26 - - - - - Detached house - - - I_TYPO - pd - - - 500000.0 - - - #22be2f - - - bevel - 0.26 - - - - - Semi-detached house - - - I_TYPO - psc - - - 500000.0 - - - #05ff58 - - - bevel - 0.26 - - - - - Undefined - - - I_TYPO - - - - 500000.0 - - - #ffffff - - - bevel - 0.26 - - - - - - - - I_TYPO - - - - I_TYPO - ba - - - I_TYPO - bgh - - - I_TYPO - icif - - - I_TYPO - icio - - - I_TYPO - id - - - I_TYPO - local - - - I_TYPO - pcif - - - I_TYPO - pcio - - - I_TYPO - pd - - - I_TYPO - psc - - - - 500000.0 - - - bevel - 0.26 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp790fabaa-50eb-4f06-87a2-a3485ef478fd.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp790fabaa-50eb-4f06-87a2-a3485ef478fd.sld deleted file mode 100644 index 4434b80..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp790fabaa-50eb-4f06-87a2-a3485ef478fd.sld +++ /dev/null @@ -1,261 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk, high, moderate - Potential risk - - - lcz_primary - 10 - - - - - - circle - - #ffa500 - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, high - Potential risk - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 105 - - - - - - - circle - - #a1251b - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, moderate - Potential risk - - - - lcz_primary - - 5 - - - 7 - - - - lcz_primary - 9 - - - - - - - circle - - #ffa500 - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk, low - Potential risk - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - 101 - - - 104 - - - - lcz_primary - 107 - - - - - - - - circle - - #0080ff - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - - Potential risk - Potential risk - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - - lcz_primary - 101 - - - lcz_primary - 104 - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 9 - - - lcz_primary - 10 - - - lcz_primary - 105 - - - lcz_primary - 107 - - - - - - - circle - - - - - - - 20.0 - - tot_floor_area - - - 335.312283719383 - - - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp8074b493-1726-4ab7-8910-a598efd5a327.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp8074b493-1726-4ab7-8910-a598efd5a327.sld deleted file mode 100644 index 0e677f4..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp8074b493-1726-4ab7-8910-a598efd5a327.sld +++ /dev/null @@ -1,261 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk, high, moderate - Potential risk - - - LCZ_PRIMARY - 10 - - - - - - circle - - #ffa500 - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - - Potential risk, high - Potential risk - - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 105 - - - - - - - circle - - #a1251b - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - - Potential risk, moderate - Potential risk - - - - LCZ_PRIMARY - - 5 - - - 7 - - - - LCZ_PRIMARY - 9 - - - - - - - circle - - #ffa500 - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - - Potential risk, low - Potential risk - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 7 - - - - - LCZ_PRIMARY - - 101 - - - 104 - - - - LCZ_PRIMARY - 107 - - - - - - - - circle - - #0080ff - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - - Potential risk - Potential risk - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 7 - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 101 - - - LCZ_PRIMARY - 104 - - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 9 - - - LCZ_PRIMARY - 10 - - - LCZ_PRIMARY - 105 - - - LCZ_PRIMARY - 107 - - - - - - - circle - - - - - - - 20.0 - - TOT_FLOOR_AREA - - - 335.312283719383 - - - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp8d8605f2-40f0-4e37-9e88-1753836267b8.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp8d8605f2-40f0-4e37-9e88-1753836267b8.sld deleted file mode 100644 index 4d9be55..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp8d8605f2-40f0-4e37-9e88-1753836267b8.sld +++ /dev/null @@ -1,278 +0,0 @@ - - - Default Styler - - Default Styler - - - Industrial building - - - I_TYPO - ba - - - 500000.0 - - - #8f8f8f - - - bevel - 0.26 - - - - - High-rise building - - - I_TYPO - bgh - - - 500000.0 - - - #000d00 - - - bevel - 0.26 - - - - - Block of buildings on closed urban islet - - - I_TYPO - icif - - - 500000.0 - - - #d52623 - - - bevel - 0.26 - - - - - Block of buildings on open urban islet - - - I_TYPO - icio - - - 500000.0 - - - #f07923 - - - bevel - 0.26 - - - - - Detached building - - - I_TYPO - id - - - 500000.0 - - - #eccb27 - - - bevel - 0.26 - - - - - Informal building - - - I_TYPO - local - - - 500000.0 - - - #d728ac - - - bevel - 0.26 - - - - - Residential on closed islet - - - I_TYPO - pcif - - - 500000.0 - - - #2b6724 - - - bevel - 0.26 - - - - - Residential on open islet - - - I_TYPO - pcio - - - 500000.0 - - - #36884a - - - bevel - 0.26 - - - - - Detached house - - - I_TYPO - pd - - - 500000.0 - - - #22be2f - - - bevel - 0.26 - - - - - Semi-detached house - - - I_TYPO - psc - - - 500000.0 - - - #05ff58 - - - bevel - 0.26 - - - - - Undefined - - - I_TYPO - - - - 500000.0 - - - #ffffff - - - bevel - 0.26 - - - - - - - - I_TYPO - - - - I_TYPO - ba - - - I_TYPO - bgh - - - I_TYPO - icif - - - I_TYPO - icio - - - I_TYPO - id - - - I_TYPO - local - - - I_TYPO - pcif - - - I_TYPO - pcio - - - I_TYPO - pd - - - I_TYPO - psc - - - - 500000.0 - - - bevel - 0.26 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmp98c0800b-92b6-4b01-9e85-98c31b19b401.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmp98c0800b-92b6-4b01-9e85-98c31b19b401.sld deleted file mode 100644 index a821f47..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmp98c0800b-92b6-4b01-9e85-98c31b19b401.sld +++ /dev/null @@ -1,416 +0,0 @@ - - - Default Styler - - Default Styler - - - LCZ 1: Compact high-rise - - - LCZ_PRIMARY - 1 - - - 500000.0 - - - #8b0101 - - - bevel - 0.26 - - - - - LCZ 2: Compact mid-rise - - - LCZ_PRIMARY - 2 - - - 500000.0 - - - #cc0200 - - - bevel - 0.26 - - - - - LCZ 3: Compact low-rise - - - LCZ_PRIMARY - 3 - - - 500000.0 - - - #fc0001 - - - bevel - 0.26 - - - - - LCZ 4: Open high-rise - - - LCZ_PRIMARY - 4 - - - 500000.0 - - - #be4c03 - - - bevel - 0.26 - - - - - LCZ 5: Open mid-rise - - - LCZ_PRIMARY - 5 - - - 500000.0 - - - #ff6602 - - - bevel - 0.26 - - - - - LCZ 6: Open low-rise - - - LCZ_PRIMARY - 6 - - - 500000.0 - - - #ff9856 - - - bevel - 0.26 - - - - - LCZ 7: Lightweight low-rise - - - LCZ_PRIMARY - 7 - - - 500000.0 - - - #fbed08 - - - bevel - 0.26 - - - - - LCZ 8: Large low-rise - - - LCZ_PRIMARY - 8 - - - 500000.0 - - - #bcbcba - - - bevel - 0.26 - - - - - LCZ 9: Sparsely built - - - LCZ_PRIMARY - 9 - - - 500000.0 - - - #ffcca7 - - - bevel - 0.26 - - - - - LCZ 10: Heavy industry - - - LCZ_PRIMARY - 10 - - - 500000.0 - - - #57555a - - - bevel - 0.26 - - - - - LCZ A: Dense trees - - - LCZ_PRIMARY - 101 - - - 500000.0 - - - #006700 - - - bevel - 0.26 - - - - - LCZ B: Scattered trees - - - LCZ_PRIMARY - 102 - - - 500000.0 - - - #05aa05 - - - bevel - 0.26 - - - - - LCZ C: Bush,scrub - - - LCZ_PRIMARY - 103 - - - 500000.0 - - - #648423 - - - bevel - 0.26 - - - - - LCZ D: Low plants - - - LCZ_PRIMARY - 104 - - - 500000.0 - - - #bbdb7a - - - bevel - 0.26 - - - - - LCZ E: Bare rock or paved - - - LCZ_PRIMARY - 105 - - - 500000.0 - - - #010101 - - - bevel - 0.26 - - - - - LCZ F: Bare soil or sand - - - LCZ_PRIMARY - 106 - - - 500000.0 - - - #fdf6ae - - - bevel - 0.26 - - - - - LCZ G: Water - - - LCZ_PRIMARY - 107 - - - 500000.0 - - - #6d67fd - - - bevel - 0.26 - - - - - - - - LCZ_PRIMARY - 1 - - - LCZ_PRIMARY - 2 - - - LCZ_PRIMARY - 3 - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 6 - - - LCZ_PRIMARY - 7 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 9 - - - LCZ_PRIMARY - 10 - - - LCZ_PRIMARY - 101 - - - LCZ_PRIMARY - 102 - - - LCZ_PRIMARY - 103 - - - LCZ_PRIMARY - 104 - - - LCZ_PRIMARY - 105 - - - LCZ_PRIMARY - 106 - - - LCZ_PRIMARY - 107 - - - - 500000.0 - - - bevel - 0.26 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmpda8eb3c0-6543-45bc-8822-d94d1e15b781.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmpda8eb3c0-6543-45bc-8822-d94d1e15b781.sld deleted file mode 100644 index f5a7bbb..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmpda8eb3c0-6543-45bc-8822-d94d1e15b781.sld +++ /dev/null @@ -1,260 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk (dot density), high, mid - Potential risk (dot density) - - - LCZ_PRIMARY - 10 - - - - - - - - circle - - #ffa500 - - - 2 - - - - - #ffa500 - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), high - Potential risk (dot density) - - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 105 - - - - - - - - - circle - - #a1251b - - - 2 - - - - - #a1251b - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), mid - Potential risk (dot density) - - - - LCZ_PRIMARY - - 5 - - - 7 - - - - LCZ_PRIMARY - 9 - - - - - - - - - circle - - #ffa500 - - - 2 - - - - - #ffa500 - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), low - Potential risk (dot density) - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 7 - - - - - LCZ_PRIMARY - - 101 - - - 104 - - - - LCZ_PRIMARY - 107 - - - - - - - - - - circle - - #0080ff - - - 2 - - - - - #0080ff - 0.26 - - grid - 100 - n - - - - Potential risk (dot density) - Potential risk (dot density) - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 5 - - - LCZ_PRIMARY - 7 - - - - - LCZ_PRIMARY - - - LCZ_PRIMARY - 101 - - - LCZ_PRIMARY - 104 - - - - LCZ_PRIMARY - 4 - - - LCZ_PRIMARY - 8 - - - LCZ_PRIMARY - 9 - - - LCZ_PRIMARY - 10 - - - LCZ_PRIMARY - 105 - - - LCZ_PRIMARY - 107 - - - - - - - - - circle - - 2 - - - - grid - 100 - n - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/styles/tmpdffc28b9-4a28-43f8-8f3c-04a2577ef2df.sld b/services/geoserver/data/workspaces/geoclimate/styles/tmpdffc28b9-4a28-43f8-8f3c-04a2577ef2df.sld deleted file mode 100644 index d7e9029..0000000 --- a/services/geoserver/data/workspaces/geoclimate/styles/tmpdffc28b9-4a28-43f8-8f3c-04a2577ef2df.sld +++ /dev/null @@ -1,260 +0,0 @@ - - - Default Styler - - Default Styler - - - Potential risk (dot density), high, mid - Potential risk (dot density) - - - lcz_primary - 10 - - - - - - - - circle - - #ffa500 - - - 2 - - - - - #ffa500 - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), high - Potential risk (dot density) - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 105 - - - - - - - - - circle - - #a1251b - - - 2 - - - - - #a1251b - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), mid - Potential risk (dot density) - - - - lcz_primary - - 5 - - - 7 - - - - lcz_primary - 9 - - - - - - - - - circle - - #ffa500 - - - 2 - - - - - #ffa500 - 0.26 - - grid - 100 - n - - - - Potential risk (dot density), low - Potential risk (dot density) - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - 101 - - - 104 - - - - lcz_primary - 107 - - - - - - - - - - circle - - #0080ff - - - 2 - - - - - #0080ff - 0.26 - - grid - 100 - n - - - - Potential risk (dot density) - Potential risk (dot density) - - - - - lcz_primary - - - lcz_primary - 5 - - - lcz_primary - 7 - - - - - lcz_primary - - - lcz_primary - 101 - - - lcz_primary - 104 - - - - lcz_primary - 4 - - - lcz_primary - 8 - - - lcz_primary - 9 - - - lcz_primary - 10 - - - lcz_primary - 105 - - - lcz_primary - 107 - - - - - - - - - circle - - 2 - - - - grid - 100 - n - - - first - - - - - diff --git a/services/geoserver/data/workspaces/geoclimate/workspace.xml b/services/geoserver/data/workspaces/geoclimate/workspace.xml deleted file mode 100644 index 3a5ce17..0000000 --- a/services/geoserver/data/workspaces/geoclimate/workspace.xml +++ /dev/null @@ -1,6 +0,0 @@ - - WorkspaceInfoImpl-54b90bf7:181b48718fd:-7ffc - geoclimate - false - 2022-06-30 12:17:37.526 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/mgm-postgis/Space provided for waters, side streams and water bodies/featuretype.xml b/services/geoserver/data/workspaces/mgm/mgm-postgis/Space provided for waters, side streams and water bodies/featuretype.xml deleted file mode 100644 index 6f69a28..0000000 --- a/services/geoserver/data/workspaces/mgm/mgm-postgis/Space provided for waters, side streams and water bodies/featuretype.xml +++ /dev/null @@ -1,59 +0,0 @@ - - FeatureTypeInfoImpl-271df2b8:181d2998e28:-7feb - Space provided for waters, side streams and water bodies - ere_espace_reserve_eaux - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ff1 - - Space provided for waters, side streams and water bodies - Minimum space around surface waters according to the revised Water Protection Act which came into force in 2011. This is a corridor comprising the river bed and a strip of land on either side, on the banks, which extends according to the width of the watercourse. For water bodies, it is a riparian strip of at least 15m. - - ERE - Protection des cours d'eau - Open Data - SITVS - - GEOGCS["WGS 84", - DATUM["World Geodetic System 1984", - SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], - AUTHORITY["EPSG","6326"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4326"]] - EPSG:4326 - - 6.794306755065918 - 8.376374244689941 - 45.88514709472656 - 46.54507827758789 - EPSG:4326 - - - 6.794306755065918 - 8.376374244689941 - 45.88514709472656 - 46.54507827758789 - EPSG:4326 - - FORCE_DECLARED - true - - false - - - DataStoreInfoImpl--5777d465:181c9edc4cc:-7fe4 - - false - false - - - 0 - 0 - false - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/mgm/Cadastre of contaminated sites on civil aerodromes (CCS FOCA)/featuretype.xml b/services/geoserver/data/workspaces/mgm/mgm/Cadastre of contaminated sites on civil aerodromes (CCS FOCA)/featuretype.xml deleted file mode 100644 index 5ea6c91..0000000 --- a/services/geoserver/data/workspaces/mgm/mgm/Cadastre of contaminated sites on civil aerodromes (CCS FOCA)/featuretype.xml +++ /dev/null @@ -1,75 +0,0 @@ - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fd9 - Cadastre of contaminated sites on civil aerodromes (CCS FOCA) - kataster_belasteter_standorte_zivilflugplaetze_standort - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ff1 - - Cadastre of contaminated sites on civil aerodromes (CCS FOCA) - Public register of contaminated sites within the perimeter of civil aerodromes. This includes information about the location, type and quantity of waste, the period of deposition, as well as conducted studies and measures. The following types of sites can be distinguished: operating site, accident site and deposition site. - - polluted site - air navigation - airfield - official geodata - Conservation and archiving planning AAP - Confederation - opendata.swiss - FSDI Federal Spatial Data Infrastructure - airport - old hazardous site - Environmental monitoring facilities - - GEOGCS["WGS 84", - DATUM["World Geodetic System 1984", - SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], - AUTHORITY["EPSG","6326"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4326"]] - EPSG:4326 - - 6.102035045623779 - 9.4841890335083 - 46.231746673583984 - 47.50969314575195 - EPSG:4326 - - - 6.102035045623779 - 9.4841890335083 - 46.231746673583984 - 47.50969314575195 - EPSG:4326 - - FORCE_DECLARED - true - - - - false - - - - - false - - - false - - - DataStoreInfoImpl-67a24c25:181ec0937d2:-7fe4 - - false - false - - - 0 - 0 - false - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/mgm/Cadastre of contaminated sites on civil aerodromes (CCS FOCA)/layer.xml b/services/geoserver/data/workspaces/mgm/mgm/Cadastre of contaminated sites on civil aerodromes (CCS FOCA)/layer.xml deleted file mode 100644 index 68f477f..0000000 --- a/services/geoserver/data/workspaces/mgm/mgm/Cadastre of contaminated sites on civil aerodromes (CCS FOCA)/layer.xml +++ /dev/null @@ -1,22 +0,0 @@ - - Cadastre of contaminated sites on civil aerodromes (CCS FOCA) - LayerInfoImpl-67a24c25:181ec0937d2:-7fd8 - VECTOR - - StyleInfoImpl-70d985bf:181b4b6e6c6:-7fd1 - - - - - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fd9 - - - 0 - 0 - - 2022-07-25 14:43:51.844 UTC - 2022-07-25 15:03:37.45 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/mgm/Protective forests in the canton of Geneva/featuretype.xml b/services/geoserver/data/workspaces/mgm/mgm/Protective forests in the canton of Geneva/featuretype.xml deleted file mode 100644 index 3886c39..0000000 --- a/services/geoserver/data/workspaces/mgm/mgm/Protective forests in the canton of Geneva/featuretype.xml +++ /dev/null @@ -1,71 +0,0 @@ - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fe2 - Protective forests in the canton of Geneva - ffp_foret_protectrice_ge - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ff1 - - Protective forests in the canton of Geneva - Protective forests against natural hazards such as erosion, landslides and rockfalls - validated by the Federal Office for the Environment - - FFP - Forests - Natural hazards - Protection - Open Data - SITG - - GEOGCS["WGS 84", - DATUM["World Geodetic System 1984", - SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], - AUTHORITY["EPSG","6326"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4326"]] - EPSG:4326 - - 6.037905216217041 - 6.249036312103272 - 46.14054870605469 - 46.31748962402344 - EPSG:4326 - - - 6.037905216217041 - 6.249036312103272 - 46.14054870605469 - 46.31748962402344 - EPSG:4326 - - FORCE_DECLARED - true - - - - false - - - - - false - - - false - - - DataStoreInfoImpl-67a24c25:181ec0937d2:-7fe4 - - false - false - - - 0 - 0 - false - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/mgm/Protective forests in the canton of Geneva/layer.xml b/services/geoserver/data/workspaces/mgm/mgm/Protective forests in the canton of Geneva/layer.xml deleted file mode 100644 index 729b311..0000000 --- a/services/geoserver/data/workspaces/mgm/mgm/Protective forests in the canton of Geneva/layer.xml +++ /dev/null @@ -1,22 +0,0 @@ - - Protective forests in the canton of Geneva - LayerInfoImpl-67a24c25:181ec0937d2:-7fe1 - VECTOR - - StyleInfoImpl-70d985bf:181b4b6e6c6:-7fd7 - - - - - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fe2 - - - 0 - 0 - - 2022-07-25 14:34:59.46 UTC - 2022-07-26 12:38:40.95 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/mgm/Space provided for waters, side streams and water bodies/featuretype.xml b/services/geoserver/data/workspaces/mgm/mgm/Space provided for waters, side streams and water bodies/featuretype.xml deleted file mode 100644 index 87932f0..0000000 --- a/services/geoserver/data/workspaces/mgm/mgm/Space provided for waters, side streams and water bodies/featuretype.xml +++ /dev/null @@ -1,69 +0,0 @@ - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fdc - Space provided for waters, side streams and water bodies - gewr - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ff1 - - Space provided for waters, side streams and water bodies - Minimum space around surface waters according to the revised Water Protection Act which came into force in 2011. This is a corridor comprising the river bed and a strip of land on either side, on the banks, which extends according to the width of the watercourse. For water bodies, it is a riparian strip of at least 15m. - - ERE - Protection of waterways - Open Data - SITVS - - GEOGCS["WGS 84", - DATUM["World Geodetic System 1984", - SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], - AUTHORITY["EPSG","6326"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4326"]] - EPSG:4326 - - 6.794235706329346 - 8.37655258178711 - 45.89915466308594 - 46.54509735107422 - EPSG:4326 - - - 6.794235706329346 - 8.37655258178711 - 45.89915466308594 - 46.54509735107422 - EPSG:4326 - - FORCE_DECLARED - true - - - - false - - - - - false - - - false - - - DataStoreInfoImpl-67a24c25:181ec0937d2:-7fe4 - - false - false - - - 0 - 0 - false - false - false - false - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/mgm/Space provided for waters, side streams and water bodies/layer.xml b/services/geoserver/data/workspaces/mgm/mgm/Space provided for waters, side streams and water bodies/layer.xml deleted file mode 100644 index f2963eb..0000000 --- a/services/geoserver/data/workspaces/mgm/mgm/Space provided for waters, side streams and water bodies/layer.xml +++ /dev/null @@ -1,22 +0,0 @@ - - Space provided for waters, side streams and water bodies - LayerInfoImpl-67a24c25:181ec0937d2:-7fdb - VECTOR - - StyleInfoImpl-67a24c25:181ec0937d2:-7fd1 - - - - - - FeatureTypeInfoImpl-67a24c25:181ec0937d2:-7fdc - - - 0 - 0 - - 2022-07-25 14:39:16.753 UTC - 2022-07-25 15:03:53.126 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/mgm/datastore.xml b/services/geoserver/data/workspaces/mgm/mgm/datastore.xml deleted file mode 100644 index e99d1a0..0000000 --- a/services/geoserver/data/workspaces/mgm/mgm/datastore.xml +++ /dev/null @@ -1,43 +0,0 @@ - - DataStoreInfoImpl-67a24c25:181ec0937d2:-7fe4 - mgm - Minimal Geodata Models - PostGIS - true - - WorkspaceInfoImpl-54b90bf7:181b48718fd:-7ff2 - - - public - 300 - 50 - true - 1 - false - mgm - postgis - true - DISABLE - true - 1000 - false - true - true - 20 - false - FAST - 5432 - crypt1:JZDcxzr9T2FcRxh8x7dcBOpjgaaD2Q1k - 1 - postgis - https://www.geo.admin.ch/fr/geoinformation-suisse/geodonnees-de-base/modeles-geodonnees.html#198_1583484076205 - 10 - 3 - true - postgres - 300 - - <__default>false - 2022-07-25 14:25:19.821 UTC - 2022-07-25 14:32:13.541 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/namespace.xml b/services/geoserver/data/workspaces/mgm/namespace.xml deleted file mode 100644 index 257ba64..0000000 --- a/services/geoserver/data/workspaces/mgm/namespace.xml +++ /dev/null @@ -1,6 +0,0 @@ - - NamespaceInfoImpl-54b90bf7:181b48718fd:-7ff1 - mgm - https://www.geo.admin.ch/fr/geoinformation-suisse/geodonnees-de-base/modeles-geodonnees.html#198_1583484076205 - false - \ No newline at end of file diff --git "a/services/geoserver/data/workspaces/mgm/styles/Cadastre des sites pollu\303\251s \342\200\223 domaine des a\303\251rodromes civils (CSP OFAC).css.bak" "b/services/geoserver/data/workspaces/mgm/styles/Cadastre des sites pollu\303\251s \342\200\223 domaine des a\303\251rodromes civils (CSP OFAC).css.bak" deleted file mode 100644 index 70912fe..0000000 --- "a/services/geoserver/data/workspaces/mgm/styles/Cadastre des sites pollu\303\251s \342\200\223 domaine des a\303\251rodromes civils (CSP OFAC).css.bak" +++ /dev/null @@ -1,55 +0,0 @@ -/* Metadata -* @title Cadastre des sites pollués – domaine des aérodromes civils (CSP OFAC) -* @abstract Cadastre des sites pollués – domaine des aérodromes civils (CSP OFAC) -*/ - -/* Main rule*/ - -* { - mark: symbol(circle); - :mark { - size: 12; - stroke: black; - stroke-width: 1.5; - opacity: 0.75; - }; - -/* Styling selon le type de site */ - - /* @title Pollué, pas d'atteinte nuisible ou incommodante à attendre */ - - [statusaltlv = 1] { - :mark{fill: #FFFF00;} - }; - - /* @title Pollué, investigation nécessaire */ - - [statusaltlv = 2] { - :mark{fill: #0066FF;} - }; - - /* @title Pollué, ne nécessite ni surveillance ni assainissement */ - - [statusaltlv = 3] { - :mark{fill: #FFCC00;} - }; - - /* @title Pollué, nécessite une surveillance */ - - [statusaltlv = 4] { - :mark{fill: #FF6600;} - }; - - /* @title Pollué, nécessite un assainissement */ - - [statusaltlv = 5] { - :mark{fill: #FF0000;} - }; - - /* @title Pollué, nécessité d'une intervention non encore évaluée */ - - [statusaltlv = 6] { - :mark{fill: #5F5F5F;} - }; - - } \ No newline at end of file diff --git "a/services/geoserver/data/workspaces/mgm/styles/Cadastre des sites pollu\303\251s \342\200\223 domaine des a\303\251rodromes civils (CSP OFAC).sld" "b/services/geoserver/data/workspaces/mgm/styles/Cadastre des sites pollu\303\251s \342\200\223 domaine des a\303\251rodromes civils (CSP OFAC).sld" deleted file mode 100644 index a6ab9fc..0000000 --- "a/services/geoserver/data/workspaces/mgm/styles/Cadastre des sites pollu\303\251s \342\200\223 domaine des a\303\251rodromes civils (CSP OFAC).sld" +++ /dev/null @@ -1,191 +0,0 @@ - - - Default Styler - - Default Styler - - - Pollué, pas d'atteinte nuisible ou incommodante à attendre - - - statusaltlv - 1 - - - - - - circle - - #FFFF00 - - - 1.5 - - - 12 - - - - - Pollué, investigation nécessaire - - - statusaltlv - 2 - - - - - - circle - - #0066FF - - - 1.5 - - - 12 - - - - - Pollué, ne nécessite ni surveillance ni assainissement - - - statusaltlv - 3 - - - - - - circle - - #FFCC00 - - - 1.5 - - - 12 - - - - - Pollué, nécessite une surveillance - - - statusaltlv - 4 - - - - - - circle - - #FF6600 - - - 1.5 - - - 12 - - - - - Pollué, nécessite un assainissement - - - statusaltlv - 5 - - - - - - circle - - #FF0000 - - - 1.5 - - - 12 - - - - - Pollué, nécessité d'une intervention non encore évaluée - - - statusaltlv - 6 - - - - - - circle - - #5F5F5F - - - 1.5 - - - 12 - - - - - - - - statusaltlv - 1 - - - statusaltlv - 2 - - - statusaltlv - 3 - - - statusaltlv - 4 - - - statusaltlv - 5 - - - statusaltlv - 6 - - - - - - - circle - - 1.5 - - - 12 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).css b/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).css deleted file mode 100644 index dfdc678..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).css +++ /dev/null @@ -1,55 +0,0 @@ -/* Metadata -* @title Cadastre of polluted sites - civil aerodrome domain (CSP OFAC) -* @abstract Cadastre of polluted sites - civil aerodrome domain (CSP OFAC) -*/ - -/* Main rule*/ - -* { - mark: symbol(circle); - :mark { - size: 12; - stroke: black; - stroke-width: 1.5; - opacity: 0.75; - }; - -/* Styling according to the type of site */ - - /* @title Polluted, no harm or nuisance to be expected */ - - [statusaltlv = 1] { - :mark{fill: #FFFF00;} - }; - - /* @title Polluted, investigation needed */ - - [statusaltlv = 2] { - :mark{fill: #0066FF;} - }; - - /* @title Polluted, does not require monitoring or remediation */ - - [statusaltlv = 3] { - :mark{fill: #FFCC00;} - }; - - /* @title Polluted, needs monitoring */ - - [statusaltlv = 4] { - :mark{fill: #FF6600;} - }; - - /* @title Polluted, needs remediation */ - - [statusaltlv = 5] { - :mark{fill: #FF0000;} - }; - - /* @title Polluted, need for intervention not yet assessed */ - - [statusaltlv = 6] { - :mark{fill: #5F5F5F;} - }; - - } \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).sld b/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).sld deleted file mode 100644 index 030ef78..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).sld +++ /dev/null @@ -1,191 +0,0 @@ - - - Default Styler - - Default Styler - - - Polluted, no harm or nuisance to be expected - - - statusaltlv - 1 - - - - - - circle - - #FFFF00 - - - 1.5 - - - 12 - - - - - Polluted, investigation needed - - - statusaltlv - 2 - - - - - - circle - - #0066FF - - - 1.5 - - - 12 - - - - - Polluted, does not require monitoring or remediation - - - statusaltlv - 3 - - - - - - circle - - #FFCC00 - - - 1.5 - - - 12 - - - - - Polluted, needs monitoring - - - statusaltlv - 4 - - - - - - circle - - #FF6600 - - - 1.5 - - - 12 - - - - - Polluted, needs remediation - - - statusaltlv - 5 - - - - - - circle - - #FF0000 - - - 1.5 - - - 12 - - - - - Polluted, need for intervention not yet assessed - - - statusaltlv - 6 - - - - - - circle - - #5F5F5F - - - 1.5 - - - 12 - - - - - - - - statusaltlv - 1 - - - statusaltlv - 2 - - - statusaltlv - 3 - - - statusaltlv - 4 - - - statusaltlv - 5 - - - statusaltlv - 6 - - - - - - - circle - - 1.5 - - - 12 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).xml b/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).xml deleted file mode 100644 index b55af00..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Cadastre of polluted sites - civil aerodrome domain (CSP OFAC).xml +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.css b/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.css deleted file mode 100644 index 569d289..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.css +++ /dev/null @@ -1,22 +0,0 @@ -/* Metadata -* @title Protective forests in the canton of Geneva -* @abstract Style associated with the protective forests of the canton of Geneva according to the representation model -*/ - -/* Main rule*/ - -[@sd <= 25k]{ - fill: symbol("shape://slash"); - :fill { - size: 5px; - stroke: #7800e0; - stroke-width: 2px; - }; -} - -[@sd > 25k][@sd <= 0.5M]{ - fill: #7800e0; - stroke: #000000; - stroke-width: 1px; - -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.sld b/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.sld deleted file mode 100644 index c90786e..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.sld +++ /dev/null @@ -1,41 +0,0 @@ - - - Default Styler - - Default Styler - - - 25000.0 - - - - - - shape://slash - - #7800e0 - 2 - - - 5 - - - - - - - 25000.0 - 500000.0 - - - #7800e0 - - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.xml b/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.xml deleted file mode 100644 index e08bbcb..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Protective forests in the canton of Geneva.xml +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css b/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css deleted file mode 100644 index fab9c21..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css +++ /dev/null @@ -1,27 +0,0 @@ -/* Metadata -* @title Space provided for waters, side streams and water bodies -* @abstract Minimum space around surface waters according to the revised Water Protection Act which came into force in 2011. This is a corridor comprising the river bed and a strip of land on either side, on the banks, which extends according to the width of the watercourse. For water bodies, it is a riparian strip of at least 15m. -*/ - -/* Main rule*/ - -*{ - - /* @title Obligation */ - - [verzicht = false ] { - fill:#ddebf7; - stroke:#ffcc00; - stroke-width: 6px; - }; - - /* @title Renunciation */ - - [verzicht = true ] { - stroke:#ffcc00; - stroke-width: 4px; - stroke-dasharray: 4 4; - }; - - -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css.bak b/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css.bak deleted file mode 100644 index fab9c21..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css.bak +++ /dev/null @@ -1,27 +0,0 @@ -/* Metadata -* @title Space provided for waters, side streams and water bodies -* @abstract Minimum space around surface waters according to the revised Water Protection Act which came into force in 2011. This is a corridor comprising the river bed and a strip of land on either side, on the banks, which extends according to the width of the watercourse. For water bodies, it is a riparian strip of at least 15m. -*/ - -/* Main rule*/ - -*{ - - /* @title Obligation */ - - [verzicht = false ] { - fill:#ddebf7; - stroke:#ffcc00; - stroke-width: 6px; - }; - - /* @title Renunciation */ - - [verzicht = true ] { - stroke:#ffcc00; - stroke-width: 4px; - stroke-dasharray: 4 4; - }; - - -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css.bak.1 b/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css.bak.1 deleted file mode 100644 index cc83886..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.css.bak.1 +++ /dev/null @@ -1,13 +0,0 @@ -/* Metadata -* @title Space provided for waters, side streams and water bodies -* @abstract Minimum space around surface waters according to the revised Water Protection Act which came into force in 2011. This is a corridor comprising the river bed and a strip of land on either side, on the banks, which extends according to the width of the watercourse. For water bodies, it is a riparian strip of at least 15m. -*/ - -/* Main rule*/ - -*{ - - fill:#ddebf7; - stroke:#ffcc00; - stroke-width: 6px; -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.sld b/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.sld deleted file mode 100644 index d964d05..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.sld +++ /dev/null @@ -1,46 +0,0 @@ - - - Default Styler - - Default Styler - - - Obligation - - - verzicht - false - - - - - #ddebf7 - - - #ffcc00 - 6 - - - - - Renunciation - - - verzicht - true - - - - - #ffcc00 - 4 - 4.0 4.0 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.xml b/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.xml deleted file mode 100644 index 4203200..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/Space provided for waters, side streams and water bodies.xml +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/mgm/styles/tmp305642e8-c1f7-4100-b78a-3c4a6e6d247e.sld b/services/geoserver/data/workspaces/mgm/styles/tmp305642e8-c1f7-4100-b78a-3c4a6e6d247e.sld deleted file mode 100644 index 3f836c3..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/tmp305642e8-c1f7-4100-b78a-3c4a6e6d247e.sld +++ /dev/null @@ -1,46 +0,0 @@ - - - Default Styler - - Default Styler - - - Obligation - - - obligation - 1 - - - - - #ddebf7 - - - #ffcc00 - 6 - - - - - Waiver - - - obligation - 0 - - - - - #ffcc00 - 4 - 4.0 4.0 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/styles/tmp372f3ece-14c3-4290-aaea-55c3bd60ef26.sld b/services/geoserver/data/workspaces/mgm/styles/tmp372f3ece-14c3-4290-aaea-55c3bd60ef26.sld deleted file mode 100644 index bc9c0b0..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/tmp372f3ece-14c3-4290-aaea-55c3bd60ef26.sld +++ /dev/null @@ -1,46 +0,0 @@ - - - Default Styler - - Default Styler - - - Obligation - - - verzicht - false - - - - - #ddebf7 - - - #ffcc00 - 6 - - - - - Waiver - - - verzicht - true - - - - - #ffcc00 - 4 - 4.0 4.0 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/styles/tmp5e892b38-0dd2-40f2-a712-f102330a3a14.sld b/services/geoserver/data/workspaces/mgm/styles/tmp5e892b38-0dd2-40f2-a712-f102330a3a14.sld deleted file mode 100644 index c90786e..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/tmp5e892b38-0dd2-40f2-a712-f102330a3a14.sld +++ /dev/null @@ -1,41 +0,0 @@ - - - Default Styler - - Default Styler - - - 25000.0 - - - - - - shape://slash - - #7800e0 - 2 - - - 5 - - - - - - - 25000.0 - 500000.0 - - - #7800e0 - - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/styles/tmpb77d1bb8-a32c-42f0-ae0a-71ebb9a03d2d.sld b/services/geoserver/data/workspaces/mgm/styles/tmpb77d1bb8-a32c-42f0-ae0a-71ebb9a03d2d.sld deleted file mode 100644 index 3f836c3..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/tmpb77d1bb8-a32c-42f0-ae0a-71ebb9a03d2d.sld +++ /dev/null @@ -1,46 +0,0 @@ - - - Default Styler - - Default Styler - - - Obligation - - - obligation - 1 - - - - - #ddebf7 - - - #ffcc00 - 6 - - - - - Waiver - - - obligation - 0 - - - - - #ffcc00 - 4 - 4.0 4.0 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/styles/tmpf4633693-5c62-478b-afa2-41cf07c756be.sld b/services/geoserver/data/workspaces/mgm/styles/tmpf4633693-5c62-478b-afa2-41cf07c756be.sld deleted file mode 100644 index 030ef78..0000000 --- a/services/geoserver/data/workspaces/mgm/styles/tmpf4633693-5c62-478b-afa2-41cf07c756be.sld +++ /dev/null @@ -1,191 +0,0 @@ - - - Default Styler - - Default Styler - - - Polluted, no harm or nuisance to be expected - - - statusaltlv - 1 - - - - - - circle - - #FFFF00 - - - 1.5 - - - 12 - - - - - Polluted, investigation needed - - - statusaltlv - 2 - - - - - - circle - - #0066FF - - - 1.5 - - - 12 - - - - - Polluted, does not require monitoring or remediation - - - statusaltlv - 3 - - - - - - circle - - #FFCC00 - - - 1.5 - - - 12 - - - - - Polluted, needs monitoring - - - statusaltlv - 4 - - - - - - circle - - #FF6600 - - - 1.5 - - - 12 - - - - - Polluted, needs remediation - - - statusaltlv - 5 - - - - - - circle - - #FF0000 - - - 1.5 - - - 12 - - - - - Polluted, need for intervention not yet assessed - - - statusaltlv - 6 - - - - - - circle - - #5F5F5F - - - 1.5 - - - 12 - - - - - - - - statusaltlv - 1 - - - statusaltlv - 2 - - - statusaltlv - 3 - - - statusaltlv - 4 - - - statusaltlv - 5 - - - statusaltlv - 6 - - - - - - - circle - - 1.5 - - - 12 - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/mgm/workspace.xml b/services/geoserver/data/workspaces/mgm/workspace.xml deleted file mode 100644 index dc47441..0000000 --- a/services/geoserver/data/workspaces/mgm/workspace.xml +++ /dev/null @@ -1,7 +0,0 @@ - - WorkspaceInfoImpl-54b90bf7:181b48718fd:-7ff2 - mgm - false - 2022-06-30 12:49:30.123 UTC - 2022-06-30 12:50:44.51 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/r-pod-imagery/namespace.xml b/services/geoserver/data/workspaces/r-pod-imagery/namespace.xml deleted file mode 100644 index e762308..0000000 --- a/services/geoserver/data/workspaces/r-pod-imagery/namespace.xml +++ /dev/null @@ -1,6 +0,0 @@ - - NamespaceInfoImpl-26e48618:181d2c876f5:-7fed - r-pod-imagery - https://heig-vd.ch/a-propos/heig-vd/organisation/departements/ecg - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/131031_Yverdon_Heig_10cm/coverage.xml b/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/131031_Yverdon_Heig_10cm/coverage.xml deleted file mode 100644 index 507b4aa..0000000 --- a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/131031_Yverdon_Heig_10cm/coverage.xml +++ /dev/null @@ -1,157 +0,0 @@ - - CoverageInfoImpl-26e48618:181d2c876f5:-7fe5 - 131031_Yverdon_Heig_10cm - 131031_Yverdon_Heig_10cm - - NamespaceInfoImpl-26e48618:181d2c876f5:-7fed - - 131031_Yverdon_Heig_10cm - Generated from GeoTIFF - Aerial view of the HEIG campus acquired on 31/03/2013 - - WCS - GeoTIFF - R-Pod - Drone - Aerial imagery - - PROJCS["CH1903 / LV03", - GEOGCS["CH1903", - DATUM["CH1903", - SPHEROID["Bessel 1841", 6377397.155, 299.1528128, AUTHORITY["EPSG","7004"]], - TOWGS84[674.374, 15.056, 405.346, 0.0, 0.0, 0.0, 0.0], - AUTHORITY["EPSG","6149"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4149"]], - PROJECTION["Oblique_Mercator", AUTHORITY["EPSG","9815"]], - PARAMETER["longitude_of_center", 7.439583333333333], - PARAMETER["latitude_of_center", 46.952405555555565], - PARAMETER["azimuth", 90.0], - PARAMETER["scale_factor", 1.0], - PARAMETER["false_easting", 600000.0], - PARAMETER["false_northing", 200000.0], - PARAMETER["rectified_grid_angle", 90.0], - UNIT["m", 1.0], - AXIS["Easting", EAST], - AXIS["Northing", NORTH], - AUTHORITY["EPSG","21781"]] - EPSG:21781 - - 540298.0954 - 540692.4954 - 181025.8449 - 181360.6449 - EPSG:21781 - - - 6.656850991150367 - 6.662058712287046 - 46.77772085625814 - 46.78076766824148 - EPSG:4326 - - REPROJECT_TO_DECLARED - true - - false - r-pod-imagery_131031_Yverdon_Heig_10cm - - - CoverageStoreInfoImpl-26e48618:181d2c876f5:-7fe6 - - false - false - - - GeoTIFF - - - 0 0 - 3944 3348 - - - 0.1000000000000059 - -0.10000000000000521 - 0.0 - 0.0 - 540298.1454 - 181360.59490000003 - - EPSG:21781 - - - GEOTIFF - GIF - PNG - JPEG - TIFF - - - nearest neighbor - bilinear - bicubic - - nearest neighbor - - - RED_BAND - GridSampleDimension[-Infinity,Infinity] - - -inf - inf - - W.m-2.Sr-1 - - UNSIGNED_8BITS - - - - GREEN_BAND - GridSampleDimension[-Infinity,Infinity] - - -inf - inf - - W.m-2.Sr-1 - - UNSIGNED_8BITS - - - - BLUE_BAND - GridSampleDimension[-Infinity,Infinity] - - -inf - inf - - W.m-2.Sr-1 - - UNSIGNED_8BITS - - - - - EPSG:21781 - - - EPSG:21781 - - - - InputTransparentColor - - - - SUGGESTED_TILE_SIZE - 512,512 - - - RescalePixels - true - - - 131031_Yverdon_Heig_10cm - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/131031_Yverdon_Heig_10cm/layer.xml b/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/131031_Yverdon_Heig_10cm/layer.xml deleted file mode 100644 index 57b8cc4..0000000 --- a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/131031_Yverdon_Heig_10cm/layer.xml +++ /dev/null @@ -1,17 +0,0 @@ - - 131031_Yverdon_Heig_10cm - LayerInfoImpl-26e48618:181d2c876f5:-7fe4 - RASTER - - StyleInfoImpl-475b9c58:179af7c2936:-8000 - - - CoverageInfoImpl-26e48618:181d2c876f5:-7fe5 - - - 0 - 0 - - 2022-07-07 14:28:20.636 UTC - 2022-07-07 14:36:07.423 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/Aerial view of the HEIG campus (31/03/131031_Yverdon_Heig_10cm/coverage.xml b/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/Aerial view of the HEIG campus (31/03/131031_Yverdon_Heig_10cm/coverage.xml deleted file mode 100644 index a69eb2a..0000000 --- a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/Aerial view of the HEIG campus (31/03/131031_Yverdon_Heig_10cm/coverage.xml +++ /dev/null @@ -1,157 +0,0 @@ - - CoverageInfoImpl-26e48618:181d2c876f5:-7fe5 - Aerial view of the HEIG campus (31/03/2013) - 131031_Yverdon_Heig_10cm - - NamespaceInfoImpl-26e48618:181d2c876f5:-7fed - - 131031_Yverdon_Heig_10cmAerial view of the HEIG campus (31/03/2013) - Generated from GeoTIFF - Aerial view of the HEIG campus (31/03/2013) - - WCS - GeoTIFF - R-Pod - Drone - Aerial imagery - - PROJCS["CH1903 / LV03", - GEOGCS["CH1903", - DATUM["CH1903", - SPHEROID["Bessel 1841", 6377397.155, 299.1528128, AUTHORITY["EPSG","7004"]], - TOWGS84[674.374, 15.056, 405.346, 0.0, 0.0, 0.0, 0.0], - AUTHORITY["EPSG","6149"]], - PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], - UNIT["degree", 0.017453292519943295], - AXIS["Geodetic longitude", EAST], - AXIS["Geodetic latitude", NORTH], - AUTHORITY["EPSG","4149"]], - PROJECTION["Oblique_Mercator", AUTHORITY["EPSG","9815"]], - PARAMETER["longitude_of_center", 7.439583333333333], - PARAMETER["latitude_of_center", 46.952405555555565], - PARAMETER["azimuth", 90.0], - PARAMETER["scale_factor", 1.0], - PARAMETER["false_easting", 600000.0], - PARAMETER["false_northing", 200000.0], - PARAMETER["rectified_grid_angle", 90.0], - UNIT["m", 1.0], - AXIS["Easting", EAST], - AXIS["Northing", NORTH], - AUTHORITY["EPSG","21781"]] - EPSG:21781 - - 540298.0954 - 540692.4954 - 181025.8449 - 181360.6449 - EPSG:21781 - - - 6.656850991150367 - 6.662058712287046 - 46.77772085625814 - 46.78076766824148 - EPSG:4326 - - REPROJECT_TO_DECLARED - true - - false - r-pod-imagery_131031_Yverdon_Heig_10cm - - - CoverageStoreInfoImpl-26e48618:181d2c876f5:-7fe6 - - false - false - - - GeoTIFF - - - 0 0 - 3944 3348 - - - 0.1000000000000059 - -0.10000000000000521 - 0.0 - 0.0 - 540298.1454 - 181360.59490000003 - - EPSG:21781 - - - GEOTIFF - GIF - PNG - JPEG - TIFF - - - nearest neighbor - bilinear - bicubic - - nearest neighbor - - - RED_BAND - GridSampleDimension[-Infinity,Infinity] - - -inf - inf - - W.m-2.Sr-1 - - UNSIGNED_8BITS - - - - GREEN_BAND - GridSampleDimension[-Infinity,Infinity] - - -inf - inf - - W.m-2.Sr-1 - - UNSIGNED_8BITS - - - - BLUE_BAND - GridSampleDimension[-Infinity,Infinity] - - -inf - inf - - W.m-2.Sr-1 - - UNSIGNED_8BITS - - - - - EPSG:21781 - - - EPSG:21781 - - - - InputTransparentColor - - - - SUGGESTED_TILE_SIZE - 512,512 - - - RescalePixels - true - - - 131031_Yverdon_Heig_10cm - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/Aerial view of the HEIG campus (31/03/131031_Yverdon_Heig_10cm/layer.xml b/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/Aerial view of the HEIG campus (31/03/131031_Yverdon_Heig_10cm/layer.xml deleted file mode 100644 index 1257ab5..0000000 --- a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/Aerial view of the HEIG campus (31/03/131031_Yverdon_Heig_10cm/layer.xml +++ /dev/null @@ -1,17 +0,0 @@ - - Aerial view of the HEIG campus (31/03/2013) - LayerInfoImpl-26e48618:181d2c876f5:-7fe4 - RASTER - - StyleInfoImpl-475b9c58:179af7c2936:-8000 - - - CoverageInfoImpl-26e48618:181d2c876f5:-7fe5 - - - 0 - 0 - - 2022-07-07 14:28:20.636 UTC - 2022-07-07 14:31:42.388 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/coveragestore.xml b/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/coveragestore.xml deleted file mode 100644 index 862061d..0000000 --- a/services/geoserver/data/workspaces/r-pod-imagery/r-pod-imagery/coveragestore.xml +++ /dev/null @@ -1,14 +0,0 @@ - - CoverageStoreInfoImpl-26e48618:181d2c876f5:-7fe6 - r-pod-imagery - r-pod-imagery - GeoTIFF - true - - WorkspaceInfoImpl-26e48618:181d2c876f5:-7fee - - <__default>false - 2022-07-07 09:27:25.589 UTC - 2022-07-07 11:34:43.883 UTC - file:data/r-pod/131031_Yverdon_Heig_10cm.tif - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/r-pod-imagery/workspace.xml b/services/geoserver/data/workspaces/r-pod-imagery/workspace.xml deleted file mode 100644 index 2cb0050..0000000 --- a/services/geoserver/data/workspaces/r-pod-imagery/workspace.xml +++ /dev/null @@ -1,6 +0,0 @@ - - WorkspaceInfoImpl-26e48618:181d2c876f5:-7fee - r-pod-imagery - false - 2022-07-07 07:09:24.707 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/zonal_stats/namespace.xml b/services/geoserver/data/workspaces/zonal_stats/namespace.xml deleted file mode 100644 index 419c358..0000000 --- a/services/geoserver/data/workspaces/zonal_stats/namespace.xml +++ /dev/null @@ -1,6 +0,0 @@ - - NamespaceInfoImpl-70d985bf:181b4b6e6c6:-7fdf - zonal_stats - https://www.swissdatacube.org/ - false - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.css b/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.css deleted file mode 100644 index a282c5b..0000000 --- a/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.css +++ /dev/null @@ -1,38 +0,0 @@ -/* Main rule*/ - -* { - stroke: #232323; - stroke-width: 1; - stroke-linejoin:bevel; - - -/* Styling according to the parameter zonalstats */ - - - /* @title 1.33958e-05 - 4.47404e-05 */ - - - [zonalstats>=0.0000133958][zonalstats<=0.0000447404]{fill: #fff5f0}; - - - /* @title 4.47404e-05 - 5.39585e-05 */ - - - [zonalstats>0.0000447404][zonalstats<=0.0000539585]{fill: #fcbea5}; - - - /* @title 5.39585e-05 - 5.92042e-05 */ - - [zonalstats>0.0000539585][zonalstats<=0.0000592042]{fill: #fb7050}; - - - /* @title 5.92042e-05 - 6.53331e-05 */ - - [zonalstats>0.0000592042][zonalstats<=0.0000653331]{fill: #d32020}; - - - /* @title 6.53331e-05 - 9.6609e-05 */ - - [zonalstats>0.0000653331][zonalstats<=0.000096609]{fill: #67000d}; - -} \ No newline at end of file diff --git a/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.sld b/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.sld deleted file mode 100644 index 523ff40..0000000 --- a/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.sld +++ /dev/null @@ -1,155 +0,0 @@ - - - Default Styler - - Default Styler - - - 1.33958e-05 - 4.47404e-05 - - - - zonalstats - 1.33958E-5 - - - zonalstats - 4.47404E-5 - - - - - - #fff5f0 - - - #232323 - bevel - - - - - 4.47404e-05 - 5.39585e-05 - - - - zonalstats - 4.47404E-5 - - - zonalstats - 5.39585E-5 - - - - - - #fcbea5 - - - #232323 - bevel - - - - - 5.39585e-05 - 5.92042e-05 - - - - zonalstats - 5.39585E-5 - - - zonalstats - 5.92042E-5 - - - - - - #fb7050 - - - #232323 - bevel - - - - - 5.92042e-05 - 6.53331e-05 - - - - zonalstats - 5.92042E-5 - - - zonalstats - 6.53331E-5 - - - - - - #d32020 - - - #232323 - bevel - - - - - 6.53331e-05 - 9.6609e-05 - - - - zonalstats - 6.53331E-5 - - - zonalstats - 9.6609E-5 - - - - - - #67000d - - - #232323 - bevel - - - - - - - - zonalstats - 1.33958E-5 - - - zonalstats - 9.6609E-5 - - - zonalstats - - - - - - #232323 - bevel - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.xml b/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.xml deleted file mode 100644 index 4586dd5..0000000 --- a/services/geoserver/data/workspaces/zonal_stats/styles/Zonal statistics.xml +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/zonal_stats/styles/tmp4f7c4b22-eab2-4bf6-bc2b-e52d521c4b71.sld b/services/geoserver/data/workspaces/zonal_stats/styles/tmp4f7c4b22-eab2-4bf6-bc2b-e52d521c4b71.sld deleted file mode 100644 index 523ff40..0000000 --- a/services/geoserver/data/workspaces/zonal_stats/styles/tmp4f7c4b22-eab2-4bf6-bc2b-e52d521c4b71.sld +++ /dev/null @@ -1,155 +0,0 @@ - - - Default Styler - - Default Styler - - - 1.33958e-05 - 4.47404e-05 - - - - zonalstats - 1.33958E-5 - - - zonalstats - 4.47404E-5 - - - - - - #fff5f0 - - - #232323 - bevel - - - - - 4.47404e-05 - 5.39585e-05 - - - - zonalstats - 4.47404E-5 - - - zonalstats - 5.39585E-5 - - - - - - #fcbea5 - - - #232323 - bevel - - - - - 5.39585e-05 - 5.92042e-05 - - - - zonalstats - 5.39585E-5 - - - zonalstats - 5.92042E-5 - - - - - - #fb7050 - - - #232323 - bevel - - - - - 5.92042e-05 - 6.53331e-05 - - - - zonalstats - 5.92042E-5 - - - zonalstats - 6.53331E-5 - - - - - - #d32020 - - - #232323 - bevel - - - - - 6.53331e-05 - 9.6609e-05 - - - - zonalstats - 6.53331E-5 - - - zonalstats - 9.6609E-5 - - - - - - #67000d - - - #232323 - bevel - - - - - - - - zonalstats - 1.33958E-5 - - - zonalstats - 9.6609E-5 - - - zonalstats - - - - - - #232323 - bevel - - - - first - - - - - diff --git a/services/geoserver/data/workspaces/zonal_stats/workspace.xml b/services/geoserver/data/workspaces/zonal_stats/workspace.xml deleted file mode 100644 index 4ab90a5..0000000 --- a/services/geoserver/data/workspaces/zonal_stats/workspace.xml +++ /dev/null @@ -1,6 +0,0 @@ - - WorkspaceInfoImpl-70d985bf:181b4b6e6c6:-7fe0 - zonal_stats - false - 2022-06-30 14:54:55.38 UTC - \ No newline at end of file diff --git a/services/geoserver/data/workspaces/zonal_stats/zonal_stats/datastore.xml b/services/geoserver/data/workspaces/zonal_stats/zonal_stats/datastore.xml deleted file mode 100644 index dcf554c..0000000 --- a/services/geoserver/data/workspaces/zonal_stats/zonal_stats/datastore.xml +++ /dev/null @@ -1,22 +0,0 @@ - - DataStoreInfoImpl-70d985bf:181b4b6e6c6:-7fde - zonal_stats - Zonal statistics - GeoPackage - true - - WorkspaceInfoImpl-70d985bf:181b4b6e6c6:-7fe0 - - - 1000 - false - 1 - file:data/zonalstats/zonalstats.gpkg - false - geopkg - https://www.swissdatacube.org/ - - <__default>false - 2022-06-30 14:57:18.160 UTC - 2022-06-30 14:57:19.62 UTC - \ No newline at end of file diff --git a/services/geoserver/data/wps.xml b/services/geoserver/data/wps.xml deleted file mode 100644 index 31e9717..0000000 --- a/services/geoserver/data/wps.xml +++ /dev/null @@ -1,50 +0,0 @@ - - wps - true - NGDI-20-60 OGC API Testbed Geoserver WPS - NGDI-20-60 OGC API Testbed Geoserver Web Processing Service - https://heig-vd.ch/rad/instituts/mei/mediamaps - Web Processing Service (WPS) describing available processes to execute on server contents. - - - 1.0.0 - - - false - https://ogc.heig-vd.ch/geoserver/web - http://schemas.opengis.net - false - 30.0 - 300 - 2 - 2 - - - org.geoserver.wps.DeprecatedProcessFactory - false - - - org.geoserver.wps.jts.SpringBeanProcessFactory - true - - - org.geotools.process.geometry.GeometryProcessFactory - true - - - org.geotools.process.geometry.PolygonLabelProcess - true - - - org.geotools.process.raster.RasterProcessFactory - true - - - org.geotools.process.vector.VectorProcessFactory - true - - - 0 - 0 - 0 - \ No newline at end of file diff --git a/services/geoserver/docker-compose.yml b/services/geoserver/docker-compose.yml index 706a878..182c4cf 100644 --- a/services/geoserver/docker-compose.yml +++ b/services/geoserver/docker-compose.yml @@ -48,5 +48,4 @@ services: networks: default: - external: - name: service-network + name: service-network diff --git a/services/goaf/docker-compose.yml b/services/goaf/docker-compose.yml index 5bbcfbe..be0830c 100644 --- a/services/goaf/docker-compose.yml +++ b/services/goaf/docker-compose.yml @@ -44,5 +44,4 @@ services: networks: default: - external: - name: service-network + name: service-network diff --git a/services/home/docker-compose.yml b/services/home/docker-compose.yml index 13879ca..cfbebb3 100644 --- a/services/home/docker-compose.yml +++ b/services/home/docker-compose.yml @@ -35,5 +35,4 @@ services: networks: default: - external: - name: service-network + name: service-network diff --git a/services/home/src/docs/index.md b/services/home/src/docs/index.md index d708441..dac67f3 100644 --- a/services/home/src/docs/index.md +++ b/services/home/src/docs/index.md @@ -1,10 +1,10 @@ --- -title: NGDI-20-60 OGC API Testbed Platform +title: HEIG-VD OGC API Testbed Platform --- -# NGDI-20-60 OGC API Testbed Platform +# HEIG-VD OGC API Testbed Platform -Landing page of the **NGDI-20-60 OGC API Testbed Platform** maintained
    by [HEIG-VD](https://heig-vd.ch/rad/instituts/mei/mediamaps), [SUPSI](https://www.supsi.ch/ist/servizi/geomatica.html) and [UNIGE](https://www.unige.ch/environnement/en/) on the basis of a "fork" of the Geonovum OGC-API-Testbed suite. +Landing page of the **HEIG-VD OGC API Testbed Platform** maintained
    by [HEIG-VD](https://heig-vd.ch/rad/instituts/mei/mediamaps) on the basis of a "fork" of the Geonovum OGC-API-Testbed suite. Main website and documentation are avalaible here: [apitestdocs.geonovum.nl](https://apitestdocs.geonovum.nl). Below the (web-) services running on this domain. Click links to view and interact. @@ -122,4 +122,4 @@ Open Source products running in this instance. | [SensorThings API](https://geoservice2.ist.supsi.ch/indg/frost/v1.1) | [Fraunhofer IOSB](https://www.iosb.fraunhofer.de/en/projects-and-products/frost-server.html) | [Link](https://fraunhoferiosb.github.io/FROST-Server/)| # Contact -[mediamaps](https://heig-vd.ch/rad/instituts/mei/mediamaps) \ No newline at end of file +[mediamaps](https://heig-vd.ch/rad/instituts/mei/mediamaps) diff --git a/services/home/src/mkdocs.yml b/services/home/src/mkdocs.yml index 64398a3..546d77a 100644 --- a/services/home/src/mkdocs.yml +++ b/services/home/src/mkdocs.yml @@ -1,5 +1,5 @@ -site_name: NGDI-20-60 OGC API Testbed Platform -site_description: "NGDI-20-60 OGC API Testbed Platform" +site_name: HEIG-VD OGC API Testbed Platform +site_description: "HEIG-VD OGC API Testbed Platform" site_author: HEIG-VD, SUPSI, UNIGE copyright: "© 2022 HEIG-VD, SUPSI, UNIGE" site_url: https://ogc.heig-vd.ch diff --git a/services/ldproxy/data/cfg.yml b/services/ldproxy/data/cfg.yml deleted file mode 100755 index 461e387..0000000 --- a/services/ldproxy/data/cfg.yml +++ /dev/null @@ -1,8 +0,0 @@ -server: - externalUrl: https://ogc.heig-vd.ch/ldproxy -logging: - level: 'OFF' - appenders: - - type: console - loggers: - de.ii: INFO \ No newline at end of file diff --git a/services/ldproxy/data/store/entities/providers/geoclimate.yml b/services/ldproxy/data/store/entities/providers/geoclimate.yml deleted file mode 100644 index e219966..0000000 --- a/services/ldproxy/data/store/entities/providers/geoclimate.yml +++ /dev/null @@ -1,118 +0,0 @@ ---- -id: geoclimate -createdAt: 1657638825429 -lastModified: 1657638825429 -entityStorageVersion: 2 -providerType: FEATURE -featureProviderType: SQL -nativeCrs: - code: 4326 - forceAxisOrder: LON_LAT -connectionInfo: - database: geoclimate - host: postgis - user: postgres - password: cG9zdGdyZXM= -sourcePathDefaults: - primaryKey: ogc_fid - sortKey: ogc_fid -types: - building_urban_typo: - sourcePath: /building_urban_typo - type: OBJECT - properties: - ogc_fid: - sourcePath: ogc_fid - type: INTEGER - role: ID - Geometry: - sourcePath: wkb_geometry - type: GEOMETRY - role: PRIMARY_GEOMETRY - geometryType: POLYGON - fid: - sourcePath: fid - type: FLOAT - Building ID: - sourcePath: id_build - type: FLOAT - RSU ID: - sourcePath: id_rsu - type: FLOAT - Building type: - sourcePath: i_typo - type: STRING - rsu_lcz: - sourcePath: /rsu_lcz - type: OBJECT - properties: - ogc_fid: - sourcePath: ogc_fid - type: INTEGER - role: ID - Geometry: - sourcePath: wkb_geometry - type: GEOMETRY - role: PRIMARY_GEOMETRY - geometryType: POLYGON - fid: - sourcePath: fid - type: FLOAT - id: - sourcePath: id - type: FLOAT - LCZ Primary: - sourcePath: lcz_primary - type: FLOAT - LCZ Secondary: - sourcePath: lcz_secondary - type: FLOAT - Minimal distance: - sourcePath: min_distance - type: FLOAT - LCZ uniqueness value: - sourcePath: lcz_uniqueness_value - type: FLOAT - LCZ equality value: - sourcePath: lcz_equality_value - type: FLOAT - Definition: - sourcePath: definition - type: STRING - tot_floor_area_rsu_lcz: - sourcePath: /tot_floor_area_rsu_lcz - type: OBJECT - properties: - ogc_fid: - sourcePath: ogc_fid - type: INTEGER - role: ID - Geometry: - sourcePath: wkb_geometry - type: GEOMETRY - role: PRIMARY_GEOMETRY - geometryType: POLYGON - RSU ID: - sourcePath: id_rsu - type: FLOAT - LCZ primary: - sourcePath: lcz_primary - type: FLOAT - LCZ secondary: - sourcePath: lcz_secondary - type: STRING - Minimal distance: - sourcePath: min_distance - type: FLOAT - LCZ uniqueness value: - sourcePath: lcz_uniqueness_value - type: STRING - LCZ equality value: - sourcePath: lcz_equality_value - type: STRING - Main use: - sourcePath: main_use - type: STRING - Total floor area: - sourcePath: tot_floor_area - type: FLOAT diff --git a/services/ldproxy/data/store/entities/providers/mgm.yml b/services/ldproxy/data/store/entities/providers/mgm.yml deleted file mode 100644 index c2072fc..0000000 --- a/services/ldproxy/data/store/entities/providers/mgm.yml +++ /dev/null @@ -1,177 +0,0 @@ ---- -id: mgm -createdAt: 1658753432600 -lastModified: 1658753432600 -entityStorageVersion: 2 -providerType: FEATURE -featureProviderType: SQL -nativeCrs: - code: 4326 - forceAxisOrder: LON_LAT -connectionInfo: - database: mgm - host: postgis - user: postgres - password: cG9zdGdyZXM= -sourcePathDefaults: - primaryKey: ogc_fid - sortKey: ogc_fid -types: - ffp_foret_protectrice_ge: - sourcePath: /ffp_foret_protectrice_ge - type: OBJECT - properties: - ogc_fid: - sourcePath: ogc_fid - type: INTEGER - role: ID - Geometry: - sourcePath: wkb_geometry - type: GEOMETRY - role: PRIMARY_GEOMETRY - geometryType: MULTI_POLYGON - fid: - sourcePath: fid - type: FLOAT - id: - sourcePath: id - type: FLOAT - Erosion: - sourcePath: erosion - type: FLOAT - Landslide: - sourcePath: glissement - type: FLOAT - Rock falls: - sourcePath: chutes_pierres - type: FLOAT - Local name: - sourcePath: nom_local - type: STRING - Potential hazard: - sourcePath: danger_potentiel - type: STRING - Damage: - sourcePath: dommage - type: STRING - Surface area: - sourcePath: shape_area - type: FLOAT - Perimeter: - sourcePath: shape_len - type: FLOAT - gewr: - sourcePath: /gewr - type: OBJECT - properties: - ogc_fid: - sourcePath: ogc_fid - type: INTEGER - role: ID - Geometry: - sourcePath: wkb_geometry - type: GEOMETRY - role: PRIMARY_GEOMETRY - geometryType: POLYGON - t_id: - sourcePath: t_id - type: FLOAT - t_basket: - sourcePath: t_basket - type: FLOAT - t_ili_tid: - sourcePath: t_ili_tid - type: STRING - Kanton: - sourcePath: kanton - type: FLOAT - Object number: - sourcePath: objektnummer - type: STRING - Name: - sourcePath: gewaessername - type: STRING - Effective date: - sourcePath: rechtskraftdatum - type: DATETIME - role: PRIMARY_INSTANT - Renunciation: - sourcePath: verzicht - type: BOOLEAN - kataster_belasteter_standorte_zivilflugplaetze_standort: - sourcePath: /kataster_belasteter_standorte_zivilflugplaetze_standort - type: OBJECT - properties: - ogc_fid: - sourcePath: ogc_fid - type: INTEGER - role: ID - Geometry: - sourcePath: wkb_geometry - type: GEOMETRY - role: PRIMARY_GEOMETRY - geometryType: POINT - fid: - sourcePath: fid - type: FLOAT - id: - sourcePath: id - type: FLOAT - t_id: - sourcePath: t_id - type: FLOAT - t_basket: - sourcePath: t_basket - type: FLOAT - t_ili_tid: - sourcePath: t_ili_tid - type: STRING - Cadastral number: - sourcePath: katasternummer - type: STRING - URL (Location): - sourcePath: url_standort - type: STRING - Site type: - sourcePath: standorttyp - type: FLOAT - In use: - sourcePath: inbetrieb - type: BOOLEAN - Aftercare: - sourcePath: nachsorge - type: BOOLEAN - Status: - sourcePath: statusaltlv - type: FLOAT - First entry: - sourcePath: ersteintrag - type: DATETIME - role: PRIMARY_INSTANT - Last adaptation: - sourcePath: letzteanpassung - type: DATETIME - URL (Cadastre of polluted sites): - sourcePath: url_kbs_auszug - type: STRING - Remark: - sourcePath: bemerkung - type: STRING - Remark (DE): - sourcePath: bemerkung_de - type: STRING - Remark (FR): - sourcePath: bemerkung_fr - type: STRING - Remark (RM): - sourcePath: bemerkung_rm - type: STRING - Remark (IT): - sourcePath: bemerkung_it - type: STRING - Remark (EN): - sourcePath: bemerkung_en - type: STRING - Cadastre of responsibilities: - sourcePath: zustaendigkeitkataster - type: FLOAT diff --git a/services/ldproxy/data/store/entities/services/geoclimate.yml b/services/ldproxy/data/store/entities/services/geoclimate.yml deleted file mode 100644 index d0b45e1..0000000 --- a/services/ldproxy/data/store/entities/services/geoclimate.yml +++ /dev/null @@ -1,88 +0,0 @@ ---- -id: geoclimate -createdAt: 1657638826417 -lastModified: 1657638826417 -entityStorageVersion: 2 -serviceType: OGC_API -label: Geoclimate -description: | - GeoClimate is an opensource geospatial toolbox to compute a set of climate related parameters describing a territory (morphological indicators such as Sky View Factor, urban classifications such as Local Climate Zones, etc.). -
    - GeoClimate uses vector-based inputs. Specific workflows have been developed to automatically use OpenStreetMap and the French BD Topo 2.2 version databases but the algorithms are data independent, thus allowing the user to connect any vector-based dataset. -metadata: - contactName: Mediamaps - # contactEmail: maxime.collombin@heig-vd.ch - creatorName: Mediamaps, HEIG-VD - creatorUrl: https://heig-vd.ch/rad/instituts/mei/mediamaps - publisherName: Mediamaps, HEIG-VD - publisherUrl: https://heig-vd.ch/rad/instituts/mei/mediamaps -apiValidation: NONE -api: -- buildingBlock: COLLECTIONS - additionalLinks: - - rel: related - type: text/html - title: 'Geoclimate website' - href: 'https://github.com/orbisgis/geoclimate/' - hreflang: fr -- buildingBlock: CRS - enabled: true - additionalCrs: - - code: 2056 - forceAxisOrder: NONE - - code: 3857 - forceAxisOrder: NONE -- buildingBlock: SCHEMA - enabled: true -- buildingBlock: QUERYABLES - enabled: true -- buildingBlock: FILTER - enabled: true -- buildingBlock: SORTING - enabled: true -- buildingBlock: PROJECTIONS - enabled: true -# - buildingBlock: TILES -# enabled: true -# cache: MBTILES -# tileProvider: -# type: FEATURES -# multiCollectionEnabled: true -# zoomLevels: -# WebMercatorQuad: -# min: 5 -# max: 21 -# seeding: -# WebMercatorQuad: -# min: 5 -# max: 21 -collections: - building_urban_typo: - id: building_urban_typo - label: Building urban typology - enabled: true - api: - - buildingBlock: FEATURES_CORE - queryables: - spatial: - - wkb_geometry - temporal: - - date - rsu_lcz: - id: rsu_lcz - label: Local Climate Zones - enabled: true - api: - - buildingBlock: FEATURES_CORE - queryables: - spatial: - - wkb_geometry - tot_floor_area_rsu_lcz: - id: tot_floor_area_rsu_lcz - label: Potential risk (urban heat islands) - enabled: true - api: - - buildingBlock: FEATURES_CORE - queryables: - spatial: - - wkb_geometry diff --git a/services/ldproxy/data/store/entities/services/mgm.yml b/services/ldproxy/data/store/entities/services/mgm.yml deleted file mode 100644 index 7f4fdc1..0000000 --- a/services/ldproxy/data/store/entities/services/mgm.yml +++ /dev/null @@ -1,90 +0,0 @@ ---- -id: mgm -createdAt: 1658753433497 -lastModified: 1658753433497 -entityStorageVersion: 2 -serviceType: OGC_API -label: Minimal Geodata Models -description: | - The aim of the Geoinformation Act (GeoIA) is to enable the wider use of geoinformation in administration, business, society and science. In order to achieve this goal, geodata must be made available quickly, easily and at affordable costs, while at the same time satisfying the required quality level. -
    - The Federal Law on Geoinformation (CH) obliges the federal offices and the cantons to harmonise the basic geodata in their areas of responsibility and to establish minimum geodata models and representations for these. -metadata: - contactName: Mediamaps - # contactEmail: maxime.collombin@heig-vd.ch - creatorName: Mediamaps, HEIG-VD - creatorUrl: https://heig-vd.ch/rad/instituts/mei/mediamaps - publisherName: Mediamaps, HEIG-VD - publisherUrl: https://heig-vd.ch/rad/instituts/mei/mediamaps -apiValidation: NONE -api: -- buildingBlock: COLLECTIONS - additionalLinks: - - rel: related - type: text/html - title: 'Modèles de géodonnées (FR)' - href: 'https://www.geo.admin.ch/fr/geoinformation-suisse/geodonnees-de-base/modeles-geodonnees.html' - hreflang: fr -- buildingBlock: CRS - enabled: true - additionalCrs: - - code: 2056 - forceAxisOrder: NONE - - code: 3857 - forceAxisOrder: NONE -- buildingBlock: SCHEMA - enabled: true -- buildingBlock: QUERYABLES - enabled: true -- buildingBlock: FILTER - enabled: true -- buildingBlock: SORTING - enabled: true -- buildingBlock: PROJECTIONS - enabled: true -# - buildingBlock: TILES -# enabled: true -# cache: MBTILES -# tileProvider: -# type: FEATURES -# multiCollectionEnabled: true -# zoomLevels: -# WebMercatorQuad: -# min: 5 -# max: 21 -# seeding: -# WebMercatorQuad: -# min: 5 -# max: 21 -collections: - ffp_foret_protectrice_ge: - id: ffp_foret_protectrice_ge - label: Protective forests in the canton of Geneva - enabled: true - api: - - buildingBlock: FEATURES_CORE - queryables: - spatial: - - wkb_geometry - gewr: - id: gewr - label: Space provided for waters, side streams and water bodies - enabled: true - api: - - buildingBlock: FEATURES_CORE - queryables: - spatial: - - wkb_geometry - temporal: - - rechtskraftdatum - kataster_belasteter_standorte_zivilflugplaetze_standort: - id: kataster_belasteter_standorte_zivilflugplaetze_standort - label: Cadastre of contaminated sites on civil aerodromes (CCS FOCA) - enabled: true - api: - - buildingBlock: FEATURES_CORE - queryables: - spatial: - - wkb_geometry - temporal: - - ersteintrag diff --git a/services/ldproxy/data/store/entities/users/admin.yml b/services/ldproxy/data/store/entities/users/admin.yml deleted file mode 100644 index 097457d..0000000 --- a/services/ldproxy/data/store/entities/users/admin.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: admin -createdAt: 1622452484860 -lastModified: 1622452484860 -entityStorageVersion: 1 -password: 1000:3ec2538233b71ba83822d2e5ee3aabfb0599ead77bd30514:961d14238fe9a71b3b3243545b7e5a0475ccbf3f5134f000 -role: SUPERADMIN diff --git a/services/ldproxy/docker-compose.yml b/services/ldproxy/docker-compose.yml index bea6e01..c8c1c94 100644 --- a/services/ldproxy/docker-compose.yml +++ b/services/ldproxy/docker-compose.yml @@ -16,6 +16,9 @@ services: restart: "unless-stopped" + depends_on: + - postgis + volumes: - ./data:/ldproxy/data @@ -51,5 +54,4 @@ services: networks: default: - external: - name: service-network + name: service-network diff --git a/services/ldproxy/env.sh b/services/ldproxy/env.sh index 9505586..9c75b82 100755 --- a/services/ldproxy/env.sh +++ b/services/ldproxy/env.sh @@ -3,13 +3,21 @@ source ../env.sh # Change for new service and subpath + export SERVICE_NAME="ldproxy" # Is subpath (Python web apps only). + export SERVICE_PATH="/${SERVICE_NAME}" -export SERVICE_PATH_MANAGER="/manager_ldproxy" + +# export SERVICE_PATH_MANAGER="/manager_ldproxy" # Can be usually left as isunless you want to run specific build and/or version. + export DOCKER_IMAGE_NAME="iide/ldproxy" -export DOCKER_IMAGE_VERSION="master" +export DOCKER_IMAGE_VERSION="latest" export DOCKER_IMAGE="${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION}" + +# Add DEPENDS_ON field to wait for the postgis container + +export DEPENDS_ON="postgis" \ No newline at end of file diff --git a/services/postgis/docker-compose.yml b/services/postgis/docker-compose.yml index 48419c3..c96cbf4 100644 --- a/services/postgis/docker-compose.yml +++ b/services/postgis/docker-compose.yml @@ -67,5 +67,4 @@ volumes: networks: default: - external: - name: service-network + name: service-network diff --git a/services/pycsw/docker-compose.yml b/services/pycsw/docker-compose.yml index ecceca9..add5da8 100644 --- a/services/pycsw/docker-compose.yml +++ b/services/pycsw/docker-compose.yml @@ -45,5 +45,4 @@ services: networks: default: - external: - name: service-network + name: service-network diff --git a/services/pygeoapi/docker-compose.yml b/services/pygeoapi/docker-compose.yml index 75845dc..7c44cd8 100644 --- a/services/pygeoapi/docker-compose.yml +++ b/services/pygeoapi/docker-compose.yml @@ -25,6 +25,8 @@ services: # Map data and config into pygeoapi container - ./local.config.yml:/pygeoapi/local.config.yml - ./data:/pygeoapi/data + # - ./plugin.py:/pygeoapi/plugin.py + # - ./process:/pygeoapi/process labels: # Enable Traefik routing on overlay service network @@ -45,5 +47,4 @@ services: networks: default: - external: - name: service-network + name: service-network diff --git a/services/pygeoapi/env.sh b/services/pygeoapi/env.sh index 410e27b..da55169 100755 --- a/services/pygeoapi/env.sh +++ b/services/pygeoapi/env.sh @@ -12,3 +12,4 @@ export SERVICE_PATH="/${SERVICE_NAME}" export DOCKER_IMAGE_NAME="geopython/pygeoapi" export DOCKER_IMAGE_VERSION="latest" export DOCKER_IMAGE="${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION}" + diff --git a/services/pygeoapi/local.config.yml b/services/pygeoapi/local.config.yml index 6f8b70a..53309a7 100644 --- a/services/pygeoapi/local.config.yml +++ b/services/pygeoapi/local.config.yml @@ -38,16 +38,16 @@ logging: metadata: identification: - title: - en: NGDI-20-60 OGC API Testbed Platform - de: NGDI-20-60 OGC API Testbed Plattform - fr-CH: Plateforme de test INDG-20-60 OGC API - it: NGDI-20-60 Piattaforma del banco di prova delle API OGC - description: - en: Implementation showing the use of pygeoapi as part of the NGDI-20-60 OGC API Testbed Platform - de: Implementierung, die die Verwendung von pygeoapi als Teil der NGDI-20-60 OGC API Testbed Plattform zeigt - fr-CH: Implémentation montrant l'utilisation de pygeoapi dans le cadre de la plate-forme de test de l'API OGC NGDI-20-60. - it: Implementazione che mostra l'uso di pygeoapi come parte della piattaforma NGDI-20-60 OGC API Testbed + title: + en: HEIG-VD OGC API Testbed Platform + de: HEIG-VD OGC API Testbed Plattform + fr-CH: Plateforme de test HEIG-VD OGC API + it: HEIG-VD Piattaforma del banco di prova delle API OGC + description: + en: Implementation showing the use of pygeoapi as part of the HEIG-VD OGC API Testbed Platform + de: Implementierung, die die Verwendung von pygeoapi als Teil der HEIG-VD OGC API Testbed Plattform zeigt + fr-CH: Implémentation montrant l'utilisation de pygeoapi dans le cadre de la plate-forme de test de HEIG-VD OGC API. + it: Implementazione che mostra l'uso di pygeoapi come parte della piattaforma HEIG-VD OGC API Testbed keywords: en: - geospatial @@ -75,8 +75,8 @@ metadata: - UNIGE - SUPSI - swisstopo - - INDGI - it: + - INDGI + it: - geospaziale - dati - api @@ -328,10 +328,10 @@ resources: ffp_foret_protectrice_ge: type: collection lang: en-US - title: + title: en: Protective forests in the canton of Geneva fr: FFP - Forêts protectrices du canton de Genève - description: + description: en: Protective forests against natural hazards such as erosion, landslides and rockfalls - validated by the Federal Office for the Environment de: Wälder zum Schutz vor Naturgefahren wie Erosion, Rutschungen und Steinschlag - validiert durch das Bundesamt für Umwelt fr: Forêts de protection contre les dangers naturels tels que l'érosion, les glissements et les chutes de pierres - validées par l'Office fédérale de l'environnement @@ -347,7 +347,7 @@ resources: de: - FFP - Wald - - Naturgefahren + - Naturgefahren - Schutz - Open Data - SITG @@ -394,60 +394,60 @@ resources: kataster-belasteter-standorte-zivilflugplaetze_standort: type: collection lang: en-US - title: + title: en: Cadastre of contaminated sites on civil aerodromes (CCS FOCA) de: Kataster der belasteten Standorte im Bereich der zivilen Flugplätze (KbS BAZL) fr: Cadastre des sites pollués – domaine des aérodromes civils (CSP OFAC) it: Catasto dei siti inquinati nel settore degli aeroporti civili (CSIN UFAC) - description: + description: en: "Public register of contaminated sites within the perimeter of civil aerodromes. This includes information about the location, type and quantity of waste, the period of deposition, as well as conducted studies and measures. The following types of sites can be distinguished: operating site, accident site and deposition site." de: "Öffentlich zugänglicher Kataster der belasteten Standorte im Perimeter der zivilen Flugplätze. Der Kataster gibt unter anderem Auskunft über die Lage, die Art und Menge der an den Standort gelangten Abfälle, den Ablagerungszeitraum, sowie durchgeführte Untersuchungen und Massnahmen. Unterschieden werden folgende Standorttypen: Betriebsstandort, Unfallstandort und Ablagerungsstandort." fr: "Cadastre public des sites pollués dans le périmètre des aérodromes civils. Le cadastre renseigne dans la mesure du possible sur l’emplacement, le type et la quantité de déchets présents sur le site, sur la période de stockage des déchets et sur les investigations et les mesures de protection de l’environnement déjà réalisées. On distingue entre les types de sites suivants: aires d’exploitation, lieux d’accident et sites de stockage." it: "Catasti pubblici dei siti inquinati nel perimetro degli aerodromi civili. Il catasto informa, tra l’altro, sull’ubicazione, sul tipo e la quantità di rifiuti presenti sul sito, sui tempi di deposito, sulle verifiche effettuate e le misure adottate. Si distingue tra i seguenti tipi di siti: aree d’impresa, luoghi d’incidente, siti di stoccaggio." keywords: en: - - polluted site - - air navigation - - airfield - - official geodata - - Conservation and archiving planning AAP - Confederation - - opendata.swiss - - FSDI Federal Spatial Data Infrastructure - - airport - - old hazardous site + - polluted site + - air navigation + - airfield + - official geodata + - Conservation and archiving planning AAP - Confederation + - opendata.swiss + - FSDI Federal Spatial Data Infrastructure + - airport + - old hazardous site - Environmental monitoring facilities de: - - Belasteter Standort - - Luftfahrt - - Flugplatz - - Geobasisdaten - - Aufbewahrungs- und Archivierungsplanung AAP - Bund - - opendata.swiss + - Belasteter Standort + - Luftfahrt + - Flugplatz + - Geobasisdaten + - Aufbewahrungs- und Archivierungsplanung AAP - Bund + - opendata.swiss - BGDI Bundesgeodaten-Infrastruktur - - Flughafen - - Altlast - - Umweltüberwachung - fr-CH: - - site pollué - - navigation aérienne + - Flughafen + - Altlast + - Umweltüberwachung + fr-CH: + - site pollué + - navigation aérienne - aérodrome - - géodonnées de base - - Planification de la conservation et de l'archivage AAP - Conféderation + - géodonnées de base + - Planification de la conservation et de l'archivage AAP - Conféderation - opendata.swiss - - IFDG l’Infrastructure Fédérale de données géographiques + - IFDG l’Infrastructure Fédérale de données géographiques - aéroport - - site ancien dangereux + - site ancien dangereux - Installations de suivi environnemental it: - sito inquinato - - navigazione aerea - - aerodromo - - geodati di base - - Pianificazione della conservazione e dell’archiviazione AAP - Confederazione - - opendata.swiss - - IFDG Infrastruttura federale dei dati geografici - - aeroporto - - discarica dismessa + - navigazione aerea + - aerodromo + - geodati di base + - Pianificazione della conservazione e dell’archiviazione AAP - Confederazione + - opendata.swiss + - IFDG Infrastruttura federale dei dati geografici + - aeroporto + - discarica dismessa - Impianti di monitoraggio ambientale crs: - CRS84 @@ -479,15 +479,15 @@ resources: type: collection # visibility: hidden lang: en-US - title: + title: en: Smapshot images location - description: + description: en: "Smapshot images location" keywords: en: - Smapshot API - - 3D Pictures - - Crowdsourcing + - 3D Pictures + - Crowdsourcing crs: - CRS84 links: @@ -514,72 +514,72 @@ resources: table: images #images_location geom_field: location # List of fields to be exposed - properties: - - id + properties: + - id - name - date_inserted - - date_shot - - date_georef - - title - - link - - license - - azimuth - - tilt - - roll - - focal - - px - - py + - date_shot + - date_georef + - title + - link + - license + - azimuth + - tilt + - roll + - focal + - px + - py - location - - collection_id - - owner_id - - user_id + - collection_id + - owner_id + - user_id - geotags_array - - view_type - - apriori_altitude - - validator_id + - view_type + - apriori_altitude + - validator_id - is_published - exact_date - - date_shot_min - - date_shot_max + - date_shot_min + - date_shot_max - original_id - link_id - - caption - - height - - width - - orig_title - - orig_caption + - caption + - height + - width + - orig_title + - orig_caption - correction_enabled - - observation_enabled - - download_link + - observation_enabled + - download_link - date_orig - downloaded - download_timestamp - - viewshed_created - - geotag_created + - viewshed_created + - geotag_created - geotag_timestamp - viewshed_timestamp - date_validated - last_start - - shop_link - - geolocalisation_id - - state + - shop_link + - geolocalisation_id + - state - country_iso_a2 - - original_state - - framing_mode + - original_state + - framing_mode # Collection # 8 (smapshot images viewshed simple): images_viewshed_simple: type: collection # visibility: hidden lang: en-US - title: + title: en: Smapshot images viewshed simple - description: + description: en: "Smapshot images viewshed simple" keywords: en: - Smapshot API - - 3D Pictures - - Crowdsourcing + - 3D Pictures + - Crowdsourcing crs: - CRS84 links: @@ -607,71 +607,71 @@ resources: geom_field: viewshed_simple # List of fields to be exposed properties: - - id + - id - name - date_inserted - - date_shot - - date_georef - - title - - link - - license - - azimuth - - tilt - - roll - - focal - - px - - py - - collection_id - - owner_id - - user_id + - date_shot + - date_georef + - title + - link + - license + - azimuth + - tilt + - roll + - focal + - px + - py + - collection_id + - owner_id + - user_id - geotags_array - - view_type - - apriori_altitude - - validator_id + - view_type + - apriori_altitude + - validator_id - is_published - exact_date - - date_shot_min - - date_shot_max + - date_shot_min + - date_shot_max - original_id - link_id - - caption - - height - - width - - orig_title - - orig_caption + - caption + - height + - width + - orig_title + - orig_caption - correction_enabled - - observation_enabled - - download_link + - observation_enabled + - download_link - date_orig - downloaded - download_timestamp - viewshed_simple - - viewshed_created - - geotag_created + - viewshed_created + - geotag_created - geotag_timestamp - viewshed_timestamp - date_validated - last_start - - shop_link - - geolocalisation_id - - state + - shop_link + - geolocalisation_id + - state - country_iso_a2 - - original_state + - original_state - framing_mode # Collection # 9 (smapshot images footprint): images_footprint: type: collection # visibility: hidden lang: en-US - title: + title: en: Smapshot images footprint - description: + description: en: "Smapshot images footprint" keywords: en: - Smapshot API - - 3D Pictures - - Crowdsourcing + - 3D Pictures + - Crowdsourcing crs: - CRS84 links: @@ -699,95 +699,165 @@ resources: geom_field: footprint # List of fields to be exposed properties: - - id + - id - name - date_inserted - - date_shot - - date_georef - - title - - link - - license - - azimuth - - tilt - - roll - - focal - - px - - py - - collection_id - - owner_id - - user_id + - date_shot + - date_georef + - title + - link + - license + - azimuth + - tilt + - roll + - focal + - px + - py + - collection_id + - owner_id + - user_id - geotags_array - - view_type - - apriori_altitude - - validator_id + - view_type + - apriori_altitude + - validator_id - is_published - exact_date - - date_shot_min - - date_shot_max + - date_shot_min + - date_shot_max - original_id - link_id - - caption - - height - - width - - orig_title - - orig_caption + - caption + - height + - width + - orig_title + - orig_caption - correction_enabled - - observation_enabled - - download_link + - observation_enabled + - download_link - date_orig - downloaded - download_timestamp - - geotag_created + - geotag_created - geotag_timestamp - viewshed_timestamp - date_validated - last_start - - shop_link - - geolocalisation_id - - state + - shop_link + - geolocalisation_id + - state - country_iso_a2 - - original_state + - original_state - footprint - framing_mode - # Records # 1: Metadata mgm (TinyDB provider) - mgm_metadata: + # # Collection # 10: OGC API Tiles + # ogcapi-tiles: + # type: collection + # title: Local Climate Zones + # description: Local Climate Zones as OGC API Tiles + # keywords: + # - geoclimate + # - urban heat islands + # - osm + # links: + # - type: text/html + # rel: canonical + # title: information + # href: https://github.com/orbisgis/geoclimate + # hreflang: en-US + # extents: + # spatial: + # bbox: [6.604342890453713,46.73864780045886,6.672052698054584,46.79537989717215] + # crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 + # temporal: + # begin: null + # end: null # or empty + # providers: + # - type: feature + # name: GeoJSON + # data: data/rsu_lcz.geojson + # - type: tile + # name: MVT + # data: data/tiles + # options: + # metadata_format: tilejson # default | tilejson + # bounds: [[6.604342890453713,46.73864780045886],[6.672052698054584,46.79537989717215]] + # zoom: + # min: 0 + # max: 16 + # schemes: + # - WorldCRS84Quad + # format: + # name: pbf + # mimetype: application/vnd.mapbox-vector-tile + # Collection # 11 (pure_adr): + pure_adr: type: collection - title: - en: MGM metadata - de: MGM Metadaten - fr-CH: Métadonnées MGM - it: MMG metadati - description: - en: "Metadata associated with minimum geodata models" - de: "Metadaten, die mit minimalen Geodatenmodellen verknüpft sind" - fr-CH: "Métadonnées associées aux modèles minimaux de géodonnées" - it: "Metadati associati a modelli minimi di geodati" + lang: fr-CH + title: 'Répertoire des adresses de bâtiments' + description: Répertoire des adresses de bâtiments de la commune d'Yverdon-les-Bains keywords: - en: - - mgm + fr-CH: + - RegBL + - OFS - swisstopo - - KGK/CGC - - opendata.swiss + crs: + - CRS84 + - EPSG:2056 links: - type: text/html rel: canonical title: information - href: https://www.geo.admin.ch/fr/geoinformation-suisse/geodonnees-de-base/modeles-geodonnees.html + href: https://www.swisstopo.admin.ch/fr/geodata/repertoires-officiels-geographiques/repertoire-adresses-batiments.html hreflang: fr-CH extents: spatial: - bbox: [5.955901955143183,45.81795848130465,10.492171265453214,47.80845430298337] + bbox: [6.60436298929917,46.73864469687482,6.671878894019629,46.795219619910334] + crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 + providers: + - type: feature + name: PostgreSQL + data: + host: postgis + port: 5432 + dbname: postgres + user: postgres + password: postgres + search_path: [public] + id_field: ogc_fid + table: pure_adr + geom_field: wkb_geometry + source_srs: EPSG:4326 + target_srs: EPSG:2056 + # Records # 1: OGC API Records based on the Swiss Geometadata Catalogue + geocat: + type: collection + title: Swiss Geometadata Catalogue (geocat.ch) + description: geocat.ch, Switzerland's geographic catalogue, documents all the geodata, geoservices and models in Switzerland. + keywords: + - metadata + - swisstopo + - geocat + links: + - type: text/html + rel: canonical + title: geocat + href: https://www.geocat.ch + extents: + spatial: + # bbox: [-180,-90,180,90] + bbox: [5.83599354331156, 45.6939911225504, 10.6429883601277, 47.8389915641108] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 - temporal: - begin: - end: null # or empty (either means open ended) providers: - type: record - name: TinyDBCatalogue - data: data/records/metadata-mgm.db - id_field: id - time_field: editionDate + name: CSWFacade + data: https://www.geocat.ch/geonetwork/srv/fre/csw + id_field: identifier + time_field: datetime title_field: title + crs: + - http://www.opengis.net/def/crs/OGC/1.3/CRS84 + - http://www.opengis.net/def/crs/EPSG/0/2056 + storage_crs: https://www.opengis.net/def/crs/EPSG/0/2056 # Records # 2: Smapshot collections metadata collections_metadata: type: collection @@ -800,8 +870,8 @@ resources: keywords: en: - Smapshot API - - 3D Pictures - - Crowdsourcing + - 3D Pictures + - Crowdsourcing links: - type: text/html rel: canonical @@ -810,7 +880,7 @@ resources: hreflang: fr-CH extents: spatial: - bbox: [-43.30165000000002,-23.009072999999997,13.947644850489418,55.68427723479694] + bbox: [-43.30165000000002,-23.009072999999997,13.947644850489418,55.68427723479694] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: begin: @@ -834,8 +904,8 @@ resources: keywords: en: - Smapshot API - - 3D Pictures - - Crowdsourcing + - 3D Pictures + - Crowdsourcing links: - type: text/html rel: canonical @@ -844,7 +914,7 @@ resources: hreflang: fr-CH extents: spatial: - bbox: [-43.30165000000002,-23.009072999999997,13.947644850489418,55.68427723479694] + bbox: [-43.30165000000002,-23.009072999999997,13.947644850489418,55.68427723479694] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: begin: @@ -861,15 +931,15 @@ resources: type: collection title: en: Smapshot Photographers metadata - fr-CH: Métadonnées relatives aux photographes de Smapshot + fr-CH: Métadonnées relatives aux photographes de Smapshot description: en: "Smapshot Photographers metadata" fr-CH: "Métadonnées relatives aux photographes de Smapshot" keywords: en: - Smapshot API - - 3D Pictures - - Crowdsourcing + - 3D Pictures + - Crowdsourcing links: - type: text/html rel: canonical @@ -878,7 +948,7 @@ resources: hreflang: fr-CH extents: spatial: - bbox: [-43.30165000000002,-23.009072999999997,13.947644850489418,55.68427723479694] + bbox: [-43.30165000000002,-23.009072999999997,13.947644850489418,55.68427723479694] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: begin: @@ -902,8 +972,8 @@ resources: keywords: en: - Smapshot API - - 3D Pictures - - Crowdsourcing + - 3D Pictures + - Crowdsourcing links: - type: text/html rel: canonical @@ -912,7 +982,7 @@ resources: hreflang: fr-CH extents: spatial: - bbox: [-23.009072999999997,-43.30165000000002,24.25783648748297,55.68427723479694] + bbox: [-23.009072999999997,-43.30165000000002,24.25783648748297,55.68427723479694] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: begin: @@ -936,8 +1006,8 @@ resources: keywords: en: - Smapshot API - - 3D Pictures - - Crowdsourcing + - 3D Pictures + - Crowdsourcing links: - type: text/html rel: canonical @@ -946,7 +1016,7 @@ resources: hreflang: fr-CH extents: spatial: - bbox: [-43.30165000000002,-23.009072999999997,13.947644850489418,55.68427723479694] + bbox: [-43.30165000000002,-23.009072999999997,13.947644850489418,55.68427723479694] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: begin: @@ -957,8 +1027,8 @@ resources: data: data/records/smapshot/geometadata.db id_field: id time_field: editionDate - title_field: title - # Collection # 10: NDIV as OGC API Coverages (UNIGE) + title_field: title + # Collection # 12: NDIV as OGC API Coverages (UNIGE) ndvi: type: collection title: NDIV as OGC API Coverages @@ -993,7 +1063,7 @@ resources: format: name: GTiff mimetype: image/tiff; application=geotiff - # Collection # 11: NDWI as OGC API STAC (UNIGE) + # Collection # 13: NDWI as OGC API STAC (UNIGE) ndwi: type: stac-collection title: NDWI data as STAC @@ -1024,7 +1094,7 @@ resources: data: data/ndwi/ file_types: - .tif - # Collection # 12: NDWI as OGC API EDR (UNIGE) + # Collection # 14: NDWI as OGC API EDR (UNIGE) ndwi-edr: type: collection title: NDWI as OGC API EDR @@ -1052,46 +1122,6 @@ resources: format: name: netcdf mimetype: application/x-netcdf2 - # Collection # 13: OGC API Tiles - ogcapi-tiles: - type: collection - title: Local Climate Zones - description: Local Climate Zones as OGC API Tiles - keywords: - - geoclimate - - urban heat islands - - osm - links: - - type: text/html - rel: canonical - title: information - href: https://github.com/orbisgis/geoclimate - hreflang: en-US - extents: - spatial: - bbox: [6.604342890453713,46.73864780045886,6.672052698054584,46.79537989717215] - crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 - temporal: - begin: 2011-11-11 - end: null # or empty - providers: - - type: feature - name: GeoJSON - data: data/rsu_lcz.geojson - - type: tile - name: MVT - data: data/tiles - options: - metadata_format: tilejson # default | tilejson - bounds: [[6.604342890453713,46.73864780045886],[6.672052698054584,46.79537989717215]] - zoom: - min: 0 - max: 16 - schemes: - - WorldCRS84Quad - format: - name: pbf - mimetype: application/vnd.mapbox-vector-tile # Records # 7: NDWI Metadata ndwi-metadata: type: collection @@ -1120,7 +1150,7 @@ resources: id_field: externalId time_field: recordCreated title_field: title - # # NDWI NetCDF + # Collection # 15: NDWI NetCDF # ndwi-nc: # type: collection # title: NetCDF file @@ -1149,11 +1179,16 @@ resources: # name: netcdf # mimetype: application/x-netcdf2 # Process #1 - hello-world: - type: process - processor: - name: HelloWorld - # # Process #2 (Zonal Statistics) + #hello-world: + # type: process + # processor: + # name: HelloWorld + # # Process #2 + # geom-details: + # type: process + # processor: + # name: GeomDetails + # # Process #3 (Zonal Statistics) # zonal-stats: # type: process # processor: diff --git a/services/pygeoapi/plugin.py b/services/pygeoapi/plugin.py new file mode 100644 index 0000000..ae8f6c1 --- /dev/null +++ b/services/pygeoapi/plugin.py @@ -0,0 +1,119 @@ +# ================================================================= +# +# Authors: Tom Kralidis +# +# Copyright (c) 2022 Tom Kralidis +# +# Permission is hereby granted, free of charge, to any person +# obtaining a copy of this software and associated documentation +# files (the "Software"), to deal in the Software without +# restriction, including without limitation the rights to use, +# copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following +# conditions: +# +# The above copyright notice and this permission notice shall be +# included in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +# ================================================================= +"""Plugin loader""" + +import importlib +import logging +from typing import Any + +LOGGER = logging.getLogger(__name__) + +#: Loads provider plugins to be used by pygeoapi,\ +#: formatters and processes available +PLUGINS = { + 'provider': { + 'CSV': 'pygeoapi.provider.csv_.CSVProvider', + 'Elasticsearch': 'pygeoapi.provider.elasticsearch_.ElasticsearchProvider', # noqa + 'ElasticsearchCatalogue': 'pygeoapi.provider.elasticsearch_.ElasticsearchCatalogueProvider', # noqa + 'ESRI': 'pygeoapi.provider.esri.ESRIServiceProvider', + 'GeoJSON': 'pygeoapi.provider.geojson.GeoJSONProvider', + 'OGR': 'pygeoapi.provider.ogr.OGRProvider', + 'PostgreSQL': 'pygeoapi.provider.postgresql.PostgreSQLProvider', + 'SQLiteGPKG': 'pygeoapi.provider.sqlite.SQLiteGPKGProvider', + 'MongoDB': 'pygeoapi.provider.mongo.MongoProvider', + 'FileSystem': 'pygeoapi.provider.filesystem.FileSystemProvider', + 'Hateoas': 'pygeoapi.provider.hateoas.HateoasProvider', + 'rasterio': 'pygeoapi.provider.rasterio_.RasterioProvider', + 'xarray': 'pygeoapi.provider.xarray_.XarrayProvider', + 'MapScript': 'pygeoapi.provider.mapscript_.MapScriptProvider', + 'WMSFacade': 'pygeoapi.provider.wms_facade.WMSFacadeProvider', + 'MVT': 'pygeoapi.provider.mvt.MVTProvider', + 'TinyDBCatalogue': 'pygeoapi.provider.tinydb_.TinyDBCatalogueProvider', + 'SensorThings': 'pygeoapi.provider.sensorthings.SensorThingsProvider', + 'Socrata': 'pygeoapi.provider.socrata.SODAServiceProvider', + 'xarray-edr': 'pygeoapi.provider.xarray_edr.XarrayEDRProvider' + }, + 'formatter': { + 'CSV': 'pygeoapi.formatter.csv_.CSVFormatter' + }, + 'process': { + 'HelloWorld': 'pygeoapi.process.hello_world.HelloWorldProcessor', + 'GeomDetails' : 'pygeoapi.process.geom_details.GeomProcessor' + }, + 'process_manager': { + 'Dummy': 'pygeoapi.process.manager.dummy.DummyManager', + 'TinyDB': 'pygeoapi.process.manager.tinydb_.TinyDBManager' + } +} + + +def load_plugin(plugin_type: str, plugin_def: dict) -> Any: + """ + loads plugin by name + + :param plugin_type: type of plugin (provider, formatter) + :param plugin_def: plugin definition + + :returns: plugin object + """ + + name = plugin_def['name'] + + if plugin_type not in PLUGINS.keys(): + msg = f'Plugin type {plugin_type} not found' + LOGGER.exception(msg) + raise InvalidPluginError(msg) + + plugin_list = PLUGINS[plugin_type] + + LOGGER.debug(f'Plugins: {plugin_list}') + + if '.' not in name and name not in plugin_list.keys(): + msg = f'Plugin {name} not found' + LOGGER.exception(msg) + raise InvalidPluginError(msg) + + if '.' in name: # dotted path + packagename, classname = name.rsplit('.', 1) + else: # core formatter + packagename, classname = plugin_list[name].rsplit('.', 1) + + LOGGER.debug(f'package name: {packagename}') + LOGGER.debug(f'class name: {classname}') + + module = importlib.import_module(packagename) + class_ = getattr(module, classname) + plugin = class_(plugin_def) + + return plugin + + +class InvalidPluginError(Exception): + """Invalid plugin""" + pass diff --git a/services/pygeoapi/process/geom_details.py b/services/pygeoapi/process/geom_details.py new file mode 100644 index 0000000..1d68894 --- /dev/null +++ b/services/pygeoapi/process/geom_details.py @@ -0,0 +1,93 @@ +import logging + +from pygeoapi.process.base import BaseProcessor, ProcessorExecuteError +from shapely.wkt import loads # We need shapely to deal with polygon data. Make sure you have Shapely installed by doing `pip install Shapely` + +LOGGER = logging.getLogger(__name__) +PROCESS_METADATA = { + 'version': '0.2.0', + 'id': 'geom-details', + 'name' : 'geom-details', + 'title': { + 'en': 'Geometry Details', + }, + 'description': { + 'en': 'An example process that takes a WKT Polygon geometry as input and return information such as Area, Bounds, center' + }, + 'keywords': ['polygon', 'geometry'], + 'links': [{ + 'type': 'text/html', + 'rel': 'about', + 'title': 'information', + 'href': 'https://shapely.readthedocs.io/en/stable/reference/shapely.Polygon.html', + 'hreflang': 'en-US' + }], + 'inputs': { + 'polyWKT': { + 'title': 'Polygon', + 'description': 'WKT of Polygon', + 'schema': { + 'type': 'string' + }, + 'minOccurs': 1, + 'maxOccurs': 1, + 'metadata': None, + 'keywords': ['Polygon'] + } + }, + 'outputs': { + 'echo': { + 'title': 'Get Polygon Information', + 'description': 'Polygon WKT is returned', + 'schema': { + 'type': 'object', + 'contentMediaType': 'application/json' + } + } + }, + 'example': { + "inputs": { + "polyWKT": "POLYGON ((73.65865031385647 17.77623164372008, 73.65897114729012 17.777001795974, 73.65825595609473 17.776963606683765, 73.65817351972652 17.776647483916918, 73.65852108927962 17.7764247125032, 73.65865031385647 17.77623164372008))" + } +} +} + +class GeomProcessor(BaseProcessor): + """Geom Processor example""" + + def __init__(self, processor_def): + """ + Initialize object + + :param processor_def: provider definition + + :returns: pygeoapi.process.geom_details.GeomProcessor + """ + + super().__init__(processor_def, PROCESS_METADATA) + + def execute(self, data): + + mimetype = 'application/json' + polygon = data.get('polyWKT', None) + if polygon is None: + raise ProcessorExecuteError('Cannot process without a Polygon WKT') + + try : + g = loads(polygon) + value = { + 'area': g.area, + 'bounds' : g.bounds, + 'centroid': g.centroid.wkt + } + except: + value = 'Error in polygon WKT, please try again' + + outputs = { + 'result': value + } + + return mimetype, outputs + + def __repr__(self): + return ' {}'.format(self.name) diff --git a/services/pygeoapi/hello_world.py b/services/pygeoapi/process/hello_world.py similarity index 100% rename from services/pygeoapi/hello_world.py rename to services/pygeoapi/process/hello_world.py diff --git a/services/pygeoapi/process/zonalstats.py b/services/pygeoapi/process/zonalstats.py new file mode 100644 index 0000000..1bc1676 --- /dev/null +++ b/services/pygeoapi/process/zonalstats.py @@ -0,0 +1,207 @@ +#https://pcjericks.github.io/py-gdalogr-cookbook/raster_layers.html#calculate-zonal-statistics +#https://github.com/ECCC-MSC/msc-pygeoapi/blob/master/msc_pygeoapi/process/weather/extract_raster.py + +import logging + +import gdal, ogr, osr, numpy +from pygeoapi.process.base import BaseProcessor, ProcessorExecuteError + +LOGGER = logging.getLogger(__name__) + +#: Process metadata and description +PROCESS_METADATA = { + 'version': '1.0.0', + 'id': 'zonal-stats', + 'title': { + 'en': 'Zonal Statistics', + 'fr': 'Statistiques Zonales' + }, + 'description': { + 'en': 'An example of a zonal stat process.', + 'fr': 'Un exemple de processus de statistiques zonales.', + }, + 'keywords': ['zonal statistics', 'ndwi'], + 'links': [{ + 'type': 'text/html', + 'rel': 'about', + 'title': 'information', + 'href': 'https://example.org/process', + 'hreflang': 'en-US' + }], + 'inputs': { + 'input_value_raster': { + 'title': 'Raster', + 'description': 'Raster file as values', + 'schema': { + 'type': 'string' + }, + 'minOccurs': 1, + 'maxOccurs': 1, + 'keywords': ['raster', 'value'] + }, + 'input_zone_polygon': { + 'title': 'Zones', + 'description': 'Shape file as zones', + 'schema': { + 'type': 'string' + }, + 'minOccurs': 1, + 'maxOccurs': 1, + 'keywords': ['vector','zones'] + } + }, + 'outputs': { + 'statsValue': { + 'title': 'Zonal Statistics Ouputs', + 'description': 'Statistical summary: Average, Mean, Medain, Standard Deviation, Variance', + 'schema': { + 'type': 'object', + 'contentMediaType': 'application/json' + }, + 'output': { + 'formats': [{ + 'mimeType': 'application/json' + }] + } + } + }, +} + +def zonal_stats(feat, input_zone_polygon, input_value_raster): + # Open data + raster = gdal.Open(input_value_raster) + shp = ogr.Open(input_zone_polygon) + lyr = shp.GetLayer() + + # Get raster georeference info + transform = raster.GetGeoTransform() + xOrigin = transform[0] + yOrigin = transform[3] + pixelWidth = transform[1] + pixelHeight = transform[5] + + # Reproject vector geometry to same projection as raster + sourceSR = lyr.GetSpatialRef() + targetSR = osr.SpatialReference() + targetSR.ImportFromWkt(raster.GetProjectionRef()) + coordTrans = osr.CoordinateTransformation(sourceSR,targetSR) + feat = lyr.GetNextFeature() + geom = feat.GetGeometryRef() + geom.Transform(coordTrans) + + # Get extent of feat + geom = feat.GetGeometryRef() + if (geom.GetGeometryName() == 'MULTIPOLYGON'): + count = 0 + pointsX = []; pointsY = [] + for polygon in geom: + geomInner = geom.GetGeometryRef(count) + ring = geomInner.GetGeometryRef(0) + numpoints = ring.GetPointCount() + for p in range(numpoints): + lon, lat, z = ring.GetPoint(p) + pointsX.append(lon) + pointsY.append(lat) + count += 1 + elif (geom.GetGeometryName() == 'POLYGON'): + ring = geom.GetGeometryRef(0) + numpoints = ring.GetPointCount() + pointsX = []; pointsY = [] + for p in range(numpoints): + lon, lat, z = ring.GetPoint(p) + pointsX.append(lon) + pointsY.append(lat) + + else: + msg = "ERROR: Geometry needs to be either Polygon or Multipolygon" + LOGGER.error(msg) + raise ProcessorExecuteError(msg) + + xmin = min(pointsX) + xmax = max(pointsX) + ymin = min(pointsY) + ymax = max(pointsY) + + # Specify offset and rows and columns to read + xoff = int((xmin - xOrigin)/pixelWidth) + yoff = int((yOrigin - ymax)/pixelWidth) + xcount = int((xmax - xmin)/pixelWidth)+1 + ycount = int((ymax - ymin)/pixelWidth)+1 + + # Create memory target raster + target_ds = gdal.GetDriverByName('MEM').Create('', xcount, ycount, 1, gdal.GDT_Byte) + target_ds.SetGeoTransform(( + xmin, pixelWidth, 0, + ymax, 0, pixelHeight, + )) + + # Create for target raster the same projection as for the value raster + raster_srs = osr.SpatialReference() + raster_srs.ImportFromWkt(raster.GetProjectionRef()) + target_ds.SetProjection(raster_srs.ExportToWkt()) + + # Rasterize zone polygon to raster + gdal.RasterizeLayer(target_ds, [1], lyr, burn_values=[1]) + + # Read raster as arrays + banddataraster = raster.GetRasterBand(1) + dataraster = banddataraster.ReadAsArray(xoff, yoff, xcount, ycount).astype(numpy.float) + + bandmask = target_ds.GetRasterBand(1) + datamask = bandmask.ReadAsArray(0, 0, xcount, ycount).astype(numpy.float) + + # Mask zone of raster + zoneraster = numpy.ma.masked_array(dataraster, numpy.logical_not(datamask)) + + # Calculate statistics of zonal raster + return numpy.average(zoneraster),numpy.mean(zoneraster),numpy.median(zoneraster),numpy.std(zoneraster),numpy.var(zoneraster) + + +def loop_zonal_stats(input_zone_polygon, input_value_raster): + + shp = ogr.Open(input_zone_polygon) + lyr = shp.GetLayer() + featList = range(lyr.GetFeatureCount()) + statDict = {} + + for FID in featList: + feat = lyr.GetFeature(FID) + meanValue = zonal_stats(feat, input_zone_polygon, input_value_raster) + statDict[FID] = meanValue + return statDict + +def main(input_zone_polygon, input_value_raster): + return loop_zonal_stats(input_zone_polygon, input_value_raster) + + +class ZonalStatsProcessor(BaseProcessor): + """Zonal Stats Processor""" + + def __init__(self, processor_def): + """ + Initialize object + :param processor_def: provider definition + :returns: pygeoapi.process.ZonalStats.ZonalStatsProcessor + """ + + super().__init__(processor_def, PROCESS_METADATA) #BaseProcessor.__init__(self, provider_def, PROCESS_METADATA) + + def execute(self, data): + mimetype = 'application/json' + input_value_raster = data.get('input_value_raster') + input_zone_polygon = data.get('input_zone_polygon') + + if None in [input_value_raster, input_zone_polygon]: + raise ProcessorExecuteError('Missing inputs') + + value = main(input_zone_polygon, input_value_raster) + + outputs = { + 'id': 'echo', + 'value': value + } + + return mimetype, outputs + + def __repr__(self): + return ' {}'.format(self.name) diff --git a/services/qgis/data/project.qgs b/services/qgis/data/project.qgs deleted file mode 100755 index df716a7..0000000 --- a/services/qgis/data/project.qgs +++ /dev/null @@ -1,12578 +0,0 @@ - - - - - - - - - PROJCRS["WGS 84 / Pseudo-Mercator",BASEGEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],ID["EPSG",4326]],CONVERSION["Popular Visualisation Pseudo-Mercator",METHOD["Popular Visualisation Pseudo Mercator",ID["EPSG",1024]],PARAMETER["Latitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8801]],PARAMETER["Longitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["False easting",0,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS[Cartesian,2],AXIS["easting (X)",east,ORDER[1],LENGTHUNIT["metre",1]],AXIS["northing (Y)",north,ORDER[2],LENGTHUNIT["metre",1]],USAGE[SCOPE["Web mapping and visualisation."],AREA["World between 85.06°S and 85.06°N."],BBOX[-85.06,-180,85.06,180]],ID["EPSG",3857]] - +proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs - 3857 - 3857 - EPSG:3857 - WGS 84 / Pseudo-Mercator - merc - EPSG:7030 - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 110506_A1_20cm_db5286c7_75ff_49d1_8683_7e41437c612f - 110506_Pomy_20cm_e9de77d8_3843_4095_9722_46e2ea145e2a - 110314_Suchy_20cm_ee9dfeae_012a_487d_ba7b_e19a57a92c80 - 101118_Y_Parc_10cm_67fccad8_ba5b_454c_9e1c_4168f62194a9 - 110406_Y_Parc_10cm_0bd66b0d_dd47_4887_8b62_c7c4b7e22fce - 121117_LeMont_10cm_edd3bb87_8eec_4b1e_acf2_c8700e93658a - 101114_Cessnov_10cm_221dbdf0_5f0d_4d0f_94a2_bbf30666817f - 101118_Nonfoux_20cm_0a920129_a890_488e_b27f_8038cad5bc70 - 120816_Barrage_10cm_bdb43f5d_638a_4e9d_a556_870a614bc93f - 101119_Bellevue_20cm_d1fb27b2_7672_4d3c_ad94_1c29ab260b5f - 101209_Chexbres_20cm_2fef947d_be66_4ef3_9769_d62dda2d4819 - 110127_Montagny_20cm_bcf4a525_571d_4329_a6db_f9b54783f70f - 110511_Chamblon_20cm_ea7476d7_1bc5_496f_ac7d_144b0533dae4 - 110810_Cheserex_20cm_06ecee14_296a_478a_bd2b_be2e03a148b3 - 111111_Auberson_20cm_fe45568c_466e_4db7_a778_2d6827d1d81a - 110314_Chalamont_20cm_ce46381b_2bff_4942_a1e8_bdaca2ff3c15 - 110420_Chavornay_20cm_7f25bdd3_4b3c_4924_adaf_c8b5b6edb390 - 110521_Fontenais_20cm_ce322bad_7b95_4433_95b8_a73b9b673f42 - 110715_Chavornay_20cm_1fef6bb3_44bc_4392_926a_fc693c1bdcb0 - 120117_Maillefer_20cm_e6b3a4da_a6f4_40c9_ab3a_ff37863e6514 - 110304_Ballaigues_20cm_6b95a54c_aab2_445f_ae9f_175e1597421a - 110323_Cheseaux_12_5cm_16e9d145_4bc6_429c_8e24_c73ebe82c73f - 110407_Penthereaz_20cm_8556419d_cc2d_4b91_8276_3fc3930c734f - 110522_Chatonnaye_20cm_fd9eb3e2_955a_423c_b7ff_eee0bc640540 - 111016_Payerne_ZI_20cm_399f4dc6_51b4_4d93_9c6a_2ed8e237eab8 - 120417_Gland_UICN_10cm_1d208ee4_892c_47d2_89d7_cdb3c1c8437e - 150202_HEIG_Neige_10cm_f121b987_da12_4470_ad2e_985ab0721926 - 150916_Nyon_Forum_10cm_3a958134_c2ea_46cb_8034_d616765a5e85 - 110406_Suchy_Carre_20cm_f7a1fc68_f03c_4a31_9a50_f26d77b5a7d8 - 111129_Yverdon_Sud_20cm_b2a680d2_e091_4af4_8986_0ad672973207 - 150310_Yverdon_Lac_20cm_b131c938_d5a3_496f_b76b_48ad57e4eed7 - 110208_Champ_Pittet_20cm_919a6cff_85ec_4fc3_aa75_90446e136002 - 110318_ZoneSportive_20cm_43e8443b_78c2_4208_932d_8edfdb187c8f - 121213_Moudon_Ecole_15cm_9b9a7bcc_f73e_4154_a0f1_ffb7c05ef253 - 130405_Fiez_Village_20cm_e10c8d61_3423_4979_9b4c_c53f34f5b8ca - 131031_Yverdon_Heig_10cm_94109f41_e73e_4a69_9346_8ee174604742 - 101203_HEIG_VD_neige_25cm_87c67971_5a7b_4743_a542_4d0d8fb77c72 - 110621_Yverdon_ouest_20cm_f7ccf3cd_39c7_493c_a81c_0832b61853d3 - 111016_Payerne_ville_20cm_e36debab_7f01_402b_85ed_cea1dab673ca - 120307_Yvonand_Plage_25cm_4b8ba98e_4aec_4c52_8d96_552eefdde323 - 120425_Fribourg_Poya_20cm_238523c2_4930_4a36_9bfb_640eaabba0da - building_urban_typo_e811f9db_9277_4b8c_8257_6bfe6627fc3a - rsu_lcz_88c17c32_4857_429a_8aef_15be64306f4d - tot_floor_area_rsu_lcz_38430127_63a4_4872_9bb1_a918ed32f113 - ERE_espace_reserve_eaux_3028c6e8_e6b2_44e1_8a5e_5a07232b4a00 - ffp_foret_protectrice_ge_bcac2712_5f5e_4c6e_8784_fa0d1a5c1dd0 - kataster_belasteter_standorte_zivilflugplaetze_standort_c994a4f0_2e01_4496_a6fb_c18466998c06 - - - - - - - - - - - - - - - - meters - - 734260.00716026430018246 - 5902577.76282027922570705 - 741772.02412596647627652 - 5906397.72316226921975613 - - 0 - - - PROJCRS["WGS 84 / Pseudo-Mercator",BASEGEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],ID["EPSG",4326]],CONVERSION["Popular Visualisation Pseudo-Mercator",METHOD["Popular Visualisation Pseudo Mercator",ID["EPSG",1024]],PARAMETER["Latitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8801]],PARAMETER["Longitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["False easting",0,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS[Cartesian,2],AXIS["easting (X)",east,ORDER[1],LENGTHUNIT["metre",1]],AXIS["northing (Y)",north,ORDER[2],LENGTHUNIT["metre",1]],USAGE[SCOPE["Web mapping and visualisation."],AREA["World between 85.06°S and 85.06°N."],BBOX[-85.06,-180,85.06,180]],ID["EPSG",3857]] - +proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs - 3857 - 3857 - EPSG:3857 - WGS 84 / Pseudo-Mercator - merc - EPSG:7030 - false - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Annotations_3ca50bc4_fc6d_4b31_9a4f_8d046196d5ec - - - - - - - - - - 0 - 0 - - - - - false - - - - - - - - - - - - - - - - - 0 - 0 - - - - - false - - - - - - 1 - 0 - - - - - - 540828.84049500001128763 - 181023.85780926694860682 - 541174.89825775357894599 - 181359.36608499998692423 - - 101114_Cessnov_10cm_221dbdf0_5f0d_4d0f_94a2_bbf30666817f - /etc/data/101114_Cessnov_10cm.tif - - - - 101114_Cessnov_10cm - - - PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]] - +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs - 1919 - 21781 - EPSG:21781 - CH1903 / LV03 - somerc - bessel - false - - - - - - - - - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>254</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>539797.08934698509983718</xmin> - <ymin>173999.42602538503706455</ymin> - <xmax>540289.6893458702834323</xmax> - <ymax>174604.82602401499752887</ymax> - </extent> - <id>101118_Nonfoux_20cm_0a920129_a890_488e_b27f_8038cad5bc70</id> - <datasource>/etc/data/101118_Nonfoux_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>101118_Nonfoux_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>222</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>222</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>226</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>538851.6204120049951598</xmin> - <ymin>179351.29522774249198847</ymin> - <xmax>539422.3203850417630747</xmax> - <ymax>179938.5951999950048048</ymax> - </extent> - <id>101118_Y_Parc_10cm_67fccad8_ba5b_454c_9e1c_4168f62194a9</id> - <datasource>/etc/data/101118_Y-Parc_10cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>101118_Y-Parc_10cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>539942.63349999999627471</xmin> - <ymin>180309.9188207806146238</ymin> - <xmax>541168.03353565477300435</xmax> - <ymax>181457.11885416001314297</ymax> - </extent> - <id>101119_Bellevue_20cm_d1fb27b2_7672_4d3c_ad94_1c29ab260b5f</id> - <datasource>/etc/data/101119_Bellevue_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>101119_Bellevue_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>540245.70719902496784925</xmin> - <ymin>180909.12760782981058583</ymin> - <xmax>540736.95719902496784925</xmax> - <ymax>181417.87760782981058583</ymax> - </extent> - <id>101203_HEIG_VD_neige_25cm_87c67971_5a7b_4743_a542_4d0d8fb77c72</id> - <datasource>/etc/data/101203_HEIG-VD-neige_25cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>101203_HEIG-VD-neige_25cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>251</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>249</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>252</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>548066.49933132505975664</xmin> - <ymin>147791.71461537043796852</ymin> - <xmax>549156.09932198340538889</xmax> - <ymax>148758.11460708500817418</ymax> - </extent> - <id>101209_Chexbres_20cm_2fef947d_be66_4ef3_9769_d62dda2d4819</id> - <datasource>/etc/data/101209_Chexbres_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>101209_Chexbres_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>238</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>233</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>230</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>565623.82792012509889901</xmin> - <ymin>184221.87298105037189089</ymin> - <xmax>566279.0279407138004899</xmax> - <ymax>184825.07300000500981696</ymax> - </extent> - <id>110127_Montagny_20cm_bcf4a525_571d_4329_a6db_f9b54783f70f</id> - <datasource>/etc/data/110127_Montagny_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110127_Montagny_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>242</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>226</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>225</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>539736.90154570003505796</xmin> - <ymin>180955.56555383768863976</ymin> - <xmax>541195.90155488182790577</xmax> - <ymax>182223.96556181999039836</ymax> - </extent> - <id>110208_Champ_Pittet_20cm_919a6cff_85ec_4fc3_aa75_90446e136002</id> - <datasource>/etc/data/110208_Champ-Pittet_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110208_Champ-Pittet_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>181</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>179</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>176</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>2521027</xmin> - <ymin>1175125</ymin> - <xmax>2522380</xmax> - <ymax>1176270</ymax> - </extent> - <id>110304_Ballaigues_20cm_6b95a54c_aab2_445f_ae9f_175e1597421a</id> - <datasource>/etc/data/110304_Ballaigues_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110304_Ballaigues_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>58</minValue> - <maxValue>222</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>62</minValue> - <maxValue>223</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>55</minValue> - <maxValue>219</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>534767.93830586492549628</xmin> - <ymin>175586.09315764298662543</ymin> - <xmax>535519.13832499296404421</xmax> - <ymax>176399.89317836498958059</ymax> - </extent> - <id>110314_Chalamont_20cm_ce46381b_2bff_4942_a1e8_bdaca2ff3c15</id> - <datasource>/etc/data/110314_Chalamont_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110314_Chalamont_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>202</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>202</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>192</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>536110.7264117100276053</xmin> - <ymin>172962.3990037847252097</ymin> - <xmax>536626.12640898488461971</xmax> - <ymax>173678.19900000002235174</ymax> - </extent> - <id>110314_Suchy_20cm_ee9dfeae_012a_487d_ba7b_e19a57a92c80</id> - <datasource>/etc/data/110314_Suchy_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110314_Suchy_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>222</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>206</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>211</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>538777.5257891999790445</xmin> - <ymin>181234.0770020505588036</ymin> - <xmax>540223.32578687148634344</xmax> - <ymax>182507.27700000000186265</ymax> - </extent> - <id>110318_ZoneSportive_20cm_43e8443b_78c2_4208_932d_8edfdb187c8f</id> - <datasource>/etc/data/110318_ZoneSportive_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110318_ZoneSportive_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>203</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>205</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>204</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>536007.83691714983433485</xmin> - <ymin>158884.37503700447268784</ymin> - <xmax>536643.96188824588898569</xmax> - <ymax>159698.99999998998828232</ymax> - </extent> - <id>110323_Cheseaux_12_5cm_16e9d145_4bc6_429c_8e24_c73ebe82c73f</id> - <datasource>/etc/data/110323_Cheseaux_12,5cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110323_Cheseaux_12,5cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>536694.65064763999544084</xmin> - <ymin>172740.44512601633323357</ymin> - <xmax>537690.65062599594239146</xmax> - <ymax>173937.64509999999427237</ymax> - </extent> - <id>110406_Suchy_Carre_20cm_f7a1fc68_f03c_4a31_9a50_f26d77b5a7d8</id> - <datasource>/etc/data/110406_Suchy_Carre_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110406_Suchy_Carre_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>218</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>217</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>210</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>538735.99899999995250255</xmin> - <ymin>179092.02899999998044223</ymin> - <xmax>540071.69899999990593642</xmax> - <ymax>180277.62899999998626299</ymax> - </extent> - <id>110406_Y_Parc_10cm_0bd66b0d_dd47_4887_8b62_c7c4b7e22fce</id> - <datasource>/etc/data/110406_Y-Parc_10cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110406_Y-Parc_10cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>535663.70066764508374035</xmin> - <ymin>170059.26171736157266423</ymin> - <xmax>536691.50064307579305023</xmax> - <ymax>170783.66170004499144852</ymax> - </extent> - <id>110407_Penthereaz_20cm_8556419d_cc2d_4b91_8276_3fc3930c734f</id> - <datasource>/etc/data/110407_Penthereaz_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110407_Penthereaz_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>226</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>225</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>222</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>532567.25899999996181577</xmin> - <ymin>173818.60003662362578325</ymin> - <xmax>533766.25900438381358981</xmax> - <ymax>175316.4000421000237111</ymax> - </extent> - <id>110420_Chavornay_20cm_7f25bdd3_4b3c_4924_adaf_c8b5b6edb390</id> - <datasource>/etc/data/110420_Chavornay_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110420_Chavornay_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>195</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>186</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>162</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>542084.95015357015654445</xmin> - <ymin>178755.89365897775860503</ymin> - <xmax>543537.95018629671540111</xmax> - <ymax>179940.09368565000477247</ymax> - </extent> - <id>110506_A1_20cm_db5286c7_75ff_49d1_8683_7e41437c612f</id> - <datasource>/etc/data/110506_A1_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110506_A1_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>177</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>180</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>165</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>540647.0096280399011448</xmin> - <ymin>178468.62019956717267632</ymin> - <xmax>541788.20963695144746453</xmax> - <ymax>179515.22020773999975063</ymax> - </extent> - <id>110506_Pomy_20cm_e9de77d8_3843_4095_9722_46e2ea145e2a</id> - <datasource>/etc/data/110506_Pomy_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110506_Pomy_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>218</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>210</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>200</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>534798.68053935992065817</xmin> - <ymin>179955.59997642910457216</ymin> - <xmax>537008.48057015507947654</xmax> - <ymax>181647</ymax> - </extent> - <id>110511_Chamblon_20cm_ea7476d7_1bc5_496f_ac7d_144b0533dae4</id> - <datasource>/etc/data/110511_Chamblon_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110511_Chamblon_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>182</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>182</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>177</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>572438.74128930200822651</xmin> - <ymin>249513.55244037063675933</ymin> - <xmax>573472.74128930212464184</xmax> - <ymax>250807.15244037075899541</ymax> - </extent> - <id>110521_Fontenais_20cm_ce322bad_7b95_4433_95b8_a73b9b673f42</id> - <datasource>/etc/data/110521_Fontenais_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110521_Fontenais_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>242</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>239</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>235</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>560903.99999999499414116</xmin> - <ymin>177242.86020866545732133</ymin> - <xmax>562674.00000730541069061</xmax> - <ymax>178969.06021579500520602</ymax> - </extent> - <id>110522_Chatonnaye_20cm_fd9eb3e2_955a_423c_b7ff_eee0bc640540</id> - <datasource>/etc/data/110522_Chatonnaye_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110522_Chatonnaye_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>537636</xmin> - <ymin>179307.79746695948415436</ymin> - <xmax>539553.39998520084191114</xmax> - <ymax>181530.99744979999377392</ymax> - </extent> - <id>110621_Yverdon_ouest_20cm_f7ccf3cd_39c7_493c_a81c_0832b61853d3</id> - <datasource>/etc/data/110621_Yverdon-ouest_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110621_Yverdon-ouest_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>532401.91733314003795385</xmin> - <ymin>171787.72262779372977093</ymin> - <xmax>534676.11727468320168555</xmax> - <ymax>174518.92255758997634985</ymax> - </extent> - <id>110715_Chavornay_20cm_1fef6bb3_44bc_4392_926a_fc693c1bdcb0</id> - <datasource>/etc/data/110715_Chavornay_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110715_Chavornay_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>502088.53307751996908337</xmin> - <ymin>138763.09164860178134404</ymin> - <xmax>503609.53307812422281131</xmax> - <ymax>140294.09164921002229676</ymax> - </extent> - <id>110810_Cheserex_20cm_06ecee14_296a_478a_bd2b_be2e03a148b3</id> - <datasource>/etc/data/110810_Cheserex_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>110810_Cheserex_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>193</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>187</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>178</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>559957.94929999997839332</xmin> - <ymin>184994.61029575247084722</ymin> - <xmax>561742.14930000004824251</xmax> - <ymax>186896.01029575252323411</ymax> - </extent> - <id>111016_Payerne_ZI_20cm_399f4dc6_51b4_4d93_9c6a_2ed8e237eab8</id> - <datasource>/etc/data/111016_Payerne_ZI_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>111016_Payerne_ZI_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>219</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>223</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>225</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>560977.42509999999310821</xmin> - <ymin>185009.08050000001094304</ymin> - <xmax>562132.82510000001639128</xmax> - <ymax>186288.88049999999930151</ymax> - </extent> - <id>111016_Payerne_ville_20cm_e36debab_7f01_402b_85ed_cea1dab673ca</id> - <datasource>/etc/data/111016_Payerne_ville_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>111016_Payerne_ville_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>57</minValue> - <maxValue>249</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>70</minValue> - <maxValue>250</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>45</minValue> - <maxValue>250</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>524766.11239999998360872</xmin> - <ymin>185483.68539999998756684</ymin> - <xmax>526054.51240000000689179</xmax> - <ymax>185985.08539999998174608</ymax> - </extent> - <id>111111_Auberson_20cm_fe45568c_466e_4db7_a778_2d6827d1d81a</id> - <datasource>/etc/data/111111_Auberson_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>111111_Auberson_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>19</minValue> - <maxValue>253</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>29</minValue> - <maxValue>241</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>32</minValue> - <maxValue>236</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>538813.98077915504109114</xmin> - <ymin>179560.05664846664876677</ymin> - <xmax>540678.4807797254761681</xmax> - <ymax>181515.80664906499441713</ymax> - </extent> - <id>111129_Yverdon_Sud_20cm_b2a680d2_e091_4af4_8986_0ad672973207</id> - <datasource>/etc/data/111129_Yverdon_Sud_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>111129_Yverdon_Sud_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>190</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>189</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>188</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>537384.04780913004651666</xmin> - <ymin>154284.00183567486237735</ymin> - <xmax>538405.54779612133279443</xmax> - <ymax>155539.20181969000259414</ymax> - </extent> - <id>120117_Maillefer_20cm_e6b3a4da_a6f4_40c9_ab3a_ff37863e6514</id> - <datasource>/etc/data/120117_Maillefer_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>120117_Maillefer_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>233</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>235</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>236</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>545565</xmin> - <ymin>183600</ymin> - <xmax>547034</xmax> - <ymax>184434</ymax> - </extent> - <id>120307_Yvonand_Plage_25cm_4b8ba98e_4aec_4c52_8d96_552eefdde323</id> - <datasource>/etc/data/120307_Yvonand_Plage_25cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>120307_Yvonand_Plage_25cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>20</minValue> - <maxValue>239</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>20</minValue> - <maxValue>238</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>11</minValue> - <maxValue>230</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>510255.00784152996493503</xmin> - <ymin>140471.89647614606656134</ymin> - <xmax>511447.40779724932508543</xmax> - <ymax>141666.59643177999532782</ymax> - </extent> - <id>120417_Gland_UICN_10cm_1d208ee4_892c_47d2_89d7_cdb3c1c8437e</id> - <datasource>/etc/data/120417_Gland_UICN_10cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>120417_Gland_UICN_10cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>250</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>250</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>250</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>578258.87234884733334184</xmin> - <ymin>184300.04322998499264941</ymin> - <xmax>579641.87234884733334184</xmax> - <ymax>185530.04322998499264941</ymax> - </extent> - <id>120425_Fribourg_Poya_20cm_238523c2_4930_4a36_9bfb_640eaabba0da</id> - <datasource>/etc/data/120425_Fribourg_Poya_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>120425_Fribourg_Poya_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - <noDataList useSrcNoData="0" bandNo="5"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>1.7976931348623157e+308</minValue> - <maxValue>-1.7976931348623157e+308</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>574517.92188613768666983</xmin> - <ymin>173866.59251886722631752</ymin> - <xmax>575561.63277793768793344</xmax> - <ymax>174703.40941686721635051</ymax> - </extent> - <id>120816_Barrage_10cm_bdb43f5d_638a_4e9d_a556_870a614bc93f</id> - <datasource>/etc/data/120816_Barrage_10cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>120816_Barrage_10cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - <noDataList useSrcNoData="0" bandNo="5"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>537541.04938111989758909</xmin> - <ymin>156003.68002559660817496</ymin> - <xmax>538528.04938756418414414</xmax> - <ymax>156808.28003085000091232</ymax> - </extent> - <id>121117_LeMont_10cm_edd3bb87_8eec_4b1e_acf2_c8700e93658a</id> - <datasource>/etc/data/121117_LeMont_10cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>121117_LeMont_10cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>217</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>220</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>222</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>550541.50518289988394827</xmin> - <ymin>168490.11132952035404742</ymin> - <xmax>551578.45515956042800099</xmax> - <ymax>169472.01130741997621953</ymax> - </extent> - <id>121213_Moudon_Ecole_15cm_9b9a7bcc_f73e_4154_a0f1_ffb7c05ef253</id> - <datasource>/etc/data/121213_Moudon_Ecole_15cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>121213_Moudon_Ecole_15cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>537420</xmin> - <ymin>186128.61428999999770895</ymin> - <xmax>538221.40000000002328306</xmax> - <ymax>187215.71429000000352971</ymax> - </extent> - <id>130405_Fiez_Village_20cm_e10c8d61_3423_4979_9b4c_c53f34f5b8ca</id> - <datasource>/etc/data/130405_Fiez_Village_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>130405_Fiez_Village_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>540298.09537289896979928</xmin> - <ymin>181025.84491127371438779</ymin> - <xmax>540692.49537289899308234</xmax> - <ymax>181360.64491127370274626</ymax> - </extent> - <id>131031_Yverdon_Heig_10cm_94109f41_e73e_4a69_9346_8ee174604742</id> - <datasource>/etc/data/131031_Yverdon_Heig_10cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>131031_Yverdon_Heig_10cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="-1" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>539825.40061999997124076</xmin> - <ymin>180589.39061999999103136</ymin> - <xmax>541043.80061999999452382</xmax> - <ymax>181624.0906200000026729</ymax> - </extent> - <id>150202_HEIG_Neige_10cm_f121b987_da12_4470_ad2e_985ab0721926</id> - <datasource>/etc/data/150202_HEIG_Neige_10cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>150202_HEIG_Neige_10cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>538861.12347941438201815</xmin> - <ymin>180413.00541600745054893</ymin> - <xmax>541012.03982431686017662</xmax> - <ymax>182154.4641253343434073</ymax> - </extent> - <id>150310_Yverdon_Lac_20cm_b131c938_d5a3_496f_b76b_48ad57e4eed7</id> - <datasource>/etc/data/150310_Yverdon_Lac_20cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>150310_Yverdon_Lac_20cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer maxScale="0" styleCategories="AllStyleCategories" autoRefreshTime="0" hasScaleBasedVisibilityFlag="0" type="raster" autoRefreshEnabled="0" minScale="1e+8" refreshOnNotifyEnabled="0" refreshOnNotifyMessage=""> - <extent> - <xmin>506083.5647900000330992</xmin> - <ymin>137862.98703000001842156</ymin> - <xmax>507061.76479000004474074</xmax> - <ymax>138885.28703000000678003</ymax> - </extent> - <id>150916_Nyon_Forum_10cm_3a958134_c2ea_46cb_8034_d616765a5e85</id> - <datasource>/etc/data/150916_Nyon_Forum_10cm.tif</datasource> - <keywordList> - <value/> - </keywordList> - <layername>150916_Nyon_Forum_10cm</layername> - <srs> - <spatialrefsys> - <wkt>PROJCS["CH1903 / LV03",GEOGCS["CH1903",DATUM["CH1903",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],TOWGS84[674.374,15.056,405.346,0,0,0,0],AUTHORITY["EPSG","6149"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4149"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",46.95240555555556],PARAMETER["longitude_of_center",7.439583333333333],PARAMETER["azimuth",90],PARAMETER["rectified_grid_angle",90],PARAMETER["scale_factor",1],PARAMETER["false_easting",600000],PARAMETER["false_northing",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Y",EAST],AXIS["X",NORTH],AUTHORITY["EPSG","21781"]]</wkt> - <proj4>+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs</proj4> - <srsid>1919</srsid> - <srid>21781</srid> - <authid>EPSG:21781</authid> - <description>CH1903 / LV03</description> - <projectionacronym>somerc</projectionacronym> - <ellipsoidacronym>bessel</ellipsoidacronym> - <geographicflag>false</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier/> - <parentidentifier/> - <language/> - <type/> - <title/> - <abstract/> - <links/> - <fees/> - <encoding/> - <crs> - <spatialrefsys> - <wkt/> - <proj4/> - <srsid>0</srsid> - <srid>0</srid> - <authid/> - <description/> - <projectionacronym/> - <ellipsoidacronym/> - <geographicflag>false</geographicflag> - </spatialrefsys> - </crs> - <extent/> - </resourceMetadata> - <provider>gdal</provider> - <noData> - <noDataList useSrcNoData="0" bandNo="1"/> - <noDataList useSrcNoData="0" bandNo="2"/> - <noDataList useSrcNoData="0" bandNo="3"/> - <noDataList useSrcNoData="0" bandNo="4"/> - </noData> - <map-layer-style-manager current="default"> - <map-layer-style name="default"/> - </map-layer-style-manager> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>0</Searchable> - </flags> - <customproperties> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <rasterrenderer greenBand="2" blueBand="3" type="multibandcolor" alphaBand="4" redBand="1" opacity="1" nodataColor=""> - <rasterTransparency/> - <minMaxOrigin> - <limits>MinMax</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <redContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </redContrastEnhancement> - <greenContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </greenContrastEnhancement> - <blueContrastEnhancement> - <minValue>0</minValue> - <maxValue>255</maxValue> - <algorithm>NoEnhancement</algorithm> - </blueContrastEnhancement> - </rasterrenderer> - <brightnesscontrast contrast="0" brightness="0"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeStrength="100"/> - <rasterresampler maxOversampling="2"/> - </pipe> - <blendMode>0</blendMode> - </maplayer> - <maplayer styleCategories="AllStyleCategories" maxScale="0" readOnly="0" minScale="100000000" autoRefreshTime="0" simplifyLocal="1" autoRefreshEnabled="0" symbologyReferenceScale="-1" simplifyAlgorithm="0" hasScaleBasedVisibilityFlag="0" wkbType="LineString" refreshOnNotifyEnabled="0" legendPlaceholderImage="" simplifyMaxScale="1" geometry="Line" simplifyDrawingHints="1" labelsEnabled="0" simplifyDrawingTol="1" refreshOnNotifyMessage="" type="vector"> - <extent> - <xmin>6.79430714792400003</xmin> - <ymin>45.88514903657399913</ymin> - <xmax>8.37637389962210932</xmax> - <ymax>46.5450780985208965</ymax> - </extent> - <wgs84extent> - <xmin>6.79430714792400003</xmin> - <ymin>45.88514903657399913</ymin> - <xmax>8.37637389962210932</xmax> - <ymax>46.5450780985208965</ymax> - </wgs84extent> - <id>ERE_espace_reserve_eaux_3028c6e8_e6b2_44e1_8a5e_5a07232b4a00</id> - <datasource>./mgm.gpkg|layername=ERE_espace_reserve_eaux</datasource> - <keywordList> - <value></value> - </keywordList> - <layername>Space_provided_for_waters_side_streams_and_water_bodies</layername> - <srs> - <spatialrefsys nativeFormat="Wkt"> - <wkt>GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic latitude (Lat)",north,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic longitude (Lon)",east,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]</wkt> - <proj4>+proj=longlat +datum=WGS84 +no_defs</proj4> - <srsid>3452</srsid> - <srid>4326</srid> - <authid>EPSG:4326</authid> - <description>WGS 84</description> - <projectionacronym>longlat</projectionacronym> - <ellipsoidacronym>EPSG:7030</ellipsoidacronym> - <geographicflag>true</geographicflag> - </spatialrefsys> - </srs> - <resourceMetadata> - <identifier></identifier> - <parentidentifier></parentidentifier> - <language></language> - <type>dataset</type> - <title> - - - - - - - - - 0 - 0 - - - - - false - - - - - ogr - - - - - - - - - - - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - 0 - generatedlayout - - - - - - - - - - - 6.61282559999988973 - 46.74741470000620325 - 6.66593269999987026 - 46.79376330000619788 - - - 6.61282559999988973 - 46.74741470000620325 - 6.66593269999987026 - 46.79376330000619788 - - building_urban_typo_e811f9db_9277_4b8c_8257_6bfe6627fc3a - ./geoclimate.gpkg|layername=building_urban_typo - - - - Building_urban_typology - - - GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic latitude (Lat)",north,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic longitude (Lon)",east,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]] - +proj=longlat +datum=WGS84 +no_defs - 3452 - 4326 - EPSG:4326 - WGS 84 - longlat - EPSG:7030 - true - - - - - - - dataset - - - - - - - - - - 0 - 0 - - - - - false - - - - - ogr - - - - - - - - - - - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - 0 - generatedlayout - - - - - - - - - - - 6.03790560126365961 - 46.14055117713169807 - 6.24903587490956003 - 46.31748637106709765 - - - 6.03790560126365961 - 46.14055117713169807 - 6.24903587490956003 - 46.31748637106709765 - - ffp_foret_protectrice_ge_bcac2712_5f5e_4c6e_8784_fa0d1a5c1dd0 - ./mgm.gpkg|layername=ffp_foret_protectrice_ge - - - - Protective_forests_in_the_canton_of_Geneva - - - GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic latitude (Lat)",north,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic longitude (Lon)",east,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]] - +proj=longlat +datum=WGS84 +no_defs - 3452 - 4326 - EPSG:4326 - WGS 84 - longlat - EPSG:7030 - true - - - - - - - dataset - - - - - - - - - - 0 - 0 - - - - - false - - - - - ogr - - - - - - - - - - - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - 0 - generatedlayout - - - - - - "nom_local" - - - - - 6.10203508641035963 - 46.23174678797199988 - 9.4841889403872095 - 47.50969022157470079 - - - 6.10203508641035963 - 46.23174678797199988 - 9.4841889403872095 - 47.50969022157470079 - - kataster_belasteter_standorte_zivilflugplaetze_standort_c994a4f0_2e01_4496_a6fb_c18466998c06 - ./mgm.gpkg|layername=kataster-belasteter-standorte-zivilflugplaetze_standort - - - - Cadastre_of_contaminated_sites_on_civil_aerodromes__CCS_FOCA - - - GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic latitude (Lat)",north,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic longitude (Lon)",east,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]] - +proj=longlat +datum=WGS84 +no_defs - 3452 - 4326 - EPSG:4326 - WGS 84 - longlat - EPSG:7030 - true - - - - - - - dataset - - - - - - - - - - 0 - 0 - - - - - false - - - - - ogr - - - - - - - - - - - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - 0 - generatedlayout - - - - - - - - - - - 6.60434289045370981 - 46.73864780045879996 - 6.67205269805458023 - 46.79537989717209712 - - - 6.60434289045370981 - 46.73864780045879996 - 6.67205269805458023 - 46.79537989717209712 - - rsu_lcz_88c17c32_4857_429a_8aef_15be64306f4d - ./geoclimate.gpkg|layername=rsu_lcz - - - - Local_Climate_Zone - - - GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic latitude (Lat)",north,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic longitude (Lon)",east,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]] - +proj=longlat +datum=WGS84 +no_defs - 3452 - 4326 - EPSG:4326 - WGS 84 - longlat - EPSG:7030 - true - - - - - - - dataset - - - - - - - - - - 0 - 0 - - - - - false - - - - - ogr - - - - - - - - - - - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - 0 - generatedlayout - - - - - - - - - - - 6.61443163168530024 - 46.74761938858510035 - 6.66497353425487038 - 46.79171303761030032 - - - 6.61443163168530024 - 46.74761938858510035 - 6.66497353425487038 - 46.79171303761030032 - - tot_floor_area_rsu_lcz_38430127_63a4_4872_9bb1_a918ed32f113 - ./geoclimate.gpkg|layername=tot_floor_area_rsu_lcz - - - - Potential_risk - - - GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic latitude (Lat)",north,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic longitude (Lon)",east,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]] - +proj=longlat +datum=WGS84 +no_defs - 3452 - 4326 - EPSG:4326 - WGS 84 - longlat - EPSG:7030 - true - - - - - - - dataset - - - - - - - - - - 0 - 0 - - - - - false - - - - - ogr - - - - - - - - - - - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - 0 - generatedlayout - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - 2 - 0 - 2 - off - - to_vertex_and_segment - to_vertex_and_segment - to_vertex_and_segment - - - disabled - disabled - disabled - - - countries20160903162230262 - countries20160910105437623 - places20160903164057641 - - - 0.000000 - 0.000000 - 0.000000 - - - 2 - 2 - 2 - - current_layer - - - 255 - 255 - 255 - 255 - 0 - 255 - 255 - - - - - - false - - - - - - NONE - - - m2 - meters - - - 8 - 5 - 8 - 8 - 2.5 - true - false - false - 0 - 0 - false - false - false - false - 0 - 255,0,0,255 - - - false - - - true - Default - 2 - MU - - false - - 3452 - +proj=longlat +datum=WGS84 +no_defs - EPSG:4326 - 1 - - - - - - - 101114_Cessnov_10cm_221dbdf0_5f0d_4d0f_94a2_bbf30666817f - 101118_Nonfoux_20cm_0a920129_a890_488e_b27f_8038cad5bc70 - 101118_Y_Parc_10cm_67fccad8_ba5b_454c_9e1c_4168f62194a9 - 101119_Bellevue_20cm_d1fb27b2_7672_4d3c_ad94_1c29ab260b5f - 101203_HEIG_VD_neige_25cm_87c67971_5a7b_4743_a542_4d0d8fb77c72 - 101209_Chexbres_20cm_2fef947d_be66_4ef3_9769_d62dda2d4819 - 110127_Montagny_20cm_bcf4a525_571d_4329_a6db_f9b54783f70f - 110208_Champ_Pittet_20cm_919a6cff_85ec_4fc3_aa75_90446e136002 - 110304_Ballaigues_20cm_6b95a54c_aab2_445f_ae9f_175e1597421a - 110314_Chalamont_20cm_ce46381b_2bff_4942_a1e8_bdaca2ff3c15 - 110314_Suchy_20cm_ee9dfeae_012a_487d_ba7b_e19a57a92c80 - 110318_ZoneSportive_20cm_43e8443b_78c2_4208_932d_8edfdb187c8f - 110323_Cheseaux_12_5cm_16e9d145_4bc6_429c_8e24_c73ebe82c73f - 110406_Suchy_Carre_20cm_f7a1fc68_f03c_4a31_9a50_f26d77b5a7d8 - 110406_Y_Parc_10cm_0bd66b0d_dd47_4887_8b62_c7c4b7e22fce - 110407_Penthereaz_20cm_8556419d_cc2d_4b91_8276_3fc3930c734f - 110420_Chavornay_20cm_7f25bdd3_4b3c_4924_adaf_c8b5b6edb390 - 110506_A1_20cm_db5286c7_75ff_49d1_8683_7e41437c612f - 110506_Pomy_20cm_e9de77d8_3843_4095_9722_46e2ea145e2a - 110511_Chamblon_20cm_ea7476d7_1bc5_496f_ac7d_144b0533dae4 - 110521_Fontenais_20cm_ce322bad_7b95_4433_95b8_a73b9b673f42 - 110522_Chatonnaye_20cm_fd9eb3e2_955a_423c_b7ff_eee0bc640540 - 110621_Yverdon_ouest_20cm_f7ccf3cd_39c7_493c_a81c_0832b61853d3 - 110715_Chavornay_20cm_1fef6bb3_44bc_4392_926a_fc693c1bdcb0 - 110810_Cheserex_20cm_06ecee14_296a_478a_bd2b_be2e03a148b3 - 111016_Payerne_ZI_20cm_399f4dc6_51b4_4d93_9c6a_2ed8e237eab8 - 111016_Payerne_ville_20cm_e36debab_7f01_402b_85ed_cea1dab673ca - 111111_Auberson_20cm_fe45568c_466e_4db7_a778_2d6827d1d81a - 111129_Yverdon_Sud_20cm_b2a680d2_e091_4af4_8986_0ad672973207 - 120117_Maillefer_20cm_e6b3a4da_a6f4_40c9_ab3a_ff37863e6514 - 120307_Yvonand_Plage_25cm_4b8ba98e_4aec_4c52_8d96_552eefdde323 - 120417_Gland_UICN_10cm_1d208ee4_892c_47d2_89d7_cdb3c1c8437e - 120425_Fribourg_Poya_20cm_238523c2_4930_4a36_9bfb_640eaabba0da - 120816_Barrage_10cm_bdb43f5d_638a_4e9d_a556_870a614bc93f - 121117_LeMont_10cm_edd3bb87_8eec_4b1e_acf2_c8700e93658a - 121213_Moudon_Ecole_15cm_9b9a7bcc_f73e_4154_a0f1_ffb7c05ef253 - 130405_Fiez_Village_20cm_e10c8d61_3423_4979_9b4c_c53f34f5b8ca - 131031_Yverdon_Heig_10cm_94109f41_e73e_4a69_9346_8ee174604742 - 150202_HEIG_Neige_10cm_f121b987_da12_4470_ad2e_985ab0721926 - 150310_Yverdon_Lac_20cm_b131c938_d5a3_496f_b76b_48ad57e4eed7 - 150916_Nyon_Forum_10cm_3a958134_c2ea_46cb_8034_d616765a5e85 - - - - ERE_espace_reserve_eaux_3028c6e8_e6b2_44e1_8a5e_5a07232b4a00 - building_urban_typo_e811f9db_9277_4b8c_8257_6bfe6627fc3a - ffp_foret_protectrice_ge_bcac2712_5f5e_4c6e_8784_fa0d1a5c1dd0 - kataster_belasteter_standorte_zivilflugplaetze_standort_c994a4f0_2e01_4496_a6fb_c18466998c06 - rsu_lcz_88c17c32_4857_429a_8aef_15be64306f4d - tot_floor_area_rsu_lcz_38430127_63a4_4872_9bb1_a918ed32f113 - - - 3 - 3 - 5 - 3 - 3 - 8 - 3 - 3 - - - - - - - - copyright - true - maxime.collombin@heig-vd.ch - Mediamaps - Mediamaps - - - - EPSG:3857 - EPSG:900913 - EPSG:4326 - EPSG:2056 - EPSG:21781 - - 1 - - 725549.31658398266881704 - 5893727.95483041182160378 - 754312.84431732539087534 - 5918243.2475175317376852 - - false - conditions unknown - 90 - - QGIS Server OGC2 - - 1 - https://heig-vd.ch/rad/instituts/mei/mediamaps - 3 - - - Space provided for waters, side streams and water bodies - Protective forests in the canton of Geneva - Cadastre of contaminated sites on civil aerodromes (CCS FOCA) - Building urban typology - Local Climate Zone - Potential risk - mgm - geoclimate - - qgis-server-ngdi-20-60 - false - QGIS Server of the NGDI 20-60 Testbed platform including the R-POD imagery (insit). - true - QGIS Server NGDI 20-60 - 0 - - false - - - EPSG:4326 - EPSG:3857 - EPSG:21781 - EPSG:2056 - - - EPSG:4326,90,-180,279541132.0143589,18 - EPSG:3857,20037508.342789248,-20037508.342789248,559082264.0287179,18 - EPSG:21781,539101.713923017,309095.64958088694,9701390,18 - EPSG:2056,1539101.713923017,2309095.649580887,9701390,18 - - - - - imagery - - - 150916_Nyon_Forum_10cm_3a958134_c2ea_46cb_8034_d616765a5e85 - 150310_Yverdon_Lac_20cm_b131c938_d5a3_496f_b76b_48ad57e4eed7 - 150202_HEIG_Neige_10cm_f121b987_da12_4470_ad2e_985ab0721926 - 131031_Yverdon_Heig_10cm_94109f41_e73e_4a69_9346_8ee174604742 - 130405_Fiez_Village_20cm_e10c8d61_3423_4979_9b4c_c53f34f5b8ca - 121213_Moudon_Ecole_15cm_9b9a7bcc_f73e_4154_a0f1_ffb7c05ef253 - 121117_LeMont_10cm_edd3bb87_8eec_4b1e_acf2_c8700e93658a - 120816_Barrage_10cm_bdb43f5d_638a_4e9d_a556_870a614bc93f - 120425_Fribourg_Poya_20cm_238523c2_4930_4a36_9bfb_640eaabba0da - 120417_Gland_UICN_10cm_1d208ee4_892c_47d2_89d7_cdb3c1c8437e - 120307_Yvonand_Plage_25cm_4b8ba98e_4aec_4c52_8d96_552eefdde323 - 120117_Maillefer_20cm_e6b3a4da_a6f4_40c9_ab3a_ff37863e6514 - 111129_Yverdon_Sud_20cm_b2a680d2_e091_4af4_8986_0ad672973207 - 111111_Auberson_20cm_fe45568c_466e_4db7_a778_2d6827d1d81a - 111016_Payerne_ZI_20cm_399f4dc6_51b4_4d93_9c6a_2ed8e237eab8 - 111016_Payerne_ville_20cm_e36debab_7f01_402b_85ed_cea1dab673ca - 110810_Cheserex_20cm_06ecee14_296a_478a_bd2b_be2e03a148b3 - 110715_Chavornay_20cm_1fef6bb3_44bc_4392_926a_fc693c1bdcb0 - 110621_Yverdon_ouest_20cm_f7ccf3cd_39c7_493c_a81c_0832b61853d3 - 110522_Chatonnaye_20cm_fd9eb3e2_955a_423c_b7ff_eee0bc640540 - 110521_Fontenais_20cm_ce322bad_7b95_4433_95b8_a73b9b673f42 - 110511_Chamblon_20cm_ea7476d7_1bc5_496f_ac7d_144b0533dae4 - 110506_Pomy_20cm_e9de77d8_3843_4095_9722_46e2ea145e2a - 110506_A1_20cm_db5286c7_75ff_49d1_8683_7e41437c612f - 110420_Chavornay_20cm_7f25bdd3_4b3c_4924_adaf_c8b5b6edb390 - 110407_Penthereaz_20cm_8556419d_cc2d_4b91_8276_3fc3930c734f - 110406_Y_Parc_10cm_0bd66b0d_dd47_4887_8b62_c7c4b7e22fce - 110406_Suchy_Carre_20cm_f7a1fc68_f03c_4a31_9a50_f26d77b5a7d8 - 110323_Cheseaux_12_5cm_16e9d145_4bc6_429c_8e24_c73ebe82c73f - 110318_ZoneSportive_20cm_43e8443b_78c2_4208_932d_8edfdb187c8f - 110314_Suchy_20cm_ee9dfeae_012a_487d_ba7b_e19a57a92c80 - 110314_Chalamont_20cm_ce46381b_2bff_4942_a1e8_bdaca2ff3c15 - 110304_Ballaigues_20cm_6b95a54c_aab2_445f_ae9f_175e1597421a - 110208_Champ_Pittet_20cm_919a6cff_85ec_4fc3_aa75_90446e136002 - 110127_Montagny_20cm_bcf4a525_571d_4329_a6db_f9b54783f70f - 101209_Chexbres_20cm_2fef947d_be66_4ef3_9769_d62dda2d4819 - 101203_HEIG_VD_neige_25cm_87c67971_5a7b_4743_a542_4d0d8fb77c72 - 101119_Bellevue_20cm_d1fb27b2_7672_4d3c_ad94_1c29ab260b5f - 101118_Y_Parc_10cm_67fccad8_ba5b_454c_9e1c_4168f62194a9 - 101118_Nonfoux_20cm_0a920129_a890_488e_b27f_8038cad5bc70 - 101114_Cessnov_10cm_221dbdf0_5f0d_4d0f_94a2_bbf30666817f - - false - - - - imagery - - - 150916_Nyon_Forum_10cm_3a958134_c2ea_46cb_8034_d616765a5e85 - 150310_Yverdon_Lac_20cm_b131c938_d5a3_496f_b76b_48ad57e4eed7 - 150202_HEIG_Neige_10cm_f121b987_da12_4470_ad2e_985ab0721926 - 131031_Yverdon_Heig_10cm_94109f41_e73e_4a69_9346_8ee174604742 - 130405_Fiez_Village_20cm_e10c8d61_3423_4979_9b4c_c53f34f5b8ca - 121213_Moudon_Ecole_15cm_9b9a7bcc_f73e_4154_a0f1_ffb7c05ef253 - 121117_LeMont_10cm_edd3bb87_8eec_4b1e_acf2_c8700e93658a - 120816_Barrage_10cm_bdb43f5d_638a_4e9d_a556_870a614bc93f - 120425_Fribourg_Poya_20cm_238523c2_4930_4a36_9bfb_640eaabba0da - 120417_Gland_UICN_10cm_1d208ee4_892c_47d2_89d7_cdb3c1c8437e - 120307_Yvonand_Plage_25cm_4b8ba98e_4aec_4c52_8d96_552eefdde323 - 120117_Maillefer_20cm_e6b3a4da_a6f4_40c9_ab3a_ff37863e6514 - 111129_Yverdon_Sud_20cm_b2a680d2_e091_4af4_8986_0ad672973207 - 111111_Auberson_20cm_fe45568c_466e_4db7_a778_2d6827d1d81a - 111016_Payerne_ZI_20cm_399f4dc6_51b4_4d93_9c6a_2ed8e237eab8 - 111016_Payerne_ville_20cm_e36debab_7f01_402b_85ed_cea1dab673ca - 110810_Cheserex_20cm_06ecee14_296a_478a_bd2b_be2e03a148b3 - 110715_Chavornay_20cm_1fef6bb3_44bc_4392_926a_fc693c1bdcb0 - 110621_Yverdon_ouest_20cm_f7ccf3cd_39c7_493c_a81c_0832b61853d3 - 110522_Chatonnaye_20cm_fd9eb3e2_955a_423c_b7ff_eee0bc640540 - 110521_Fontenais_20cm_ce322bad_7b95_4433_95b8_a73b9b673f42 - 110511_Chamblon_20cm_ea7476d7_1bc5_496f_ac7d_144b0533dae4 - 110506_Pomy_20cm_e9de77d8_3843_4095_9722_46e2ea145e2a - 110506_A1_20cm_db5286c7_75ff_49d1_8683_7e41437c612f - 110420_Chavornay_20cm_7f25bdd3_4b3c_4924_adaf_c8b5b6edb390 - 110407_Penthereaz_20cm_8556419d_cc2d_4b91_8276_3fc3930c734f - 110406_Y_Parc_10cm_0bd66b0d_dd47_4887_8b62_c7c4b7e22fce - 110406_Suchy_Carre_20cm_f7a1fc68_f03c_4a31_9a50_f26d77b5a7d8 - 110323_Cheseaux_12_5cm_16e9d145_4bc6_429c_8e24_c73ebe82c73f - 110318_ZoneSportive_20cm_43e8443b_78c2_4208_932d_8edfdb187c8f - 110314_Suchy_20cm_ee9dfeae_012a_487d_ba7b_e19a57a92c80 - 110314_Chalamont_20cm_ce46381b_2bff_4942_a1e8_bdaca2ff3c15 - 110304_Ballaigues_20cm_6b95a54c_aab2_445f_ae9f_175e1597421a - 110208_Champ_Pittet_20cm_919a6cff_85ec_4fc3_aa75_90446e136002 - 110127_Montagny_20cm_bcf4a525_571d_4329_a6db_f9b54783f70f - 101209_Chexbres_20cm_2fef947d_be66_4ef3_9769_d62dda2d4819 - 101203_HEIG_VD_neige_25cm_87c67971_5a7b_4743_a542_4d0d8fb77c72 - 101119_Bellevue_20cm_d1fb27b2_7672_4d3c_ad94_1c29ab260b5f - 101118_Y_Parc_10cm_67fccad8_ba5b_454c_9e1c_4168f62194a9 - 101118_Nonfoux_20cm_0a920129_a890_488e_b27f_8038cad5bc70 - 101114_Cessnov_10cm_221dbdf0_5f0d_4d0f_94a2_bbf30666817f - - false - - 5000 - - - imagery - - - 150916_Nyon_Forum_10cm_3a958134_c2ea_46cb_8034_d616765a5e85 - 150310_Yverdon_Lac_20cm_b131c938_d5a3_496f_b76b_48ad57e4eed7 - 150202_HEIG_Neige_10cm_f121b987_da12_4470_ad2e_985ab0721926 - 131031_Yverdon_Heig_10cm_94109f41_e73e_4a69_9346_8ee174604742 - 130405_Fiez_Village_20cm_e10c8d61_3423_4979_9b4c_c53f34f5b8ca - 121213_Moudon_Ecole_15cm_9b9a7bcc_f73e_4154_a0f1_ffb7c05ef253 - 121117_LeMont_10cm_edd3bb87_8eec_4b1e_acf2_c8700e93658a - 120816_Barrage_10cm_bdb43f5d_638a_4e9d_a556_870a614bc93f - 120425_Fribourg_Poya_20cm_238523c2_4930_4a36_9bfb_640eaabba0da - 120417_Gland_UICN_10cm_1d208ee4_892c_47d2_89d7_cdb3c1c8437e - 120307_Yvonand_Plage_25cm_4b8ba98e_4aec_4c52_8d96_552eefdde323 - 120117_Maillefer_20cm_e6b3a4da_a6f4_40c9_ab3a_ff37863e6514 - 111129_Yverdon_Sud_20cm_b2a680d2_e091_4af4_8986_0ad672973207 - 111111_Auberson_20cm_fe45568c_466e_4db7_a778_2d6827d1d81a - 111016_Payerne_ZI_20cm_399f4dc6_51b4_4d93_9c6a_2ed8e237eab8 - 111016_Payerne_ville_20cm_e36debab_7f01_402b_85ed_cea1dab673ca - 110810_Cheserex_20cm_06ecee14_296a_478a_bd2b_be2e03a148b3 - 110715_Chavornay_20cm_1fef6bb3_44bc_4392_926a_fc693c1bdcb0 - 110621_Yverdon_ouest_20cm_f7ccf3cd_39c7_493c_a81c_0832b61853d3 - 110522_Chatonnaye_20cm_fd9eb3e2_955a_423c_b7ff_eee0bc640540 - 110521_Fontenais_20cm_ce322bad_7b95_4433_95b8_a73b9b673f42 - 110511_Chamblon_20cm_ea7476d7_1bc5_496f_ac7d_144b0533dae4 - 110506_Pomy_20cm_e9de77d8_3843_4095_9722_46e2ea145e2a - 110506_A1_20cm_db5286c7_75ff_49d1_8683_7e41437c612f - 110420_Chavornay_20cm_7f25bdd3_4b3c_4924_adaf_c8b5b6edb390 - 110407_Penthereaz_20cm_8556419d_cc2d_4b91_8276_3fc3930c734f - 110406_Y_Parc_10cm_0bd66b0d_dd47_4887_8b62_c7c4b7e22fce - 110406_Suchy_Carre_20cm_f7a1fc68_f03c_4a31_9a50_f26d77b5a7d8 - 110323_Cheseaux_12_5cm_16e9d145_4bc6_429c_8e24_c73ebe82c73f - 110318_ZoneSportive_20cm_43e8443b_78c2_4208_932d_8edfdb187c8f - 110314_Suchy_20cm_ee9dfeae_012a_487d_ba7b_e19a57a92c80 - 110314_Chalamont_20cm_ce46381b_2bff_4942_a1e8_bdaca2ff3c15 - 110304_Ballaigues_20cm_6b95a54c_aab2_445f_ae9f_175e1597421a - 110208_Champ_Pittet_20cm_919a6cff_85ec_4fc3_aa75_90446e136002 - 110127_Montagny_20cm_bcf4a525_571d_4329_a6db_f9b54783f70f - 101209_Chexbres_20cm_2fef947d_be66_4ef3_9769_d62dda2d4819 - 101203_HEIG_VD_neige_25cm_87c67971_5a7b_4743_a542_4d0d8fb77c72 - 101119_Bellevue_20cm_d1fb27b2_7672_4d3c_ad94_1c29ab260b5f - 101118_Y_Parc_10cm_67fccad8_ba5b_454c_9e1c_4168f62194a9 - 101118_Nonfoux_20cm_0a920129_a890_488e_b27f_8038cad5bc70 - 101114_Cessnov_10cm_221dbdf0_5f0d_4d0f_94a2_bbf30666817f - - false - - - - - - - - - - - - PROJCRS["CH1903 / LV03",BASEGEOGCRS["CH1903",DATUM["CH1903",ELLIPSOID["Bessel 1841",6377397.155,299.1528128,LENGTHUNIT["metre",1]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],ID["EPSG",4149]],CONVERSION["Swiss Oblique Mercator 1903M",METHOD["Hotine Oblique Mercator (variant B)",ID["EPSG",9815]],PARAMETER["Latitude of projection centre",46.9524055555556,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8811]],PARAMETER["Longitude of projection centre",7.43958333333333,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8812]],PARAMETER["Azimuth of initial line",90,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8813]],PARAMETER["Angle from Rectified to Skew Grid",90,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8814]],PARAMETER["Scale factor on initial line",1,SCALEUNIT["unity",1],ID["EPSG",8815]],PARAMETER["Easting at projection centre",600000,LENGTHUNIT["metre",1],ID["EPSG",8816]],PARAMETER["Northing at projection centre",200000,LENGTHUNIT["metre",1],ID["EPSG",8817]]],CS[Cartesian,2],AXIS["easting (Y)",east,ORDER[1],LENGTHUNIT["metre",1]],AXIS["northing (X)",north,ORDER[2],LENGTHUNIT["metre",1]],USAGE[SCOPE["Cadastre, engineering survey, topographic mapping (large and medium scale)."],AREA["Liechtenstein; Switzerland."],BBOX[45.82,5.96,47.81,10.49]],ID["EPSG",21781]] - +proj=somerc +lat_0=46.9524055555556 +lon_0=7.43958333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs - 1919 - 21781 - EPSG:21781 - CH1903 / LV03 - somerc - EPSG:7004 - false - - - - - PROJCRS["WGS 84 / Pseudo-Mercator",BASEGEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],ID["EPSG",4326]],CONVERSION["Popular Visualisation Pseudo-Mercator",METHOD["Popular Visualisation Pseudo Mercator",ID["EPSG",1024]],PARAMETER["Latitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8801]],PARAMETER["Longitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["False easting",0,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS[Cartesian,2],AXIS["easting (X)",east,ORDER[1],LENGTHUNIT["metre",1]],AXIS["northing (Y)",north,ORDER[2],LENGTHUNIT["metre",1]],USAGE[SCOPE["Web mapping and visualisation."],AREA["World between 85.06°S and 85.06°N."],BBOX[-85.06,-180,85.06,180]],ID["EPSG",3857]] - +proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs - 3857 - 3857 - EPSG:3857 - WGS 84 / Pseudo-Mercator - merc - EPSG:7030 - false - - - - - - - PROJCRS["CH1903 / LV03",BASEGEOGCRS["CH1903",DATUM["CH1903",ELLIPSOID["Bessel 1841",6377397.155,299.1528128,LENGTHUNIT["metre",1]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],ID["EPSG",4149]],CONVERSION["Swiss Oblique Mercator 1903M",METHOD["Hotine Oblique Mercator (variant B)",ID["EPSG",9815]],PARAMETER["Latitude of projection centre",46.9524055555556,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8811]],PARAMETER["Longitude of projection centre",7.43958333333333,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8812]],PARAMETER["Azimuth of initial line",90,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8813]],PARAMETER["Angle from Rectified to Skew Grid",90,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8814]],PARAMETER["Scale factor on initial line",1,SCALEUNIT["unity",1],ID["EPSG",8815]],PARAMETER["Easting at projection centre",600000,LENGTHUNIT["metre",1],ID["EPSG",8816]],PARAMETER["Northing at projection centre",200000,LENGTHUNIT["metre",1],ID["EPSG",8817]]],CS[Cartesian,2],AXIS["easting (Y)",east,ORDER[1],LENGTHUNIT["metre",1]],AXIS["northing (X)",north,ORDER[2],LENGTHUNIT["metre",1]],USAGE[SCOPE["Cadastre, engineering survey, topographic mapping (large and medium scale)."],AREA["Liechtenstein; Switzerland."],BBOX[45.82,5.96,47.81,10.49]],ID["EPSG",21781]] - +proj=somerc +lat_0=46.9524055555556 +lon_0=7.43958333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs - 1919 - 21781 - EPSG:21781 - CH1903 / LV03 - somerc - EPSG:7004 - false - - - - - GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic latitude (Lat)",north,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic longitude (Lon)",east,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]] - +proj=longlat +datum=WGS84 +no_defs - 3452 - 4326 - EPSG:4326 - WGS 84 - longlat - EPSG:7030 - true - - - - - - - - - - - - - - - - - - - - - - - 2000-01-01T00:00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PROJCRS["WGS 84 / Pseudo-Mercator",BASEGEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],ID["EPSG",4326]],CONVERSION["Popular Visualisation Pseudo-Mercator",METHOD["Popular Visualisation Pseudo Mercator",ID["EPSG",1024]],PARAMETER["Latitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8801]],PARAMETER["Longitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["False easting",0,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS[Cartesian,2],AXIS["easting (X)",east,ORDER[1],LENGTHUNIT["metre",1]],AXIS["northing (Y)",north,ORDER[2],LENGTHUNIT["metre",1]],USAGE[SCOPE["Web mapping and visualisation."],AREA["World between 85.06°S and 85.06°N."],BBOX[-85.06,-180,85.06,180]],ID["EPSG",3857]] - +proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs - 3857 - 3857 - EPSG:3857 - WGS 84 / Pseudo-Mercator - merc - EPSG:7030 - false - - - - - - - - - - - - - - - - - - - - - diff --git a/services/qgis/docker-compose.yml b/services/qgis/docker-compose.yml index 006341e..bf6c29e 100644 --- a/services/qgis/docker-compose.yml +++ b/services/qgis/docker-compose.yml @@ -15,12 +15,15 @@ services: # ports: # - "5000:80" - restart: "unless-stopped" + restart: "unless-stopped" environment: - - QGIS_SERVER_LOG_LEVEL=1 + - QGIS_SERVER_LOG_LEVEL=0 #- PGSERVICEFILE:If you want to change the default of /etc/qgisserver/pg_service.conf + - PGSERVICEFILE=/etc/qgisserver/pg_service.conf - QGIS_PROJECT_FILE=/etc/qgisserver/project.qgs + #- QGIS_PROJECT_FILE=/etc/qgisserver/r-pod.qgs + - QGIS_SERVER_LANDING_PAGE_PROJECTS_DIRECTORIES=/etc/qgisserver #- QGIS_SERVER_IGNORE_BAD_LAYERS:true #- MAX_REQUESTS_PER_PROCESS:The number of requests a QGIS server will serve before being restarted by apache #- QGIS_CATCH_SEGV:1 @@ -30,6 +33,9 @@ services: - ./data:/etc/qgisserver - ${HOME}/data:/etc/data + extra_hosts: + - "host.docker.internal:host-gateway" + labels: # Enable Traefik routing on overlay service network - "traefik.enable=true" @@ -53,5 +59,4 @@ services: networks: default: - external: - name: service-network + name: service-network diff --git a/services/qgis/env.sh b/services/qgis/env.sh index 5860f3e..cfa7abe 100755 --- a/services/qgis/env.sh +++ b/services/qgis/env.sh @@ -9,6 +9,16 @@ export SERVICE_NAME="qgis" export SERVICE_PATH="/${SERVICE_NAME}" # Can be usually left as isunless you want to run specific build and/or version. + +# Docker image c2c + export DOCKER_IMAGE_NAME="camptocamp/qgis-server" export DOCKER_IMAGE_VERSION="latest" -export DOCKER_IMAGE="${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION}" \ No newline at end of file + +# Docker image opengisch (not working --> some parameters probably need to be adapted) + +#export DOCKER_IMAGE_NAME="opengisch/qgis-server" +#export DOCKER_IMAGE_VERSION="stable" + +export DOCKER_IMAGE="${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION}" + diff --git a/services/traefik/docker-compose.yml b/services/traefik/docker-compose.yml index f89141c..09f49b4 100644 --- a/services/traefik/docker-compose.yml +++ b/services/traefik/docker-compose.yml @@ -67,5 +67,4 @@ volumes: networks: default: - external: - name: service-network + name: service-network