Register Datasets

iGUESS uses datasets stored on remote servers. To register datasets with the system, enter a server URL in the box below. iGUESS will probe the remote server and present you a list of datasets you can register. In order to use a dataset with a module, you will need to tag it with the appropriate tags. If you want to use the dataset for mapping purposes, use the Mapping tag.

iGUESS will probe for WFS, WCS, and WMS servers at the URL provided below. Layers offered by the WMS will be available for mapping, and layers offered by the WFS/WCS will be available for using as inputs to web processes.

{{model.error}}
Probing WMS server... Probing WFS server... Probing WCS server...
Server: {{model.serverInfo.serverName}}.
Description:{{model.serverInfo.serverDescription}}
Owner: {{model.serverInfo.serverOwner}}
Server has {{model.serverInfo.datasets.length}} layer(s)
SRS required for processing: {{model.serverInfo.srsProcessing}};
SRS required for mapping: {{model.serverInfo.srsMapping}}.
Mapping Projections: {{crs+($index!==model.serverInfo.serverCrsList.length-1?',':'')}}
  • {{dataset.title}} Identifier: {{dataset.identifier}}
    Description: {{dataset.description}}
    available for mapping {{dataset.availableForMapping?'yes':'no'}}
    available for processing {{dataset.availableForProcessing?'yes':'no'}}
    Services: {{dataset.services}}
    {{ tag.name }} {{tag.identifier + "(" +tag.process_identifier +")"}}
    Processing Projections: {{crs+($index!==dataset.dataCrs.length-1?',':'')}}