Re: [Geotools-devel] app-schema numberMatched regression

2022-09-14 Thread Niels Charlier via GeoTools-Devel
Hello Marco, Thanks for clearing this up. I have made a PR https://github.com/geotools/geotools/pull/4016 Cheers Niels On 13/09/2022 08:10, Marco Volpini wrote: Dear Niels, thanks for your point. I think that the block can indeed be removed. I don't remember why I've added that but I did

[Geotools-devel] app-schema numberMatched regression

2022-09-12 Thread Niels Charlier via GeoTools-Devel
and always unroll the filter? Kind Regards Niels ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

Re: [Geotools-devel] Ignored netcdf test - intended?

2022-04-04 Thread Niels Charlier via GeoTools-Devel
I am aware, I git blamed it too. But I just cannot recall or see any reason why I did this. Ben seems to have missed it too, he even made a comment "this is pretty thorough unit test coverage"... My guess would be that it is a mistake. Thanks to Brad for finding it. Kind Regards Ni

Re: [Geotools-devel] Ignored netcdf test - intended?

2022-04-02 Thread Niels Charlier via GeoTools-Devel
Hello Brad, I do not recall why the test was ignored. It actually seems to work when I try so I wouldn't personally remove it. I have to say I don't remember much about this module any more, and I do not use it. Since it is a plugin I suppose someone is maintaining it? Kind Regards Niels

Re: [Geotools-devel] [Geoserver-devel] reprojections and multiple geometries

2021-10-17 Thread Niels Charlier via GeoTools-Devel
however, that I add a boolean parameter to the method in the CRS utility class "allowDifferentDimension" so that the method is generic enough for other purposes and its behaviour with regards to dimensional differences is clear. Is this a solution that makes sense ? Kind Regards N

Re: [Geotools-devel] [Geoserver-devel] reprojections and multiple geometries

2021-10-11 Thread Niels Charlier via GeoTools-Devel
eature with both 2D and 3D geometry properties is requested with srsName set to a 2D CRS; the 2D property is encoded in the requested CRS, and the 3D property is encoded with some 3D CRS identified in the srsName of the geometry." Kind Regards Niels On 11/10/2021 17:41, Andrea Aime wrote:

Re: [Geotools-devel] [Geoserver-devel] reprojections and multiple geometries

2021-10-11 Thread Niels Charlier via GeoTools-Devel
mentation in geoserver so that without srsName specified, the 'right' geometries are being reprojected to the right CRS. Kind Regards Niels On 09/10/2021 15:00, Rahkonen Jukka (MML) wrote: Hi, If I understand right your message and the standard, WFS 2.0 does not have any support for reprojectin

[Geotools-devel] reprojections and multiple geometries

2021-10-09 Thread Niels Charlier via GeoTools-Devel
s encoding and axis order. ) What would happen then is that even when no srsName is specified, the 3D CRS is always being transformed to 2D, which is clearly unwanted behaviour. Inspire schemas often require feature types with a (primary) 2D geometry and a (secondary) 3D geometry.

[Geotools-devel] Fwd: [Geoserver-devel] powermock for unit tests in app-schema

2021-03-08 Thread Niels Charlier via GeoTools-Devel
I guess I sent this to the wrong ML Forwarded Message Subject:[Geoserver-devel] powermock for unit tests in app-schema Date: Mon, 8 Mar 2021 13:01:23 +0100 From: Niels Charlier via Geoserver-devel Reply-To: Niels Charlier To: Geoserver-devel Hello

Re: [Geotools-devel] mapbox vector tiles

2020-09-03 Thread Niels Charlier via GeoTools-Devel
Ah, sorry, indeed, a fairly recent feature. I see it is using the same ECC library as geoserver to decode them. But it still only possible to read the PBF's as part of a mbtiles/sqlite database, right. Not by itself, or with a tilejson file? Kind Regards Niels On 03/09/2020 15:41, Andrea

Re: [Geotools-devel] mapbox vector tiles

