Re: [gdal-dev] SWIG JNI binding question with GetMetadataItem function

2011-08-11 Thread Nikolaos Hatzopoulos
how you can build a vm in android platform? Because I know android is running on linux but again it depends on the device. If they start building cellphone based on atom processor you must follow the same instruction as a 386 processor. --Nikos Hatzopoulos On Thu, Aug 11, 2011 at 5:08 PM, Jim Pen

RE: [gdal-dev] SWIG JNI binding question with GetMetadataItem function

2011-08-11 Thread Jim Pendleton
Nikos, Building for Java in a standard Linux environment is a little different from building in the Android environment. We've used as a starting point these instructions: http://trac.osgeo.org/gdal/wiki/BuildingForAndroid Though in theory they could be buillt, the individual stand-al

Re: [gdal-dev] SWIG JNI binding question with GetMetadataItem function

2011-08-11 Thread Nikolaos Hatzopoulos
Did you follow these instructions? http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructionsUnix this command must work: java -classpath `pwd`/gdal.jar:`pwd`:`pwd`/build/apps gdalinfo as the instruction are saying: *With luck you will see the gdalinfo usage message. * and try to see a gda

RE: [gdal-dev] SWIG JNI binding question with GetMetadataItem function

2011-08-11 Thread Jim Pendleton
Even, Thanks for the suggestion, but if I've implemented your suggestion properly, it has not solved the underlying problem. >I'm not sure how you've compiled the gdal_warp.cpp, but if you didn't >use the provided swig/java/GNUmakefile, there's one point you must be >very careful that is mention

Re: [gdal-dev] save raster as point-vector file

2011-08-11 Thread Mateusz Kędzior
Hi Chaitanya, I try to add full path to csv file - is it correct? ===NEW VRT FILE "/media/windows/studia/2_sem_mgr/mgr/prof_Zawadzki/dods/gldas/00Z07Apr2009_00Z15Apr2009/evap_OBCXYZn.csv" wkbPoint

Re: [gdal-dev] Own Geotiff overviews(internal)

2011-08-11 Thread Mika Lehtonen
100% correct answer, thanks! That's exactly what I was looking for. Gdal has great resampling algoritms, but with certain files, it's better to 'photoshop' the overviews in order to get maximum quality. And with certain server software, like Geoserver, you can't use external overviews. I could

Re: [gdal-dev] SWIG JNI binding question with GetMetadataItem function

2011-08-11 Thread Even Rouault
> I've found a thread discussing a similar issue under the android-ndk > group, but without the swig component: > > > > http://groups.google.com/group/android-ndk/browse_thread/thread/27e83cdf > 168bc0bb/db151ea4c15362c5?show_docid=db151ea4c15362c5 > > > > I infer from that discussion that ei

Re: [gdal-dev] Own Geotiff overviews(internal)

2011-08-11 Thread Even Rouault
Le jeudi 11 août 2011 17:56:33, Lehtonen, Mika a écrit : > Hi, > sorry for asking something without googling it more beforehands, but I > believe my questions are so trivial that someone can answer to them > right away. > > I believe, with latest gdal versions you can "swap" GeoTiff internal > ove

[gdal-dev] Own Geotiff overviews(internal)

2011-08-11 Thread Lehtonen, Mika
Hi, sorry for asking something without googling it more beforehands, but I believe my questions are so trivial that someone can answer to them right away. I believe, with latest gdal versions you can "swap" GeoTiff internal overviews or by other words, use for example your own tiffs as intern

Re: [gdal-dev] save raster as point-vector file

2011-08-11 Thread Chaitanya kumar CH
What is the output of ogrinfo on the .vrt file? 2011/8/11 Mateusz Kędzior > Hi Chaitanya, > > I say that I don't need to create VRT file, but I was wrong. When I try to > run ogr2ogr utility: > * > ogr2ogr -f GML output_file.gml input_file.csv* > > I discover that created file contain only table

Re: [gdal-dev] save raster as point-vector file

2011-08-11 Thread Mateusz Kędzior
Hi Chaitanya, I say that I don't need to create VRT file, but I was wrong. When I try to run ogr2ogr utility: * ogr2ogr -f GML output_file.gml input_file.csv* I discover that created file contain only table - if I choose ESRI shapefile as output, I get only dbf file. So i try to generate such fi