On Mon, Aug 20, 2012 at 9:11 PM, Martin Davis wrote:
>
> That's a pretty general question, so the answer is "it depends on the
> process". Some kinds of processes can be evaluated in streaming fashion
> with essentially no impact in performance (e.g. ones like Transform and
> Simplify). Others (
On Mon, Aug 20, 2012 at 9:32 AM, Emmanuel Blondel <
emmanuel.blond...@gmail.com> wrote:
> Hello all,
>
> I have developed some code to detect anomalies in a vector layer (overlaps
> & gaps), helping myself with some existing WPS processes of the
> gt-feature-process module, such as IntersectionFe
Hello all,
I have developed some code to detect anomalies in a vector layer
(overlaps & gaps), helping myself with some existing WPS processes of
the gt-feature-process module, such as IntersectionFeatureCollection..
I noted that these processes were implemented in a streaming fashion,
and usi