2020-09-03 Thread Niels Charlier via GeoTools-Devel
/modules/unsupported/mbtiles/src/main/java/org/geotools/mbtiles/mosaic/MBTilesReader.java#L261 Cheers Niels On 03/09/2020 14:43, Andrea Aime wrote: Not completely unrelated, read here: https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md Cheers Andrea On Thu, Sep 3, 2020 at 2:42 PM

Re: [Geotools-devel] mapbox vector tiles

2020-09-03 Thread Niels Charlier via GeoTools-Devel
Andrea, Confusingly, mbtiles and mapbox vector tiles are two entirely distinct formats, as I understand it. Mapbox vector tiles are unrelated to sqlite. https://github.com/mapbox/vector-tile-spec Regards Niels On 03/09/2020 14:33, Andrea Aime wrote: Hi Niels, the mbtiles store can read

[Geotools-devel] mapbox vector tiles

2020-09-03 Thread Niels Charlier via GeoTools-Devel
(an old version, using an old library). Just checking I am not missing anything? Kind Regards Niels ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

Re: [Geotools-devel] Is there a reason we do not have an ECQL null literal?

2020-05-15 Thread Niels Charlier via GeoTools-Devel
There is "Expression/NIL". But it is not a literal, it's a property :/ A pseudo-property I'd say. See org.geotools.filter.expression.NullPropertyAccessorFactory It definitely has uses, it's used in both app-schema and CSW mappings. A literal would be more appropriate. Regards Ni

Re: [Geotools-devel] unsupported kml datastore, no profile available

2020-02-09 Thread Niels Charlier
. Kind Regards Niels On 09/02/2020 14:24, Jody Garnett wrote: Your name is on the work, so I am asking you :) On Sun, Feb 9, 2020 at 2:20 PM Niels Charlier <mailto:ni...@scitus.be>> wrote: I don't mind personally but Ian's recent fixes/improvements seems to suggest he or someone

Re: [Geotools-devel] unsupported kml datastore, no profile available

2020-02-09 Thread Niels Charlier
I don't mind personally but Ian's recent fixes/improvements seems to suggest he or someone is using it. Kind Regards Niels On 09/02/2020 13:02, Jody Garnett wrote: I have been arguing with IntiliJ and the geotools build for a bit this afternoon, one thing I noticed was your KML DataStore

Re: [Geotools-devel] filter function "not"

2019-05-01 Thread Niels Charlier
/ECQL-Parser-Design_110493908.html We already have some special cases to recognize odd patterns (and encode odd patterns) for ECQL constructs like "property IN (1,2,3)" which is mapped to filter "in(1,2,3) == TRUE" -- Jody Garnett On Tue, 30 Apr 2019 at 14:59, Niels

Re: [Geotools-devel] filter function "not"

2019-04-30 Thread Niels Charlier
/04/2019 17:31, Andrea Aime wrote: On Tue, Apr 30, 2019 at 11:25 AM Niels Charlier <mailto:ni...@scitus.be>> wrote: Hello, I discovered that the implemented and documented filter function "not" doesn't actually work. In what context? See below The par

[Geotools-devel] filter function "not"

2019-04-30 Thread Niels Charlier
ot;, so complicated boolean expressions are not possible - boolean expressions are probably only used as condition for if_then_else, and you can always switch the then and the else Regards Niels ___ GeoTools-Devel mailing list Ge

[Geotools-devel] [JIRA] (GEOT-5793) MultiGeometry not working in GML 3.2 parser/encoded

2017-07-31 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

[Geotools-devel] [JIRA] (GEOT-5702) NetCDF support two-dimensional variable

2017-04-17 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

Re: [Geotools-devel] [Geoserver-devel] proposed change: coverage readers custom dimension data type conversion

2017-03-28 Thread Niels Charlier
Thanks Andrea. Considering we haven't gotten any response, do you think it is safe to merge now? Kind Regards Niels On 22-03-17 14:56, Andrea Aime wrote: Hi Niels, there is one test about custom dimensions treatment that was contributed by Mike Benowitz years ago, I've cc'ed him along

[Geotools-devel] proposed change: coverage readers custom dimension data type conversion

2017-03-22 Thread Niels Charlier
a String in the query (because that is how it works now). So if that is the case, please respond to this message. In general, I would like to know whether this change is OK with the community. Kind Regards Niels -- Check

