RE: [geos-devel] Topology Exception with nested collections

2010-01-21 Thread Obe, Regina
Not sure how PostGIS is sidestepping this problem - perhaps it just ignores it? One issue is that just because a GeometryCollection of Polygons is valid does not mean that the set of Polygons would form a valid MultiPolygon (they might overlap). In this case you would see this kind of failure. O

[geos-devel] Topology Exception with nested collections

2010-01-20 Thread Obe, Regina
I'm actually not sure if this is a bug or not, but I always thought in a perfect world that if I union two valid geometries, I should not get errors. I get a bunch of these in my torture tests (both against 3.1.1 and 3.2.0 GEOS) and verified they pass the ST_IsValid test. One of these cases s

RE: [geos-devel] Missing files in geos-3.1.1.tar.bz2

2009-12-10 Thread Obe, Regina
ttp://www.mapwindow.org/> 2009/12/8 Mateusz Loskot mailto:mate...@loskot.net>> Obe, Regina wrote: > Paul, > > Geos 3.1.1 had missing files for VS. I believe if you pull from SVN > you get all the missing files. Yes, it should be fixed in the trunk: http://trac.osgeo.org/geos/ti

RE: [geos-devel] Missing files in geos-3.1.1.tar.bz2

2009-12-08 Thread Obe, Regina
Paul, Geos 3.1.1 had missing files for VS. I believe if you pull from SVN you get all the missing files. On another note. GEOS 3.2 is coming out really soon -- its up to RC3 and Mateusz has been working really hard to make sure all the pieces are packaged in there to compile from the tar bal

[geos-devel] RE: {SPAM: 40} :Re: autogen.bat

2009-11-19 Thread Obe, Regina
9, 2009 4:41 PM To: Mateusz Loskot; Obe, Regina Cc: GEOS Development List Subject: {SPAM: 40} :Re: autogen.bat On Tue, Nov 17, 2009 at 11:16:28PM +, Mateusz Loskot wrote: > I assumed that GEOS distribution is supposed to already > provide generated and valid version.h and platform.h and

RE: [geos-devel] 3.2.0rc1 tagged

2009-11-17 Thread Obe, Regina
GEOS Development List Subject: Re: [geos-devel] 3.2.0rc1 tagged Yes, VC users must remember to run autogen.bat before starting... P On Fri, Nov 13, 2009 at 1:29 PM, strk wrote: > On Fri, Nov 13, 2009 at 04:13:14PM -0500, Obe, Regina wrote: >> > >> Now for VC++ 2009 express, I tried c

RE: [geos-devel] 3.2.0rc1 tagged

2009-11-13 Thread Obe, Regina
I think this is on the todo so I'm not really complaining. But make check doesn't work under MingW, but hasn't for a while anyway. Now for VC++ 2009 express, I tried compiling and it seems I need inttypes.h? I don't recall that being a dependency before (GEOS 3.1) or maybe I always had it be

RE: [geos-devel] 3.2.0rc1 tagged

2009-11-12 Thread Obe, Regina
Strk, Any chance you are going to make this available as a download file on the website? A lot of people just go for the tar, especially if you don't have svn client installed on your server. So making sure the download file is well packaged and can be compiled I consider part of a good test s

RE: [geos-devel] howto build latest geos in MinGW?

2009-09-17 Thread Obe, Regina
Yes -- read our instructions on PostGIS section 10. You have to edit some MingW stuff. http://trac.osgeo.org/postgis/wiki/UsersWikiWinCompile Hope that helps, Regina From: geos-devel-boun...@lists.osgeo.org [mailto:geos-devel-boun...@lists.osgeo.org] On Beh

RE: [geos-devel] 3.1.1rc1 fail under VC 2005 Nmake + SVN pass

2009-06-15 Thread Obe, Regina
We have similar issues with compiling under nmake. I can successfully compile with nmake VC 2005 the svn branches/3.1 but the tar ball is a no go its missing nmake.opt among other things -- This is just my own ineptness, but not sure how to do a make check on an nmake built one. If I use the

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 OpenSUSE 11 Pass

2009-06-13 Thread Obe, Regina
both 3.1.1rc1 and 3.0.4rc1 compile and pass tests under OpenSUSE 11 gcc version 4.3.1 (prelease) revision 135036 - The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuan

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 fail under VS 2008

