gicait / geoserver-rest

Python library for management of geospatial data in GeoServer.
https://geoserver-rest.readthedocs.io
MIT License
197 stars 79 forks source link

V2.0.0 #20

Closed iamtekson closed 3 years ago

iamtekson commented 3 years ago

V2.0.0 Target,

  1. Replace curl dependency with request: The curl library has lots of issues and it is complex. status: ongoing
  2. Write the proper documentation: status: completed
  3. Add get request for workspace, coveragestore, featurestore, layer, style, etc status: completed
  4. Improve overwrite functionalities status: ongoing
  5. Remove psycopg2 dependency (The v1.x.x PostgreSQL functionalities are replaced by postgres-helper) status: completed
  6. Improve the style function for the vector dataset. Add functionality to add stroke colour, stroke width, fill color, fill-opacity etc control function. Status: Not started
iamtekson commented 3 years ago

Now only 6 functions are left for request implementation,

  1. upload_style
  2. create_coveragestyle
  3. create_catagorized_featurestyle
  4. create_outline_featurestyle
  5. create_classified_featurestyle
  6. publish_style