Re: [Geotools-devel] netcdf runtime pull requests

2017-03-01 Thread Niels Charlier
Hello Andrea, Indeed, that is fine. But in the meantime it is there already for review when it suits. Regards Niels On 01-03-17 12:03, Andrea Aime wrote: Hi Niels, cannot comment on the pull request contents, but just in case you're not aware, we're in feature freeze for the 2.11-RC1

[Geotools-devel] netcdf runtime pull requests

2017-03-01 Thread Niels Charlier
other data types) before sending them to the geotools store, rather than always sending them as a String: https://github.com/geoserver/geoserver/pull/2117 If you could have a look at these, that would be great. Thanks in advance. Kind Rega

[Geotools-devel] [JIRA] (GEOT-5637) Support NetCDF >4 dimensions, including runtime

2017-02-08 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

Re: [Geotools-devel] [Geoserver-devel] jai-ext initialisation

2016-12-16 Thread Niels Charlier
without the need for double initialisation of jai-ext: https://github.com/geoserver/geoserver/pull/2032/ Does that make sense? For the rest, I think it is an interesting discussion for the long run to think of a more structured way to initialise geotools. Kind Regards Niels On 14-12-16 15:55

Re: [Geotools-devel] [Geoserver-devel] jai-ext initialisation

2016-12-12 Thread Niels Charlier
or after ImageWorker, it seems pointless. Or am I wrong? Kind Regards Niels On 12/10/2016 10:48 AM, Andrea Aime wrote: On Fri, Dec 9, 2016 at 10:19 PM, Ben Caradoc-Davies <b...@transient.nz <mailto:b...@transient.nz>> wrote: I think this was a fair comment. Our co

Re: [Geotools-devel] strange distortion from warp operation in ImageWorker

2016-11-22 Thread Niels Charlier
Indeed, makes sense that those are the two possible approaches to fix the problem. Regards Niels On 22-11-16 11:43, Andrea Aime wrote: On Mon, Nov 21, 2016 at 5:52 PM, Niels Charlier <ni...@scitus.be <mailto:ni...@scitus.be>> wrote: Do you have an idea what could cau

Re: [Geotools-devel] strange distortion from warp operation in ImageWorker

2016-11-21 Thread Niels Charlier
Also, I'd suggest to have a look at the code on master, I've made changes there, is the issue still showing up after those changes. Yes. Kind Regards Niels -- ___ GeoTools-Dev

[Geotools-devel] strange distortion from warp operation in ImageWorker