2009-06-13 Thread Obe, Regina
: Sat 6/13/2009 11:46 AM To: GEOS Development List Subject: Re: [geos-devel] 3.1.1rc1 and 3.0.4rc1 fail under VS 2008 Do GEOS 3.1.0 or 3.0.3 pass? On Sat, Jun 13, 2009 at 8:41 AM, Obe, Regina wrote: > geos-3.1.1rc1 -- fails under Visual Studio 2008.  well at least for me > anyway. > &g

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 fail under VS 2008

2009-06-13 Thread Obe, Regina
being added to the tar. I'm trying to recompile the geos 3.1.1rc1 tar now. -Original Message- From: geos-devel-boun...@lists.osgeo.org on behalf of Obe, Regina Sent: Sat 6/13/2009 12:34 PM To: GEOS Development List Subject: RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 fail under VS 2008 Weir

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 fail under VS 2008

2009-06-13 Thread Obe, Regina
ginal Message- From: geos-devel-boun...@lists.osgeo.org on behalf of Obe, Regina Sent: Sat 6/13/2009 12:10 PM To: GEOS Development List Subject: RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 fail under VS 2008 Paul, Haven't tried 3.0.3 but the 3.1.0 tar ball fails too with similar errors. I usual

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 fail under VS 2008

2009-06-13 Thread Obe, Regina
un 13, 2009 at 8:41 AM, Obe, Regina wrote: > geos-3.1.1rc1 -- fails under Visual Studio 2008.  well at least for me > anyway. > > > 1) capi unit is still referencing GEOSGeomToWKB...  -  I think Mateuz said > this should not be in 3.1.1 -- just in 3.2? I took it out, but every

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 fail under VS 2008

2009-06-13 Thread Obe, Regina
geos-3.1.1rc1 -- fails under Visual Studio 2008. well at least for me anyway. 1) capi unit is still referencing GEOSGeomToWKB... - I think Mateuz said this should not be in 3.1.1 -- just in 3.2? I took it out, but everything still fails 2)badthreadtest.c, threattest.c, geostest.c -- have a bi

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1

2009-06-12 Thread Obe, Regina
its just seems to be the make check that is problematic as far as I can tell. -Original Message- From: geos-devel-boun...@lists.osgeo.org [mailto:geos-devel-boun...@lists.osgeo.org] On Behalf Of Obe, Regina Sent: Friday, June 12, 2009 8:54 AM To: GEOS Development List Subject: RE: [geos

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1

2009-06-12 Thread Obe, Regina
g] On Behalf Of Obe, Regina Sent: Friday, June 12, 2009 8:00 AM To: GEOS Development List Cc: Mark Cave-Ayland Subject: RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 So in conclusion make check on MingW -- 3.1.1rc1 -- barely gets in the door (I think it passed one test before vomitting) 3.0.4rc1 make

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1 OpenSUSE 10.3 okay

2009-06-12 Thread Obe, Regina
OpenSUSE 10.3 3.1.1rc1 -- compiles and make check passes with flying colors on OpenSUSE 10.3 3.0.4rc1 -- compiles and make check passes with flying colors on OpenSUSE 10.3 - The substance of this message, including any attachments, may be confidential, leg

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1

