Skip to content

Commit

Permalink
[Version 4.6.2] Update istsos
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer committed May 26, 2024
1 parent b506172 commit a49c462
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deployment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ PYTHONPATH=/home/web/django_project:/geonode
USE_DEFAULT_GEOSERVER_STYLE=False
INITIAL_FIXTURES=True

VERSION=4.6.1
ISTSOS_VERSION=2.4.1-4
VERSION=4.6.2
ISTSOS_VERSION=2.4.1-5

# ------ GEOSERVER ------
STABLE_EXTENSIONS=web-resource-plugin,netcdf-out-plugin
Expand Down
2 changes: 1 addition & 1 deletion django_project/gwml2
Submodule gwml2 updated from 5f1763 to e5a112
15 changes: 15 additions & 0 deletions django_project/igrac_api/README.md
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>
```
2 changes: 1 addition & 1 deletion django_project/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.1
4.6.2
2 changes: 1 addition & 1 deletion istsos2

0 comments on commit a49c462

Please sign in to comment.