GithubHelp home page GithubHelp logo

geobeyond / geoserverx Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 1019 KB

A GeoServer REST API client influenced by HTTPX

Home Page: https://geobeyond.github.io/geoserverx/

License: MIT License

Python 100.00%
cli geoserver python-3

geoserverx's Introduction

geoserverx

A GeoServer REST API client influenced by HTTPX


geoserverx allows Sync as well as Async Capabilities to talk to your geoserver REST APIs

geoserverx's People

Contributors

dependabot[bot] avatar francbartoli avatar krishnaglodha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

webclinic017

geoserverx's Issues

SwissKnife functionalities

Introducing new Class SK which has functionalities to make certain set of processes for geoserver. This can be helpful to automate boring tasks for users. e.g.

  1. When user wants to host all of tables in PostgreSQL store to geoserver
  2. When user wants to create layer groups easily
  3. When user wants to change styling for number of layers

These types of use cases are quite common in Geoserver and there is no simple REST API call that can make it happen.

I propose new SK class where we'll keep adding more and more functionalites

Create style

https://docs.geoserver.org/latest/en/api/#1.0.0/styles.yaml as per the document, we can use json and xml to create just empty style and then use PUT to put data in it, I tried with application/vnd.ogc.sld+xml and application/zip where we pass sld text (xml) or .sld file respectively and it just creates styles.

I would recommend application/zip method since this will allow users to create sld where ever they want and just push it to GS.

Thoughts?

Missing tests

At least we should have:

  • pydantic models to test their serialisation and mandatory fields for validation
  • sync/async strategy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.