2009-06-12 Thread Obe, Regina
So in conclusion make check on MingW -- 3.1.1rc1 -- barely gets in the door (I think it passed one test before vomitting) 3.0.4rc1 make check -- chugs along for a while ang then geos_unit.exe crashes with message creating geos_unit.exe .libs/lt-geos_unit.exe.c: In function `main': .libs/lt-ge

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1

2009-06-12 Thread Obe, Regina
--- From: geos-devel-boun...@lists.osgeo.org [mailto:geos-devel-boun...@lists.osgeo.org] On Behalf Of Paul Ramsey Sent: Thursday, June 11, 2009 9:29 AM To: GEOS Development List Subject: Re: [geos-devel] 3.1.1rc1 and 3.0.4rc1 I'm tempted to release on the basis of this news alone :) don't l

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1

2009-06-11 Thread Obe, Regina
3.0.4rc1 tar ball also seems to compile okay under MingW -Original Message- From: geos-devel-boun...@lists.osgeo.org [mailto:geos-devel-boun...@lists.osgeo.org] On Behalf Of Paul Ramsey Sent: Wednesday, June 10, 2009 12:16 PM To: GEOS Development List Subject: [geos-devel] 3.1.1rc1 and 3.

RE: [geos-devel] 3.1.1rc1 and 3.0.4rc1

2009-06-11 Thread Obe, Regina
I tried compiling geos-3.1.1rc1.tar.gz under MinGW and IT COMPILED. though strangely can't get checkout from branch SVN to compile and also can't compile the trunk tar ball. I forget what error I get with that. Haven't tried compiling 3.0.4rc1 yet. -Original Message- From: geos-devel-

RE: [geos-devel] tests\unit\capi\GEOSGeomFromWKBTest.cpp missing

2009-06-01 Thread Obe, Regina
--Original Message- From: geos-devel-boun...@lists.osgeo.org [mailto:geos-devel-boun...@lists.osgeo.org] On Behalf Of Mateusz Loskot Sent: Monday, June 01, 2009 4:31 AM To: GEOS Development List Subject: Re: [geos-devel] tests\unit\capi\GEOSGeomFromWKBTest.cpp missing Obe, Regina wrote: > &g

[geos-devel] tests\unit\capi\GEOSGeomFromWKBTest.cpp missing

2009-05-31 Thread Obe, Regina
Was the tests\unit\capi\GEOSGeomFromWKBTest.cpp removed. I'm trying to compile under visual studio 2008 with the msvc9 solution provided and this apparently has link to this and says it doesn't exist. I don't see it in that folder so assume it should just be removed from the solution.

RE: [geos-devel] 3.0.

2009-05-29 Thread Obe, Regina
ory `/D/SVNProjects/geos/3.0/source/algorithm' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/D/SVNProjects/geos/3.0/source' make: *** [all-recursive] Error 1 -Original Message- From: geos-devel-boun...@lists.osgeo.org [mailto:geos-devel-boun...@lists.osge

RE: [geos-devel] 3.0.

2009-05-28 Thread Obe, Regina
...@lists.osgeo.org] On Behalf Of Paul Ramsey Sent: Thursday, May 28, 2009 11:32 AM To: GEOS Development List Subject: Re: [geos-devel] 3.0. I don't know what to say, you aren't getting a compile error, that's a linking error. If you make clean, does the error recur in the same exact p

RE: [geos-devel] 3.2.0 Preparations

2009-05-28 Thread Obe, Regina
geos trunk (3.2) seems to compile and pass check tests under OpenSUSE 10.3. Thanks, Regina -Original Message- From: geos-devel-boun...@lists.osgeo.org [mailto:geos-devel-boun...@lists.osgeo.org] On Behalf Of Paul Ramsey Sent: Wednesday, May 27, 2009 3:27 PM To: GEOS Development List Sub

RE: [geos-devel] 3.2.0 Preparations - Failed under MingW - Compiles but make check fails

2009-05-28 Thread Obe, Regina
ues.h:41: warning: 'putInt' declared `static' but never defined ../../source/headers/geos/io/ByteOrderValues.h:43: warning: 'getLong' declared `static' but never defined ../../source/headers/geos/io/ByteOrderValues.h:44: warning: 'putLong' declared `static'

RE: [geos-devel] 3.2.0 Preparations - Failed under MingW

2009-05-28 Thread Obe, Regina
Paul, Geos trunk doesn't compile for me under MingW. Haven't tried under VS 2008 yet. I haven't done a clean checkout so will try that next, but this is what I get under MingW, after doing an sh autogen.sh (maybe I need to upgrade my auto conf again) $ sh autogen.sh * Running /mingw/bin/libtooliz

RE: [geos-devel] 3.0.

2009-05-28 Thread Obe, Regina
Paul, Under OpenSUSE 10.3 -- I have similar issue with trying to compile geos 3.0 branch but with different file. To get to that point I did a fresh checkout svn checkout http://svn.osgeo.org/geos/branches/3.0 geos30 cd geos30 sh autogen.sh ./configure make & make install The autogen looks fa

RE: [geos-devel] 3.1.1

2009-05-28 Thread Obe, Regina
Paul, I don't seem to be able to compile this under OpenSUSE 10.3. Haven't tried under my windows box yet. To get to that point I did a fresh checkout svn checkout http://svn.osgeo.org/geos/branches/3.1 geos31 cd geos31 sh autogen.sh ./configure make & make install (Did I miss a step?) The au

RE: [geos-devel] Something wrong with GEOSEnvelope function in 3.1.0?

2009-04-14 Thread Obe, Regina
egina -Original Message- From: geos-devel-boun...@lists.osgeo.org on behalf of Obe, Regina Sent: Tue 4/14/2009 11:05 PM To: GEOS Development List Subject: [geos-devel] Something wrong with GEOSEnvelope function in 3.1.0? LiN , I'm using GEOS 3.1.0 as well. However on further inspection it

