[gdal-dev] Error in building GDAL with java binding

2016-12-08 Thread Tomer
Hey, I want to build java binding for GDAL. After following "Build Instructions for GDAL/OGR In Java (Windows)", I get the next error: *"NMAKE : fatal error U1045: spawn failed : Permission denied"* Regards, Tomer -- View this message in context: http://osgeo-org.1560.x6

Re: [gdal-dev] SetSpatialFilter and Spatial Index

2016-06-16 Thread Tomer
le feature from this layer? Thanks again, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/SetSpatialFilter-and-Spatial-Index-tp5271637p5272096.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev m

[gdal-dev] SetSpatialFilter and Spatial Index

2016-06-14 Thread Tomer
Hi, If I use the function SetSpatialFilter on a layer of a shp file with spatial index(.qix), will the function use the index to decide which features are suitable? Thanks, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/SetSpatialFilter-and-Spatial-Index-tp5271637

[gdal-dev] layer and columns names aliases

2016-05-20 Thread Tomer
Hi, I use c# bindings for GDAL/ OGR and I didn't find how can I get the layer name alias or the column names aliases. Is there support for reading this information? If so, how? Thanks, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-layer-and-columns-

Re: [gdal-dev] Can't read column name of a gdb file with lattin letters

2016-04-26 Thread Tomer
If the problem because the null bytes, I still don't understand why I got the same column name before and after the changes I did in the source code. That why I guess there is also another problem. Do you know know what it can be? -- View this message in context: http://osgeo-org.1560.x6.nabble

[gdal-dev] Can't read column name of a gdb file with lattin letters

2016-04-25 Thread Tomer
rectly even after the changes I made? If someone has another way to deal with this problem, please let me know. Thanks, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Can-t-read-column-name-of-a-gdb-file-with-lattin-letters-tp5262714.html Sent fro

Re: [gdal-dev] Can't read column name of a gdb file with lattin letters

2016-04-16 Thread Tomer
Hi, I responded to myself because the original e-mail wasn't sent to the mailing list. Have a good day. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Can-t-read-column-name-of-a-gdb-file-with-lattin-letters-tp5261530p5261577.html Sent from the GDAL - Dev mailin

[gdal-dev] Grayscale To RGB

2015-04-29 Thread Tomer
Hello, I want to change a grayscale image to an RGB image, because the gdalbuildvrt utility only accepts images with the same channels. Is there a way to do it with the gdal_translate or gdal_calc utilities or with other utilities. Best regards, Tomer. -- View this message in context: http

[gdal-dev] RGB to Grayscale

2015-04-16 Thread Tomer
Hello, I want to change a rgb image to a grayscale image. Is there a way to make it through the gdal_translate.exe utility or through other utilities. Best regards, Tomer. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/RGB-to-Grayscale-tp5201726.html Sent from the GDAL

[gdal-dev] Extracting Features

2015-02-23 Thread Tomer
Hey, I'm using the ogr2ogr vector utility, and i want to extract features from a data source which intersect the extent of another data source. How can i do it? Best regards, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Extracting-Features-tp5189503.html

Re: [gdal-dev] Question about ogr2ogr utility

2015-02-22 Thread Tomer
The parameter "file path" that i meant is any supported OGR data source, such as shape file. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Question-about-ogr2ogr-utility-tp5189255p5189281.html Sent from the GDAL - Dev mailing list archive at Nabble.com. __

[gdal-dev] Question about ogr2ogr utility

2015-02-22 Thread Tomer
Hey, I use ogr2ogr vector utility in order to extract features which intersects a given extent. I found the "-spat" option which gets extent (2 points) as parameters, but i want to use a file path as parameter. Is there any way to do it? Best regards, Tomer -- View this message

[gdal-dev] NODATA tag

2015-01-20 Thread Tomer
ng the methodDataset::WriteNoDataValue in geotiff.cpp (removing its content), it didn't change nothing in the behaviour (the NODATA tag was still written) Best regards, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/NODATA-tag-tp5182620.html Sent from the GDAL - De

[gdal-dev] error in Jp2Ecw driver create() method

2015-01-05 Thread Tomer
t; I'm getting the next error: 0ERROR 6: GDALDriver::Create() ... no create method implemented for this format. best regards, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/error-in-Jp2Ecw-driver-create-method-tp5180022.html Sent from the

[gdal-dev] How to get information on JPEG 2000 files such as layers and precints?

2014-12-10 Thread Tomer
nformation I was looking for with c# bindings of gdal? Best regards, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-get-information-on-JPEG-2000-files-such-as-layers-and-precints-tp5177266.html Sent from the GDAL - Dev mailing list archive at

[gdal-dev] How to get additional information about JPEG 2000 using GDAL + ECW/JPG2 Intergraph SDK

2014-11-26 Thread Tomer
: TILE_WIDTH=n: TILE_HEIGHT=n: INCLUDE_SOP=YES/NO: INCLUDE_EPH=YES/NO: DECOMPRESS_LAYERS=n: Best regards, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-get-additional-information-about-JPEG-2000-using-GDAL-ECW-JPG2-Intergraph-SDK-tp5175081.html Sent from the

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-26 Thread Tomer
i tried different options in the Encoding menu but none displayed the file correctly. I think the problem is caused by incorrect reading of the mdb file made ​​by the driver. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-Unicode-Characters-tp51580

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-26 Thread Tomer
The ogrinfo display non-English characters as '?'. I'm not sure in which encoding it return its results. (Is there any way to check the encoding?) Example for ogrinfo output: . OGRFeature:4 OBJECTID = 3 . . _?? = -?

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
Do you have any idea for a possible solution? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-Unicode-Characters-tp5158087p5158179.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
i tried the vector utility program "ogr2ogr" to convert mdb to kml and still non-English characters are replaced by '?' -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-Unicode-Characters-tp5158087p5158156.html Sent from the GDAL - Dev mailing list a

[gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
Hey, I'm using C# wrapper of GDAL and I'm having a problem converting MDB file that contains unicode characters. Lets take for example conversion to KML file, non-English characters are replaced by '?' How do I solve it? -- View this message in context: http://osgeo-org.1560.x6.nabble.com

[gdal-dev] Converting MDB File With Unicode Characters

2014-08-19 Thread Tomer
Hey, I'm using a C# wrapper of GDAL and I'm having a problem converting MDB file that contains unicode characters. Lets take for example conversion to KML file, non-English characters are replaced by '?' How do I solve it? -- View this message in context: http://osgeo-org.1560.x6.nabble.c