-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gwml2
updated
from 5f1763 to e5a112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IGRAC API | ||
|
||
Igrac API is used to fetch data using API with xml format. | ||
Technically it is using istSOS with version 1.0.0 | ||
|
||
GetCapabilities | ||
``` | ||
http://localhost/istsos?service=SOS&request=GetCapabilities&api-key=<api-key> | ||
``` | ||
|
||
|
||
DescribeSensor | ||
``` | ||
https://localhost/istsos?service=SOS&version=1.0.0&request=DescribeSensor&procedure=<procedure-id>&outputFormat=text/xml;subtype="sensorML/1.0.1"&api-key=<api-key> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.6.1 | ||
4.6.2 |
Submodule istsos2
updated
2 files
+37 −0 | istsoslib/renderers/DSresponseRender.py | |
+7 −3 | istsoslib/responders/DSresponse.py |