[geos-devel] Something wrong with GEOSEnvelope function in 3.1.0?

2009-04-14 Thread Obe, Regina
LiN , I'm using GEOS 3.1.0 as well. However on further inspection it looks like PostGIS uses its own implementation of Envelope and not the GEOS one, so you could very well be right that there is something wrong with that GEOS function. Unfortunately I don't know enough about GEOS to test it a

RE: [geos-devel] question about GEOSUnion?

2009-04-13 Thread Obe, Regina
Oops typo I meant LINESTRING(1 3,1 6) envelope gives back the same thing LINESTRING(1 3,1 6) -Original Message- From: geos-devel-boun...@lists.osgeo.org on behalf of Obe, Regina Sent: Tue 4/14/2009 12:17 AM To: GEOS Development List Subject: RE: [geos-devel] question about GEOSUnion

RE: [geos-devel] question about GEOSUnion?

2009-04-13 Thread Obe, Regina
ail/geos-devel/attachments/20090413/38a437e5/attachment-0001.html > > -- > > Message: 2 > Date: Mon, 13 Apr 2009 01:32:38 -0400 > From: "Obe, Regina" > Subject: RE: [geos-devel] question about GEOSUnion? > To: "GEOS Development List&q

RE: [geos-devel] question about GEOSUnion?

2009-04-12 Thread Obe, Regina
LiN YongHeng, your geometry is invalid since first you don't have enough points to form a polygon after you remove the dupes and second you have self intersections. Therefore the union is undefined at best. Hope that helps, Regina -Original Message- From: geos-devel-boun...@lists.osg

RE: [geos-devel] Polygons and Circles Problem

2009-02-02 Thread Obe, Regina
Jo, Not sure if this helps but I think Bruce posted a PostGIS solution to at least the smallest circle that encloses a polygon. Not sure if you can use it, but might give you some ideas how to go since PostGIS piggy backs on GEOS. http://postgis.refractions.net/pipermail/postgis-users/2008-Octob

RE: [geos-devel] 3.1.0rc2

2009-01-30 Thread Obe, Regina
This is just an observation. I've seen a lot of these type failures in my garden tests and just ignored them. This for example happens often if you in PostGIS create a MULTIPOLYGON by collecting valid polygons that happen to intersect in some way and then pass this to ST_Union. Those are inval

RE: [geos-devel] RE: [postgis-devel] Can't compileGeos3.1underOpenSUSE anymore, compiles okay under Vc2005 with changes

2009-01-14 Thread Obe, Regina
x27;t compileGeos3.1underOpenSUSE anymore, compiles okay under Vc2005 with changes Does this help? On Wed, Jan 14, 2009 at 9:27 AM, Obe, Regina wrote: > Evidentally we had the same issue with CLocalizer and the use of strdup > was removed. Not sure if that is the right solution though. > > http://tr

RE: [geos-devel] RE: [postgis-devel] Can't compile Geos3.1underOpenSUSE anymore, compiles okay under Vc2005 with changes

2009-01-14 Thread Obe, Regina
n if I'm not mistaken, and that's included at the top of the file. So why is it not being picked up? You are even using the gnu toolchain, so all the more reason you should have consistent behavior to the linux/osx builds. P. On Wed, Jan 14, 2009 at 5:05 AM, Obe, Regina wrote: > Pau

RE: 3D operations (Re: [geos-devel] C API coordinate sequencedimensions)

2009-01-14 Thread Obe, Regina
Well from my observation it looks like most of those Ops functions (not sure about Union and Intersection) -- first do a 2D operation and then do some sort of apply the Z back on. So the Z is never considered in the basic operation -- thus the cause of a lot of the goofiness. Take this example.

RE: [geos-devel] RE: [postgis-devel] Can't compile Geos 3.1underOpenSUSE anymore, compiles okay under Vc2005 with changes

2009-01-14 Thread Obe, Regina
t List Subject: Re: [geos-devel] RE: [postgis-devel] Can't compile Geos 3.1underOpenSUSE anymore Doesn't make much sense to me. is #include'd, so...? On Tue, Jan 13, 2009 at 7:54 AM, Obe, Regina wrote: > Okay that fixed my OpenSUSE compile problem. > > On MingW, getting a

RE: [geos-devel] Minimum Bounding Circle

2009-01-13 Thread Obe, Regina
thm. This algorithm appeared in JTS for some reason which is >> lost in the mists of time. AFAIK it's never really been used or >> tested extensively. >> It probably postdated the initial port of GEOS, and I guess nobody >> went looking for it until now... >

