Data Modelling - FHNW-IGEO/Geoharvester GitHub Wiki

Schema

All attributes of each service entry are listed in the Scraper-PoC or for completion also here. Please note, that there may be deviations based on differing versions.

Datasets of all services : geoservices_CH.csv

General description This data is generated and validated weekly using automated procedures. Note that we only publish data that are OGC compliant. Thus, gaps might be the case.

Data

https://github.com/davidoesch/geoservice_harvester_poc/blob/main/data/geoservices_CH.csv Description: Data description for each layer separately Spatial unit: Swiss cantons and Principality of Liechtenstein covered Updated: weekly Format: csv Additional remark: original list found here https://github.com/davidoesch/geoservice_harvester_poc

Field Name Description Format Note
OWNER Both Owner type and Owner Name are reflected,they corespond as well to the corrsponing py file with scraper info.The owner of the data, likely an organization or agency that created or manages the data Text <OwnerType_OwnerName>
TITLE The title of the dataset, which provides a brief description of what the data represents. Text
NAME The name or identifier for this particular data layer or feature within the larger dataset Text
TREE Layertree derived from service info.A hierarchical category or grouping for this data layer Text , tree separator „/“
GROUP Group Name of agreggated datasets. A grouping or category for this data layer, which may be used for organization or visualization purposes Text only applicable for WMS
ABSTRACT A brief summary or abstract of the data, which may provide additional context or details beyond the title. Text
KEYWORDS A list of relevant keywords or tags associated with this data layer, which can help users discover and filter relevant data. keywords, commaseparated
LEGEND Link to legend for the symbols or colors used to represent this data layer, which can aid in interpreting the data. URL to Image
CONTACT The contact information for the individual or organization responsible for maintaining or providing access to the da Text, email
SERVICELINK Link to Get Capabilities URL to Image
METADATA A link or URL to additional metadata or documentation about the data, such as data dictionaries or technical specifications URL
UPDATE Publication Date Text
SERVICETYPE OGC Service type Text WMTS WMS and WFS
MAX ZOOM Zoom level (mapzoom) on which the data is visible Int
CENTER_LAT Lat center of data WGS84 Float
CENTER_LON Lon center of data WGS84 Float
MAPGEO permalink to map.geo.admin.ch URL
BBOX The bounding box or extent of this data layer, represented as a list of four coordinates in the order west, south, east, and north. Textt

Those attributes are combined to a new type Geoservice in client\src\type.ts. Based on this type, the row contents are filled in the interface.