/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
@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
@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.
>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
: 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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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'
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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,
>
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
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.
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
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
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
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
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
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
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
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
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.
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
62 matches
Mail list logo