RE: 3D operations (Re: [geos-devel] C API coordinate sequence dimensions)

2009-01-13 Thread Obe, Regina
ng to entice them to document the 3D functions? Sean On Jan 12, 2009, at 12:49 PM, Obe, Regina wrote: > I looked at the GEOS code a while back and compared to JTS and > was shocked that I saw GEOS z (as I call it smurf code and did not see > this smurf code in JTS). > > This

RE: [geos-devel] RE: [postgis-devel] Can't compile Geos 3.1 underOpenSUSE anymore

2009-01-13 Thread Obe, Regina
eck-in. Fixed at r2233. P. On Tue, Jan 13, 2009 at 7:02 AM, Obe, Regina wrote: > Mark, > > Good thought. I can't remember if I did an autogen or not, but just did > and my OpenSUSE is still compiling. > > My MingW install which I did do an sh autogen.sh , configure, ma

[geos-devel] RE: [postgis-devel] Can't compile Geos 3.1 under OpenSUSE anymore

2009-01-13 Thread Obe, Regina
2009 9:45 AM To: PostGIS Development Discussion Subject: Re: [postgis-devel] Can't compile Geos 3.1 under OpenSUSE anymore Obe, Regina wrote: > I assume this is because of the recent changes. I did an svn up and a > reconfigure and then compile under OpenSUSE. > > I get thi

[geos-devel] RE: Can't compile Geos 3.1 under OpenSUSE anymore

2009-01-13 Thread Obe, Regina
Oops sent to wrong dev group last time. -Original Message- From: Obe, Regina Sent: Tuesday, January 13, 2009 9:40 AM To: 'PostGIS Development Discussion' Subject: Can't compile Geos 3.1 under OpenSUSE anymore I assume this is because of the recent changes. I did

RE: [geos-devel] C API coordinate sequence dimensions

2009-01-12 Thread Obe, Regina
M To: GEOS Development List Subject: Re: [geos-devel] C API coordinate sequence dimensions Thanks, Regina, that hints that the supporting GEOS C API functions might be considering z, but then again, the 3D might be implemented in the PostGIS lib. On Jan 12, 2009, at 12:18 PM, Obe, Regina wrote: > A

RE: [geos-devel] C API coordinate sequence dimensions

2009-01-12 Thread Obe, Regina
A lot of these are catalogued here http://postgis.refractions.net/documentation/manual-svn/ch08.html#id2671967 and ST_Union and I just discovered even ST_BuildArea. ST_ConvexHull (but that in my opinion gives goofy results). Though still debating how to describe that their results are debate

[geos-devel] Minimum Bounding Circle

2008-12-29 Thread Obe, Regina
I was snooping around the GEOS library and noticed a curious algorithm class called MinimumDiameter. As far as I can tell from scanning the code, it seems similar in concept to the the Minimum Bounding Circle plpgsql algorithm that Bruce posted in November http://postgis.refractions.net/pipermai

RE: [geos-devel] Thread Safe CAPI ready for review

2008-12-01 Thread Obe, Regina
hink to make a patch because of the new files I was adding. This time I went ahead and did an svn add just to be able to take a good patch. And yes, this was done in Trunk and not a branch. I've attached the new patch file to the ticket. Thanks again, Chuck On Fri, 2008-11-28 at 19:19 -05

RE: [geos-devel] Thread Safe CAPI ready for review

2008-11-28 Thread Obe, Regina
Chuck, This is all fairly new to me so I could be missing something here. I'm having trouble compiling these new changes you have under Visual Studio 2008 1) First off all, it looks like you provided the changed files rather than a patch. Shouldn't you have provided a patch instead? 2) I pres

RE: [geos-devel] GEOS on wikipedia

2008-11-12 Thread Obe, Regina
Doesn't GDAL use it too. We should link to the GDAL page as well http://en.wikipedia.org/wiki/GDAL -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Woodbridge Sent: Wednesday, November 12, 2008 11:25 AM To: [EMAIL PROTECTED] Subject: Re: [geos-de

RE: [geos-devel] 3.0.3 To Do

2008-10-27 Thread Obe, Regina
S Test Builder"-like user interface). Please look forward to it! Regards, 2008/10/25 Obe, Regina <[EMAIL PROTECTED]> Paul, Can you try applying this revised attached patch. I ran into the same issues you described when trying to apply the tortoise gener

RE: [geos-devel] 3.0.3 To Do

