Skip to content

Export scanned data or services

Download .xlsx file

To export data and services :

  • Go to the page of the query to be exported.
  • Once completed, an "Export" button will be available.
  • Then click on "Export data"

Export data

Contents of .xlsx file

Data audit (files or databases)

The .xlsx file is made up of several tabs:

  • Tab vectorDataset which covers all vector data and contains the following columns :
    • name data name,
    • path data location,
    • formatType vector, Raster or Non-Geo,
    • formatShort data format,
    • formatVersion format version,
    • numberOfFeatures number of entities,
    • geometry type of data geometry,
    • coordsys coordinate system,
    • envelope envelope in geojson format,
    • attributes list of attributes,
    • status data status (ignored or not),
    • error error in documentation, if any,
    • exclusionCause exclusion criterion(s) (folder / schema, file name / table name, format).
  • Tab rasterDataset which covers all raster data and contains the following columns :
    • name data name,
    • path data location,
    • formatType vector, Raster or Non-Geo,
    • formatShort data format,
    • formatVersion format version,
    • coordsys coordinate system,
    • envelope envelope in geojson format,
    • bbox bounding box for data in geojson format,
    • bands_count number of bands,
    • cols_count number of columns,
    • rows_count number of lines,
    • status data status (ignored or not),
    • error error in documentation, if any,
    • exclusionCause exclusion criterion(s) (folder / schema, file name / table name, format).
  • Tab noGeoDataset which covers all data without geographical entities and contains the following columns :
    • name data name,
    • path data location,
    • formatType vector, Raster or Non-Geo,
    • formatShort data format,
    • formatVersion format version,
    • numberOfFeatures number of entities,
    • coordsys coordinate system,
    • attributes list of attributes,
    • status data status (ignored or not),
    • error error in documentation, if any.

Detection of non-geographical character

Please note that the vectorDataset tab may contain non-geographic tabular data if they have been ignored by a criterion other than exclusion. This is because the geo/non-geo character is detected during the documentation stage.

Cause of exclusion

The exclusion criteria are indicated in the field exclusionCause field (folder / schema, file name / table name, format). Data can also be excluded because it is not included according to the same criteria. In this case, the criteria are also indicated.

Auditing ArcGIS Server services

The .xlsx file is made up of several tabs:

  • The tab Services tab lists the various services with the following information:
    • name service name,
    • folder service file,
    • url service URL,
    • formatShort service format,
    • formatVersion service version,
    • title service title,
    • abstract service summary,
    • keywords list of service keywords separated by commas
    • operations list of available operations,
    • envelope service envelope in geojson format in WGS84,
    • layers list of layers,
    • tables table list,
    • status : Indicates if the service is ignored,
    • exclusionCause exclusion criterion(s) where applicable (file, name, format).
  • The Layers tab lists the layers of the various services with the following information:
    • url url of the service from which the layer originates,
    • id layer Id,
    • title layer title,
    • type layer type (tabular or geographic),
    • mother_id id of the mother layer,
    • targetDatasetName name of published data,
    • targetDatasetFormat format of published data.