Re: [Geotools-devel] OGR data store is back

2011-12-09 Thread Mauricio Pazos
On Sunday, October 30, 2011 03:57:59 PM Andrea Aime wrote: > All right, all right, enough ranting, congrats if you made it to the end > of the mail and I hope the OGR store will be of use for you as well > Hello Andrea I have read this mail many times. I am trying OGRDataStore, this e-mail is an

Re: [Geotools-devel] OGR data store is back

2011-11-14 Thread Andrea Aime
On Mon, Nov 14, 2011 at 11:50 AM, Francesco Izzi wrote: > Hi Andrea, > > i test this in the ubuntu machine i run tomcat with: > > CATALINA_OPTS="-server -Xms48m -Xmx1024M -XX:SoftRefLRUPolicyMSPerMB=36000 > -XX:MaxPermSize=128m -XX:+UseParallelGC -Djava.library.path=/usr/bin > -DGDAL_LIBRARY_NAME=

Re: [Geotools-devel] OGR data store is back

2011-11-14 Thread Francesco Izzi
Hi Andrea, i test this in the ubuntu machine i run tomcat with: CATALINA_OPTS="-server -Xms48m -Xmx1024M -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:MaxPermSize=128m -XX:+UseParallelGC -Djava.library.path=/usr/bin -DGDAL_LIBRARY_NAME=gdal" but i retrieve this error: Caused by: java.lang.RuntimeExcept

Re: [Geotools-devel] OGR data store is back

2011-11-13 Thread Francesco Izzi
Thanks Andrea, I will investigate the problem, and i'll let you know. 2011/11/13 Andrea Aime > On Sat, Nov 12, 2011 at 10:19 PM, Francesco Izzi < > [email protected]> wrote: > >> Hi Andrea, >> >> i try to test the ogr datastore on macosx lion. >> >> i run: mvn clean install -Djava.libra

Re: [Geotools-devel] OGR data store is back

2011-11-13 Thread Andrea Aime
On Sat, Nov 12, 2011 at 10:19 PM, Francesco Izzi wrote: > Hi Andrea, > > i try to test the ogr datastore on macosx lion. > > i run: mvn clean install -Djava.library.path=/usr/local/bin/ > -DGDAL_LIBRARY_NAME=gdal > > but i have this: > > --- > T

Re: [Geotools-devel] OGR data store is back

2011-11-12 Thread Francesco Izzi
Hi Andrea, i try to test the ogr datastore on macosx lion. i run: mvn clean install -Djava.library.path=/usr/local/bin/ -DGDAL_LIBRARY_NAME=gdal but i have this: --- T E S T S --- Running or

Re: [Geotools-devel] OGR data store is back

2011-11-01 Thread Andrea Aime
On Tue, Nov 1, 2011 at 12:58 PM, Michael Bedward wrote: > On 1 November 2011 22:41, Andrea Aime wrote: >> >> Ah coverages. OGR store reads vector data. > > ArcInfo coverages are vector. Aah, those coverages :-) > Back when I were a lad all we had were coverages (vector), grids > (raster) and ro

Re: [Geotools-devel] OGR data store is back

2011-11-01 Thread Michael Bedward
On 1 November 2011 22:41, Andrea Aime wrote: > > Ah coverages. OGR store reads vector data. ArcInfo coverages are vector. Back when I were a lad all we had were coverages (vector), grids (raster) and rocks which we used to bang together. Michael

Re: [Geotools-devel] OGR data store is back

2011-11-01 Thread Andrea Aime
On Tue, Nov 1, 2011 at 11:07 AM, Michael Bedward wrote: > Wow - thanks for this Andrea. Lots of good and interesting stuff here. > > The Bridj and JNAerator tools look extremely useful. I've got some C / > C++ code from long ago, and also native libraries that come with R > packages, that I'd love

Re: [Geotools-devel] OGR data store is back

2011-11-01 Thread Michael Bedward
Wow - thanks for this Andrea. Lots of good and interesting stuff here. The Bridj and JNAerator tools look extremely useful. I've got some C / C++ code from long ago, and also native libraries that come with R packages, that I'd love to try hooking up to Java. It always seemed too complicated to bo

[Geotools-devel] OGR data store is back

2011-10-30 Thread Andrea Aime
Hi all, those who follow the commits mailing list have probably noticed me hacking around the OGR data store in unsupported land in the last few weekends. This time I dropped the OGR own JNI library, which has the pretty obnoxious requirement to have to be built for each an every platform, but als