2008-10-24 Thread Obe, Regina
;m suspecting my OS/X patch is (a) first stripping the CRs from the dos-generated patch and then (b) not finding any matches in the dos-formatted target file. I think someone else with a cygwin sandbox should apply this patch. P. On Fri, Oct 24, 2008 at 8:46 AM, Obe, Regina <[EMAIL PROTECTED]>

RE: [geos-devel] 3.0.3 To Do

2008-10-24 Thread Obe, Regina
patch and then (b) not finding any matches in the dos-formatted target file. I think someone else with a cygwin sandbox should apply this patch. P. On Fri, Oct 24, 2008 at 8:46 AM, Obe, Regina <[EMAIL PROTECTED]> wrote: > Paul, > > The earlier one doesn't add any new files so m

RE: [geos-devel] 3.0.3 To Do

2008-10-24 Thread Obe, Regina
lution. Thanks, Regina -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Ramsey Sent: Friday, October 24, 2008 11:39 AM To: GEOS Development List Subject: Re: [geos-devel] 3.0.3 To Do On Thu, Oct 23, 2008 at 9:48 PM, Obe, Regina <[EMAIL

RE: [geos-devel] 3.0.3 To Do

2008-10-23 Thread Obe, Regina
ION_MINOR 3 > +#define GEOS_CAPI_VERSION_MINOR 4 > #define GEOS_CAPI_VERSION_PATCH 3 > -#define GEOS_CAPI_VERSION "3.0.0rc4-CAPI-1.3.3" > +#define GEOS_CAPI_VERSION "3.0.3-CAPI-1.4.3" > #else > #define GEOS_VERSION_MAJOR @VERSION_MAJOR@ > #define GEOS_VERSION_

RE: [geos-devel] 3.0.3 To Do

2008-10-23 Thread Obe, Regina
define GEOS_CAPI_VERSION_PATCH 3 > -#define GEOS_CAPI_VERSION "3.0.0rc4-CAPI-1.3.3" > +#define GEOS_CAPI_VERSION "3.0.3-CAPI-1.4.3" > #else > #define GEOS_VERSION_MAJOR @VERSION_MAJOR@ > #define GEOS_VERSION_MINOR @VERSION_MINOR@ > --- > > Regards, > &g

RE: [geos-devel] 3.0.3 To Do

2008-10-23 Thread Obe, Regina
CAPI-1.3.3" +#define GEOS_CAPI_VERSION "3.0.3-CAPI-1.4.3" #else #define GEOS_VERSION_MAJOR @VERSION_MAJOR@ #define GEOS_VERSION_MINOR @VERSION_MINOR@ --- Regards, 2008/10/24 Frank Warmerdam <[EMAIL PROTECTED]> > Obe, Regina wrote: > >> I know Frank already tes

RE: [geos-devel] 3.0.3 To Do

2008-10-23 Thread Obe, Regina
I tried Sanak's patch on my Visual Studio 2005 Professional install, and it seemed to fix my compile problems. Also ran the tests and they all seemed to pass - test output below in case I misread something. I know Frank already tested on Visual C++ Express (which is basically Visual 2008 Expres

RE: [geos-devel] 3.0.3 To Do

2008-10-22 Thread Obe, Regina
st Subject: Re: [geos-devel] 3.0.3 To Do No, I'm pretty sure he said he'd do it when he got time. P On Wed, Oct 22, 2008 at 12:04 PM, Obe, Regina <[EMAIL PROTECTED]> wrote: > Didn't Mark Cave-Ayland already do that and say it worked? > &

RE: [geos-devel] 3.0.3 To Do

2008-10-22 Thread Obe, Regina
your patch already... so, I guess we just need a Windoze volunteer to compile branch 3.0. P. On Wed, Oct 22, 2008 at 11:58 AM, Obe, Regina <[EMAIL PROTECTED]> wrote: > Wasn't the CLocalizer change in trunk already. It should have been in my > patch since I took the CLocalizer.cp

RE: [geos-devel] 3.0.3 To Do

2008-10-22 Thread Obe, Regina
Wasn't the CLocalizer change in trunk already. It should have been in my patch since I took the CLocalizer.cpp and .h from trunk since I couldn't get it to compile otherwise. Or hmm I think I that was the one that I couldn't just add the header line. From: [E

RE: [geos-devel] GEOS 3.0.2 fails to compile under MingW Win32

2008-10-20 Thread Obe, Regina
Mark et. al, Not sure it matters - hmm I forget which file it was. I probably should have taken notes, but the include listings were in a different order from the trunk. I added the missing one I think cstring or was it version, but was hesitant to change the order of the includes to match trunk

RE: [geos-devel] GEOS 3.0.2 fails to compile under MingW Win32

2008-10-20 Thread Obe, Regina
Sean, Not sure how far you got. But the patch I submitted contains the below backport and the gcc-4.3 fixes. Mark has tested and said it fixes the MingW issues too. I have tested on OpenSuse 11 gcc 4.3dev something or other and seems to compile fine. Thanks, Regina -Original Message-

RE: [geos-devel] RE: [postgis-devel] 1, dot, 3 dot 4!

2008-10-20 Thread Obe, Regina
Mark, > Way to go Regina! > I just applied your patch to the GEOS 3.0.2 and this fixes compilation > under both Debian Lenny gcc-4.3 and MingW :) Thanks - I almost feel brave enough now to try to port some of that JTS stuff to GEOS. > Note: I still see some XMLTester warnings like this: Yap I

