Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geo-utils

This repository contains many tips/scripts/librairies in order to simplify administration/automation of geOrchestra plateform.

If you have any ideas to develop/which you could create a new issue here : https://github.com/georchestra/geo-utils/issues

python module

There is also a python module in order to script actions in geOrchestra plateform

To install it :

pip install git+https://github.com/georchestra/geo-utils/ 

(you might need --break-system-packages option)

to try it:

In [1]: from geOrchestra import geOrchestra
In [2]: username = "testadmin"
In [3]: password = "testadmin"
In [4]: url = "https://demo.georchestra.org/"
In [5]: geo_api = geOrchestra(url, username, password)
In [6]: geo_api.console.getroles()
Out[6]: '[{"uniqueIdentifier":[......]
In [7]: geo_api.gn.search_keyword("velo")
Out[7]: ......

dependancies

geoserverCloud librairy https://github.com/camptocamp/python-geoservercloud

can be installed with pip install geoservercloud

About

set of ready-to-use scripts to manage our sdi

Resources

Stars

0 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages