Rich Fecher

Results 30 comments of Rich Fecher

Thanks @espeed. We had discussed similar optimizations early on in development, but I have not seen that topological transformation paper yet. We'll have to dig deeper but it looks promising.

Thats great that you were able to work through it. I have it working in some deployments but our integration tests are checking correctness when using [this SLD](https://github.com/locationtech/geowave/blob/master/examples/data/slds/DistributedRender.sld). The challenge...

one thing I can suggest trying is adding more splits. When you setup your geowave index you can choose `numPartitions` which will automatically give you more randomized splits and may...

no prob - if you have a contribution you think would be generally useful (distributed rendering in spark could definitely qualify), PRs are always appreciated 😃

1) yes, that example SLD is how you'd use it through GeoServer (in particular it is enabled through the `` element defining a `geowave:DistributedRender` render transform) 2) yes, although it...

we can potentially add to `DataStore` a method such as `addStatistic(typeName, InternalStatistics statistic);` going that route we'd probably want InternalStatistics as no longer internal and part of the API and...

hmm, I could offer help from this point but generally this is in fact outdated and is going to be more outdated - I have some significant updates on a...

@hsg77 can you please sign the Eclipse Contributor Agreement: https://www.eclipse.org/legal/ECA.php

there is a library (or at least at one point was a library) that we depend on that could only work on python