Hello David, That is excellent! This was indeed an extra step we where planning to do next, you are saving us work ;-)
Another goal we have is to bridge the connection to qGIS. That way users could create a qGIS map, save it as .qgs file and a new-to-build python script can then parse the qgs file and create per layer sld's. Adding gsconfig creates a qgis->geoserver connection somwhat like GeocatBridge, if we can also have it publish metadata to geonetworks, it will be a total opensource alternative to arc*->geocatbridge->geonetwork/geoserver! That would be nice. For now we will concentrate on pySLD, I will fork your project to see how you progress and hook on when we finished our own work. 2011/6/1 David Winslow <[email protected]>: > This is pretty cool. Perhaps we could collaborate a bit, I've been working > on a Python module for accessing the GeoServer configuration through the > rest API. Currently you are on your own for creating SLDs, but you can > upload them if you have them in files. A Python API for manipulating styles > would be a nice complement to this functionality (even if it comes in the > form of a note on the wiki about how to install and use pysld with gsconfig, > rather than a merger between the two projects.) > gsconfig.py lives on github at http://github.com/dwins/gsconfig.py > -- > David Winslow > OpenGeo - http://opengeo.org/ > > On Tue, May 31, 2011 at 9:51 AM, Milo van der Linden <[email protected]> > wrote: >> >> We started a project on github to help use generate SLD's from a >> python script. It consists of a file with several classes (sld.py) >> that are used from the scripts polygons.py and highway.py. Currently >> we are working on setting up more complex ogc:Filters, because we >> require them for filtering bridges and complex relations from our >> postgis/openstreetmap database. >> >> If you would like to reuse what we did so far: >> >> https://github.com/opengeogroep/pySLD/ >> >> Forks, reuse and contribution are welcomed heartily! >> >> Kind regards, >> >> Milo van der Linden >> >> >> ------------------------------------------------------------------------------ >> Simplify data backup and recovery for your virtual environment with >> vRanger. >> Installation's a snap, and flexible recovery options mean your data is >> safe, >> secure and there when you need it. Data protection magic? >> Nope - It's vRanger. Get your free trial download today. >> http://p.sf.net/sfu/quest-sfdev2dev >> _______________________________________________ >> Geoserver-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geoserver-users > > ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
