Hi All,
A project of mine needs to display S-57 nautical charts using WMS. Does Geoserver has a “ready to use ” S-57 plugin ? I saw on previous threads that such plugin has already been discussed but does this plugin exists ?
Thanks a lot !
regards
[@@ THALES GROUP INTERNAL @@]
On Mon, Jun 30, 2014 at 9:53 AM, DERIES Sebastien <
sebastien.deries@anonymised.com> wrote:
Hi All,
A project of mine needs to display S-57 nautical charts using WMS. Does
Geoserver has a “ready to use ” S-57 plugin ? I saw on previous threads
that such plugin has already been discussed but does this plugin exists ?
There is no pure java module, however, it seems that the OGR data store
could work,
if bound to a gdal version that has s-57 support compiled in.
Completely untested as far as I know, if you try it, let us know how it
goes.
For sure having a pure java provider would be better...
Cheers
Andrea
--
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
Hi
GDAL is able to load the S-57 as vectors, but to serve them as a WMS you will need a SLD with S-52 portrayal.
xav
···
2014-06-30 10:15 GMT+02:00 Andrea Aime <andrea.aime@anonymised.com>:
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
On Mon, Jun 30, 2014 at 9:53 AM, DERIES Sebastien <sebastien.deries@anonymised.com> wrote:
Hi All,
A project of mine needs to display S-57 nautical charts using WMS. Does Geoserver has a “ready to use ” S-57 plugin ? I saw on previous threads that such plugin has already been discussed but does this plugin exists ?
There is no pure java module, however, it seems that the OGR data store could work,
if bound to a gdal version that has s-57 support compiled in.
Completely untested as far as I know, if you try it, let us know how it goes.
For sure having a pure java provider would be better…
Cheers
Andrea
–
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
Dear Sebastien,
Xavier is right, the most problematic thing about S-57 is that it
mixes data with styling directives while in GeoServer the two are well
separated (as of now at least
).
This means that being able to read S-57 data is only half of the
problem, you also need to create proper styles in SLD or CSS by
reproducing the S-52 portrayal rules.
I know many people have done this (they have also ported the S57 data
to Postgis for simplicity) but I don't think anyone has ever released
this work as Open Source.
There are references in the mailing list though. Hopefully someone who
had done this work and is reading this ML will step up and tell us
more.
Regards,
Simone Giannecchini
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
Ing. Simone Giannecchini
@simogeo
Founder/Director
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
On Mon, Jun 30, 2014 at 10:47 AM, xavier lhomme <lhomme.xavier@anonymised.com> wrote:
Hi
GDAL is able to load the S-57 as vectors, but to serve them as a WMS you
will need a SLD with S-52 portrayal.
xav
2014-06-30 10:15 GMT+02:00 Andrea Aime <andrea.aime@anonymised.com>:
On Mon, Jun 30, 2014 at 9:53 AM, DERIES Sebastien
<sebastien.deries@anonymised.com> wrote:
Hi All,
A project of mine needs to display S-57 nautical charts using WMS. Does
Geoserver has a “ready to use ” S-57 plugin ? I saw on previous threads
that such plugin has already been discussed but does this plugin exists ?
There is no pure java module, however, it seems that the OGR data store
could work,
if bound to a gdal version that has s-57 support compiled in.
Completely untested as far as I know, if you try it, let us know how it
goes.
For sure having a pure java provider would be better...
Cheers
Andrea
--
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community
Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
On Mon, Jun 30, 2014 at 11:51 AM, Simone Giannecchini <
simone.giannecchini@anonymised.com> wrote:
Dear Sebastien,
Xavier is right, the most problematic thing about S-57 is that it
mixes data with styling directives while in GeoServer the two are well
separated (as of now at least
).
Having the ability to attach a rule/symbolizer into a feature as an
attribute, and have a "native symbolizer"
option in SLD to use it, would indeed be nice
Cheers
Andrea
--
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------