2016-11-21 Thread Niels Charlier
disadvantage of that? (The code must be there for a reason... Is this just a performance thing...?) Kind Regards, Niels ** DETAILS FOR WORKING VERSION ** [PlanarImage[minX=1600 minY=2395 width=51 height=36 tileGridXOffset=1598 tileGridYOffset=2393 tileWidth=512 tileHeight=512 sampleModel

[Geotools-devel] [JIRA] (GEOT-5578) GeometryReducer fails and logs a warning if source CRS is not WGS84

2016-11-18 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

Re: [Geotools-devel] GeometryReducer

2016-11-18 Thread Niels Charlier
Hey Andrea, Thank you for your answer. The issue was investigating didn't appear to be related to this, so unfortunately I cannot spend time fixing it at his moment. This is still producing a lot of warnings though, so I will make a bug report on jira. Kind Regards Niels On 11-11-16 09

[Geotools-devel] GeometryReducer

2016-11-09 Thread Niels Charlier
() is in the native CRS of the coverage. Is this a bug or am I missing something? Kind Regards, Niels -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one

Re: [Geotools-devel] Support two dimensional NetCDF coordinate variables

2016-10-14 Thread Niels Charlier
on the implications for the code in the geotools plugin and get back to you. Regards Niels On 12-10-16 12:30, Iain Matcham wrote: > Hi Niels, > > I would be happy to work on this together with you. Sounds like we > have a similar situation of "would like it but can't justify

Re: [Geotools-devel] Support two dimensional NetCDF coordinate variables

2016-10-12 Thread Niels Charlier
the problem. I would expect that changes need to be made to netcdf-java to support it as well? Kind Regards Niels On 05-10-16 11:55, Iain Matcham wrote: > Hi Niels, > > I did start the work, but then it got down-prioritised at my end, so I > never got much part the preliminary investi

Re: [Geotools-devel] [netcdf-java] runtime aggregation

2016-10-07 Thread Niels Charlier
support pull request: https://github.com/geotools/geotools/pull/1296/commits/88bc830e570d805a3cd338e2d8dc2abde8d4fab7 https://github.com/geotools/geotools/pull/1296 Regards Niels On 30-09-16 12:24, Niels Charlier wrote: Hi Daniele, Did you have any more comments on my last email? Would it make

Re: [Geotools-devel] Support two dimensional NetCDF coordinate variables

2016-10-05 Thread Niels Charlier
Hello Iain, Did you ever carry out your plans to support two dimension coordinate variables? Kind Regards Niels On 06/20/2016 04:55 AM, Iain Matcham wrote: > Hi > > I have a number of netcdf files that I am trying to read with > gt-netcdf. However they use two dimensiona

Re: [Geotools-devel] [netcdf-java] runtime aggregation

2016-09-30 Thread Niels Charlier
? What are your thoughts? Regards Niels On 28-09-16 13:44, Niels Charlier wrote: Yeah, still that implies that the order of the files specified in the aggregation must be the same as the order of values for the aggregated dimension inside those files themselves. I can find no such specification

Re: [Geotools-devel] [netcdf-java] runtime aggregation

2016-09-28 Thread Niels Charlier
() and getMaximum() is called. But then again, I wonder if we shouldn't do the same for non-time values (regular CoordinateValue). What do you think? Regards Niels On 28-09-16 11:41, Daniele Romagnoli wrote: Hi Niels, On Wed, Sep 28, 2016 at 11:05 AM, Niels Charlier <ni...@scitus.be <mai

Re: [Geotools-devel] [netcdf-java] runtime aggregation

2016-09-28 Thread Niels Charlier
consistent with that? Regards Niels -- ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

[Geotools-devel] [JIRA] (GEOT-5528) NetCDF ncml list of aggregated files must be in order

2016-09-27 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

Re: [Geotools-devel] netcdf runtime dimension question

2016-09-23 Thread Niels Charlier
, that is going to involve a lot more work. I will discuss how to move forward. Niels On 23-09-16 15:36, Daniele Romagnoli wrote: Hi Niels, Nuno fixed a bug in the NetCDF machinery a couple of days ago. (I have merged that PR right now). At the very beginning of the NetCDF development, we started

Re: [Geotools-devel] [netcdf-java] runtime aggregation

2016-09-23 Thread Niels Charlier
dimension (which is the case here)? Perhaps the issue is somewhere else in the code, and the values should be sorted after reading the list of files. Kind Regards Niels On 23-09-16 15:50, Daniele Romagnoli wrote: Hi Niels, On Fri, Sep 23, 2016 at 2:40 PM, Niels Charlier <ni...@scitus.be <mai

[Geotools-devel] netcdf runtime dimension question

2016-09-23 Thread Niels Charlier
be logic in VariableAdaptor for the R-dimension, similar to the logic that exists for the Z- and T-dimensions? What is your opinion? Thanks for your assistance. Kind Regards, Niels

[Geotools-devel] netcdf issue: VariableAdapter returns wrong time index

2016-09-20 Thread Niels Charlier
coverage would you expect for this change? Currently this class is not being tested in an isolated way, and neither of these two methods are ever called from any of the unit tests. I kindly ask for your advise. Kind Regards Niels

Re: [Geotools-devel] App-Schema: Encoding of Filters on Nested Attributes

2016-09-14 Thread Niels Charlier
Stefano, Indeed, that makes sense, the optimiser should indeed do the work for you. It's good to see there are vast performance improvements. Good work! Regards Niels On 09/13/2016 10:04 PM, Stefano Costa wrote: Hi Niels, we went with the "where exists" subquery approa

Re: [Geotools-devel] App-Schema: Encoding of Filters on Nested Attributes

2016-09-13 Thread Niels Charlier
ormance (I would expect worse on first glance, but more probably the same because of optimiser), or was it easier to construct the queries this way? Kind Regards Niels On 11-09-16 16:56, Stefano Costa wrote: Hi all, I'm writing to solicit feedback from the community about an improvement to Ap

Re: [Geotools-devel] [netcdf-java] runtime aggregation

2016-09-08 Thread Niels Charlier
f Otherwise the one with the earliest time coordinates is last in the list instead of first... and geotools fails on this. Is this normal? This issue is definitely unrelated to netcdf-java, but I am not sure whether this is a bug in geotools or in the .ncml file. Regards Niels On 07-09-16

[Geotools-devel] [JIRA] (GEOT-5515) NetCDF: VariableAdapter returns wrong time index

2016-09-08 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

[Geotools-devel] [JIRA] (GEOT-5510) Net-cdf doesn't support the runtime dimension

2016-09-05 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

[Geotools-devel] [JIRA] (GEOT-5509) Net-cdf doesn't support some date formats

2016-09-05 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-08-17 Thread Niels Charlier
://github.com/geotools/geotools/wiki/WFS-to-WFS-NG-upgrade) Kind Regards Niels On 29-07-16 16:00, Niels Charlier wrote: You're right, I can just put it in main,seeing it already depends on wfs-ng. See https://github.com/geoserver/geoserver/pull/1724 Regards Niels On 26-07-16 22:06, Jody

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-07-29 Thread Niels Charlier
You're right, I can just put it in main,seeing it already depends on wfs-ng. See https://github.com/geoserver/geoserver/pull/1724 Regards Niels On 26-07-16 22:06, Jody Garnett wrote: Thanks, reviewed merged and closed GEOT-5222. I am not sure about the test: - it may be sufficient to copy

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-07-26 Thread Niels Charlier
of view. I don't know if this is what @Andrea wanted and if it is sufficient. I also don't know if it is worth committing this (and creating a new module just for this little test) or the fact that I did it is enough: https://github.com/NielsCharlier/geoserver/tree/wfsng Regards Niels On 26

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-07-25 Thread Niels Charlier
Hi Jody, I've added a patch for WFS2.0 in MapServer to the existing PR. A couple more fixes are coming. Regards Niels On 22-07-16 18:45, Jody Garnett wrote: Thanks for the positive feedback, Niels has a couple of pull requests ready and then we should be able to complete the "migr

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-07-21 Thread Niels Charlier
Thanks Andrea, good idea On 21-07-16 14:15, Andrea Aime wrote: I don't know personally, but asked on mapserver-devel: http://osgeo-org.1560.x6.nabble.com/Support-for-wfs-2-0-on-mapserver-demo-td5277563.html Cheers Andrea On Thu, Jul 21, 2016 at 2:07 PM, Niels Charlier <ni...@scitus

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-07-21 Thread Niels Charlier
Thanks Andrea, Could not reproduce the same problems, but I was able to fix another issue. The demo does not support WFS 2.0. Do you know if there is a WFS2.0 server I can use to reproduce that issue? Kind Regards Niels On 18-07-16 10:21, Andrea Aime wrote: Hi Niels, unfortunately I have

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-07-18 Thread Niels Charlier
Andrea, This MapServer WFS url doesn't work any more. Now I can't test what was going wrong there ... Do you know where it went or if I can somehow test it still? Regards Niels On 27-06-16 14:44, Niels Charlier wrote: > On 24-06-16 17:10, Andrea Aime wrote: >> Anyways, I've fo

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-06-27 Thread Niels Charlier
wfs store than from > the newer wfs-ng, also given than the wfs store is still around, > lowering the pressure for a switch. Makes sense. Regards Niels -- Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-06-24 Thread Niels Charlier
if it should be on or off by default, since wfs-ng has been out for a few releases...) Okay. Yeah I have wondered that myself. Offer backwards compatibility to wfs users or wfs-ng users? We can't do both any more, we'll have to compromise one way or the other.

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-06-24 Thread Niels Charlier
ways be GML-compatible. But Andrea, how did you envision a user turning this option on or off in practice? It is up to the datastores themselves? Or is there a single, centralised configuration in Geoserver for all datastores? Or ...? Kind R

Re: [Geotools-devel] ImageMosaic API refactor proposal

2016-05-23 Thread Niels Charlier
Devon, Great work, thanks for improving the explanation of my part. I'm glad to see the plan is moving forward. Kind Regards Niels On 21-05-16 01:21, Devon Tucker wrote: Hi all, I've been working on fleshing this proposal out and adding a bit to it. See the conversation on on-the-fly

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-04-22 Thread Niels Charlier
oes affect backwards compatibility. I do not personally oppose your alternative suggestion. Regards Niels On 04/22/2016 07:48 PM, Andrea Aime wrote: On Thu, Apr 21, 2016 at 7:52 PM, Jody Garnett <jody.garn...@gmail.com <mailto:jody.garn...@gmail.com>> wrote: > H

Re: [Geotools-devel] ImageMosaic API refactor proposal

2016-04-22 Thread Niels Charlier
On 21-04-16 20:01, Jody Garnett wrote: Thanks for the clarification Niels, I was not aware that Prop was part of the current API. Still we have some duplication here right? Should we try running the property collectors, look at the results, and generate the schema appropriate to store

Re: [Geotools-devel] ImageMosaic API refactor proposal

2016-04-21 Thread Niels Charlier
og, GranuleStore, MosaicHarvester, > etc... > > (It could also be that since I am unfamiliar with the internals being > refactored that I am just struggling with the language - so if > everyone else is okay ...) > > Regards Niels -

Re: [Geotools-devel] wfs-ng vs wfs datastore fight!

2016-04-20 Thread Niels Charlier
soon. Kind Regards Niels On 19-04-16 09:47, Andrea Aime wrote: On Tue, Apr 19, 2016 at 12:32 AM, Jody Garnett <jody.garn...@gmail.com <mailto:jody.garn...@gmail.com>> wrote: I have been monitoring GEOT-5128 <https://osgeo-org.atlassian.net/browse/GEOT-5128> loo

Re: [Geotools-devel] ImageMosaic API refactor proposal

2016-04-16 Thread Niels Charlier
Hi Simone, Thanks for review! In response to your questions (1) Jody added this note to the proposal and Devon is working on this part, so I think either one of them are best placed to explain this part. (2) Okay, agreed. Regards Niels On 15-04-16 10:39, Simone Giannecchini wrote: > C

Re: [Geotools-devel] ImageMosaic API refactor proposal

2016-04-06 Thread Niels Charlier
it into the ImageMosaicReader. Does that make any sense? Kind Regards Niels On 06-04-16 01:48, Devon Tucker wrote: For my own part, Niels maybe you could throw in some small examples of how these API changes would be used in practice to accomplish some of the items in the description

Re: [Geotools-devel] gt-coverage refactorings

2016-04-04 Thread Niels Charlier
Hi Simone, Daniele, List, Here is what we currently have for our proposal: https://github.com/geotools/geotools/wiki/Refactor-ImageMosaic-for-extensibility. This is still is discussion phase, we'd like to hear your input :) Kind Regards Niels On 31-03-16 20:14, Niels Charlier wrote: I

[Geotools-devel] [JIRA] (GEOT-5392) Refactor ImageMosaic for extensibility

2016-03-31 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

Re: [Geotools-devel] gt-coverage refactorings

2016-03-31 Thread Niels Charlier
it to a core module?). Kind Regards Niels On 31-03-16 19:53, Jody Garnett wrote: Catching up with the geotools codebase for a bit ... and I also owe Andrea an update from the gt-dem community module progress. I see we have two teams looking at refactoring functionality into gt-coverage: Daniele

