File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Connected Systems API for Python (conSys4Py)
22This package aims to help simplify the process of communicating with OGC's Connected Systems API.
33
4- ** Note:** This package is still in development and as such some of the features are lower level than they will be upon
4+ ---
5+ ## References:
6+ - [ OGC API - Connected Systems Github] ( https://github.com/opengeospatial/ogcapi-connected-systems )
7+ - [ Part 1: Reference(DRAFT)] ( https://docs.ogc.org/DRAFTS/23-001r0.html )
8+ - [ Part 1: OpenAPI] ( https://opengeospatial.github.io/ogcapi-connected-systems/redoc/?url=../api/part1/openapi/openapi-connectedsystems-1.yaml )
9+ - [ Part 2: Reference(DRAFT)] ( https://opengeospatial.github.io/ogcapi-connected-systems/api/part2/standard/23-002r0.html )
10+ - [ Part 2: OpenAPI] ( https://opengeospatial.github.io/ogcapi-connected-systems/redoc/?url=../api/part2/openapi/openapi-connectedsystems-2.yaml )
11+ ---
12+ ## Using the API
13+ * Note: This package is still in development and as such some of the features are lower level than they will be upon
514 a full release and are subject to change. Some features may not yet be fully tested as the spec is evolving and
6- differences may arise.
15+ differences may arise.*
716
8- ## Using the API
917Currently, there are 3 main intended ways of using this API:
10181 . Direct API calls: With the part_1 and part_2 modules, there are separate files names for resource types recognized
1119by the API that have simple functions relating to different types of requests you can make of the API.
You can’t perform that action at this time.
0 commit comments