Skip to main content

GeoServer REST Configuration

Project description

gsconfig-py3

gsconfig-py3 is a python3 library for manipulating a GeoServer instance via the GeoServer RESTConfig API.

gsconfig-py3 is a port of gsconfig (https://github.com/boundlessgeo/gsconfig) for python3.

Tested with geoserver 2.8.1.

The project is distributed under a MIT License .

Installing

git clone git@github.com:dimitri-justeau/gsconfig-py3.git
cd gsconfig-py3
python setup.py install

Getting Help

gsconfig-py3 keeps the same API as gsconfig, so you can refer to http://boundlessgeo.github.io/gsconfig/ for getting help to use it.

Sample Layer Creation Code

from geoserver.catalog import Catalog
cat = Catalog("http://localhost:8080/geoserver/")
topp = cat.get_workspace("topp")
shapefile_plus_sidecars = shapefile_and_friends("states")
# shapefile_and_friends should look on the filesystem to find a shapefile
# and related files based on the base path passed in
#
# shapefile_plus_sidecars == {
#    'shp': 'states.shp',
#    'shx': 'states.shx',
#    'prj': 'states.prj',
#    'dbf': 'states.dbf'
# }

# 'data' is required (there may be a 'schema' alternative later, for creating empty featuretypes)
# 'workspace' is optional (GeoServer's default workspace is used by... default)
# 'name' is required
ft = cat.create_featurestore(name, workspace=topp, data=shapefile_plus_sidecars)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gsconfig-py3-1.0.8.dev3.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

gsconfig_py3-1.0.8.dev3-py3-none-any.whl (24.2 kB view details)

Uploaded Python 3

File details

Details for the file gsconfig-py3-1.0.8.dev3.tar.gz.

File metadata

  • Download URL: gsconfig-py3-1.0.8.dev3.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for gsconfig-py3-1.0.8.dev3.tar.gz
Algorithm Hash digest
SHA256 96826a72b6ccc9277420053460c0ae35ac29d2df524a2fe3f9d0b162edf63fdf
MD5 ab5f49e2979749ca2d234132016508a2
BLAKE2b-256 67bb185380cdd29c24f6af9381ebed48089c9d0df71ffc031a057306037e8795

See more details on using hashes here.

File details

Details for the file gsconfig_py3-1.0.8.dev3-py3-none-any.whl.

File metadata

  • Download URL: gsconfig_py3-1.0.8.dev3-py3-none-any.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for gsconfig_py3-1.0.8.dev3-py3-none-any.whl
Algorithm Hash digest
SHA256 4780f04fb2c9c6bd1bf37d56543c73bdb728f786f5425171455a3180ac3550e9
MD5 b11d95eabd325318fd991efeb3684890
BLAKE2b-256 1917e517d2384db906e744225b11c7637c684cb7b7f93ac03472abc93abdfe6b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page