[Geotools-devel] [JIRA] (GEOT-5383) imagemosaic resolution unpredictable for multiple resolutions

2016-03-15 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

[Geotools-devel] [JIRA] (GEOT-5382) imagemosaic with multiple resolutions crashes when attempting to create the layer

2016-03-15 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier

Re: [Geotools-devel] DEMStore community module

2016-02-10 Thread Niels Charlier
sorry, one was sent to the wrong list, please ignore On 10-02-16 17:21, Niels Charlier wrote: > I'd like permission to create a new community module called "demstore". > > This is a store specialised for Digital Elevation Models. The idea is to > merge different granules th

[Geotools-devel] DEMStore community module

2016-02-10 Thread Niels Charlier
be useful for mosaics in general. There will be a module in geotools as well. The geoserver module will be mostly a shell, pulling in the geotools module and providing a custom GUI store page. Kind Regards Niels -- Site24x7 A

[Geotools-devel] geotools unsupported module

2016-02-10 Thread Niels Charlier
be useful for mosaics in general. There will be a module in geoserver as well. The geoserver module will be mostly a shell, pulling in the geotools module and providing a custom GUI store page. Kind Regards Niels -- Si

[Geotools-devel] [JIRA] (GEOT-5134) wfs-ng: better exception reporting

2015-05-28 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier created an issue

[Geotools-devel] [JIRA] (GEOT-5132) wfs-ng 2.0 not encoding spatial filters properly

2015-05-28 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier created an issue

[Geotools-devel] [JIRA] (GEOT-5133) WFS-NG: missing output formats

2015-05-28 Thread Niels Charlier (JIRA)
Title: Message Title Niels Charlier created an issue

Re: [Geotools-devel] WFS-NG: missing output formats

2015-05-12 Thread Niels Charlier
is that the ExceptionReportParserFactory has disappeared. Is it going to be replaced by something else ? I removed all unused classes, including this one. It was quite empty as well. Better exception reporting is high on the wfs-ng todo list though. Regards Niels

Re: [Geotools-devel] geofence geoserver integration

2015-04-06 Thread Niels Charlier
know what you think. Regards Niels On 06-04-15 11:55, Niels Charlier wrote: Hi Emanuele, Are the geofence refactoring commits going to be pulled in the master branch in the official repo? Because I almost have a pull ready for gs-geofence-server but it depends on those changes being

Re: [Geotools-devel] WFS-NG test work

2015-03-18 Thread Niels Charlier
Hello Sampo, Thank you for your review and your comments, I have responded to them. I hope we can push this commit through asap. Kind Regards Niels On 13-03-15 15:01, Sampo Savolainen wrote: Hi, Sorry about the radio silence. I've been working on an unrelated big project and I haven't had

