├── .gitignore ├── Makefile ├── README.md ├── create_new_module.sh ├── docs ├── .buildinfo ├── .doctrees │ ├── cat │ │ ├── slides │ │ │ ├── exercise-metadata-object.doctree │ │ │ ├── exercise-opensearch.doctree │ │ │ ├── presentation.doctree │ │ │ └── readme.doctree │ │ └── text │ │ │ ├── concepts.doctree │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ └── overview.doctree │ ├── data-access-standards │ │ └── basic-index.doctree │ ├── data-encoding-standards │ │ └── basic-index.doctree │ ├── environment.pickle │ ├── eo-geojson │ │ └── text │ │ │ ├── basics.doctree │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ └── overview.doctree │ ├── fe │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ └── overview.doctree │ ├── fundamental-concepts │ │ ├── slides │ │ │ ├── basic.doctree │ │ │ ├── exercise-interface-restaurant.doctree │ │ │ └── lo.doctree │ │ └── text │ │ │ ├── basic.doctree │ │ │ ├── index.doctree │ │ │ ├── networking.doctree │ │ │ ├── open.doctree │ │ │ └── overview.doctree │ ├── geopackage │ │ └── text │ │ │ ├── apps │ │ │ ├── gdal-ogr.doctree │ │ │ ├── geopackage-java.doctree │ │ │ ├── qgis.doctree │ │ │ └── sqlite.doctree │ │ │ ├── attributes_extensions.doctree │ │ │ ├── basic-index.doctree │ │ │ ├── basic.doctree │ │ │ ├── contents.doctree │ │ │ ├── extensions │ │ │ ├── metadata.doctree │ │ │ ├── nonlinear_geometry_types.doctree │ │ │ ├── related_tables.doctree │ │ │ ├── rtree_spatial_indexes.doctree │ │ │ ├── schema.doctree │ │ │ ├── tiled_gridded_coverage_data.doctree │ │ │ ├── tiles_encoding_webp.doctree │ │ │ ├── wkt_for_crs.doctree │ │ │ └── zoom_other_intervals.doctree │ │ │ ├── features.doctree │ │ │ ├── introduction.doctree │ │ │ ├── modeling.doctree │ │ │ ├── nsg-gpkg.doctree │ │ │ ├── overview.doctree │ │ │ └── tiles.doctree │ ├── gml │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ └── overview.doctree │ ├── index.doctree │ ├── indoorgml │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ └── overview.doctree │ ├── kml │ │ └── text │ │ │ ├── basic-index.doctree │ │ │ ├── basic-main.doctree │ │ │ └── basic-overview.doctree │ ├── metadata-catalogue │ │ └── index.doctree │ ├── metadata │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ ├── overview.doctree │ │ │ └── specifications.doctree │ ├── new │ │ ├── index.doctree │ │ ├── main.doctree │ │ └── overview.doctree │ ├── ogc-standards │ │ ├── slides │ │ │ └── services-ogc.doctree │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── overview.doctree │ │ │ ├── service-architecture.doctree │ │ │ └── services-ogc.doctree │ ├── ogc │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── intro-ogc.doctree │ │ │ └── overview.doctree │ ├── ogcapi-edr │ │ └── text │ │ │ ├── advanced.doctree │ │ │ ├── areaquery.doctree │ │ │ ├── basic-index.doctree │ │ │ ├── basic-main.doctree │ │ │ ├── basic-overview.doctree │ │ │ ├── corridorquery.doctree │ │ │ ├── cubequery.doctree │ │ │ ├── instancesquery.doctree │ │ │ ├── itemsquery.doctree │ │ │ ├── locationsquery.doctree │ │ │ ├── operations.doctree │ │ │ ├── positionquery.doctree │ │ │ ├── radiusquery.doctree │ │ │ └── trajectoryquery.doctree │ ├── ogcapi-features │ │ └── text │ │ │ ├── basic-index.doctree │ │ │ ├── basic-main.doctree │ │ │ ├── basic-overview.doctree │ │ │ └── operations.doctree │ ├── ogcapi-processes │ │ └── text │ │ │ ├── basic-index.doctree │ │ │ ├── basic-main.doctree │ │ │ └── basic-overview.doctree │ ├── ogcapi-tiles │ │ └── text │ │ │ ├── basic-index.doctree │ │ │ ├── basic-main.doctree │ │ │ ├── basic-overview.doctree │ │ │ └── operations.doctree │ ├── processing │ │ └── basic-index.doctree │ ├── references.doctree │ ├── se │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ └── overview.doctree │ ├── sld │ │ ├── slides │ │ │ └── main.doctree │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ ├── overview.doctree │ │ │ └── presentation.doctree │ ├── sos │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ ├── operations.doctree │ │ │ └── overview.doctree │ ├── sta │ │ ├── slides │ │ │ └── presentation.doctree │ │ └── text │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ ├── operations.doctree │ │ │ └── overview.doctree │ ├── visualization-standards │ │ └── basic-index.doctree │ ├── wcs │ │ └── text │ │ │ ├── basic-index.doctree │ │ │ ├── basic-main.doctree │ │ │ ├── basic-overview.doctree │ │ │ └── operations.doctree │ ├── wfs │ │ └── text │ │ │ ├── basic-index.doctree │ │ │ ├── basic-main.doctree │ │ │ ├── basic-overview.doctree │ │ │ ├── nsg-wfs.doctree │ │ │ └── operations.doctree │ ├── wms │ │ ├── slides │ │ │ ├── coordinates.doctree │ │ │ ├── exercise-abudhabi-wms.doctree │ │ │ ├── exercise-explorelayer-nationalatlas.doctree │ │ │ ├── exercise-metaspatial-uk.doctree │ │ │ └── presentation.doctree │ │ └── text │ │ │ ├── basic-index.doctree │ │ │ ├── basic-main.doctree │ │ │ ├── basic-overview.doctree │ │ │ ├── index.doctree │ │ │ ├── operations.doctree │ │ │ └── wms_draft_not_included.doctree │ ├── wmts │ │ └── text │ │ │ ├── api.doctree │ │ │ ├── index.doctree │ │ │ ├── main.doctree │ │ │ ├── operations.doctree │ │ │ └── overview.doctree │ └── wps │ │ └── text │ │ ├── basic-index.doctree │ │ ├── basic-main.doctree │ │ ├── basic-overview.doctree │ │ ├── operations.doctree │ │ └── towards-ogc-api-processes.doctree ├── _sources │ ├── cat │ │ ├── slides │ │ │ ├── exercise-metadata-object.rst.txt │ │ │ ├── exercise-opensearch.rst.txt │ │ │ ├── presentation.rst.txt │ │ │ └── readme.rst.txt │ │ └── text │ │ │ ├── concepts.rst.txt │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ └── overview.rst.txt │ ├── data-access-standards │ │ └── basic-index.rst.txt │ ├── data-encoding-standards │ │ └── basic-index.rst.txt │ ├── eo-geojson │ │ └── text │ │ │ ├── basics.rst.txt │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ └── overview.rst.txt │ ├── fe │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ └── overview.rst.txt │ ├── fundamental-concepts │ │ ├── slides │ │ │ ├── basic.rst.txt │ │ │ ├── exercise-interface-restaurant.rst.txt │ │ │ └── lo.rst.txt │ │ └── text │ │ │ ├── basic.rst.txt │ │ │ ├── index.rst.txt │ │ │ ├── networking.rst.txt │ │ │ ├── open.rst.txt │ │ │ └── overview.rst.txt │ ├── geopackage │ │ └── text │ │ │ ├── apps │ │ │ ├── gdal-ogr.rst.txt │ │ │ ├── geopackage-java.rst.txt │ │ │ ├── qgis.rst.txt │ │ │ └── sqlite.rst.txt │ │ │ ├── attributes_extensions.rst.txt │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic.rst.txt │ │ │ ├── contents.rst.txt │ │ │ ├── extensions │ │ │ ├── metadata.rst.txt │ │ │ ├── nonlinear_geometry_types.rst.txt │ │ │ ├── related_tables.rst.txt │ │ │ ├── rtree_spatial_indexes.rst.txt │ │ │ ├── schema.rst.txt │ │ │ ├── tiled_gridded_coverage_data.rst.txt │ │ │ ├── tiles_encoding_webp.rst.txt │ │ │ ├── wkt_for_crs.rst.txt │ │ │ └── zoom_other_intervals.rst.txt │ │ │ ├── features.rst.txt │ │ │ ├── introduction.rst.txt │ │ │ ├── modeling.rst.txt │ │ │ ├── nsg-gpkg.rst.txt │ │ │ ├── overview.rst.txt │ │ │ └── tiles.rst.txt │ ├── gml │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ └── overview.rst.txt │ ├── index.rst.txt │ ├── indoorgml │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ └── overview.rst.txt │ ├── kml │ │ └── text │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic-main.rst.txt │ │ │ └── basic-overview.rst.txt │ ├── metadata-catalogue │ │ └── index.rst.txt │ ├── metadata │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ ├── overview.rst.txt │ │ │ └── specifications.rst.txt │ ├── new │ │ ├── index.rst.txt │ │ ├── main.rst.txt │ │ └── overview.rst.txt │ ├── ogc-standards │ │ ├── slides │ │ │ └── services-ogc.rst.txt │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── overview.rst.txt │ │ │ ├── service-architecture.rst.txt │ │ │ └── services-ogc.rst.txt │ ├── ogc │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── intro-ogc.rst.txt │ │ │ └── overview.rst.txt │ ├── ogcapi-edr │ │ └── text │ │ │ ├── advanced.rst.txt │ │ │ ├── areaquery.rst.txt │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic-main.rst.txt │ │ │ ├── basic-overview.rst.txt │ │ │ ├── corridorquery.rst.txt │ │ │ ├── cubequery.rst.txt │ │ │ ├── instancesquery.rst.txt │ │ │ ├── itemsquery.rst.txt │ │ │ ├── locationsquery.rst.txt │ │ │ ├── operations.rst.txt │ │ │ ├── positionquery.rst.txt │ │ │ ├── radiusquery.rst.txt │ │ │ └── trajectoryquery.rst.txt │ ├── ogcapi-features │ │ └── text │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic-main.rst.txt │ │ │ ├── basic-overview.rst.txt │ │ │ └── operations.rst.txt │ ├── ogcapi-processes │ │ └── text │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic-main.rst.txt │ │ │ └── basic-overview.rst.txt │ ├── ogcapi-tiles │ │ └── text │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic-main.rst.txt │ │ │ ├── basic-overview.rst.txt │ │ │ └── operations.rst.txt │ ├── processing │ │ └── basic-index.rst.txt │ ├── references.rst.txt │ ├── se │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ └── overview.rst.txt │ ├── sld │ │ ├── slides │ │ │ └── main.rst.txt │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ ├── overview.rst.txt │ │ │ └── presentation.rst.txt │ ├── sos │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ ├── operations.rst.txt │ │ │ └── overview.rst.txt │ ├── sta │ │ ├── slides │ │ │ └── presentation.rst.txt │ │ └── text │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ ├── operations.rst.txt │ │ │ └── overview.rst.txt │ ├── visualization-standards │ │ └── basic-index.rst.txt │ ├── wcs │ │ └── text │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic-main.rst.txt │ │ │ ├── basic-overview.rst.txt │ │ │ └── operations.rst.txt │ ├── wfs │ │ └── text │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic-main.rst.txt │ │ │ ├── basic-overview.rst.txt │ │ │ ├── nsg-wfs.rst.txt │ │ │ └── operations.rst.txt │ ├── wms │ │ ├── slides │ │ │ ├── coordinates.rst.txt │ │ │ ├── exercise-abudhabi-wms.rst.txt │ │ │ ├── exercise-explorelayer-nationalatlas.rst.txt │ │ │ ├── exercise-metaspatial-uk.rst.txt │ │ │ └── presentation.rst.txt │ │ └── text │ │ │ ├── basic-index.rst.txt │ │ │ ├── basic-main.rst.txt │ │ │ ├── basic-overview.rst.txt │ │ │ ├── index.rst.txt │ │ │ ├── operations.rst.txt │ │ │ └── wms_draft_not_included.rst.txt │ ├── wmts │ │ └── text │ │ │ ├── api.rst.txt │ │ │ ├── index.rst.txt │ │ │ ├── main.rst.txt │ │ │ ├── operations.rst.txt │ │ │ └── overview.rst.txt │ └── wps │ │ └── text │ │ ├── basic-index.rst.txt │ │ ├── basic-main.rst.txt │ │ ├── basic-overview.rst.txt │ │ ├── operations.rst.txt │ │ └── towards-ogc-api-processes.rst.txt ├── cat │ ├── slides │ │ ├── exercise-metadata-object.html │ │ ├── exercise-opensearch.html │ │ ├── presentation.html │ │ └── readme.html │ └── text │ │ ├── concepts.html │ │ ├── index.html │ │ ├── main.html │ │ └── overview.html ├── data-access-standards │ └── basic-index.html ├── data-encoding-standards │ └── basic-index.html ├── eo-geojson │ └── text │ │ ├── basics.html │ │ ├── index.html │ │ ├── main.html │ │ └── overview.html ├── fe │ └── text │ │ ├── index.html │ │ ├── main.html │ │ └── overview.html ├── fundamental-concepts │ ├── slides │ │ ├── basic.html │ │ ├── exercise-interface-restaurant.html │ │ └── lo.html │ └── text │ │ ├── basic.html │ │ ├── index.html │ │ ├── networking.html │ │ ├── open.html │ │ └── overview.html ├── genindex.html ├── geopackage │ └── text │ │ ├── apps │ │ ├── gdal-ogr.html │ │ ├── geopackage-java.html │ │ ├── qgis.html │ │ └── sqlite.html │ │ ├── attributes_extensions.html │ │ ├── basic-index.html │ │ ├── basic.html │ │ ├── contents.html │ │ ├── extensions │ │ ├── metadata.html │ │ ├── nonlinear_geometry_types.html │ │ ├── related_tables.html │ │ ├── rtree_spatial_indexes.html │ │ ├── schema.html │ │ ├── tiled_gridded_coverage_data.html │ │ ├── tiles_encoding_webp.html │ │ ├── wkt_for_crs.html │ │ └── zoom_other_intervals.html │ │ ├── features.html │ │ ├── introduction.html │ │ ├── modeling.html │ │ ├── nsg-gpkg.html │ │ ├── overview.html │ │ └── tiles.html ├── gml │ └── text │ │ ├── index.html │ │ ├── main.html │ │ └── overview.html ├── images │ ├── 14664_OSM_GetTile_Response.png │ ├── GetCapabilities-POX.png │ ├── GetFeatureInfo_result.png │ ├── GetMap_EPSG_27700_4326.png │ ├── GetMap_opaque.png │ ├── GetMap_squashed.png │ ├── SWE_Overview.png │ ├── Tiles.png │ ├── area.png │ ├── cans.jpg │ ├── cans1.jpg │ ├── cans2.jpg │ ├── catalogservice.jpg │ ├── catalogservice1.jpg │ ├── catalogservices.jpg │ ├── cfcheckerapi_1.png │ ├── cfcheckerapi_2.png │ ├── cfcheckerapi_3.png │ ├── client-services.jpg │ ├── clients-services.jpg │ ├── common-interface.jpg │ ├── corridor.png │ ├── crs84-axes-order.jpg │ ├── crs84-axes-order2.jpg │ ├── cube.png │ ├── epsg4326-axes-order.jpg │ ├── epsg4326-report.jpg │ ├── fgdc.jpg │ ├── fgdc1.jpg │ ├── first-map.jpg │ ├── geopackage-overview.png │ ├── geoplatform.jpg │ ├── geoplatform1.jpg │ ├── getmap-demo.png │ ├── getmap-demo1.png │ ├── internet-colors.jpg │ ├── iso1.jpg │ ├── iso11.jpg │ ├── iso2.jpg │ ├── iso21.jpg │ ├── issues.jpg │ ├── kml.jpg │ ├── library.jpg │ ├── library1.jpg │ ├── metadata1.jpg │ ├── metadata11.jpg │ ├── metadata2.jpg │ ├── metadata21.jpg │ ├── metadataaboutdata.jpg │ ├── metadataaboutdata1.jpg │ ├── metaspatial.net_GetMap_opaque.png │ ├── mgimage001.png │ ├── mgimage002.png │ ├── mgimage003.png │ ├── mobile-map.jpg │ ├── mvt_example.png │ ├── national-parks_legend.png │ ├── new-forest_national-park_map.png │ ├── nutrition_label.jpg │ ├── nutrition_label1.jpg │ ├── nutrition_label2.jpg │ ├── ogc-wms_in-image_error.png │ ├── open_attribute_table.png │ ├── open_states10.png │ ├── position.png │ ├── profiles.jpg │ ├── profiles1.jpg │ ├── protocols.jpg │ ├── pygeoapi_1.png │ ├── pygeoapi_2.png │ ├── pygeoapi_3.png │ ├── pygeoapi_5.png │ ├── pyramid2.png │ ├── radius.png │ ├── related_tables.png │ ├── romba.jpg │ ├── romba1.jpg │ ├── roomba-service.jpg │ ├── roomba-service1.jpg │ ├── sld-point-star.png │ ├── sld-point.jpg │ ├── sld-point1.jpg │ ├── soa.jpg │ ├── soa_triangle.jpg │ ├── soa_triangle1.jpg │ ├── sqlite3_list_tables.png │ ├── standard-wms.jpg │ ├── standard-wms1.jpg │ ├── standards.jpg │ ├── table8partwms.jpg │ ├── tasmania_state_boundaries_blue_2.png │ ├── technology.jpg │ ├── trajectory.png │ ├── view_attribute_table.png │ ├── view_states10.png │ ├── wmts100.png │ ├── wmts100b.png │ └── workflow.png ├── index.html ├── indoorgml │ └── text │ │ ├── index.html │ │ ├── main.html │ │ └── overview.html ├── kml │ └── text │ │ ├── basic-index.html │ │ ├── basic-main.html │ │ └── basic-overview.html ├── metadata-catalogue │ └── index.html ├── metadata │ └── text │ │ ├── index.html │ │ ├── main.html │ │ ├── overview.html │ │ └── specifications.html ├── new │ ├── index.html │ ├── main.html │ └── overview.html ├── objects.inv ├── ogc-standards │ ├── slides │ │ └── services-ogc.html │ └── text │ │ ├── index.html │ │ ├── overview.html │ │ ├── service-architecture.html │ │ └── services-ogc.html ├── ogc │ └── text │ │ ├── index.html │ │ ├── intro-ogc.html │ │ └── overview.html ├── ogcapi-edr │ └── text │ │ ├── advanced.html │ │ ├── areaquery.html │ │ ├── basic-index.html │ │ ├── basic-main.html │ │ ├── basic-overview.html │ │ ├── corridorquery.html │ │ ├── cubequery.html │ │ ├── instancesquery.html │ │ ├── itemsquery.html │ │ ├── locationsquery.html │ │ ├── operations.html │ │ ├── positionquery.html │ │ ├── radiusquery.html │ │ └── trajectoryquery.html ├── ogcapi-features │ └── text │ │ ├── basic-index.html │ │ ├── basic-main.html │ │ ├── basic-overview.html │ │ └── operations.html ├── ogcapi-processes │ └── text │ │ ├── basic-index.html │ │ ├── basic-main.html │ │ └── basic-overview.html ├── ogcapi-tiles │ └── text │ │ ├── basic-index.html │ │ ├── basic-main.html │ │ ├── basic-overview.html │ │ └── operations.html ├── processing │ └── basic-index.html ├── references.html ├── se │ └── text │ │ ├── index.html │ │ ├── main.html │ │ └── overview.html ├── search.html ├── searchindex.js ├── sld │ ├── slides │ │ └── main.html │ └── text │ │ ├── index.html │ │ ├── main.html │ │ ├── overview.html │ │ └── presentation.html ├── sos │ └── text │ │ ├── index.html │ │ ├── main.html │ │ ├── operations.html │ │ └── overview.html ├── sta │ ├── slides │ │ └── presentation.html │ └── text │ │ ├── index.html │ │ ├── main.html │ │ ├── operations.html │ │ └── overview.html ├── static │ ├── basic.css │ ├── css │ │ ├── badge_only.css │ │ ├── badge_only.css.map │ │ ├── theme.css │ │ └── theme.css.map │ ├── doctools.js │ ├── documentation_options.js │ ├── file.png │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── Inconsolata-Bold.ttf │ │ ├── Inconsolata.ttf │ │ ├── Lato-Bold.ttf │ │ ├── Lato-Regular.ttf │ │ ├── RobotoSlab-Bold.ttf │ │ ├── RobotoSlab-Regular.ttf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── jquery-3.4.1.js │ ├── jquery-3.5.1.js │ ├── jquery.js │ ├── js │ │ ├── modernizr.min.js │ │ └── theme.js │ ├── language_data.js │ ├── minus.png │ ├── plus.png │ ├── pygments.css │ ├── searchtools.js │ ├── underscore-1.3.1.js │ └── underscore.js ├── visualization-standards │ └── basic-index.html ├── wcs │ └── text │ │ ├── basic-index.html │ │ ├── basic-main.html │ │ ├── basic-overview.html │ │ └── operations.html ├── wfs │ └── text │ │ ├── basic-index.html │ │ ├── basic-main.html │ │ ├── basic-overview.html │ │ ├── nsg-wfs.html │ │ └── operations.html ├── wms │ ├── slides │ │ ├── coordinates.html │ │ ├── exercise-abudhabi-wms.html │ │ ├── exercise-explorelayer-nationalatlas.html │ │ ├── exercise-metaspatial-uk.html │ │ └── presentation.html │ └── text │ │ ├── basic-index.html │ │ ├── basic-main.html │ │ ├── basic-overview.html │ │ ├── index.html │ │ ├── operations.html │ │ └── wms_draft_not_included.html ├── wmts │ └── text │ │ ├── api.html │ │ ├── index.html │ │ ├── main.html │ │ ├── operations.html │ │ ├── overview.html │ │ ├── serich-WMTS-API-1.0.0-openapi.yaml │ │ ├── serich-WMTS-API-KVP-1.0.0-openapi.yaml │ │ ├── target-api-kvp │ │ ├── bundle.js │ │ ├── bundle.js.map │ │ ├── index.html │ │ ├── main.css │ │ └── main.css.map │ │ └── target-api │ │ ├── bundle.js │ │ ├── bundle.js.map │ │ ├── index.html │ │ ├── main.css │ │ └── main.css.map └── wps │ └── text │ ├── basic-index.html │ ├── basic-main.html │ ├── basic-overview.html │ ├── operations.html │ └── towards-ogc-api-processes.html ├── img ├── example_wms_questions.png └── modules.png ├── make.bat ├── relnotes.md ├── replacestatic.py └── source ├── _themes ├── bootstrap.zip └── sphinx_rtd_theme │ ├── __init__.py │ ├── breadcrumbs.html │ ├── footer.html │ ├── layout.html │ ├── layout_old.html │ ├── search.html │ ├── searchbox.html │ ├── static │ ├── css │ │ ├── badge_only.css │ │ ├── badge_only.css.map │ │ ├── theme.css │ │ └── theme.css.map │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── Inconsolata-Bold.ttf │ │ ├── Inconsolata.ttf │ │ ├── Lato-Bold.ttf │ │ ├── Lato-Regular.ttf │ │ ├── RobotoSlab-Bold.ttf │ │ ├── RobotoSlab-Regular.ttf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ └── js │ │ ├── modernizr.min.js │ │ └── theme.js │ ├── theme.conf │ └── versions.html ├── cat ├── img │ ├── cans.jpg │ ├── catalogservice.jpg │ ├── catalogservices.jpg │ ├── fgdc.jpg │ ├── geonetwork.jpg │ ├── geoplatform.jpg │ ├── geossreg.jpg │ ├── iso1.jpg │ ├── iso2.jpg │ ├── library.jpg │ ├── metadata.jpg │ ├── metadata1.jpg │ ├── metadata2.jpg │ ├── metadataaboutdata.jpg │ ├── nutrition_label.jpg │ ├── opensearch.jpg │ ├── previewdelaware.jpg │ ├── profiles.jpg │ └── soa_triangle.jpg ├── slides │ ├── exercise-metadata-object.rst │ ├── exercise-opensearch.rst │ ├── presentation.pdf │ ├── presentation.rst │ └── readme.rst └── text │ ├── concepts.rst │ ├── index.rst │ ├── main.rst │ └── overview.rst ├── conf.py ├── data-access-standards └── basic-index.rst ├── data-encoding-standards └── basic-index.rst ├── eo-geojson ├── img │ ├── cans.jpg │ └── nutrition_label.jpg └── text │ ├── basics.rst │ ├── index.rst │ ├── main.rst │ └── overview.rst ├── fe └── text │ ├── index.rst │ ├── main.rst │ └── overview.rst ├── fundamental-concepts ├── img │ ├── Spaguetti.jpg │ ├── client-services.jpg │ ├── clients-services.jpg │ ├── common-interface.jpg │ ├── first-map.jpg │ ├── internet-colors.jpg │ ├── issues.jpg │ ├── mobile-map.jpg │ ├── omnigraffle-images-motivation.graffle │ │ ├── data.plist │ │ ├── image43.pdf │ │ ├── image44.pdf │ │ ├── image45.tiff │ │ ├── image46.pdf │ │ ├── image47.pdf │ │ ├── image48.tiff │ │ ├── image55.pdf │ │ ├── image56.pdf │ │ ├── image57.pdf │ │ ├── image58.pdf │ │ ├── image59.pdf │ │ ├── image62.pdf │ │ ├── image63.pdf │ │ ├── image64.pdf │ │ ├── image65.pdf │ │ ├── image66.pdf │ │ └── image67.tiff │ ├── parachute.jpg │ ├── protocols.jpg │ ├── romba.jpg │ ├── roomba-interface.jpg │ ├── roomba-service.jpg │ ├── roomba.jpg │ ├── technology.jpg │ └── xml.jpg ├── slides │ ├── basic.rst │ ├── exercise-interface-restaurant.rst │ └── lo.rst └── text │ ├── basic.rst │ ├── index.rst │ ├── networking.rst │ ├── open.rst │ └── overview.rst ├── geopackage ├── img │ ├── geopackage-overview.png │ ├── mgimage001.png │ ├── mgimage002.png │ ├── mgimage003.png │ ├── open_attribute_table.png │ ├── open_states10.png │ ├── pyramid2.png │ ├── related_tables.png │ ├── sqlite3_list_tables.png │ ├── view_attribute_table.png │ └── view_states10.png └── text │ ├── apps │ ├── gdal-ogr.rst │ ├── geopackage-java.rst │ ├── qgis.rst │ └── sqlite.rst │ ├── attributes_extensions.rst │ ├── basic-index.rst │ ├── basic.rst │ ├── contents.rst │ ├── extensions │ ├── metadata.rst │ ├── nonlinear_geometry_types.rst │ ├── related_tables.rst │ ├── rtree_spatial_indexes.rst │ ├── schema.rst │ ├── tiled_gridded_coverage_data.rst │ ├── tiles_encoding_webp.rst │ ├── wkt_for_crs.rst │ └── zoom_other_intervals.rst │ ├── features.rst │ ├── introduction.rst │ ├── modeling.rst │ ├── nsg-gpkg.rst │ ├── overview.rst │ └── tiles.rst ├── gml ├── img │ └── GML1.png └── text │ ├── index.rst │ ├── main.rst │ └── overview.rst ├── index.rst ├── indoorgml ├── img │ └── GML1.png └── text │ ├── index.rst │ ├── main.rst │ └── overview.rst ├── kml ├── img │ ├── kml.graffle │ │ ├── data.plist │ │ └── image2.pdf │ └── kml.jpg └── text │ ├── basic-index.rst │ ├── basic-main.rst │ └── basic-overview.rst ├── metadata-catalogue └── index.rst ├── metadata ├── img │ ├── cans.jpg │ └── nutrition_label.jpg └── text │ ├── index.rst │ ├── main.rst │ ├── overview.rst │ └── specifications.rst ├── new ├── index.rst ├── main.rst └── overview.rst ├── ogc-standards ├── img │ ├── soa.jpg │ ├── standard-wms.jpg │ ├── standards.jpg │ └── table8partwms.jpg ├── slides │ └── services-ogc.rst └── text │ ├── index.rst │ ├── overview.rst │ ├── service-architecture.rst │ └── services-ogc.rst ├── ogc ├── img │ ├── soa.jpg │ └── standard-wms.jpg └── text │ ├── index.rst │ ├── intro-ogc.rst │ └── overview.rst ├── ogcapi-edr ├── img │ ├── area.png │ ├── corridor.png │ ├── cube.png │ ├── geojsonviewer.png │ ├── position.png │ ├── radius.png │ └── trajectory.png └── text │ ├── advanced.rst │ ├── areaquery.rst │ ├── basic-index.rst │ ├── basic-main.rst │ ├── basic-overview.rst │ ├── corridorquery.rst │ ├── cubequery.rst │ ├── instancesquery.rst │ ├── itemsquery.rst │ ├── locationsquery.rst │ ├── operations.rst │ ├── positionquery.rst │ ├── radiusquery.rst │ └── trajectoryquery.rst ├── ogcapi-features ├── img │ └── geojsonviewer.png └── text │ ├── basic-index.rst │ ├── basic-main.rst │ ├── basic-overview.rst │ └── operations.rst ├── ogcapi-processes ├── img │ └── geojsonviewer.png └── text │ ├── basic-index.rst │ ├── basic-main.rst │ └── basic-overview.rst ├── ogcapi-tiles ├── img │ ├── geojsonviewer.png │ └── mvt_example.png └── text │ ├── basic-index.rst │ ├── basic-main.rst │ ├── basic-overview.rst │ └── operations.rst ├── processing └── basic-index.rst ├── references.rst ├── se ├── img │ └── tasmania_state_boundaries_blue_2.png └── text │ ├── index.rst │ ├── main.rst │ └── overview.rst ├── sld ├── img │ ├── sld-point-star.png │ └── sld-point.jpg ├── slides │ ├── main.pdf │ └── main.rst └── text │ ├── index.rst │ ├── main.rst │ ├── overview.rst │ ├── presentation.pdf │ └── presentation.rst ├── sos ├── img │ └── SWE_Overview.png └── text │ ├── index.rst │ ├── main.rst │ ├── operations.rst │ └── overview.rst ├── sta ├── slides │ ├── presentation.pdf │ └── presentation.rst └── text │ ├── index.rst │ ├── main.rst │ ├── operations.rst │ └── overview.rst ├── static ├── basic.css ├── css │ ├── badge_only.css │ ├── badge_only.css.map │ ├── theme.css │ └── theme.css.map ├── doctools.js ├── documentation_options.js ├── file.png ├── fonts │ ├── FontAwesome.otf │ ├── Inconsolata-Bold.ttf │ ├── Inconsolata.ttf │ ├── Lato-Bold.ttf │ ├── Lato-Regular.ttf │ ├── RobotoSlab-Bold.ttf │ ├── RobotoSlab-Regular.ttf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── jquery-3.4.1.js ├── jquery.js ├── js │ ├── modernizr.min.js │ └── theme.js ├── language_data.js ├── minus.png ├── plus.png ├── pygments.css ├── searchtools.js ├── underscore-1.3.1.js └── underscore.js ├── visualization-standards └── basic-index.rst ├── wcs └── text │ ├── basic-index.rst │ ├── basic-main.rst │ ├── basic-overview.rst │ └── operations.rst ├── wfs └── text │ ├── basic-index.rst │ ├── basic-main.rst │ ├── basic-overview.rst │ ├── nsg-wfs.rst │ └── operations.rst ├── wms ├── img │ ├── GetFeatureInfo_result.png │ ├── GetMap_EPSG_27700_4326.png │ ├── GetMap_EPSG_3042_900913.png │ ├── GetMap_opaque.png │ ├── GetMap_squashed.png │ ├── aftercustomsld.jpg │ ├── beforecustomsld.jpg │ ├── brazil-get-map.jpg │ ├── crs84-axes-order.jpg │ ├── crs84-axes-order2.jpg │ ├── custom_sld.xml │ ├── epsg4326-axes-order.jpg │ ├── epsg4326-report.jpg │ ├── getmap-demo-old.png │ ├── getmap-demo.png │ ├── getmap-demo1.png │ ├── getmapinfo.jpg │ ├── map-ord-meta.jpg │ ├── map-ord-meta.png │ ├── mapworldcolors.jpg │ ├── mapworldcolors_sld.xml │ ├── metaspatial.net_GetMap_opaque.png │ ├── national-parks_legend.png │ ├── new-forest_national-park_map.png │ ├── ogc-wms.xml.png │ ├── ogc-wms_in-image_error.png │ ├── q1toxicmap.jpg │ ├── sld-deegree.jpg │ ├── style.xml │ ├── wms110epsg1439bbox.jpg │ ├── wms110epsg4326bbox.jpg │ ├── wms13epsg1439bbox.jpg │ └── wms13epsg4329bbox │ │ ├── Canvas 1.jpg │ │ ├── Canvas 2.jpg │ │ ├── Canvas 3.jpg │ │ └── GML.jpg ├── slides │ ├── coordinates.rst │ ├── exercise-abudhabi-wms.rst │ ├── exercise-explorelayer-nationalatlas.rst │ ├── exercise-metaspatial-uk.rst │ ├── presentation.pdf │ └── presentation.rst └── text │ ├── basic-index.rst │ ├── basic-main.pdf │ ├── basic-main.rst │ ├── basic-overview.rst │ ├── index.rst │ ├── no-use.pdf │ ├── no-use.txt │ ├── operations.rst │ └── wms_draft_not_included.rst ├── wmts ├── img │ ├── 14664_OSM_GetTile_Response.png │ ├── GetCapabilities-POX.png │ ├── GetCapabilities-POX.pptx │ ├── Tiles.png │ ├── wmts100.png │ └── wmts100b.png └── text │ ├── api.rst │ ├── index.rst │ ├── main.rst │ ├── operations.rst │ ├── overview.rst │ ├── serich-WMTS-API-1.0.0-openapi.yaml │ ├── serich-WMTS-API-KVP-1.0.0-openapi.yaml │ ├── target-api-kvp │ ├── bundle.js │ ├── bundle.js.map │ ├── index.html │ ├── main.css │ └── main.css.map │ └── target-api │ ├── bundle.js │ ├── bundle.js.map │ ├── index.html │ ├── main.css │ └── main.css.map └── wps ├── img ├── cfcheckerapi_1.png ├── cfcheckerapi_2.png ├── cfcheckerapi_3.png ├── pygeoapi_1.png ├── pygeoapi_2.png ├── pygeoapi_3.png ├── pygeoapi_4.png ├── pygeoapi_5.png └── workflow.png └── text ├── basic-index.rst ├── basic-main.rst ├── basic-overview.rst ├── operations.rst └── towards-ogc-api-processes.rst /.gitignore: -------------------------------------------------------------------------------- 1 | /build/ 2 | /.project 3 | /buss-model-elearning.xlsx 4 | .DS_Store 5 | 6 | -------------------------------------------------------------------------------- /create_new_module.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | module_name=$1 3 | cd source 4 | mkdir $module_name 5 | cd $module_name 6 | mkdir img 7 | mkdir text 8 | cd .. 9 | cp -r new/*.rst $module_name/text 10 | sed -i '.orig' 's/module_name/'"$module_name"'/g' $module_name/text/*.rst 11 | rm $module_name/text/*.orig -------------------------------------------------------------------------------- /docs/.buildinfo: -------------------------------------------------------------------------------- 1 | # Sphinx build info version 1 2 | # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. 3 | config: cbfb6e9a43dbc6c14d92e53c4b5997d8 4 | tags: 645f666f9bcd5a90fca523b33c5a78b7 5 | -------------------------------------------------------------------------------- /docs/.doctrees/cat/slides/exercise-metadata-object.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/cat/slides/exercise-metadata-object.doctree -------------------------------------------------------------------------------- /docs/.doctrees/cat/slides/exercise-opensearch.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/cat/slides/exercise-opensearch.doctree -------------------------------------------------------------------------------- /docs/.doctrees/cat/slides/presentation.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/cat/slides/presentation.doctree -------------------------------------------------------------------------------- /docs/.doctrees/cat/slides/readme.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/cat/slides/readme.doctree -------------------------------------------------------------------------------- /docs/.doctrees/cat/text/concepts.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/cat/text/concepts.doctree -------------------------------------------------------------------------------- /docs/.doctrees/cat/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/cat/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/cat/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/cat/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/cat/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/cat/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/data-access-standards/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/data-access-standards/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/data-encoding-standards/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/data-encoding-standards/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/environment.pickle -------------------------------------------------------------------------------- /docs/.doctrees/eo-geojson/text/basics.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/eo-geojson/text/basics.doctree -------------------------------------------------------------------------------- /docs/.doctrees/eo-geojson/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/eo-geojson/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/eo-geojson/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/eo-geojson/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/eo-geojson/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/eo-geojson/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fe/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fe/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fe/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fe/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fe/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fe/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fundamental-concepts/slides/basic.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fundamental-concepts/slides/basic.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fundamental-concepts/slides/exercise-interface-restaurant.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fundamental-concepts/slides/exercise-interface-restaurant.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fundamental-concepts/slides/lo.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fundamental-concepts/slides/lo.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fundamental-concepts/text/basic.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fundamental-concepts/text/basic.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fundamental-concepts/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fundamental-concepts/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fundamental-concepts/text/networking.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fundamental-concepts/text/networking.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fundamental-concepts/text/open.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fundamental-concepts/text/open.doctree -------------------------------------------------------------------------------- /docs/.doctrees/fundamental-concepts/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/fundamental-concepts/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/apps/gdal-ogr.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/apps/gdal-ogr.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/apps/geopackage-java.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/apps/geopackage-java.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/apps/qgis.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/apps/qgis.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/apps/sqlite.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/apps/sqlite.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/attributes_extensions.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/attributes_extensions.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/basic.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/basic.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/contents.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/contents.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/metadata.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/metadata.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/nonlinear_geometry_types.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/nonlinear_geometry_types.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/related_tables.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/related_tables.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/rtree_spatial_indexes.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/rtree_spatial_indexes.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/schema.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/schema.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/tiled_gridded_coverage_data.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/tiled_gridded_coverage_data.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/tiles_encoding_webp.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/tiles_encoding_webp.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/wkt_for_crs.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/wkt_for_crs.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/extensions/zoom_other_intervals.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/extensions/zoom_other_intervals.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/features.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/features.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/introduction.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/introduction.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/modeling.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/modeling.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/nsg-gpkg.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/nsg-gpkg.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/geopackage/text/tiles.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/geopackage/text/tiles.doctree -------------------------------------------------------------------------------- /docs/.doctrees/gml/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/gml/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/gml/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/gml/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/gml/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/gml/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/indoorgml/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/indoorgml/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/indoorgml/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/indoorgml/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/indoorgml/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/indoorgml/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/kml/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/kml/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/kml/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/kml/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/kml/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/kml/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/metadata-catalogue/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/metadata-catalogue/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/metadata/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/metadata/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/metadata/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/metadata/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/metadata/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/metadata/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/metadata/text/specifications.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/metadata/text/specifications.doctree -------------------------------------------------------------------------------- /docs/.doctrees/new/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/new/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/new/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/new/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/new/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/new/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogc-standards/slides/services-ogc.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogc-standards/slides/services-ogc.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogc-standards/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogc-standards/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogc-standards/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogc-standards/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogc-standards/text/service-architecture.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogc-standards/text/service-architecture.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogc-standards/text/services-ogc.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogc-standards/text/services-ogc.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogc/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogc/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogc/text/intro-ogc.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogc/text/intro-ogc.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogc/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogc/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/advanced.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/advanced.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/areaquery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/areaquery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/corridorquery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/corridorquery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/cubequery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/cubequery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/instancesquery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/instancesquery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/itemsquery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/itemsquery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/locationsquery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/locationsquery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/positionquery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/positionquery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/radiusquery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/radiusquery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-edr/text/trajectoryquery.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-edr/text/trajectoryquery.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-features/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-features/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-features/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-features/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-features/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-features/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-features/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-features/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-processes/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-processes/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-processes/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-processes/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-processes/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-processes/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-tiles/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-tiles/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-tiles/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-tiles/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-tiles/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-tiles/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/ogcapi-tiles/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/ogcapi-tiles/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/processing/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/processing/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/references.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/references.doctree -------------------------------------------------------------------------------- /docs/.doctrees/se/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/se/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/se/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/se/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/se/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/se/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sld/slides/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sld/slides/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sld/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sld/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sld/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sld/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sld/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sld/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sld/text/presentation.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sld/text/presentation.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sos/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sos/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sos/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sos/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sos/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sos/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sos/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sos/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sta/slides/presentation.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sta/slides/presentation.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sta/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sta/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sta/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sta/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sta/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sta/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/sta/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/sta/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/visualization-standards/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/visualization-standards/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wcs/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wcs/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wcs/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wcs/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wcs/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wcs/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wcs/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wcs/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wfs/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wfs/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wfs/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wfs/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wfs/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wfs/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wfs/text/nsg-wfs.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wfs/text/nsg-wfs.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wfs/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wfs/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/slides/coordinates.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/slides/coordinates.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/slides/exercise-abudhabi-wms.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/slides/exercise-abudhabi-wms.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/slides/exercise-explorelayer-nationalatlas.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/slides/exercise-explorelayer-nationalatlas.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/slides/exercise-metaspatial-uk.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/slides/exercise-metaspatial-uk.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/slides/presentation.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/slides/presentation.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wms/text/wms_draft_not_included.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wms/text/wms_draft_not_included.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wmts/text/api.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wmts/text/api.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wmts/text/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wmts/text/index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wmts/text/main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wmts/text/main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wmts/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wmts/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wmts/text/overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wmts/text/overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wps/text/basic-index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wps/text/basic-index.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wps/text/basic-main.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wps/text/basic-main.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wps/text/basic-overview.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wps/text/basic-overview.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wps/text/operations.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wps/text/operations.doctree -------------------------------------------------------------------------------- /docs/.doctrees/wps/text/towards-ogc-api-processes.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/.doctrees/wps/text/towards-ogc-api-processes.doctree -------------------------------------------------------------------------------- /docs/_sources/cat/slides/exercise-metadata-object.rst.txt: -------------------------------------------------------------------------------- 1 | Exercise - Metadata Creation 2 | ---------------------------------- 3 | - Pick an object 4 | - Create metadata fields and give a value to each field you created. 5 | -------------------------------------------------------------------------------- /docs/_sources/cat/slides/exercise-opensearch.rst.txt: -------------------------------------------------------------------------------- 1 | Exercise - Open Search 2 | ------------------------------------------ 3 | Perform a query to find all data from California on this server: http://demo.pycsw.org/gisdata/csw 4 | 5 | Answer: 6 | 7 | - How many total results? 8 | - How many results presented in the request? 9 | -------------------------------------------------------------------------------- /docs/_sources/cat/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Catalogue Services for the Web (CSW) 2 | ==================================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | overview.rst 18 | concepts.rst 19 | main.rst 20 | -------------------------------------------------------------------------------- /docs/_sources/cat/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | CSW - Overview 2 | ====================== 3 | 4 | Audience 5 | -------- 6 | Students that are interested in learning more about standards to search and discover data and services. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain the purpose of CSW 14 | - Describe what operations can be performed with CSW 15 | 16 | 17 | 18 | Prerequisites 19 | ------------- 20 | 21 | The following modules are prerequisites: 22 | 23 | - :doc:`../../ogc-standards/text/index` 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /docs/_sources/eo-geojson/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | OGC EO Dataset Metadata GeoJSON 2 | ==================================== 3 | 4 | Contents 5 | --------- 6 | 7 | .. toctree:: 8 | :maxdepth: 2 9 | 10 | overview.rst 11 | main.rst 12 | basics.rst 13 | -------------------------------------------------------------------------------- /docs/_sources/eo-geojson/text/main.rst.txt: -------------------------------------------------------------------------------- 1 | OGC EO Dataset Metadata GeoJSON - Introduction 2 | ================== 3 | 4 | Introduction 5 | ------------ 6 | The OGC EO Dataset Metadata GeoJSON(-LD) Encoding Standard describes a GeoJSON and JSON-LD encoding for Earth Observation (EO) metadata for datasets (granules). This tutorial focuses only on the EO GeoJSON encoding. 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/_sources/eo-geojson/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | OGC EO Dataset Metadata GeoJSON - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Trainees that want to have an overview of metadata standards. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - Summarize what the OGC EO Dataset Metadata GeoJSON encoding is 14 | - Identify example uses of metadata encoded as EO GeoJSON 15 | - Outline the benefits of documeting metadata according to this standard 16 | 17 | Prerequisites 18 | ------------- 19 | 20 | None 21 | -------------------------------------------------------------------------------- /docs/_sources/fe/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | fe 2 | =========== 3 | 4 | 5 | .. toctree:: 6 | :maxdepth: 2 7 | 8 | overview.rst 9 | main.rst 10 | 11 | -------------------------------------------------------------------------------- /docs/_sources/fe/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | fe - Overview 2 | ====================== 3 | 4 | Audience 5 | -------- 6 | Students that are ... 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what is fe 14 | - Describe what can be done with fe 15 | - Use fe to ... 16 | - Use fe to ... 17 | 18 | 19 | 20 | Prerequisites 21 | ------------- 22 | 23 | The following modules are prerequisites: 24 | 25 | - :doc:`../../ogc-standards/text/index` 26 | - :doc:`../../wms/text/index` 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/_sources/fundamental-concepts/slides/exercise-interface-restaurant.rst.txt: -------------------------------------------------------------------------------- 1 | Exercise 2 | -------------- 3 | If we have a restaurant web service what type of interfaces and operations can you think of? -------------------------------------------------------------------------------- /docs/_sources/fundamental-concepts/slides/lo.rst.txt: -------------------------------------------------------------------------------- 1 | Learning objectives 2 | -------------------- 3 | 4 | - Describe how web clients and servers interact over the web 5 | - Explain what a URL is 6 | - Explain what are HTTP GET and POST 7 | - Explain what an encoding is 8 | - Explain what is a service, protocol and interface 9 | - Explain the benefits of common interfaces 10 | - Explain why location interoperability is important -------------------------------------------------------------------------------- /docs/_sources/fundamental-concepts/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Fundamental Concepts 2 | ==================== 3 | 4 | This module describes concepts that are fundamental to interoperability, networking, the Internet, and the World Wide Web. 5 | 6 | .. toctree:: 7 | :maxdepth: 2 8 | 9 | overview.rst 10 | basic.rst 11 | open.rst 12 | networking.rst 13 | -------------------------------------------------------------------------------- /docs/_sources/fundamental-concepts/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | Overview 2 | ======== 3 | Audience 4 | -------- 5 | This module is designed for trainees that do not have a technical background in Web technologies. 6 | 7 | Learning Objectives 8 | ------------------- 9 | At completion of the module, trainees will be able to: 10 | 11 | - Explain the difference between the Web and Internet 12 | - Describe how web clients and servers interact 13 | - Explain why interoperability is important 14 | - Explain what a URL is 15 | - Demonstrate how HTTP GET and POST works 16 | - Explain what an encoding is 17 | - Explain what a service, protocol and interface is 18 | 19 | Prerequisites 20 | ------------- 21 | None. 22 | -------------------------------------------------------------------------------- /docs/_sources/geopackage/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | GeoPackage 2 | ========== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this training course: 7 | 8 | * Familiarity with SELECT and CREATE commands in SQLite. A `tutorial `_ is available online. 9 | * One of the sections requires access to SQLite3, the command line tool that comes with SQLite. The same section also requires access to a GeoPackage viewer such as QGIS. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 1 16 | 17 | overview.rst 18 | introduction.rst 19 | basic.rst 20 | contents.rst 21 | features.rst 22 | tiles.rst 23 | attributes_extensions.rst 24 | modeling.rst 25 | nsg-gpkg.rst 26 | -------------------------------------------------------------------------------- /docs/_sources/geopackage/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | GeoPackage - Overview 2 | ========================= 3 | Audience 4 | -------- 5 | Students with basic to intermediate database training. 6 | 7 | Learning Objectives 8 | ------------------- 9 | 10 | The learning content relates to the GeoPackage standard. 11 | 12 | At the completion of the module students will be able to: 13 | 14 | - Explain what a GeoPackage is 15 | - Describe what can be done with a database that implements the GeoPackage standard 16 | - Create a GeoPackage 17 | - Display and query a GeoPackage in a desktop GIS 18 | 19 | Prerequisites 20 | ------------- 21 | 22 | The following modules are prerequisites: 23 | 24 | - :doc:`../../fundamental-concepts/text/index` 25 | - :doc:`../../ogc-standards/text/index` 26 | -------------------------------------------------------------------------------- /docs/_sources/gml/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Geography Markup Language (GML) 2 | =========== 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 2 15 | 16 | overview.rst 17 | main.rst 18 | -------------------------------------------------------------------------------- /docs/_sources/gml/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | GML - Overview 2 | ===================== 3 | 4 | Audience 5 | -------- 6 | Trainees that will be working with vector feature data. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - Summarize what the Geography Markup Language encoding is 14 | - Identify example uses of the Geography Markup Language encoding 15 | - Outline the benefits of using the Geography Markup Language encoding 16 | 17 | Prerequisites 18 | ------------- 19 | 20 | Familiarity with Extensible Markup Language (XML). 21 | 22 | NOTE: W3Schools.com offers a free `tutorial `_ on XML. 23 | -------------------------------------------------------------------------------- /docs/_sources/indoorgml/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | IndoorGML 2 | =========== 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 2 15 | 16 | overview.rst 17 | main.rst 18 | -------------------------------------------------------------------------------- /docs/_sources/indoorgml/text/main.rst.txt: -------------------------------------------------------------------------------- 1 | IndoorGML - Introduction 2 | ===================== 3 | 4 | Introduction 5 | ------------ 6 | 7 | TBA 8 | 9 | Background 10 | ------------ 11 | 12 | History 13 | IndoorGML... 14 | IndoorGML... 15 | 16 | 17 | Versions 18 | IndoorGML... 19 | Test Suite 20 | A test suite exist in the `OGC repository. `_ 21 | Implementations 22 | Implementations can be found at the OGC database. `here `_ 23 | 24 | 25 | Usage 26 | ------------ 27 | 28 | TBA 29 | 30 | Example 31 | ------------ 32 | 33 | TBA -------------------------------------------------------------------------------- /docs/_sources/indoorgml/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | IndoorGML - Overview 2 | ===================== 3 | 4 | Audience 5 | -------- 6 | Trainees that will be working with vector feature data that represents indoor spaces. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - Summarize what the IndoorGML encoding is 14 | - Identify example uses of the IndoorGML encoding 15 | - Outline the benefits of using the IndoorGML encoding 16 | 17 | Prerequisites 18 | ------------- 19 | 20 | Familiarity with Extensible Markup Language (XML). 21 | 22 | NOTE: W3Schools.com offers a free `tutorial `_ on XML. 23 | -------------------------------------------------------------------------------- /docs/_sources/kml/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | KML 2 | === 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 1 15 | 16 | basic-overview.rst 17 | basic-main.rst 18 | -------------------------------------------------------------------------------- /docs/_sources/kml/text/basic-overview.rst.txt: -------------------------------------------------------------------------------- 1 | KML Basic Overview 2 | ================== 3 | Audience 4 | -------- 5 | Students that 6 | 7 | Learning Objectives 8 | ------------------- 9 | 10 | At the completion of the module students will be able to: 11 | 12 | - Explain what KML is 13 | - Describe what can be done with KML 14 | - Create a KML 15 | - Visualize a KML 16 | - Describe how external standards can be brought to OGC 17 | - Demonstrate KML relation with WMS 18 | 19 | Prerequisites 20 | ------------- 21 | 22 | The following modules are prerequisites: 23 | 24 | - :doc:`../../fundamental-concepts/text/index` 25 | - :doc:`../../ogc-standards/text/index` -------------------------------------------------------------------------------- /docs/_sources/metadata-catalogue/index.rst.txt: -------------------------------------------------------------------------------- 1 | Metadata and Catalogue Services Standards 2 | ============================================= 3 | 4 | Contents 5 | --------- 6 | 7 | .. toctree:: 8 | :maxdepth: 1 9 | :name: metadata 10 | 11 | ../metadata/text/index.rst 12 | ../eo-geojson/text/index.rst 13 | ../cat/text/index.rst -------------------------------------------------------------------------------- /docs/_sources/metadata/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Metadata 2 | ======================== 3 | 4 | Contents 5 | --------- 6 | 7 | .. toctree:: 8 | :maxdepth: 2 9 | 10 | overview.rst 11 | main.rst 12 | specifications.rst 13 | -------------------------------------------------------------------------------- /docs/_sources/metadata/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | Metadata - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Trainees that want to have an overview of metadata standards. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - Summarize what metadata is 14 | - Identify example uses of metadata 15 | - Outline the benefits of documeting metadata 16 | 17 | Prerequisites 18 | ------------- 19 | 20 | None 21 | -------------------------------------------------------------------------------- /docs/_sources/new/index.rst.txt: -------------------------------------------------------------------------------- 1 | module_name 2 | =========== 3 | 4 | 5 | .. toctree:: 6 | :maxdepth: 2 7 | 8 | overview.rst 9 | main.rst 10 | 11 | -------------------------------------------------------------------------------- /docs/_sources/new/overview.rst.txt: -------------------------------------------------------------------------------- 1 | module_name - Overview 2 | ====================== 3 | 4 | Audience 5 | -------- 6 | Students that are ... 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what is module_name 14 | - Describe what can be done with module_name 15 | - Use module_name to ... 16 | - Use module_name to ... 17 | 18 | 19 | 20 | Prerequisites 21 | ------------- 22 | 23 | The following modules are prerequisites: 24 | 25 | - :doc:`../../ogc-standards/text/index` 26 | - :doc:`../../wms/text/index` 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/_sources/ogc-standards/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | Overview 2 | ======== 3 | Audience 4 | -------- 5 | Trainees who want to have an overview of OGC standards 6 | 7 | Learning Objectives 8 | ------------------- 9 | At completion of the module, trainees will be able to: 10 | 11 | - Define what a standard is 12 | - Define the different types of standards 13 | - Explain the difference between an encoding standard versus an interface standard 14 | - Explain what OWS Common is and its importance 15 | 16 | Prerequisites 17 | ------------- 18 | None. 19 | -------------------------------------------------------------------------------- /docs/_sources/ogc/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Introduction to OGC 2 | ============================= 3 | 4 | .. raw:: html 5 | 6 | 7 | 8 | .. toctree:: 9 | :maxdepth: 1 10 | 11 | overview.rst 12 | intro-ogc.rst 13 | -------------------------------------------------------------------------------- /docs/_sources/ogc/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | Overview 2 | ======== 3 | 4 | Audience 5 | -------- 6 | Trainees that may need to interact with different groups and committees within the OGC. 7 | 8 | Learning Objectives 9 | ------------------- 10 | At completion of the module trainees will be able to: 11 | 12 | - Explain what OGC is 13 | - Explain what the OGC Technical Committee, Domain Working Groups and Standards Working Groups are. 14 | - Define what a standard is 15 | 16 | 17 | 18 | 19 | Prerequisites 20 | ------------- 21 | 22 | The following module is a prerequisites: 23 | 24 | - :doc:`../../fundamental-concepts/text/index` 25 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-edr/text/advanced.rst.txt: -------------------------------------------------------------------------------- 1 | Query Resources of OGC API - Environmental Data Retrieval 2 | ================ 3 | 4 | Query resources are spatio-temporal queries which support operation of the API for the access and use of the spatio-temporal data resources. 5 | 6 | Query resources share several common parameters, which makes it easier for developers to implement the queries. 7 | 8 | Where the query applies to a collection, the pattern is as follows: 9 | 10 | `/collections/{collectionId}/{queryType}` 11 | 12 | The parameter `queryType` can be one of the following: 13 | 14 | - position 15 | - area 16 | - cube 17 | - trajectory 18 | - corridor 19 | - radius 20 | - instances 21 | - locations 22 | - items 23 | 24 | Where the query applies to an instance, the pattern is as follows: 25 | 26 | `/collections/{collectionId}/instances/{instanceId}/{queryType}` 27 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-edr/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | OGC API - Environmental Data Retrieval 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | 12 | Contents 13 | --------- 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | basic-overview.rst 19 | basic-main.rst 20 | operations.rst 21 | advanced.rst 22 | positionquery.rst 23 | areaquery.rst 24 | cubequery.rst 25 | trajectoryquery.rst 26 | corridorquery.rst 27 | radiusquery.rst 28 | instancesquery.rst 29 | locationsquery.rst 30 | itemsquery.rst 31 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-edr/text/cubequery.rst.txt: -------------------------------------------------------------------------------- 1 | Cube Query Resources of OGC API - EDR 2 | ================ 3 | 4 | A cube is a rectangular area, with a vertical extent. An illustration, created using NASA WorldWind, is shown below. 5 | 6 | .. image:: ../img/cube.png 7 | :width: 80% 8 | 9 | The `cube` query resource returns data for a defined cube. The resource offers a convenience mechanism for querying the API using a bounding box (BBOX) defining a cube. 10 | 11 | The path to the resource is shown below: 12 | 13 | `/collections/{collectionId}/cube` 14 | 15 | The paths accepts the following parameters: 16 | 17 | - bbox 18 | - z 19 | - parameter-name 20 | - datetime 21 | - crs 22 | - f 23 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-edr/text/instancesquery.rst.txt: -------------------------------------------------------------------------------- 1 | Instances Query Resources of OGC API - EDR 2 | ================ 3 | 4 | The `instances` query resource retrieves metadata about instances of a collection. The resource enables support for multiple instances or versions of the same underlying data source to be accessed by the API. 5 | 6 | The path to the resource is shown below: 7 | 8 | `/collections/{collectionID}/instances/{instanceID}/{queryType}` 9 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-edr/text/itemsquery.rst.txt: -------------------------------------------------------------------------------- 1 | Items (Features) Query Resources of OGC API - EDR 2 | ================ 3 | 4 | 5 | The `items` query resource offers an OGC API — Features endpoint that may be used to catalog pre-existing EDR sampling features. 6 | 7 | Example use cases of this resource include: 8 | 9 | - existence of a monitoring location 10 | - cached query 11 | - cataloguing of anomalies in a data 12 | 13 | The path to the resource is shown below: 14 | 15 | `/collections/{collectionId}/items` 16 | 17 | An example request is below. 18 | 19 | `http://example.org/edr/collections/mocov-daily_global/items` 20 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-edr/text/locationsquery.rst.txt: -------------------------------------------------------------------------------- 1 | Locations Query Resources of OGC API - EDR 2 | ================ 3 | 4 | The `locations` query resource returns a list of location identifiers and relevant metadata for the collection. 5 | 6 | The location identifier can be anything as long as it is unique for the required position (e.g. a GeoHash). 7 | 8 | The path to the resource is shown below: 9 | 10 | `/collections/{collectionId}/locations` 11 | 12 | An example request is below. 13 | 14 | `http://example.org/edr/collections/obs_demo/locations` 15 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-features/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | OGC API - Features 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | 12 | Contents 13 | --------- 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | basic-overview.rst 19 | basic-main.rst 20 | operations.rst 21 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-processes/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | OGC API - Processes 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | 12 | Contents 13 | --------- 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | basic-overview.rst 19 | basic-main.rst 20 | operations.rst 21 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-tiles/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | OGC API - Tiles 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this part of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | 12 | Contents 13 | --------- 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | basic-overview.rst 19 | basic-main.rst 20 | operations.rst 21 | -------------------------------------------------------------------------------- /docs/_sources/ogcapi-tiles/text/operations.rst.txt: -------------------------------------------------------------------------------- 1 | Resources of OGC API - Tiles 2 | ================ 3 | 4 | This section provides basic information about the types of resources that OGC API - Tiles offers. 5 | -------------------------------------------------------------------------------- /docs/_sources/processing/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | Processing Standards 2 | ======================= 3 | 4 | Contents: 5 | 6 | .. toctree:: 7 | :maxdepth: 1 8 | :name: acc 9 | 10 | ../wps/text/basic-index.rst 11 | ../ogcapi-processes/text/basic-index.rst 12 | -------------------------------------------------------------------------------- /docs/_sources/references.rst.txt: -------------------------------------------------------------------------------- 1 | References 2 | ========== 3 | 4 | .. [ISO19119:2015] ISO 19119:2005, Geographic information -- Services, http://www.iso.org/iso/catalogue_detail.htm?csnumber=39890. -------------------------------------------------------------------------------- /docs/_sources/se/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Symbology Encoding (SE) 2 | ====================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 2 15 | 16 | overview.rst 17 | main.rst 18 | -------------------------------------------------------------------------------- /docs/_sources/sld/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Styled Layer Descriptor (SLD) 2 | ============================= 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 2 15 | 16 | overview.rst 17 | main.rst 18 | -------------------------------------------------------------------------------- /docs/_sources/sos/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Sensor Observation Service (SOS) 2 | =============================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | overview.rst 18 | main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /docs/_sources/sos/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | SOS - Overview 2 | ====================== 3 | 4 | Audience 5 | -------- 6 | Students that are familiar with web services and want to have an overview of the Sensor Observation Service (SOS) interface standard. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module students will be able to: 12 | 13 | - Explain what the SOS is 14 | - Describe what can be done with an SOS 15 | - Understand how to retrieve data from an SOS service 16 | - Understand how to publish sensor-collected data through an SOS 17 | - Be able to find an SOS endpoint and use it through a client 18 | 19 | 20 | Prerequisites 21 | ------------- 22 | 23 | The following modules are prerequisites: 24 | 25 | - :doc:`../../fundamental-concepts/text/index` 26 | - :doc:`../../ogc-standards/text/index` 27 | -------------------------------------------------------------------------------- /docs/_sources/sta/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | SensorThings API 2 | ================ 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | overview.rst 18 | main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /docs/_sources/visualization-standards/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | Visualization Standards 2 | ======================= 3 | 4 | Contents: 5 | 6 | .. toctree:: 7 | :maxdepth: 1 8 | :name: vis 9 | 10 | ../wms/text/basic-index.rst 11 | ../wmts/text/index.rst 12 | ../kml/text/basic-index.rst 13 | ../sld/text/index.rst 14 | ../se/text/index.rst 15 | ../ogcapi-tiles/text/basic-index.rst 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/_sources/wcs/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | Web Coverage Service (WCS) 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | basic-overview.rst 18 | basic-main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /docs/_sources/wcs/text/basic-overview.rst.txt: -------------------------------------------------------------------------------- 1 | WCS - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Trainees that are familiar with web services and want to have an overview of the Web Coverage Service (WCS) standard. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - List the steps of how web clients and implementations of the Web Coverage Service standard interact 14 | - Summarize what the Web Coverage Service is 15 | - Identify example uses of implementations the Web Coverage Service 16 | - Outline the benefits of using implementations of the Web Coverage Service 17 | 18 | Prerequisites 19 | ------------- 20 | 21 | The following modules are prerequisites: 22 | 23 | - :doc:`../../fundamental-concepts/text/index` 24 | - :doc:`../../ogc-standards/text/index` 25 | -------------------------------------------------------------------------------- /docs/_sources/wfs/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | Web Feature Service (WFS) 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | basic-overview.rst 18 | basic-main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /docs/_sources/wfs/text/basic-overview.rst.txt: -------------------------------------------------------------------------------- 1 | WFS - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Students that are familiar with web services and want to have an overview of Web Feature Service (WFS) standard. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what WFS is 14 | - Describe what can be done with WFS 15 | - Understand the main operations of WFS 16 | - Understand how to retrieve a description of the capabilities of a WFS 17 | - Understand how to issue DescribeFeatureType and GetFeature requests 18 | - Be able to find a WFS endpoint and use it through a client 19 | 20 | 21 | Prerequisites 22 | ------------- 23 | 24 | The following modules are prerequisites: 25 | 26 | - :doc:`../../fundamental-concepts/text/index` 27 | - :doc:`../../ogc-standards/text/index` 28 | -------------------------------------------------------------------------------- /docs/_sources/wfs/text/nsg-wfs.rst.txt: -------------------------------------------------------------------------------- 1 | NSG WFS Profile 2 | =============== 3 | 4 | Introduction 5 | ------------ 6 | 7 | TBA 8 | 9 | Introduction 10 | ------------ 11 | 12 | TBA 13 | 14 | Introduction 15 | ------------ 16 | 17 | TBA 18 | 19 | Introduction 20 | ------------ 21 | 22 | TBA 23 | -------------------------------------------------------------------------------- /docs/_sources/wms/slides/exercise-abudhabi-wms.rst.txt: -------------------------------------------------------------------------------- 1 | WMS Exercise - request a layer 2 | ------------------------------------------------------------ 3 | 4 | `This is a WMS `_ that provide public data from AbuDhabi. 5 | 6 | .. code-block:: properties 7 | 8 | http://geoportal.abudhabi.ae/arcgis/PublicData/MapServer/WMSServer? 9 | request=GetCapabilities& 10 | service=WMS 11 | 12 | 13 | Craft a WMS that displays all the hospitals 14 | 15 | -------------------------------------------------------------------------------- /docs/_sources/wms/slides/exercise-explorelayer-nationalatlas.rst.txt: -------------------------------------------------------------------------------- 1 | WMS Exercise - request a layer 2 | ------------------------------------------------------------ 3 | 4 | 1. Go to the `National Atlas Web Page `_. 5 | 2. Find a category that better fits a toxic release map. 6 | 3. Explore the GetCapabilities. 7 | 4. Do a request to create a png image 300x300 pixels. -------------------------------------------------------------------------------- /docs/_sources/wms/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | Web Map Service (WMS) 2 | ==================== 3 | 4 | 5 | .. toctree:: 6 | :maxdepth: 2 7 | 8 | basic-overview.rst 9 | basic-main.rst 10 | operations.rst 11 | -------------------------------------------------------------------------------- /docs/_sources/wms/text/basic-overview.rst.txt: -------------------------------------------------------------------------------- 1 | WMS - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Students that are familiar with web services and want to have an overview of WMS. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what WMS is 14 | - Describe what can be done with WMS 15 | - Understand the main operations of WMS 16 | - Understand how to issue a GetMap request 17 | - Be able to find a WMS end point and use it in a client 18 | 19 | 20 | Prerequisites 21 | ------------- 22 | 23 | The following modules are prerequisites: 24 | 25 | - :doc:`../../fundamental-concepts/text/index` 26 | - :doc:`../../ogc-standards/text/index` 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /docs/_sources/wms/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Web Map Service 2 | =============== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | basic-overview.rst 18 | basic-main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /docs/_sources/wmts/text/index.rst.txt: -------------------------------------------------------------------------------- 1 | Web Map Tile Service (WMTS) 2 | =========================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | overview.rst 18 | main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /docs/_sources/wmts/text/overview.rst.txt: -------------------------------------------------------------------------------- 1 | 2 | WMTS - Overview 3 | ====================== 4 | 5 | Audience 6 | -------- 7 | Students who are familiar with web services and are seeking an overview of WMTS. 8 | 9 | Learning Objectives 10 | ------------------- 11 | 12 | At the completion of the module students will be able to: 13 | 14 | - Explain what WMTS is 15 | - Describe what can be done with WMTS 16 | - Understand the main operations of WMTS 17 | - Understand how to issue various WMTS requests 18 | - Be able to find a WMTS endpoint and access it from a client 19 | 20 | 21 | Prerequisites 22 | ------------- 23 | 24 | The following modules are prerequisites: 25 | 26 | - :doc:`../../fundamental-concepts/text/index` 27 | - :doc:`../../ogc-standards/text/index` 28 | -------------------------------------------------------------------------------- /docs/_sources/wps/text/basic-index.rst.txt: -------------------------------------------------------------------------------- 1 | Web Processing Service (WPS) 2 | =========================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | basic-overview.rst 18 | basic-main.rst 19 | operations.rst 20 | towards-ogc-api-processes.rst 21 | -------------------------------------------------------------------------------- /docs/_sources/wps/text/basic-overview.rst.txt: -------------------------------------------------------------------------------- 1 | WPS - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Students that are familiar with web services and want to have an overview of the Web Processing Service (WPS) standard. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what WPS is 14 | - Describe what can be done with WPS 15 | - Understand the main operations of WPS 16 | - Understand how to retrieve a description of the capabilities of a WPS 17 | - Understand how to issue DescribeProcess and Execute requests 18 | - Be able to find a WPS endpoint and use it through a client 19 | 20 | 21 | Prerequisites 22 | ------------- 23 | 24 | The following modules are prerequisites: 25 | 26 | - :doc:`../../fundamental-concepts/text/index` 27 | - :doc:`../../ogc-standards/text/index` 28 | -------------------------------------------------------------------------------- /docs/images/14664_OSM_GetTile_Response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/14664_OSM_GetTile_Response.png -------------------------------------------------------------------------------- /docs/images/GetCapabilities-POX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/GetCapabilities-POX.png -------------------------------------------------------------------------------- /docs/images/GetFeatureInfo_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/GetFeatureInfo_result.png -------------------------------------------------------------------------------- /docs/images/GetMap_EPSG_27700_4326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/GetMap_EPSG_27700_4326.png -------------------------------------------------------------------------------- /docs/images/GetMap_opaque.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/GetMap_opaque.png -------------------------------------------------------------------------------- /docs/images/GetMap_squashed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/GetMap_squashed.png -------------------------------------------------------------------------------- /docs/images/SWE_Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/SWE_Overview.png -------------------------------------------------------------------------------- /docs/images/Tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/Tiles.png -------------------------------------------------------------------------------- /docs/images/area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/area.png -------------------------------------------------------------------------------- /docs/images/cans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/cans.jpg -------------------------------------------------------------------------------- /docs/images/cans1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/cans1.jpg -------------------------------------------------------------------------------- /docs/images/cans2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/cans2.jpg -------------------------------------------------------------------------------- /docs/images/catalogservice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/catalogservice.jpg -------------------------------------------------------------------------------- /docs/images/catalogservice1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/catalogservice1.jpg -------------------------------------------------------------------------------- /docs/images/catalogservices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/catalogservices.jpg -------------------------------------------------------------------------------- /docs/images/cfcheckerapi_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/cfcheckerapi_1.png -------------------------------------------------------------------------------- /docs/images/cfcheckerapi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/cfcheckerapi_2.png -------------------------------------------------------------------------------- /docs/images/cfcheckerapi_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/cfcheckerapi_3.png -------------------------------------------------------------------------------- /docs/images/client-services.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/client-services.jpg -------------------------------------------------------------------------------- /docs/images/clients-services.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/clients-services.jpg -------------------------------------------------------------------------------- /docs/images/common-interface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/common-interface.jpg -------------------------------------------------------------------------------- /docs/images/corridor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/corridor.png -------------------------------------------------------------------------------- /docs/images/crs84-axes-order.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/crs84-axes-order.jpg -------------------------------------------------------------------------------- /docs/images/crs84-axes-order2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/crs84-axes-order2.jpg -------------------------------------------------------------------------------- /docs/images/cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/cube.png -------------------------------------------------------------------------------- /docs/images/epsg4326-axes-order.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/epsg4326-axes-order.jpg -------------------------------------------------------------------------------- /docs/images/epsg4326-report.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/epsg4326-report.jpg -------------------------------------------------------------------------------- /docs/images/fgdc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/fgdc.jpg -------------------------------------------------------------------------------- /docs/images/fgdc1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/fgdc1.jpg -------------------------------------------------------------------------------- /docs/images/first-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/first-map.jpg -------------------------------------------------------------------------------- /docs/images/geopackage-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/geopackage-overview.png -------------------------------------------------------------------------------- /docs/images/geoplatform.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/geoplatform.jpg -------------------------------------------------------------------------------- /docs/images/geoplatform1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/geoplatform1.jpg -------------------------------------------------------------------------------- /docs/images/getmap-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/getmap-demo.png -------------------------------------------------------------------------------- /docs/images/getmap-demo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/getmap-demo1.png -------------------------------------------------------------------------------- /docs/images/internet-colors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/internet-colors.jpg -------------------------------------------------------------------------------- /docs/images/iso1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/iso1.jpg -------------------------------------------------------------------------------- /docs/images/iso11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/iso11.jpg -------------------------------------------------------------------------------- /docs/images/iso2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/iso2.jpg -------------------------------------------------------------------------------- /docs/images/iso21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/iso21.jpg -------------------------------------------------------------------------------- /docs/images/issues.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/issues.jpg -------------------------------------------------------------------------------- /docs/images/kml.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/kml.jpg -------------------------------------------------------------------------------- /docs/images/library.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/library.jpg -------------------------------------------------------------------------------- /docs/images/library1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/library1.jpg -------------------------------------------------------------------------------- /docs/images/metadata1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/metadata1.jpg -------------------------------------------------------------------------------- /docs/images/metadata11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/metadata11.jpg -------------------------------------------------------------------------------- /docs/images/metadata2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/metadata2.jpg -------------------------------------------------------------------------------- /docs/images/metadata21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/metadata21.jpg -------------------------------------------------------------------------------- /docs/images/metadataaboutdata.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/metadataaboutdata.jpg -------------------------------------------------------------------------------- /docs/images/metadataaboutdata1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/metadataaboutdata1.jpg -------------------------------------------------------------------------------- /docs/images/metaspatial.net_GetMap_opaque.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/metaspatial.net_GetMap_opaque.png -------------------------------------------------------------------------------- /docs/images/mgimage001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/mgimage001.png -------------------------------------------------------------------------------- /docs/images/mgimage002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/mgimage002.png -------------------------------------------------------------------------------- /docs/images/mgimage003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/mgimage003.png -------------------------------------------------------------------------------- /docs/images/mobile-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/mobile-map.jpg -------------------------------------------------------------------------------- /docs/images/mvt_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/mvt_example.png -------------------------------------------------------------------------------- /docs/images/national-parks_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/national-parks_legend.png -------------------------------------------------------------------------------- /docs/images/new-forest_national-park_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/new-forest_national-park_map.png -------------------------------------------------------------------------------- /docs/images/nutrition_label.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/nutrition_label.jpg -------------------------------------------------------------------------------- /docs/images/nutrition_label1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/nutrition_label1.jpg -------------------------------------------------------------------------------- /docs/images/nutrition_label2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/nutrition_label2.jpg -------------------------------------------------------------------------------- /docs/images/ogc-wms_in-image_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/ogc-wms_in-image_error.png -------------------------------------------------------------------------------- /docs/images/open_attribute_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/open_attribute_table.png -------------------------------------------------------------------------------- /docs/images/open_states10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/open_states10.png -------------------------------------------------------------------------------- /docs/images/position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/position.png -------------------------------------------------------------------------------- /docs/images/profiles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/profiles.jpg -------------------------------------------------------------------------------- /docs/images/profiles1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/profiles1.jpg -------------------------------------------------------------------------------- /docs/images/protocols.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/protocols.jpg -------------------------------------------------------------------------------- /docs/images/pygeoapi_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/pygeoapi_1.png -------------------------------------------------------------------------------- /docs/images/pygeoapi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/pygeoapi_2.png -------------------------------------------------------------------------------- /docs/images/pygeoapi_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/pygeoapi_3.png -------------------------------------------------------------------------------- /docs/images/pygeoapi_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/pygeoapi_5.png -------------------------------------------------------------------------------- /docs/images/pyramid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/pyramid2.png -------------------------------------------------------------------------------- /docs/images/radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/radius.png -------------------------------------------------------------------------------- /docs/images/related_tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/related_tables.png -------------------------------------------------------------------------------- /docs/images/romba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/romba.jpg -------------------------------------------------------------------------------- /docs/images/romba1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/romba1.jpg -------------------------------------------------------------------------------- /docs/images/roomba-service.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/roomba-service.jpg -------------------------------------------------------------------------------- /docs/images/roomba-service1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/roomba-service1.jpg -------------------------------------------------------------------------------- /docs/images/sld-point-star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/sld-point-star.png -------------------------------------------------------------------------------- /docs/images/sld-point.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/sld-point.jpg -------------------------------------------------------------------------------- /docs/images/sld-point1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/sld-point1.jpg -------------------------------------------------------------------------------- /docs/images/soa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/soa.jpg -------------------------------------------------------------------------------- /docs/images/soa_triangle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/soa_triangle.jpg -------------------------------------------------------------------------------- /docs/images/soa_triangle1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/soa_triangle1.jpg -------------------------------------------------------------------------------- /docs/images/sqlite3_list_tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/sqlite3_list_tables.png -------------------------------------------------------------------------------- /docs/images/standard-wms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/standard-wms.jpg -------------------------------------------------------------------------------- /docs/images/standard-wms1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/standard-wms1.jpg -------------------------------------------------------------------------------- /docs/images/standards.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/standards.jpg -------------------------------------------------------------------------------- /docs/images/table8partwms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/table8partwms.jpg -------------------------------------------------------------------------------- /docs/images/tasmania_state_boundaries_blue_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/tasmania_state_boundaries_blue_2.png -------------------------------------------------------------------------------- /docs/images/technology.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/technology.jpg -------------------------------------------------------------------------------- /docs/images/trajectory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/trajectory.png -------------------------------------------------------------------------------- /docs/images/view_attribute_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/view_attribute_table.png -------------------------------------------------------------------------------- /docs/images/view_states10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/view_states10.png -------------------------------------------------------------------------------- /docs/images/wmts100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/wmts100.png -------------------------------------------------------------------------------- /docs/images/wmts100b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/wmts100b.png -------------------------------------------------------------------------------- /docs/images/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/images/workflow.png -------------------------------------------------------------------------------- /docs/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/objects.inv -------------------------------------------------------------------------------- /docs/static/documentation_options.js: -------------------------------------------------------------------------------- 1 | var DOCUMENTATION_OPTIONS = { 2 | URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), 3 | VERSION: '2.0.0', 4 | LANGUAGE: 'None', 5 | COLLAPSE_INDEX: false, 6 | FILE_SUFFIX: '.html', 7 | HAS_SOURCE: true, 8 | SOURCELINK_SUFFIX: '.txt', 9 | NAVIGATION_WITH_KEYS: false 10 | }; -------------------------------------------------------------------------------- /docs/static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/file.png -------------------------------------------------------------------------------- /docs/static/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /docs/static/fonts/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /docs/static/fonts/Inconsolata.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/Inconsolata.ttf -------------------------------------------------------------------------------- /docs/static/fonts/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/Lato-Bold.ttf -------------------------------------------------------------------------------- /docs/static/fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /docs/static/fonts/RobotoSlab-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/RobotoSlab-Bold.ttf -------------------------------------------------------------------------------- /docs/static/fonts/RobotoSlab-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/RobotoSlab-Regular.ttf -------------------------------------------------------------------------------- /docs/static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/minus.png -------------------------------------------------------------------------------- /docs/static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/docs/static/plus.png -------------------------------------------------------------------------------- /img/example_wms_questions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/img/example_wms_questions.png -------------------------------------------------------------------------------- /img/modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/img/modules.png -------------------------------------------------------------------------------- /relnotes.md: -------------------------------------------------------------------------------- 1 | # Release Notes OGC E-Learning 2 | 3 | 1.1 (2017-10-06) 4 | - Added WMTS [Add WMTS module #7](https://github.com/opengeospatial/e-learning/issues/7) 5 | 6 | 1.2 (2017-10-13) 7 | - Updated the build instructions. The new process uses the 'make' files. 8 | 9 | 1.3 (2017-11-03) 10 | - Added the SensorThings section. 11 | -------------------------------------------------------------------------------- /source/_themes/bootstrap.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/bootstrap.zip -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/__init__.py: -------------------------------------------------------------------------------- 1 | """Sphinx ReadTheDocs theme. 2 | 3 | From https://github.com/ryan-roemer/sphinx-bootstrap-theme. 4 | 5 | """ 6 | import os 7 | 8 | VERSION = (0, 1, 8) 9 | 10 | __version__ = ".".join(str(v) for v in VERSION) 11 | __version_full__ = __version__ 12 | 13 | 14 | def get_html_theme_path(): 15 | """Return list of HTML theme paths.""" 16 | cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) 17 | return cur_dir 18 | -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/searchbox.html: -------------------------------------------------------------------------------- 1 | {%- if builder != 'singlehtml' %} 2 |
3 |
4 | 5 | 6 | 7 |
8 |
9 | {%- endif %} 10 | -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/Inconsolata.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/Inconsolata.ttf -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/Lato-Bold.ttf -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Bold.ttf -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Regular.ttf -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /source/_themes/sphinx_rtd_theme/theme.conf: -------------------------------------------------------------------------------- 1 | [theme] 2 | inherit = basic 3 | stylesheet = css/theme.css 4 | 5 | [options] 6 | typekit_id = hiw1hhg 7 | analytics_id = 8 | sticky_navigation = False 9 | logo_only = 10 | -------------------------------------------------------------------------------- /source/cat/img/cans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/cans.jpg -------------------------------------------------------------------------------- /source/cat/img/catalogservice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/catalogservice.jpg -------------------------------------------------------------------------------- /source/cat/img/catalogservices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/catalogservices.jpg -------------------------------------------------------------------------------- /source/cat/img/fgdc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/fgdc.jpg -------------------------------------------------------------------------------- /source/cat/img/geonetwork.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/geonetwork.jpg -------------------------------------------------------------------------------- /source/cat/img/geoplatform.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/geoplatform.jpg -------------------------------------------------------------------------------- /source/cat/img/geossreg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/geossreg.jpg -------------------------------------------------------------------------------- /source/cat/img/iso1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/iso1.jpg -------------------------------------------------------------------------------- /source/cat/img/iso2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/iso2.jpg -------------------------------------------------------------------------------- /source/cat/img/library.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/library.jpg -------------------------------------------------------------------------------- /source/cat/img/metadata.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/metadata.jpg -------------------------------------------------------------------------------- /source/cat/img/metadata1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/metadata1.jpg -------------------------------------------------------------------------------- /source/cat/img/metadata2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/metadata2.jpg -------------------------------------------------------------------------------- /source/cat/img/metadataaboutdata.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/metadataaboutdata.jpg -------------------------------------------------------------------------------- /source/cat/img/nutrition_label.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/nutrition_label.jpg -------------------------------------------------------------------------------- /source/cat/img/opensearch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/opensearch.jpg -------------------------------------------------------------------------------- /source/cat/img/previewdelaware.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/previewdelaware.jpg -------------------------------------------------------------------------------- /source/cat/img/profiles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/profiles.jpg -------------------------------------------------------------------------------- /source/cat/img/soa_triangle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/img/soa_triangle.jpg -------------------------------------------------------------------------------- /source/cat/slides/exercise-metadata-object.rst: -------------------------------------------------------------------------------- 1 | Exercise - Metadata Creation 2 | ---------------------------------- 3 | - Pick an object 4 | - Create metadata fields and give a value to each field you created. 5 | -------------------------------------------------------------------------------- /source/cat/slides/exercise-opensearch.rst: -------------------------------------------------------------------------------- 1 | Exercise - Open Search 2 | ------------------------------------------ 3 | Perform a query to find all data from California on this server: http://demo.pycsw.org/gisdata/csw 4 | 5 | Answer: 6 | 7 | - How many total results? 8 | - How many results presented in the request? 9 | -------------------------------------------------------------------------------- /source/cat/slides/presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/cat/slides/presentation.pdf -------------------------------------------------------------------------------- /source/cat/text/index.rst: -------------------------------------------------------------------------------- 1 | Catalogue Services for the Web (CSW) 2 | ==================================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | overview.rst 18 | concepts.rst 19 | main.rst 20 | -------------------------------------------------------------------------------- /source/cat/text/overview.rst: -------------------------------------------------------------------------------- 1 | CSW - Overview 2 | ====================== 3 | 4 | Audience 5 | -------- 6 | Students that are interested in learning more about standards to search and discover data and services. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain the purpose of CSW 14 | - Describe what operations can be performed with CSW 15 | 16 | 17 | 18 | Prerequisites 19 | ------------- 20 | 21 | The following modules are prerequisites: 22 | 23 | - :doc:`../../ogc-standards/text/index` 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /source/eo-geojson/img/cans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/eo-geojson/img/cans.jpg -------------------------------------------------------------------------------- /source/eo-geojson/img/nutrition_label.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/eo-geojson/img/nutrition_label.jpg -------------------------------------------------------------------------------- /source/eo-geojson/text/index.rst: -------------------------------------------------------------------------------- 1 | OGC EO Dataset Metadata GeoJSON 2 | ==================================== 3 | 4 | Contents 5 | --------- 6 | 7 | .. toctree:: 8 | :maxdepth: 2 9 | 10 | overview.rst 11 | main.rst 12 | basics.rst 13 | -------------------------------------------------------------------------------- /source/eo-geojson/text/main.rst: -------------------------------------------------------------------------------- 1 | OGC EO Dataset Metadata GeoJSON - Introduction 2 | ================== 3 | 4 | Introduction 5 | ------------ 6 | The OGC EO Dataset Metadata GeoJSON(-LD) Encoding Standard describes a GeoJSON and JSON-LD encoding for Earth Observation (EO) metadata for datasets (granules). This tutorial focuses only on the EO GeoJSON encoding. 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /source/eo-geojson/text/overview.rst: -------------------------------------------------------------------------------- 1 | OGC EO Dataset Metadata GeoJSON - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Trainees that want to have an overview of metadata standards. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - Summarize what the OGC EO Dataset Metadata GeoJSON encoding is 14 | - Identify example uses of metadata encoded as EO GeoJSON 15 | - Outline the benefits of documeting metadata according to this standard 16 | 17 | Prerequisites 18 | ------------- 19 | 20 | None 21 | -------------------------------------------------------------------------------- /source/fe/text/index.rst: -------------------------------------------------------------------------------- 1 | fe 2 | =========== 3 | 4 | 5 | .. toctree:: 6 | :maxdepth: 2 7 | 8 | overview.rst 9 | main.rst 10 | 11 | -------------------------------------------------------------------------------- /source/fe/text/overview.rst: -------------------------------------------------------------------------------- 1 | fe - Overview 2 | ====================== 3 | 4 | Audience 5 | -------- 6 | Students that are ... 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what is fe 14 | - Describe what can be done with fe 15 | - Use fe to ... 16 | - Use fe to ... 17 | 18 | 19 | 20 | Prerequisites 21 | ------------- 22 | 23 | The following modules are prerequisites: 24 | 25 | - :doc:`../../ogc-standards/text/index` 26 | - :doc:`../../wms/text/index` 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /source/fundamental-concepts/img/Spaguetti.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/Spaguetti.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/client-services.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/client-services.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/clients-services.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/clients-services.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/common-interface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/common-interface.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/first-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/first-map.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/internet-colors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/internet-colors.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/issues.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/issues.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/mobile-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/mobile-map.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image43.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image43.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image44.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image44.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image45.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image45.tiff -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image46.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image46.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image47.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image47.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image48.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image48.tiff -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image55.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image55.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image56.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image56.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image57.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image57.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image58.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image58.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image59.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image59.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image62.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image62.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image63.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image63.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image64.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image65.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image65.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image66.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image66.pdf -------------------------------------------------------------------------------- /source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image67.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/omnigraffle-images-motivation.graffle/image67.tiff -------------------------------------------------------------------------------- /source/fundamental-concepts/img/parachute.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/parachute.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/protocols.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/protocols.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/romba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/romba.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/roomba-interface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/roomba-interface.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/roomba-service.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/roomba-service.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/roomba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/roomba.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/technology.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/technology.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/img/xml.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/fundamental-concepts/img/xml.jpg -------------------------------------------------------------------------------- /source/fundamental-concepts/slides/exercise-interface-restaurant.rst: -------------------------------------------------------------------------------- 1 | Exercise 2 | -------------- 3 | If we have a restaurant web service what type of interfaces and operations can you think of? -------------------------------------------------------------------------------- /source/fundamental-concepts/slides/lo.rst: -------------------------------------------------------------------------------- 1 | Learning objectives 2 | -------------------- 3 | 4 | - Describe how web clients and servers interact over the web 5 | - Explain what a URL is 6 | - Explain what are HTTP GET and POST 7 | - Explain what an encoding is 8 | - Explain what is a service, protocol and interface 9 | - Explain the benefits of common interfaces 10 | - Explain why location interoperability is important -------------------------------------------------------------------------------- /source/fundamental-concepts/text/index.rst: -------------------------------------------------------------------------------- 1 | Fundamental Concepts 2 | ==================== 3 | 4 | This module describes concepts that are fundamental to interoperability, networking, the Internet, and the World Wide Web. 5 | 6 | .. toctree:: 7 | :maxdepth: 2 8 | 9 | overview.rst 10 | basic.rst 11 | open.rst 12 | networking.rst 13 | -------------------------------------------------------------------------------- /source/fundamental-concepts/text/overview.rst: -------------------------------------------------------------------------------- 1 | Overview 2 | ======== 3 | Audience 4 | -------- 5 | This module is designed for trainees that do not have a technical background in Web technologies. 6 | 7 | Learning Objectives 8 | ------------------- 9 | At completion of the module, trainees will be able to: 10 | 11 | - Explain the difference between the Web and Internet 12 | - Describe how web clients and servers interact 13 | - Explain why interoperability is important 14 | - Explain what a URL is 15 | - Demonstrate how HTTP GET and POST works 16 | - Explain what an encoding is 17 | - Explain what a service, protocol and interface is 18 | 19 | Prerequisites 20 | ------------- 21 | None. 22 | -------------------------------------------------------------------------------- /source/geopackage/img/geopackage-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/geopackage-overview.png -------------------------------------------------------------------------------- /source/geopackage/img/mgimage001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/mgimage001.png -------------------------------------------------------------------------------- /source/geopackage/img/mgimage002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/mgimage002.png -------------------------------------------------------------------------------- /source/geopackage/img/mgimage003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/mgimage003.png -------------------------------------------------------------------------------- /source/geopackage/img/open_attribute_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/open_attribute_table.png -------------------------------------------------------------------------------- /source/geopackage/img/open_states10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/open_states10.png -------------------------------------------------------------------------------- /source/geopackage/img/pyramid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/pyramid2.png -------------------------------------------------------------------------------- /source/geopackage/img/related_tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/related_tables.png -------------------------------------------------------------------------------- /source/geopackage/img/sqlite3_list_tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/sqlite3_list_tables.png -------------------------------------------------------------------------------- /source/geopackage/img/view_attribute_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/view_attribute_table.png -------------------------------------------------------------------------------- /source/geopackage/img/view_states10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/geopackage/img/view_states10.png -------------------------------------------------------------------------------- /source/geopackage/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | GeoPackage 2 | ========== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this training course: 7 | 8 | * Familiarity with SELECT and CREATE commands in SQLite. A `tutorial `_ is available online. 9 | * One of the sections requires access to SQLite3, the command line tool that comes with SQLite. The same section also requires access to a GeoPackage viewer such as QGIS. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 1 16 | 17 | overview.rst 18 | introduction.rst 19 | basic.rst 20 | contents.rst 21 | features.rst 22 | tiles.rst 23 | attributes_extensions.rst 24 | modeling.rst 25 | nsg-gpkg.rst 26 | -------------------------------------------------------------------------------- /source/geopackage/text/overview.rst: -------------------------------------------------------------------------------- 1 | GeoPackage - Overview 2 | ========================= 3 | Audience 4 | -------- 5 | Students with basic to intermediate database training. 6 | 7 | Learning Objectives 8 | ------------------- 9 | 10 | The learning content relates to the GeoPackage standard. 11 | 12 | At the completion of the module students will be able to: 13 | 14 | - Explain what a GeoPackage is 15 | - Describe what can be done with a database that implements the GeoPackage standard 16 | - Create a GeoPackage 17 | - Display and query a GeoPackage in a desktop GIS 18 | 19 | Prerequisites 20 | ------------- 21 | 22 | The following modules are prerequisites: 23 | 24 | - :doc:`../../fundamental-concepts/text/index` 25 | - :doc:`../../ogc-standards/text/index` 26 | -------------------------------------------------------------------------------- /source/gml/img/GML1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/gml/img/GML1.png -------------------------------------------------------------------------------- /source/gml/text/index.rst: -------------------------------------------------------------------------------- 1 | Geography Markup Language (GML) 2 | =========== 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 2 15 | 16 | overview.rst 17 | main.rst 18 | -------------------------------------------------------------------------------- /source/gml/text/overview.rst: -------------------------------------------------------------------------------- 1 | GML - Overview 2 | ===================== 3 | 4 | Audience 5 | -------- 6 | Trainees that will be working with vector feature data. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - Summarize what the Geography Markup Language encoding is 14 | - Identify example uses of the Geography Markup Language encoding 15 | - Outline the benefits of using the Geography Markup Language encoding 16 | 17 | Prerequisites 18 | ------------- 19 | 20 | Familiarity with Extensible Markup Language (XML). 21 | 22 | NOTE: W3Schools.com offers a free `tutorial `_ on XML. 23 | -------------------------------------------------------------------------------- /source/indoorgml/img/GML1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/indoorgml/img/GML1.png -------------------------------------------------------------------------------- /source/indoorgml/text/index.rst: -------------------------------------------------------------------------------- 1 | IndoorGML 2 | =========== 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 2 15 | 16 | overview.rst 17 | main.rst 18 | -------------------------------------------------------------------------------- /source/indoorgml/text/main.rst: -------------------------------------------------------------------------------- 1 | IndoorGML - Introduction 2 | ===================== 3 | 4 | Introduction 5 | ------------ 6 | 7 | TBA 8 | 9 | Background 10 | ------------ 11 | 12 | History 13 | IndoorGML... 14 | IndoorGML... 15 | 16 | 17 | Versions 18 | IndoorGML... 19 | Test Suite 20 | A test suite exist in the `OGC repository. `_ 21 | Implementations 22 | Implementations can be found at the OGC database. `here `_ 23 | 24 | 25 | Usage 26 | ------------ 27 | 28 | TBA 29 | 30 | Example 31 | ------------ 32 | 33 | TBA -------------------------------------------------------------------------------- /source/indoorgml/text/overview.rst: -------------------------------------------------------------------------------- 1 | IndoorGML - Overview 2 | ===================== 3 | 4 | Audience 5 | -------- 6 | Trainees that will be working with vector feature data that represents indoor spaces. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - Summarize what the IndoorGML encoding is 14 | - Identify example uses of the IndoorGML encoding 15 | - Outline the benefits of using the IndoorGML encoding 16 | 17 | Prerequisites 18 | ------------- 19 | 20 | Familiarity with Extensible Markup Language (XML). 21 | 22 | NOTE: W3Schools.com offers a free `tutorial `_ on XML. 23 | -------------------------------------------------------------------------------- /source/kml/img/kml.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/kml/img/kml.graffle/data.plist -------------------------------------------------------------------------------- /source/kml/img/kml.graffle/image2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/kml/img/kml.graffle/image2.pdf -------------------------------------------------------------------------------- /source/kml/img/kml.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/kml/img/kml.jpg -------------------------------------------------------------------------------- /source/kml/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | KML 2 | === 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 1 15 | 16 | basic-overview.rst 17 | basic-main.rst 18 | -------------------------------------------------------------------------------- /source/kml/text/basic-overview.rst: -------------------------------------------------------------------------------- 1 | KML Basic Overview 2 | ================== 3 | Audience 4 | -------- 5 | Students that 6 | 7 | Learning Objectives 8 | ------------------- 9 | 10 | At the completion of the module students will be able to: 11 | 12 | - Explain what KML is 13 | - Describe what can be done with KML 14 | - Create a KML 15 | - Visualize a KML 16 | - Describe how external standards can be brought to OGC 17 | - Demonstrate KML relation with WMS 18 | 19 | Prerequisites 20 | ------------- 21 | 22 | The following modules are prerequisites: 23 | 24 | - :doc:`../../fundamental-concepts/text/index` 25 | - :doc:`../../ogc-standards/text/index` -------------------------------------------------------------------------------- /source/metadata-catalogue/index.rst: -------------------------------------------------------------------------------- 1 | Metadata and Catalogue Services Standards 2 | ============================================= 3 | 4 | Contents 5 | --------- 6 | 7 | .. toctree:: 8 | :maxdepth: 1 9 | :name: metadata 10 | 11 | ../metadata/text/index.rst 12 | ../eo-geojson/text/index.rst 13 | ../cat/text/index.rst -------------------------------------------------------------------------------- /source/metadata/img/cans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/metadata/img/cans.jpg -------------------------------------------------------------------------------- /source/metadata/img/nutrition_label.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/metadata/img/nutrition_label.jpg -------------------------------------------------------------------------------- /source/metadata/text/index.rst: -------------------------------------------------------------------------------- 1 | Metadata 2 | ======================== 3 | 4 | Contents 5 | --------- 6 | 7 | .. toctree:: 8 | :maxdepth: 2 9 | 10 | overview.rst 11 | main.rst 12 | specifications.rst 13 | -------------------------------------------------------------------------------- /source/metadata/text/overview.rst: -------------------------------------------------------------------------------- 1 | Metadata - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Trainees that want to have an overview of metadata standards. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - Summarize what metadata is 14 | - Identify example uses of metadata 15 | - Outline the benefits of documeting metadata 16 | 17 | Prerequisites 18 | ------------- 19 | 20 | None 21 | -------------------------------------------------------------------------------- /source/new/index.rst: -------------------------------------------------------------------------------- 1 | module_name 2 | =========== 3 | 4 | 5 | .. toctree:: 6 | :maxdepth: 2 7 | 8 | overview.rst 9 | main.rst 10 | 11 | -------------------------------------------------------------------------------- /source/new/overview.rst: -------------------------------------------------------------------------------- 1 | module_name - Overview 2 | ====================== 3 | 4 | Audience 5 | -------- 6 | Students that are ... 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what is module_name 14 | - Describe what can be done with module_name 15 | - Use module_name to ... 16 | - Use module_name to ... 17 | 18 | 19 | 20 | Prerequisites 21 | ------------- 22 | 23 | The following modules are prerequisites: 24 | 25 | - :doc:`../../ogc-standards/text/index` 26 | - :doc:`../../wms/text/index` 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /source/ogc-standards/img/soa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogc-standards/img/soa.jpg -------------------------------------------------------------------------------- /source/ogc-standards/img/standard-wms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogc-standards/img/standard-wms.jpg -------------------------------------------------------------------------------- /source/ogc-standards/img/standards.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogc-standards/img/standards.jpg -------------------------------------------------------------------------------- /source/ogc-standards/img/table8partwms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogc-standards/img/table8partwms.jpg -------------------------------------------------------------------------------- /source/ogc-standards/text/overview.rst: -------------------------------------------------------------------------------- 1 | Overview 2 | ======== 3 | Audience 4 | -------- 5 | Trainees who want to have an overview of OGC standards 6 | 7 | Learning Objectives 8 | ------------------- 9 | At completion of the module, trainees will be able to: 10 | 11 | - Define what a standard is 12 | - Define the different types of standards 13 | - Explain the difference between an encoding standard versus an interface standard 14 | - Explain what OWS Common is and its importance 15 | 16 | Prerequisites 17 | ------------- 18 | None. 19 | -------------------------------------------------------------------------------- /source/ogc/img/soa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogc/img/soa.jpg -------------------------------------------------------------------------------- /source/ogc/img/standard-wms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogc/img/standard-wms.jpg -------------------------------------------------------------------------------- /source/ogc/text/index.rst: -------------------------------------------------------------------------------- 1 | Introduction to OGC 2 | ============================= 3 | 4 | .. raw:: html 5 | 6 | 7 | 8 | .. toctree:: 9 | :maxdepth: 1 10 | 11 | overview.rst 12 | intro-ogc.rst 13 | -------------------------------------------------------------------------------- /source/ogc/text/overview.rst: -------------------------------------------------------------------------------- 1 | Overview 2 | ======== 3 | 4 | Audience 5 | -------- 6 | Trainees that may need to interact with different groups and committees within the OGC. 7 | 8 | Learning Objectives 9 | ------------------- 10 | At completion of the module trainees will be able to: 11 | 12 | - Explain what OGC is 13 | - Explain what the OGC Technical Committee, Domain Working Groups and Standards Working Groups are. 14 | - Define what a standard is 15 | 16 | 17 | 18 | 19 | Prerequisites 20 | ------------- 21 | 22 | The following module is a prerequisites: 23 | 24 | - :doc:`../../fundamental-concepts/text/index` 25 | -------------------------------------------------------------------------------- /source/ogcapi-edr/img/area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-edr/img/area.png -------------------------------------------------------------------------------- /source/ogcapi-edr/img/corridor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-edr/img/corridor.png -------------------------------------------------------------------------------- /source/ogcapi-edr/img/cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-edr/img/cube.png -------------------------------------------------------------------------------- /source/ogcapi-edr/img/geojsonviewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-edr/img/geojsonviewer.png -------------------------------------------------------------------------------- /source/ogcapi-edr/img/position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-edr/img/position.png -------------------------------------------------------------------------------- /source/ogcapi-edr/img/radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-edr/img/radius.png -------------------------------------------------------------------------------- /source/ogcapi-edr/img/trajectory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-edr/img/trajectory.png -------------------------------------------------------------------------------- /source/ogcapi-edr/text/advanced.rst: -------------------------------------------------------------------------------- 1 | Query Resources of OGC API - Environmental Data Retrieval 2 | ================ 3 | 4 | Query resources are spatio-temporal queries which support operation of the API for the access and use of the spatio-temporal data resources. 5 | 6 | Query resources share several common parameters, which makes it easier for developers to implement the queries. 7 | 8 | Where the query applies to a collection, the pattern is as follows: 9 | 10 | `/collections/{collectionId}/{queryType}` 11 | 12 | The parameter `queryType` can be one of the following: 13 | 14 | - position 15 | - area 16 | - cube 17 | - trajectory 18 | - corridor 19 | - radius 20 | - instances 21 | - locations 22 | - items 23 | 24 | Where the query applies to an instance, the pattern is as follows: 25 | 26 | `/collections/{collectionId}/instances/{instanceId}/{queryType}` 27 | -------------------------------------------------------------------------------- /source/ogcapi-edr/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | OGC API - Environmental Data Retrieval 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | 12 | Contents 13 | --------- 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | basic-overview.rst 19 | basic-main.rst 20 | operations.rst 21 | advanced.rst 22 | positionquery.rst 23 | areaquery.rst 24 | cubequery.rst 25 | trajectoryquery.rst 26 | corridorquery.rst 27 | radiusquery.rst 28 | instancesquery.rst 29 | locationsquery.rst 30 | itemsquery.rst 31 | -------------------------------------------------------------------------------- /source/ogcapi-edr/text/corridorquery.rst: -------------------------------------------------------------------------------- 1 | Corridor Query Resources of OGC API - EDR 2 | ================ 3 | 4 | A corridor is a two parameter set of points around a trajectory. An illustration, created using NASA WorldWind, is shown below. 5 | 6 | .. image:: ../img/corridor.png 7 | :width: 80% 8 | 9 | 10 | The `corridor` query resource returns data for the defined corridor. The resource offers a convenience mechanism for querying the API by corridor, using a Well Known Text (WKT) LINESTRING geometry, or alternatively subclasses LINESTRINGZ, LINESTRINGM, LINESTRINGZM. 11 | 12 | The path to the resource is shown below: 13 | 14 | `/collections/{collectionId}/corridor` 15 | 16 | The paths accepts the following parameters: 17 | 18 | - coords 19 | - corridor-width 20 | - corridor-height 21 | - width-units 22 | - height-units 23 | - z 24 | - parameter-name 25 | - datetime 26 | - crs 27 | - f 28 | -------------------------------------------------------------------------------- /source/ogcapi-edr/text/cubequery.rst: -------------------------------------------------------------------------------- 1 | Cube Query Resources of OGC API - EDR 2 | ================ 3 | 4 | A cube is a rectangular area, with a vertical extent. An illustration, created using NASA WorldWind, is shown below. 5 | 6 | .. image:: ../img/cube.png 7 | :width: 80% 8 | 9 | The `cube` query resource returns data for a defined cube. The resource offers a convenience mechanism for querying the API using a bounding box (BBOX) defining a cube. 10 | 11 | The path to the resource is shown below: 12 | 13 | `/collections/{collectionId}/cube` 14 | 15 | The paths accepts the following parameters: 16 | 17 | - bbox 18 | - z 19 | - parameter-name 20 | - datetime 21 | - crs 22 | - f 23 | -------------------------------------------------------------------------------- /source/ogcapi-edr/text/instancesquery.rst: -------------------------------------------------------------------------------- 1 | Instances Query Resources of OGC API - EDR 2 | ================ 3 | 4 | The `instances` query resource retrieves metadata about instances of a collection. The resource enables support for multiple instances or versions of the same underlying data source to be accessed by the API. 5 | 6 | The path to the resource is shown below: 7 | 8 | `/collections/{collectionID}/instances/{instanceID}/{queryType}` 9 | -------------------------------------------------------------------------------- /source/ogcapi-edr/text/itemsquery.rst: -------------------------------------------------------------------------------- 1 | Items (Features) Query Resources of OGC API - EDR 2 | ================ 3 | 4 | 5 | The `items` query resource offers an OGC API — Features endpoint that may be used to catalog pre-existing EDR sampling features. 6 | 7 | Example use cases of this resource include: 8 | 9 | - existence of a monitoring location 10 | - cached query 11 | - cataloguing of anomalies in a data 12 | 13 | The path to the resource is shown below: 14 | 15 | `/collections/{collectionId}/items` 16 | 17 | An example request is below. 18 | 19 | `http://example.org/edr/collections/mocov-daily_global/items` 20 | -------------------------------------------------------------------------------- /source/ogcapi-edr/text/locationsquery.rst: -------------------------------------------------------------------------------- 1 | Locations Query Resources of OGC API - EDR 2 | ================ 3 | 4 | The `locations` query resource returns a list of location identifiers and relevant metadata for the collection. 5 | 6 | The location identifier can be anything as long as it is unique for the required position (e.g. a GeoHash). 7 | 8 | The path to the resource is shown below: 9 | 10 | `/collections/{collectionId}/locations` 11 | 12 | An example request is below. 13 | 14 | `http://example.org/edr/collections/obs_demo/locations` 15 | -------------------------------------------------------------------------------- /source/ogcapi-features/img/geojsonviewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-features/img/geojsonviewer.png -------------------------------------------------------------------------------- /source/ogcapi-features/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | OGC API - Features 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | 12 | Contents 13 | --------- 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | basic-overview.rst 19 | basic-main.rst 20 | operations.rst 21 | -------------------------------------------------------------------------------- /source/ogcapi-processes/img/geojsonviewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-processes/img/geojsonviewer.png -------------------------------------------------------------------------------- /source/ogcapi-processes/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | OGC API - Processes 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | 12 | Contents 13 | --------- 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | basic-overview.rst 19 | basic-main.rst 20 | operations.rst 21 | -------------------------------------------------------------------------------- /source/ogcapi-tiles/img/geojsonviewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-tiles/img/geojsonviewer.png -------------------------------------------------------------------------------- /source/ogcapi-tiles/img/mvt_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/ogcapi-tiles/img/mvt_example.png -------------------------------------------------------------------------------- /source/ogcapi-tiles/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | OGC API - Tiles 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this part of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | 12 | Contents 13 | --------- 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | basic-overview.rst 19 | basic-main.rst 20 | operations.rst 21 | -------------------------------------------------------------------------------- /source/ogcapi-tiles/text/operations.rst: -------------------------------------------------------------------------------- 1 | Resources of OGC API - Tiles 2 | ================ 3 | 4 | This section provides basic information about the types of resources that OGC API - Tiles offers. 5 | -------------------------------------------------------------------------------- /source/processing/basic-index.rst: -------------------------------------------------------------------------------- 1 | Processing Standards 2 | ======================= 3 | 4 | Contents: 5 | 6 | .. toctree:: 7 | :maxdepth: 1 8 | :name: acc 9 | 10 | ../wps/text/basic-index.rst 11 | ../ogcapi-processes/text/basic-index.rst 12 | -------------------------------------------------------------------------------- /source/references.rst: -------------------------------------------------------------------------------- 1 | References 2 | ========== 3 | 4 | .. [ISO19119:2015] ISO 19119:2005, Geographic information -- Services, http://www.iso.org/iso/catalogue_detail.htm?csnumber=39890. -------------------------------------------------------------------------------- /source/se/img/tasmania_state_boundaries_blue_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/se/img/tasmania_state_boundaries_blue_2.png -------------------------------------------------------------------------------- /source/se/text/index.rst: -------------------------------------------------------------------------------- 1 | Symbology Encoding (SE) 2 | ====================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 2 15 | 16 | overview.rst 17 | main.rst 18 | -------------------------------------------------------------------------------- /source/sld/img/sld-point-star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/sld/img/sld-point-star.png -------------------------------------------------------------------------------- /source/sld/img/sld-point.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/sld/img/sld-point.jpg -------------------------------------------------------------------------------- /source/sld/slides/main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/sld/slides/main.pdf -------------------------------------------------------------------------------- /source/sld/text/index.rst: -------------------------------------------------------------------------------- 1 | Styled Layer Descriptor (SLD) 2 | ============================= 3 | 4 | Prerequisites 5 | ------------- 6 | The following is a prerequisite for this section of the training: 7 | 8 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 9 | 10 | Contents 11 | --------- 12 | 13 | .. toctree:: 14 | :maxdepth: 2 15 | 16 | overview.rst 17 | main.rst 18 | -------------------------------------------------------------------------------- /source/sld/text/presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/sld/text/presentation.pdf -------------------------------------------------------------------------------- /source/sos/img/SWE_Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/sos/img/SWE_Overview.png -------------------------------------------------------------------------------- /source/sos/text/index.rst: -------------------------------------------------------------------------------- 1 | Sensor Observation Service (SOS) 2 | =============================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | overview.rst 18 | main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /source/sos/text/overview.rst: -------------------------------------------------------------------------------- 1 | SOS - Overview 2 | ====================== 3 | 4 | Audience 5 | -------- 6 | Students that are familiar with web services and want to have an overview of the Sensor Observation Service (SOS) interface standard. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module students will be able to: 12 | 13 | - Explain what the SOS is 14 | - Describe what can be done with an SOS 15 | - Understand how to retrieve data from an SOS service 16 | - Understand how to publish sensor-collected data through an SOS 17 | - Be able to find an SOS endpoint and use it through a client 18 | 19 | 20 | Prerequisites 21 | ------------- 22 | 23 | The following modules are prerequisites: 24 | 25 | - :doc:`../../fundamental-concepts/text/index` 26 | - :doc:`../../ogc-standards/text/index` 27 | -------------------------------------------------------------------------------- /source/sta/slides/presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/sta/slides/presentation.pdf -------------------------------------------------------------------------------- /source/sta/text/index.rst: -------------------------------------------------------------------------------- 1 | SensorThings API 2 | ================ 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with JavaScript Object Notation (JSON). A `tutorial `_ on JSON is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | overview.rst 18 | main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /source/static/documentation_options.js: -------------------------------------------------------------------------------- 1 | var DOCUMENTATION_OPTIONS = { 2 | URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), 3 | VERSION: '2.0.0', 4 | LANGUAGE: 'None', 5 | COLLAPSE_INDEX: false, 6 | FILE_SUFFIX: '.html', 7 | HAS_SOURCE: true, 8 | SOURCELINK_SUFFIX: '.txt', 9 | NAVIGATION_WITH_KEYS: false 10 | }; -------------------------------------------------------------------------------- /source/static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/file.png -------------------------------------------------------------------------------- /source/static/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /source/static/fonts/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /source/static/fonts/Inconsolata.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/Inconsolata.ttf -------------------------------------------------------------------------------- /source/static/fonts/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/Lato-Bold.ttf -------------------------------------------------------------------------------- /source/static/fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /source/static/fonts/RobotoSlab-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/RobotoSlab-Bold.ttf -------------------------------------------------------------------------------- /source/static/fonts/RobotoSlab-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/RobotoSlab-Regular.ttf -------------------------------------------------------------------------------- /source/static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /source/static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /source/static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /source/static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/minus.png -------------------------------------------------------------------------------- /source/static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/static/plus.png -------------------------------------------------------------------------------- /source/visualization-standards/basic-index.rst: -------------------------------------------------------------------------------- 1 | Visualization Standards 2 | ======================= 3 | 4 | Contents: 5 | 6 | .. toctree:: 7 | :maxdepth: 1 8 | :name: vis 9 | 10 | ../wms/text/basic-index.rst 11 | ../wmts/text/index.rst 12 | ../kml/text/basic-index.rst 13 | ../sld/text/index.rst 14 | ../se/text/index.rst 15 | ../ogcapi-tiles/text/basic-index.rst 16 | 17 | 18 | -------------------------------------------------------------------------------- /source/wcs/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | Web Coverage Service (WCS) 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | basic-overview.rst 18 | basic-main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /source/wcs/text/basic-overview.rst: -------------------------------------------------------------------------------- 1 | WCS - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Trainees that are familiar with web services and want to have an overview of the Web Coverage Service (WCS) standard. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At completion of the module, trainees will be able to: 12 | 13 | - List the steps of how web clients and implementations of the Web Coverage Service standard interact 14 | - Summarize what the Web Coverage Service is 15 | - Identify example uses of implementations the Web Coverage Service 16 | - Outline the benefits of using implementations of the Web Coverage Service 17 | 18 | Prerequisites 19 | ------------- 20 | 21 | The following modules are prerequisites: 22 | 23 | - :doc:`../../fundamental-concepts/text/index` 24 | - :doc:`../../ogc-standards/text/index` 25 | -------------------------------------------------------------------------------- /source/wfs/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | Web Feature Service (WFS) 2 | ======================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | basic-overview.rst 18 | basic-main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /source/wfs/text/basic-overview.rst: -------------------------------------------------------------------------------- 1 | WFS - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Students that are familiar with web services and want to have an overview of Web Feature Service (WFS) standard. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what WFS is 14 | - Describe what can be done with WFS 15 | - Understand the main operations of WFS 16 | - Understand how to retrieve a description of the capabilities of a WFS 17 | - Understand how to issue DescribeFeatureType and GetFeature requests 18 | - Be able to find a WFS endpoint and use it through a client 19 | 20 | 21 | Prerequisites 22 | ------------- 23 | 24 | The following modules are prerequisites: 25 | 26 | - :doc:`../../fundamental-concepts/text/index` 27 | - :doc:`../../ogc-standards/text/index` 28 | -------------------------------------------------------------------------------- /source/wfs/text/nsg-wfs.rst: -------------------------------------------------------------------------------- 1 | NSG WFS Profile 2 | =============== 3 | 4 | Introduction 5 | ------------ 6 | 7 | TBA 8 | 9 | Introduction 10 | ------------ 11 | 12 | TBA 13 | 14 | Introduction 15 | ------------ 16 | 17 | TBA 18 | 19 | Introduction 20 | ------------ 21 | 22 | TBA 23 | -------------------------------------------------------------------------------- /source/wms/img/GetFeatureInfo_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/GetFeatureInfo_result.png -------------------------------------------------------------------------------- /source/wms/img/GetMap_EPSG_27700_4326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/GetMap_EPSG_27700_4326.png -------------------------------------------------------------------------------- /source/wms/img/GetMap_EPSG_3042_900913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/GetMap_EPSG_3042_900913.png -------------------------------------------------------------------------------- /source/wms/img/GetMap_opaque.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/GetMap_opaque.png -------------------------------------------------------------------------------- /source/wms/img/GetMap_squashed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/GetMap_squashed.png -------------------------------------------------------------------------------- /source/wms/img/aftercustomsld.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/aftercustomsld.jpg -------------------------------------------------------------------------------- /source/wms/img/beforecustomsld.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/beforecustomsld.jpg -------------------------------------------------------------------------------- /source/wms/img/brazil-get-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/brazil-get-map.jpg -------------------------------------------------------------------------------- /source/wms/img/crs84-axes-order.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/crs84-axes-order.jpg -------------------------------------------------------------------------------- /source/wms/img/crs84-axes-order2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/crs84-axes-order2.jpg -------------------------------------------------------------------------------- /source/wms/img/epsg4326-axes-order.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/epsg4326-axes-order.jpg -------------------------------------------------------------------------------- /source/wms/img/epsg4326-report.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/epsg4326-report.jpg -------------------------------------------------------------------------------- /source/wms/img/getmap-demo-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/getmap-demo-old.png -------------------------------------------------------------------------------- /source/wms/img/getmap-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/getmap-demo.png -------------------------------------------------------------------------------- /source/wms/img/getmap-demo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/getmap-demo1.png -------------------------------------------------------------------------------- /source/wms/img/getmapinfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/getmapinfo.jpg -------------------------------------------------------------------------------- /source/wms/img/map-ord-meta.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/map-ord-meta.jpg -------------------------------------------------------------------------------- /source/wms/img/map-ord-meta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/map-ord-meta.png -------------------------------------------------------------------------------- /source/wms/img/mapworldcolors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/mapworldcolors.jpg -------------------------------------------------------------------------------- /source/wms/img/metaspatial.net_GetMap_opaque.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/metaspatial.net_GetMap_opaque.png -------------------------------------------------------------------------------- /source/wms/img/national-parks_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/national-parks_legend.png -------------------------------------------------------------------------------- /source/wms/img/new-forest_national-park_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/new-forest_national-park_map.png -------------------------------------------------------------------------------- /source/wms/img/ogc-wms.xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/ogc-wms.xml.png -------------------------------------------------------------------------------- /source/wms/img/ogc-wms_in-image_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/ogc-wms_in-image_error.png -------------------------------------------------------------------------------- /source/wms/img/q1toxicmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/q1toxicmap.jpg -------------------------------------------------------------------------------- /source/wms/img/sld-deegree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/sld-deegree.jpg -------------------------------------------------------------------------------- /source/wms/img/wms110epsg1439bbox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/wms110epsg1439bbox.jpg -------------------------------------------------------------------------------- /source/wms/img/wms110epsg4326bbox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/wms110epsg4326bbox.jpg -------------------------------------------------------------------------------- /source/wms/img/wms13epsg1439bbox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/wms13epsg1439bbox.jpg -------------------------------------------------------------------------------- /source/wms/img/wms13epsg4329bbox/Canvas 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/wms13epsg4329bbox/Canvas 1.jpg -------------------------------------------------------------------------------- /source/wms/img/wms13epsg4329bbox/Canvas 2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/wms13epsg4329bbox/Canvas 2.jpg -------------------------------------------------------------------------------- /source/wms/img/wms13epsg4329bbox/Canvas 3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/wms13epsg4329bbox/Canvas 3.jpg -------------------------------------------------------------------------------- /source/wms/img/wms13epsg4329bbox/GML.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/img/wms13epsg4329bbox/GML.jpg -------------------------------------------------------------------------------- /source/wms/slides/exercise-abudhabi-wms.rst: -------------------------------------------------------------------------------- 1 | WMS Exercise - request a layer 2 | ------------------------------------------------------------ 3 | 4 | `This is a WMS `_ that provide public data from AbuDhabi. 5 | 6 | .. code-block:: properties 7 | 8 | http://geoportal.abudhabi.ae/arcgis/PublicData/MapServer/WMSServer? 9 | request=GetCapabilities& 10 | service=WMS 11 | 12 | 13 | Craft a WMS that displays all the hospitals 14 | 15 | -------------------------------------------------------------------------------- /source/wms/slides/exercise-explorelayer-nationalatlas.rst: -------------------------------------------------------------------------------- 1 | WMS Exercise - request a layer 2 | ------------------------------------------------------------ 3 | 4 | 1. Go to the `National Atlas Web Page `_. 5 | 2. Find a category that better fits a toxic release map. 6 | 3. Explore the GetCapabilities. 7 | 4. Do a request to create a png image 300x300 pixels. -------------------------------------------------------------------------------- /source/wms/slides/presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/slides/presentation.pdf -------------------------------------------------------------------------------- /source/wms/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | Web Map Service (WMS) 2 | ==================== 3 | 4 | 5 | .. toctree:: 6 | :maxdepth: 2 7 | 8 | basic-overview.rst 9 | basic-main.rst 10 | operations.rst 11 | -------------------------------------------------------------------------------- /source/wms/text/basic-main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/text/basic-main.pdf -------------------------------------------------------------------------------- /source/wms/text/basic-overview.rst: -------------------------------------------------------------------------------- 1 | WMS - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Students that are familiar with web services and want to have an overview of WMS. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what WMS is 14 | - Describe what can be done with WMS 15 | - Understand the main operations of WMS 16 | - Understand how to issue a GetMap request 17 | - Be able to find a WMS end point and use it in a client 18 | 19 | 20 | Prerequisites 21 | ------------- 22 | 23 | The following modules are prerequisites: 24 | 25 | - :doc:`../../fundamental-concepts/text/index` 26 | - :doc:`../../ogc-standards/text/index` 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /source/wms/text/index.rst: -------------------------------------------------------------------------------- 1 | Web Map Service 2 | =============== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | basic-overview.rst 18 | basic-main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /source/wms/text/no-use.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wms/text/no-use.pdf -------------------------------------------------------------------------------- /source/wms/text/no-use.txt: -------------------------------------------------------------------------------- 1 | .. code-block:: properties 2 | http://frameworkwfs.usgs.gov/framework/wfs/wfs.cgi? 3 | DATASTORE=Framework&service=wfs&version=1.1.0& 4 | request=GetFeature&typeName=cw:STATE_OR_TERRITOR& 5 | maxFeatures=4& 6 | Filter= 7 | 8 | 9 | POPULATION 10 | 15000000 11 | 12 | -------------------------------------------------------------------------------- /source/wmts/img/14664_OSM_GetTile_Response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wmts/img/14664_OSM_GetTile_Response.png -------------------------------------------------------------------------------- /source/wmts/img/GetCapabilities-POX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wmts/img/GetCapabilities-POX.png -------------------------------------------------------------------------------- /source/wmts/img/GetCapabilities-POX.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wmts/img/GetCapabilities-POX.pptx -------------------------------------------------------------------------------- /source/wmts/img/Tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wmts/img/Tiles.png -------------------------------------------------------------------------------- /source/wmts/img/wmts100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wmts/img/wmts100.png -------------------------------------------------------------------------------- /source/wmts/img/wmts100b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wmts/img/wmts100b.png -------------------------------------------------------------------------------- /source/wmts/text/index.rst: -------------------------------------------------------------------------------- 1 | Web Map Tile Service (WMTS) 2 | =========================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | overview.rst 18 | main.rst 19 | operations.rst 20 | -------------------------------------------------------------------------------- /source/wmts/text/overview.rst: -------------------------------------------------------------------------------- 1 | 2 | WMTS - Overview 3 | ====================== 4 | 5 | Audience 6 | -------- 7 | Students who are familiar with web services and are seeking an overview of WMTS. 8 | 9 | Learning Objectives 10 | ------------------- 11 | 12 | At the completion of the module students will be able to: 13 | 14 | - Explain what WMTS is 15 | - Describe what can be done with WMTS 16 | - Understand the main operations of WMTS 17 | - Understand how to issue various WMTS requests 18 | - Be able to find a WMTS endpoint and access it from a client 19 | 20 | 21 | Prerequisites 22 | ------------- 23 | 24 | The following modules are prerequisites: 25 | 26 | - :doc:`../../fundamental-concepts/text/index` 27 | - :doc:`../../ogc-standards/text/index` 28 | -------------------------------------------------------------------------------- /source/wps/img/cfcheckerapi_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/cfcheckerapi_1.png -------------------------------------------------------------------------------- /source/wps/img/cfcheckerapi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/cfcheckerapi_2.png -------------------------------------------------------------------------------- /source/wps/img/cfcheckerapi_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/cfcheckerapi_3.png -------------------------------------------------------------------------------- /source/wps/img/pygeoapi_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/pygeoapi_1.png -------------------------------------------------------------------------------- /source/wps/img/pygeoapi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/pygeoapi_2.png -------------------------------------------------------------------------------- /source/wps/img/pygeoapi_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/pygeoapi_3.png -------------------------------------------------------------------------------- /source/wps/img/pygeoapi_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/pygeoapi_4.png -------------------------------------------------------------------------------- /source/wps/img/pygeoapi_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/pygeoapi_5.png -------------------------------------------------------------------------------- /source/wps/img/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opengeospatial/e-learning/cad52690719a3f56b6a6646fbf655f51381b4beb/source/wps/img/workflow.png -------------------------------------------------------------------------------- /source/wps/text/basic-index.rst: -------------------------------------------------------------------------------- 1 | Web Processing Service (WPS) 2 | =========================== 3 | 4 | Prerequisites 5 | ------------- 6 | The following are prerequisites for this section of the training: 7 | 8 | * Knowledge of how the internet and the World Wide Web operate from a server/client standpoint 9 | * Familiarity with Extensible Markup Language (XML). A `tutorial `_ on XML is available online. 10 | 11 | Contents 12 | --------- 13 | 14 | .. toctree:: 15 | :maxdepth: 2 16 | 17 | basic-overview.rst 18 | basic-main.rst 19 | operations.rst 20 | towards-ogc-api-processes.rst 21 | -------------------------------------------------------------------------------- /source/wps/text/basic-overview.rst: -------------------------------------------------------------------------------- 1 | WPS - Overview 2 | ============== 3 | 4 | Audience 5 | -------- 6 | Students that are familiar with web services and want to have an overview of the Web Processing Service (WPS) standard. 7 | 8 | Learning Objectives 9 | ------------------- 10 | 11 | At the completion of the module students will be able to: 12 | 13 | - Explain what WPS is 14 | - Describe what can be done with WPS 15 | - Understand the main operations of WPS 16 | - Understand how to retrieve a description of the capabilities of a WPS 17 | - Understand how to issue DescribeProcess and Execute requests 18 | - Be able to find a WPS endpoint and use it through a client 19 | 20 | 21 | Prerequisites 22 | ------------- 23 | 24 | The following modules are prerequisites: 25 | 26 | - :doc:`../../fundamental-concepts/text/index` 27 | - :doc:`../../ogc-standards/text/index` 28 | --------------------------------------------------------------------------------