Re: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates

2024-08-04 Thread Jody Garnett
/gdal/osr/SpatialReference.html > > > > *From:* Mourad HARMIM > *Sent:* Friday, August 2, 2024 12:05 AM > *To:* Ian Turton > *Cc:* [email protected]; > [email protected] > *Subject:* Re: [Geotools-devel] Help with GeoTools

Re: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates

2024-08-04 Thread Phil Scadden
@lists.sourceforge.net; [email protected] Subject: Re: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is

Re: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates

2024-08-01 Thread Mourad HARMIM
@lists.sourceforge.net Objet : Re: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates >From a quick look on epsg.io<http://epsg.io> there seems not to be a direct >transform from 27572 to 2154 so that is why the TOWGS or Bursa Wolf transform >is needed.

Re: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates

2024-08-01 Thread Ian Turton
>From a quick look on epsg.io there seems not to be a direct transform from *27572 *to* 2154 *so that is why the TOWGS or Bursa Wolf transform is needed. These would appear to have a 2m accuracy so some transformation error is to be expected. If you have a grid shift or other transformation file a

Re: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates

2024-07-31 Thread Mourad HARMIM
: Jody Garnett Objet : RE: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates Hello Jody, Thank you for your early reply. I actually added the dependency gt-epsg-hsql where the thecoordinate references are supposed to be. I also tried passing wkt definitions (which

Re: [Geotools-devel] Help with GeoTools : Trouble transforming coordinates

2024-07-14 Thread Jody Garnett
The user list is the right place to ask. I do not work on the coordinate reference system so much myself, there is a handy guide for configuring here: https://docs.geoserver.org/main/en/user/configuration/crshandling/index.html Using this approach you can provide the transform, however I am curio

[Geotools-devel] Help with GeoTools : Trouble transforming coordinates

2024-07-14 Thread Mourad HARMIM
Hello everyone, I hope this message finds you well. My name is Mourad Harmim, a Data Engineer consultant from France. Still getting used to GeoTools, I’m facing an issue when I try to transform coordinates from Lambert 2 extended (EPSG :27572) to Lambert 93 (EPSE :2154). Here is my current situa

Re: [Geotools-devel] Help required setting up Geotools PostGIS online tests (was [GEOS-9135] Support WFS-T on tables with unique guid as primary key (#2810)

2020-02-23 Thread Peter Smythe
Thank you to both Jody and Andrea for your help. I think that the problem was that I wasn't using the "public" database schema, but rather a schema called "test". I also switched from a company networked postgis database to a local instance, and now the tests are running successfully. Now onto w

Re: [Geotools-devel] Help required setting up Geotools PostGIS online tests (was [GEOS-9135] Support WFS-T on tables with unique guid as primary key (#2810)

2020-02-22 Thread Andrea Aime
Hi Peter, "schema" is a highly overloaded term, don't focus too much on one of the possible database related uses. Schema in XML and JSON is the structure of objects/records, in databases we also talk about the schema of a table, meaning the list of columns and types (e..g, in sqlite command line u

Re: [Geotools-devel] Help required setting up Geotools PostGIS online tests (was [GEOS-9135] Support WFS-T on tables with unique guid as primary key (#2810)

2020-02-21 Thread Jody Garnett
I am sorry you are frustrated, it sounds like you have the right approach. Schema (in the geotools library) is the original word for FeatureType. It is an “internal detail” that postgis does that using tables. Can you request the type names from the datastore? Just to have a list of what tables w

[Geotools-devel] Help required setting up Geotools PostGIS online tests (was [GEOS-9135] Support WFS-T on tables with unique guid as primary key (#2810)

2020-02-21 Thread Peter Smythe
Hi all ref: https://github.com/geotools/geotools/pull/2810 I am trying to build a unit test for my first contribution to the GeoTools code base. So far, Andrea has given me some advice on how to proceed. However, I am stuck with setting up the online tests - they continuously fail with errors l

Re: [Geotools-devel] Help verifying a pull request failure

2019-03-01 Thread Andrea Aime
Yeah... at the same time, if someone wants to develop with Java 11 (I don't, but it's doable now), and run the QA builds locally, they'll have the failures. I guess I'll disable it for now, as other projects using SpotBugs have done. There are still so many checks the tool can do, we don't die for

Re: [Geotools-devel] Help verifying a pull request failure

2019-03-01 Thread Torben Barsballe
If all the checks work on Java 8, then moving them to only run on Java 8 seoms fine to me. Torben On Fri, Mar 1, 2019 at 1:30 AM Andrea Aime wrote: > Or just turn off this particular check > > Cheers > Andrea > > On Fri, Mar 1, 2019 at 10:19 AM Andrea Aime > wrote: > >> Doh, found the reason,

Re: [Geotools-devel] Help verifying a pull request failure

2019-03-01 Thread Andrea Aime
Or just turn off this particular check Cheers Andrea On Fri, Mar 1, 2019 at 10:19 AM Andrea Aime wrote: > Doh, found the reason, Spotbugs reports false positives with java 11: > > https://github.com/spotbugs/spotbugs/issues/878 > > Hmm... so what to do? Move the checks to use java 8, would that

Re: [Geotools-devel] Help verifying a pull request failure

2019-03-01 Thread Andrea Aime
Doh, found the reason, Spotbugs reports false positives with java 11: https://github.com/spotbugs/spotbugs/issues/878 Hmm... so what to do? Move the checks to use java 8, would that be acceptable? Cheers Andrea On Fri, Mar 1, 2019 at 9:52 AM Andrea Aime wrote: > Ah, for reference, the PR is t

Re: [Geotools-devel] Help verifying a pull request failure

2019-03-01 Thread Andrea Aime
Ah, for reference, the PR is this one: https://github.com/geotools/geotools/pull/2283 Cheers Andrea On Thu, Feb 28, 2019 at 10:18 PM Andrea Aime wrote: > Hi, > I have this pull request that's behaving in a bizzarre way... on Travis > spotbugs fails in the gt-referencing > module with this outpu

[Geotools-devel] Help verifying a pull request failure

2019-02-28 Thread Andrea Aime
Hi, I have this pull request that's behaving in a bizzarre way... on Travis spotbugs fails in the gt-referencing module with this output: [ERROR] Nullcheck of statement at line 357 of value previously dereferenced in org.geotools.referencing.factory.epsg.AbstractEpsgFactory.getAuthority() [org.geo

[Geotools-devel] Help with GetMap POST fix

2014-02-27 Thread Olle Markljung
Hi, I'm having trouble getting correct rendering when issuing a GetMap POST. I've modified the example data for the layer group tiger-ny so that the poi-layer uses the default point style instead of the default poi style. When using GET GeoServer renders correctly. But with POST the default style

Re: [Geotools-devel] help: build works locally / fails on hudson

2012-12-09 Thread Ben Caradoc-Davies
Jody, I think the working directory is a red herring. The problem is the axis order hints in the test fixtures. It is likely something is caching a CRS built with the wrong hints. On 10/12/12 13:22, Jody wrote: > Thanks guys - I am going to look at defining using WKT for definition > rather than

Re: [Geotools-devel] help: build works locally / fails on hudson

2012-12-09 Thread Jody
Thanks guys - I am going to look at defining using WKT for definition rather than EPSG code so at least these tests can pass. We may need to say straight up what axis order CRS has been configured with as part of our testing guidelines. -- Jody Sent with Sparrow (http://www.sparrowmailapp.

Re: [Geotools-devel] help: build works locally / fails on hudson

2012-12-09 Thread Benjamin Trigona-Harany
On December 10, 2012 13:59:43 Jody Garnett wrote: > b) the build boxes? Unlikely, but perhaps they are going multi-threaded on > me, or have more horse power and thus can show some problems I cannot see > locally. I've just cleared out Hudson's working directory for geotools-master in the event

Re: [Geotools-devel] help: build works locally / fails on hudson

2012-12-09 Thread Ben Caradoc-Davies
Jody, the build is passing for me locally and in Jenkins. Might be test order (platform) dependent. What happens if you run just that test with this in the root of gt-render? mvn -o -Dtest=GeographicTransformPointTest test Kind regards, Ben. On 10/12/12 11:59, Jody Garnett wrote: > Okay I am

[Geotools-devel] help: build works locally / fails on hudson

2012-12-09 Thread Jody Garnett
Okay I am having a "bad go" at this - after working hard on a patch, asking Andrea for review, getting the clear instructions "not to break the build" and committing over the weekend .. the build is now broken. Trouble is it works locally, and I am stuck committing, hitting go on hudson, and try

Re: [Geotools-devel] help with sourceforge

2011-02-01 Thread Michael Bedward
No worries Justin - thanks for trying. Michael On 2 February 2011 02:11, Justin Deoliveira wrote: > Hi Michael, > I finally recovered my password but was not able to add you as an admin. I > think i am only a "release tech" or something which means i can't add > others. Going to have to be JOdy

Re: [Geotools-devel] help with sourceforge

2011-02-01 Thread Justin Deoliveira
Hi Michael, I finally recovered my password but was not able to add you as an admin. I think i am only a "release tech" or something which means i can't add others. Going to have to be JOdy or someone else with super powers on sourceforge. -Justin On Mon, Jan 31, 2011 at 6:09 PM, Michael Bedward

Re: [Geotools-devel] help with sourceforge

2011-01-31 Thread Michael Bedward
I was able to log into sourceforge via openid but then I wasn't any use because I'm not on the list of developers for sf/geotools. If someone could add me I'd be mighty grateful - my sourceforge name is mbedward. cheers Michael On 1 February 2011 02:05, Justin Deoliveira wrote: > Sorry, one more

Re: [Geotools-devel] help with sourceforge

2011-01-31 Thread Justin Deoliveira
Sorry, one more request. I still have not yet recovered my sf account, still working with the sf admin team. But can someone mark the 2.7-RC1 -bin artifact as the default for all platforms? So that it shows up in the quick download link. Thanks! -Justin On Sun, Jan 30, 2011 at 8:24 PM, Justin D

Re: [Geotools-devel] help with sourceforge

2011-01-30 Thread Justin Deoliveira
Great, thanks guys! On Sun, Jan 30, 2011 at 8:24 PM, Gabriel Roldán wrote: > On Sun, 2011-01-30 at 10:16 +0100, Andrea Aime wrote: > > On Sat, Jan 29, 2011 at 11:25 PM, Justin Deoliveira > > wrote: > > > Hi all, > > > I have the release artifacts built but having issue with sourceforge. > > > A

Re: [Geotools-devel] help with sourceforge

2011-01-30 Thread Gabriel Roldán
On Sun, 2011-01-30 at 10:16 +0100, Andrea Aime wrote: > On Sat, Jan 29, 2011 at 11:25 PM, Justin Deoliveira > wrote: > > Hi all, > > I have the release artifacts built but having issue with sourceforge. > > Apparently there was a global password reset a few days ago and everyone has > > to recover

Re: [Geotools-devel] help with sourceforge

2011-01-30 Thread Andrea Aime
On Sun, Jan 30, 2011 at 10:16 AM, Andrea Aime wrote: > I see someone already uploaded three files 3 hours ago, I've triedto >  if I can upload the biggest one with the web ui, which is still operational, > but failed, my connection is not fast enough and the upload just times out... > I guess we'

Re: [Geotools-devel] help with sourceforge

2011-01-30 Thread Andrea Aime
On Sat, Jan 29, 2011 at 11:25 PM, Justin Deoliveira wrote: > Hi all, > I have the release artifacts built but having issue with sourceforge. > Apparently there was a global password reset a few days ago and everyone has > to recover a new password. However my account is registered with an old > em

[Geotools-devel] help with sourceforge

2011-01-29 Thread Justin Deoliveira
Hi all, I have the release artifacts built but having issue with sourceforge. Apparently there was a global password reset a few days ago and everyone has to recover a new password. However my account is registered with an old email I no longer have access to. So I am sort of stuck. I have a requ

[Geotools-devel] Help select the FOSS4G Program

2010-05-02 Thread Jody Garnett
At FOSS4G 2010 the community and conference registrants will have an opportunity to read through and score potential presentations prior to the selection of the final conference program. There is enough room in the conference schedule for 120 presentations. The conference committee will use the

[Geotools-devel] Help needed before RC can be produced

2009-10-08 Thread Jody Garnett
Going over our checklist from 2.6-M3 we have a couple steps that need to be completed before we can make a release candidate. - We need to ensure the the jars can be rebuilt from the source download - Javadocs are not produced; the steps documented do not work for me - There is no location to publi

Re: [Geotools-devel] Help Reviewing An Unsupported Module

2009-02-04 Thread Jody Garnett
We have had some problems with Jalopy (mostly line feed handling on different platforms) - as such Ben and Andrea had me take it out of the developers guide. I have included eclipse codeformatter and template instructions - do you use eclipse? If you are using NetBeans can I ask you to follow t

[Geotools-devel] Help Reviewing An Unsupported Module

2009-02-04 Thread Sunburned Surveyor
I think I've got an "unsupported module" put together for my GPX2 code. The last thing I have to do today is format the source code to GeoTools standards using Jallopy. I'm going to try to do this today at lunch. Would someone have a few minutes to review my module set-up next week before I try to

Re: [Geotools-devel] Help

2008-04-07 Thread Jody Garnett
I am not sure we can Felipe; we don't really have the concept of "opening a shapefile". There is code in the user guide you can use to draw a shapefile onto a buffered image. Building a client application and so forth is a bit out of scope for this project. Do you want to download uDig (a deskt

[Geotools-devel] Help

2008-04-06 Thread felipe gutierrez
Hi, I saw that JTS is more than I need to do, I need simply draw one circle in the midle of one shapefile openned, with one button that do it. Someone can help me? _ Cansado de espaço para só 50 fotos? Conheça o Spaces, o site de

[Geotools-devel] Help with the following list

2008-02-04 Thread Jody Garnett
I have been gradually contacting people on the svn commit list :-) So far I have been unable to figure out how to contact the following: - ckl - seangeo - jjray - dledmonds - shepshep - rabhranac - may be covered by a TOPP/ - jfc173 - jakefear - knutejoh - crotwell - tnolli - origionally did the i

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Graham Davis
I see the problem now (the file name has is slightly wrong). Fixing that seems to have fixed the problem! Thanks Martin! Graham. Martin Desruisseaux wrote: > Graham Davis a écrit : > >> Sorry, I DO have that in my files. Is that not how it is suppose to >> be (declaring implementations, no

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Martin Desruisseaux
Graham Davis a écrit : > Sorry, I DO have that in my files. Is that not how it is suppose to be > (declaring implementations, not interfaces)? The filename must be the fully qualified interface name. So the filename should be META-INF/services/org.opengis.geometry.PositionFactory The content o

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Graham Davis
Martin Desruisseaux wrote: > But I noticed that org.geotools.geometry.iso.PositionFactoryImpl is > declared in > META-INF/services/org.geotools.geometry.iso.PositionFactory. Don't you > means META-INF/services/org.opengis.geometry.PositionFactory? This is > the factory that GeometryFactoryFind

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Graham Davis
Sorry, I DO have that in my files. Is that not how it is suppose to be (declaring implementations, not interfaces)? Graham. Graham Davis wrote: > Martin Desruisseaux wrote: > >> But I noticed that org.geotools.geometry.iso.PositionFactoryImpl is >> declared in >> META-INF/services/org.geoto

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Martin Desruisseaux
Graham Davis a écrit : > I've commited my recent changes, you can see them in: > > - org.geotools.geometry.iso.PositionFactoryImpl The constructor implementation seems good. But I noticed that org.geotools.geometry.iso.PositionFactoryImpl is declared in META-INF/services/org.geotools.geometry.i

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Graham Davis
Martin Desruisseaux wrote: > > ??? I'm not sure to understand what you means. We don't ignore user > provided hints. We just pick up the one that are relevant to the factory. > > Martin > I think the issue is we don't see where the hints get used to find or create a factory. Going through

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Martin Desruisseaux
Jody Garnett a écrit : > So that is what is supposed to throw the FactoryNotFoundException > exception? I hate seeing exceptions used for flow of control? Seriously > is that what is expected to happen? Or am I reading the code wrong? This is what is expected to happen. I agree that using except

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Graham Davis
I've implemented Martin's suggestions (in positionfactory, since that is the most basic factory and I'm trying to test with that now to make sure the factory finder stuff works as it should). It still can't find my factory. I've commited my recent changes, you can see them in: - org.geotools.

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Jody Garnett
Martin Desruisseaux wrote: > Jody Garnett a écrit : >> In every case we were either directly returning the object provided >> by the no argument constructor, or we were producing a >> FactoryNotFoundException - at which point the later code would not >> work either (as it needs the no argument c

Re: [Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Martin Desruisseaux
Jody Garnett a écrit : > In every case we were either directly returning the object provided by > the no argument constructor, or we were producing a > FactoryNotFoundException - at which point the later code would not work > either (as it needs the no argument constructor to work so it gets an

[Geotools-devel] help with FactoryCreator.getServiceProvider

2007-07-30 Thread Jody Garnett
Hi Martin: The problem I found was with the FactoryCreator.getServiceProvider method - it starts out ... > public Object getServiceProvider(final Class category, > final Filterfilter, > final Hints hints, >

[Geotools-devel] Help with filter... equals in "WHERE" clause

2006-12-04 Thread Daniel Bevilacqua
Hi everbody,,, I have a GIS application that use Oracle Spatial like DB. I create a column that will be controll the queries of the users to construct the map but i need. The model is: Table SPMB NAME STATE GEOM ... Table GEN ALIAS_NAME ID TYPE ps:. A view ( GENERIC ) was created with both

Re: [Geotools-devel] Help Getting Started w/2-2.2-RC3

2006-11-26 Thread Justin Deoliveira
Hi Christopher, The Point and Geometry classes are part of the JTS library. So you need to ensure that jts is on the classpath and import com.vividsolutions.jts.geom.*. In geotools 2.2 StyleFactory.createStyleFactory() was replaced with StyleFactoryFinder.createStyleFactory(). Hope that helps.

[Geotools-devel] Help Getting Started w/2-2.2-RC3

2006-11-25 Thread Christopher Jon Jursa
Hello, I am new to Geotools. I have downloaded 2-2.2-RC3 and I am trying to get a sample map image to be visible. I found an example of a simple map at http://docs.codehaus.org/display/GEOTOOLS/The+Map. However, this code is not immediately compatable with the version of Geotools I am using. I

Re: [Geotools-devel] Help on svn merge.

2006-10-18 Thread Martin Desruisseaux
Adrian Custer a écrit : > The two ? I know about. However, all the reformatted and autogenerated > code I don't. Is there a way to exclude this? Have I broken the pom.xml > configures or my svn properties? I modified the maven/build-configs/.../jalopy.settings file yesterday (pushed the line leng

[Geotools-devel] Help on svn merge.

2006-10-18 Thread Adrian Custer
Hey all, I've only modified pom files and then done lots of mvn clean install but when I do an svn st now, I get: logipod:/soft/SVN/geotools/trunk/gt> svn st ? maven-v4_0_0.xsd M demo/mappane/pom.xml M demo/introduction/pom.xml M demo/property/pom.xml M demo/data/pom.x

Re: [Geotools-devel] Help with svn merge

2006-10-16 Thread Richard Gould
David Adler wrote: > I'm trying to apply the DB2 changes I made to 2.2.x to 2.3.x and trunk. > > I tried the command: > svn merge -r 21897:21898 http://svn.geotools.org/branches/2.2.x > That should be: svn merge -r 21897:21898 http://svn.geotools.org/geotools/branches/2.2.x . (in your 2.3.x/ a

Re: [Geotools-devel] Help with svn merge

2006-10-16 Thread [EMAIL PROTECTED]
David Adler ha scritto: > I'm trying to apply the DB2 changes I made to 2.2.x to 2.3.x and trunk. > > I tried the command: > svn merge -r 21897:21898 http://svn.geotools.org/branches/2.2.x > in my 2.3.x source tree and got the messages > I usually do it piecemeal, instead of doing it with svn me

[Geotools-devel] Help with svn merge

2006-10-16 Thread David Adler
I'm trying to apply the DB2 changes I made to 2.2.x to 2.3.x and trunk. I tried the command: svn merge -r 21897:21898 http://svn.geotools.org/branches/2.2.x in my 2.3.x source tree and got the messages svn: REPORT request failed on '/!svn/vcc/default' svn: Cannot replace a directory from within

Re: [Geotools-devel] Help needed - please! (need some one to cover the VisComm meeting)

2006-08-17 Thread Andrea Aime
Jody Garnett ha scritto: > here is a more specific page: > - http://wiki.osgeo.org/index.php/OSGeo_at_FOSS4G2006 > > Cheers, > Jody >> The VisComm meeting is happening today at 5:00 pm UTC, and they are >> planning out *our* participation at FOSS4G. >> >> I would please ask representatives of the

Re: [Geotools-devel] Help needed - please! (need some one to cover the VisComm meeting)

2006-08-17 Thread Jody Garnett
here is a more specific page: - http://wiki.osgeo.org/index.php/OSGeo_at_FOSS4G2006 Cheers, Jody > The VisComm meeting is happening today at 5:00 pm UTC, and they are > planning out *our* participation at FOSS4G. > > I would please ask representatives of the GeoTools community that are > attendi

[Geotools-devel] Help needed - please! (need some one to cover the VisComm meeting)

2006-08-17 Thread Jody Garnett
The VisComm meeting is happening today at 5:00 pm UTC, and they are planning out *our* participation at FOSS4G. I would please ask representatives of the GeoTools community that are attending FOSS4G to attend. I will be there for the first 20 mins but will be unable to attend for the duration.

Re: [Geotools-devel] Help : Strange Text Labelling behaviour

2006-01-17 Thread Ian Turton
On 1/17/06, Debasish Sahu <[EMAIL PROTECTED]> wrote: Hi , When I am trying to label the STATES  layers , the labels does not seem to be at the center of the polyon. Moreover , wierd labels (Montana , Ohio, Texas etc )  seems to be appearing outside the polygon boundaried.  Attached is the screen