RE: [geos-devel] RE: [postgis-devel] 1, dot, 3 dot 4!

2008-10-19 Thread Obe, Regina
Okay here is my complete patch. I'm still fussing with my install to get my postgis compile to take the new GEOS (insists on hanging on to the 3.1.0), but the GEOS 3.0.2 with the attached seems to compile fine on my OpenSUSE 11 vm. Like I mentioned before - many file changes, mostly adding head

RE: [geos-devel] RE: [postgis-devel] 1, dot, 3 dot 4!

2008-10-19 Thread Obe, Regina
is my revised patch. Mark - thanks for the vote of confidence. I almost feel like I know what I am doing :) Thanks, Regina -Original Message- From: [EMAIL PROTECTED] on behalf of Obe, Regina Sent: Sun 10/19/2008 10:33 PM To: PostGIS Development Discussion; PostGIS Development Dis

[geos-devel] RE: [postgis-devel] 1, dot, 3 dot 4!

2008-10-19 Thread Obe, Regina
t: Re: [postgis-devel] 1, dot, 3 dot 4! Well, unless someone else (Mat?) can apply this patch back into 3.0 and test it, or you can work it up Regina, it'll have to wait until I get home and set up a VM with a new debian in it that has the new gcc. P On Sun, Oct 19, 2008 at 4:06 PM, Obe, Regi

[geos-devel] RE: [postgis-devel] 1, dot, 3 dot 4!

2008-10-19 Thread Obe, Regina
Paul, Sounds like a plan. Regarding the kml failure. I tried to be lazy by 1) copying my Open SUSE 11 vm. 2) downgrade to 1.3.3 3) ran make check and it failed on kml check again. So I assume the kml thing is nothing to worry about. (But oops wait a minute reads 1.3.3 with GEOS 3.1.0. I as

RE: [geos-devel] Compiling challenges with 3.1.0

2008-10-10 Thread Obe, Regina
Okay I pulled directly from svn did the usual sh autogen.sh ./configure make The one from svn seems to work fine, so what's the deal with the nightly svn snapshot? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Obe, Regina Sent: Friday, Octob

[geos-devel] Compiling challenges with 3.1.0

2008-10-10 Thread Obe, Regina
Is there something different about the way I should be compiling 3.1.0. I was hoping to test the new changes out on some of my datasets. So I compiled the same way I did with 3.0.0 Basically download latest svn nightly snapshot from http://download.osgeo.org/geos/geos-svn.tar.bz2 Extract cd geos

RE: [geos-devel] Unclear objects lifetime and ownershipissues inMonotone Chain components

2008-09-26 Thread Obe, Regina
-Original Message- From: [EMAIL PROTECTED] on behalf of Martin Davis Sent: Fri 9/26/2008 11:47 AM > Do you know how "inefficient" GCJ is? Maybe it's not that bad at > all... As long as its garbage collector is efficient it could be > similar performance to Java. AFAIU garbage collector

RE: [geos-devel] Unclear objects lifetime and ownership issues inMonotone Chain components

2008-09-25 Thread Obe, Regina
Martin, > This seems like it might be building GEOS to be a bit too specific to > its use in PostGIS, however. I think there's lots of people who want to > use it in other environments. Slightly off-topic - but have you been looking at how those evil C# people have been interpreting JTS? http

RE: [geos-devel] Unclear objects lifetime and ownership issues inMonotone Chain components

2008-09-25 Thread Obe, Regina
> Why not just use GCJ? It compiles Java to object code. That gives the > best of both worlds. Hmm I thought we tried that already and it didn't work nicely? Wasn't that what all that embed java was about or am I mistaken? If it hasn't been tried, then I guess that would be the path of leas

RE: [geos-devel] Unclear objects lifetime and ownership issues in Monotone Chain components

2008-09-25 Thread Obe, Regina
Mark, > If I had a choice then it would be to spend the time re-engineering > Martin's JTS concepts/ideas into an algorithmic form which is friendly > to the language it is being written in, rather than trying to hack in > pointer reference counting. Work with the language, not against it. Sou

[geos-devel] More nagging questions about GEOS Capi

2008-09-18 Thread Obe, Regina
I apologize for being a bit long-winded here. Recall I mentioned that Geometry.Union() does some short-circuit stuff and then does the standard Overlay op stuff. However GEOS Capi GeomUnion doesn't appear to use Geometry.Union() at all and goes straight for the Overlay operation. On closer insp

RE: [geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
ion number refers to the whole repository at once, the CVS revision numbers increment per-file. P. On Wed, Sep 17, 2008 at 7:10 PM, Obe, Regina <[EMAIL PROTECTED]> wrote: > Ah okay that explains a lot why all these numbers are in the 1.1 - 1.5 > range. So I take it I can't completely

RE: [geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
osed to the JTS release version. P. On Wed, Sep 17, 2008 at 5:58 PM, Obe, Regina <[EMAIL PROTECTED]> wrote: > Okay so I guess we still need the elevation thing. Can we get rid of the > checkwrong thing or is that still needed for 64-bit systems? > > On a slightly (I like things

RE: [geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
ignore the Last Port comment that appears in each class file which seem to be grossly out of date? Thanks, Regina -Original Message- From: [EMAIL PROTECTED] on behalf of Obe, Regina Sent: Wed 9/17/2008 8:58 PM To: GEOS Development List Subject: RE: [geos-devel] OverlayOp JTS port Okay so I

RE: [geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
vis <[EMAIL PROTECTED]> wrote: > >> I can confirm - if GEOS is doing something with computing new Z-values this >> is something which is NOT in JTS. I vaguely recollect that this is >> something which Sandro added. >> >> Obe, Regina wrote: >> >&

RE: [geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
his method may not be needed any more. Obe, Regina wrote: > > I apologize for the barrage of questions. As far as I can tell the > OverlayOp.cpp is vintage JTS 1.7 (which I think is same as the JTS 1.9 > for this class) > > except it has the additional calls of > > c

RE: [geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
n trying to improve GEOS robustness. This is probably where the checkObviouslyWrongResult came from. After this was done, JTS caught up - so this method may not be needed any more. Obe, Regina wrote: > > I apologize for the barrage of questions. As far as I can tell the > Overlay

RE: [geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
n't realize Union actually works with those, but then I never tried it with 3d. So I'm a little puzzled why these 2 extra function calls since I always thought GEOS was at best on par with JTS? Thanks, Regina -Original Message- From: [EMAIL PROTECTED] on behalf of Obe, Regina S

[geos-devel] Geos Capi OverlayOp, overlayOp question

2008-09-17 Thread Obe, Regina
I'm still trying to understand the geos codebase and just C and C++ in general, so forgive me if my questions seem naive. In the geos_c.cpp (both trunk and 3.0) - starting at line 92 I see this using geos::operation::overlay::OverlayOp; using geos::operation::overlay::overlayOp; I assume the on

[geos-devel] RE: [postgis-devel] Geos Capi OverlayOp, overlayOp question

2008-09-17 Thread Obe, Regina
Mateusz, > Are you asking about the redundant "using" directive or about use of > "using" directive in general? Mostly the redundant using. I wasn't sure if there was some mysterious class I was missing. I assume using in C++ plays the same role as it does in C#. Thanks, Regina

[geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
I'm looking at the operation.overlay.OverlayOp in geos trunk In the header it says Last port: operation/overlay/OverlayOp.java rev. 1.23 But I don't believe this to be right since when I compare the computeOverlay methods against 1.2 and 1.3 versions of JTS codebase, it has an additional EdgeNodi

[geos-devel] OverlayOp JTS port

2008-09-17 Thread Obe, Regina
I accidentally sent to the old address. Sorry about that. --- I'm looking at the operation.overlay.OverlayOp in geos trunk In the header it says Last port: operation/overlay/OverlayOp.java rev. 1.23 But I don't believe this to be right since wh