Re: [Geotools-devel] Complex feature parsing: wfs-ng and app-schema

2015-03-13 Thread Niels Charlier
idea copy-paste the GML-injection code into wfs-ng (:( ), because it is a bit absurd to force the dependency of the whole app-schema module in wfs-ng only for this?? Opinions? Kind Regards Niels On 03-02-15 20:11, Ben Caradoc-Davies wrote: Niels and Sampo, have you seen Rini's complex feature

Re: [Geotools-devel] WFS-NG test work

2015-03-13 Thread Niels Charlier
Sampo, Would you have the time to have a look at that? Or anyone else? Kind Regards Niels On 28-02-15 19:16, Niels Charlier wrote: Hi, I have a new patch ready to improve the wfs-ng tests. All of this was done with the purpose of creating test cases for the new WFS 2.0 functionality. I

Re: [Geotools-devel] axis order blues

2015-03-02 Thread Niels Charlier
never change axis order behaviour and the documentation should always be respected. Regards Niels On 02-03-15 07:52, Dries Jeroen wrote: Quite a coincidence, I've also been wrestling with axis order last week, and also found that the documentation did not appear to be correct! The way I expect

[Geotools-devel] WFS-NG test work

2015-02-28 Thread Niels Charlier
the right reference data info. 2. verify the existing online tests for other servers than geoserver https://github.com/geotools/geotools/pull/757 Regards Niels -- Dive into the World of Parallel Programming The Go

Re: [Geotools-devel] axis order blues

2015-02-27 Thread Niels Charlier
alternatives Regards Niels On 27-02-15 01:04, Ben Caradoc-Davies wrote: Niels, I will answer your first question. You are right: this is a classpath difference. The cause is that Maven and Eclipse have different dependency models. Eclipse has no notion of a phase (compile versus test) and no way

Re: [Geotools-devel] axis order blues

2015-02-27 Thread Niels Charlier
On 27-02-15 11:52, Andrea Aime wrote: On Fri, Feb 27, 2015 at 11:34 AM, Niels Charlier ni...@scitus.be mailto:ni...@scitus.be wrote: Hmm yeah I figured it had something to do with that. Thanks for the detailed explanation, Ben. But my question remains: should gt-epsg-wkt

[Geotools-devel] axis order blues

2015-02-26 Thread Niels Charlier
be easily changed. Regards Niels -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software

Re: [Geotools-devel] Complex feature parsing: wfs-ng and app-schema

2015-02-05 Thread Niels Charlier
Yeah, I know what that's like, let's try to avoid that! Regards Niels On 04-02-15 20:57, Ben Caradoc-Davies wrote: That would be great! Rini will be back in October but merging earlier may prevent new conflicts. Kind regards, Ben. On 04/02/15 22:00, Niels Charlier wrote: Hi Ben, I

Re: [Geotools-devel] Complex feature parsing: wfs-ng and app-schema

2015-02-04 Thread Niels Charlier
Hi Ben, I saw this but there was some comment from Jody about picking it up after she returned. I'm happy to have a look at it. I'll put it on my todo list. Kind Regards Niels On 03-02-15 20:11, Ben Caradoc-Davies wrote: Niels and Sampo, have you seen Rini's complex feature parsing pull

[Geotools-devel] Wfs-ng: enable WFS2.0 Transactions

2015-02-03 Thread Niels Charlier
of WFS2.0 in wfs-ng itself is what I am working on now... I think the existing tests need to be improved and restructured a bit first. In the meantime I thought I'd already put this up for review. Kind Regards Niels -- Dive

Re: [Geotools-devel] wfs 2.0 in wfs-ng module

2015-01-19 Thread Niels Charlier
Hello Jody, Thanks for working on my pull requests. I will look at all your remarks and answer/resolve shortly. Sorry for the issue with the kml patch I approved. I read and checked all the code but in the future I will always make a local build as well before merging. Regards Niels

Re: [Geotools-devel] wfs 2.0 in wfs-ng module

2015-01-16 Thread Niels Charlier
chance you have time to check this? Sampo On Thu, Jan 15, 2015 at 9:03 PM, Niels Charlier ni...@scitus.be wrote: I have done so. Regards Niels On 15-01-15 18:21, Sampo Savolainen wrote: Hi, Can you push the rebased branch so I can test the exact same version? Sampo On Jan 15

Re: [Geotools-devel] wfs 2.0 in wfs-ng module

2015-01-16 Thread Niels Charlier
Sampo, it works for me in a tomcat. I think the issue must be with your setup. Regards Niels On 16-01-15 16:29, Niels Charlier wrote: I'll give it a try On 16-01-15 07:38, Sampo Savolainen wrote: Hi, This is weird: If I run GeoServer in eclipse using the Start class in gs-web-app

Re: [Geotools-devel] wfs 2.0 in wfs-ng module

2015-01-15 Thread Niels Charlier
I have done so. Regards Niels On 15-01-15 18:21, Sampo Savolainen wrote: Hi, Can you push the rebased branch so I can test the exact same version? Sampo On Jan 15, 2015 5:37 PM, Niels Charlier ni...@scitus.be wrote: Hello Sampo, I cannot reproduce this error. I have rebased everything

Re: [Geotools-devel] wfs 2.0 in wfs-ng module

2015-01-15 Thread Niels Charlier
Hello Sampo, I cannot reproduce this error. I have rebased everything. I can use the mentioned file to create a datastore in geoserver. Regards, Niels On 15-01-15 12:02, Sampo Savolainen wrote: Hi, This should happen when adding a wfs-ng store using the mentioned test GetCapabilities file

Re: [Geotools-devel] wfs 2.0 in wfs-ng module

2015-01-14 Thread Niels Charlier
really mind if this change is postponed until next release if we need more time to perfect it, as long as we can move forward with integrating this work shortly. If others are enthousiastic about integrating this in the next stable release, I am available to do what it is possible. Regards Niels

[Geotools-devel] wfs 2.0 in wfs-ng module

2015-01-13 Thread Niels Charlier
Niels -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth

  1   2   3   4   >