[Geoserver-devel] Geoserver-devel Digest, Vol 91, Issue 25

The geoserver-sync proposal is not related to OGC Geosynchronization

Sent from my Verizon Wireless 4G LTE DROID

geoserver-devel-request@lists.sourceforge.net wrote:

Send Geoserver-devel mailing list submissions to
geoserver-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
or, via email, send a message with subject or body ‘help’ to
geoserver-devel-request@lists.sourceforge.net

You can reach the person managing the list at
geoserver-devel-owner@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than “Re: Contents of Geoserver-devel digest…”

Today’s Topics:

  1. Re: Removing ant dependency from wps module (Andrea Aime)
  2. Adopt GeoServer 2.4.3 (or we won’t have a release this month)
    (Andrea Aime)
  3. Re: Removing ant dependency from wps module (Justin Deoliveira)
  4. Re: Propose a new community module: geoserver-sync (Phil Scadden)

Message: 1
Date: Tue, 10 Dec 2013 18:17:37 +0100
From: Andrea Aime <andrea.aime@…1268…>
Subject: Re: [Geoserver-devel] Removing ant dependency from wps module
To: Justin Deoliveira <jdeolive@…3839…>
Cc: “geoserver-devel@lists.sourceforge.net
geoserver-devel@lists.sourceforge.net
Message-ID:
<CA+nxMTv2GYCGEt5b5-b2g+uZx-sP1Et3a-bxgo-JBQrPwhRrfQ@…404…>
Content-Type: text/plain; charset=“iso-8859-1”

On Tue, Dec 10, 2013 at 5:25 PM, Justin Deoliveira <
jdeolive@…3839…> wrote:

On Tue, Dec 10, 2013 at 7:34 AM, Andrea Aime <andrea.aime@…1268…

wrote:

On Tue, Dec 10, 2013 at 2:48 PM, Justin Deoliveira <
jdeolive@…3839…> wrote:

Hi all,

Recently I have run into a problem with the ant dependency in the wps
module. It looks like another user has run into the same issue, as
described here.

https://jira.codehaus.org/browse/GEOS-6170

Looking at why the ant dependency is there it seems that there is a
single process (Georectify) that requires it. Looking at how ant it is used
it seems to be used to fork a secondary process that interacts with gdal to
do the georectification.

So, rather than just add the 2M of ant dependencies I was wondering
about removing it all together since it seems a bit heavy handed to add
such a big dependency for such a narrow usage. My thought is that the
process could be rewritten purely against the java api for forking
processes.

No objections here, it should be relatively easy to adapt the code the
ogr module uses to call ogr2ogr:

https://github.com/geoserver/geoserver/blob/master/src/extension/ogr/src/main/java/org/geoserver/wfs/response/OGRWrapper.java

Cool, thanks Andrea.

So to be clear are you thinking that we would have the wps module depend
on the gdal module? Or copy that class and adapt as needed for the wps
module? I am thinking the latter since introducing an extension dependency
might be kind of nasty.

The latter, here too

Cheers
Andrea

Our support, Your Success! Visit http://opensdi.geo-solutions.it 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


-------------- next part --------------
An HTML attachment was scrubbed…


Message: 2
Date: Tue, 10 Dec 2013 19:13:23 +0100
From: Andrea Aime <andrea.aime@…1268…>
Subject: [Geoserver-devel] Adopt GeoServer 2.4.3 (or we won’t have a
release this month)
To: Geoserver-devel geoserver-devel@lists.sourceforge.net
Message-ID:
<CA+nxMTsVsSeDhQbL+HaeWfbuMK6_gGC4doJ=nYPUGfaq2y6FHQ@…404…>
Content-Type: text/plain; charset=“iso-8859-1”

Hi,
in the release schedule we are missing someone that would issue the
December 18th
2.4.3 (and associated GeoTools) release:
http://geoserver.org/display/GEOS/GeoTools+and+GeoServer+release+schedule

Any takers?
Anyone for the releases January onwards?

Cheers
Andrea

Our support, Your Success! Visit http://opensdi.geo-solutions.it 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


-------------- next part --------------
An HTML attachment was scrubbed…


Message: 3
Date: Tue, 10 Dec 2013 11:23:24 -0700
From: Justin Deoliveira <jdeolive@…3839…>
Subject: Re: [Geoserver-devel] Removing ant dependency from wps module
To: Andrea Aime <andrea.aime@…1268…>
Cc: “geoserver-devel@lists.sourceforge.net
geoserver-devel@lists.sourceforge.net
Message-ID:
<CAKpjoxUOL7t7ACzO8PTRp+=GnjFHox=8fmao0k4MqKDvGNy8Yw@…404…>
Content-Type: text/plain; charset=“iso-8859-1”

Cool, thanks Andrea. Turned out to be pretty straight forward.

https://github.com/geoserver/geoserver/pull/422

On Tue, Dec 10, 2013 at 10:17 AM, Andrea Aime
<andrea.aime@…1268…>wrote:

On Tue, Dec 10, 2013 at 5:25 PM, Justin Deoliveira <
jdeolive@…3839…> wrote:

On Tue, Dec 10, 2013 at 7:34 AM, Andrea Aime <
andrea.aime@…1268…> wrote:

On Tue, Dec 10, 2013 at 2:48 PM, Justin Deoliveira <
jdeolive@…3839…> wrote:

Hi all,

Recently I have run into a problem with the ant dependency in the wps
module. It looks like another user has run into the same issue, as
described here.

https://jira.codehaus.org/browse/GEOS-6170

Looking at why the ant dependency is there it seems that there is a
single process (Georectify) that requires it. Looking at how ant it is used
it seems to be used to fork a secondary process that interacts with gdal to
do the georectification.

So, rather than just add the 2M of ant dependencies I was wondering
about removing it all together since it seems a bit heavy handed to add
such a big dependency for such a narrow usage. My thought is that the
process could be rewritten purely against the java api for forking
processes.

No objections here, it should be relatively easy to adapt the code the
ogr module uses to call ogr2ogr:

https://github.com/geoserver/geoserver/blob/master/src/extension/ogr/src/main/java/org/geoserver/wfs/response/OGRWrapper.java

Cool, thanks Andrea.

So to be clear are you thinking that we would have the wps module depend
on the gdal module? Or copy that class and adapt as needed for the wps
module? I am thinking the latter since introducing an extension dependency
might be kind of nasty.

The latter, here too

Cheers
Andrea

Our support, Your Success! Visit http://opensdi.geo-solutions.it 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



Justin Deoliveira
Vice President, Engineering | Boundless
jdeolive@…3839…
@j_deolive https://twitter.com/j_deolive
-------------- next part --------------
An HTML attachment was scrubbed…


Message: 4
Date: Wed, 11 Dec 2013 09:50:42 +1300
From: Phil Scadden <p.scadden@…1369…>
Subject: Re: [Geoserver-devel] Propose a new community module:
geoserver-sync
To: geoserver-devel@lists.sourceforge.net
Message-ID: <52A77EA2.4000500@…1369…>
Content-Type: text/plain; charset=“ISO-8859-1”; format=“flowed”

Does this module have any relationship to the OGC Geosynchronization
proposal?
http://www.opengeospatial.org/projects/groups/geosyncswg

Notice: This email and any attachments are confidential.
If received in error please destroy and immediately notify us.
Do not copy or disclose the contents.



Rapidly troubleshoot problems before they affect your business. Most IT
organizations don’t have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk



Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

End of Geoserver-devel Digest, Vol 91, Issue 25