[gdal-dev] geojson size matters?

2016-10-01 Thread Jaak Laineste
I have a big geojson (4.83G) and try to convert it using ogr2ogr (GDAL 2.1.1, released 2016/07/07, Mac), but after 6 minutes of processing it terminates with: ERROR 1: GeoJSON parsing error: continue (at offset -1) ERROR 4: Failed to read GeoJSON data FAILURE: Unable to open datasource `geonames.

Re: [gdal-dev] Public XYM or XYZM datasets?

2016-08-30 Thread Jaak Laineste
It looks like I get only one link with some selected layers. Which layers are worth to try? Your selected spatial data sets from the Finnish Transport Agency are available at the following link: https://extranet.liikennevirasto.fi/livi/inspire-downloads/41...zip The download link is valid for

Re: [gdal-dev] tiled vector map

2015-09-05 Thread Jaak Laineste
Hello, I would think of tiled vector map data as multi-resolution dataset, in several means more similar to multi-resolution raster datasets than vector datasets. But this would be interesting challenge. I assume you want to take some vector data (e.g. Shapefiles) and convert them to vector ti

Re: [gdal-dev] Buffer unit

2013-10-10 Thread Jaak Laineste (Nutiteq)
On 10.10.2013, at 14:06, Iván Sánchez Ortega wrote: > El Jueves, 10 de octubre de 2013 13:16:42 Jaak Laineste escribió: >> Isn't there really better solution than dual-transformation? [...] Good >> solution would be to implement buffer function from latitude/longitude >

Re: [gdal-dev] Buffer unit

2013-10-10 Thread Jaak Laineste (Nutiteq)
On 09.10.2013, at 22:57, Jukka Rahkonen wrote: > Iván Sánchez Ortega sanchezortega.es> writes: > >> >> El Miércoles, 9 de octubre de 2013 07:33:43 Federico Jurio escribió: >>> Dear all, I am using WGS84 (4326) and would like to buffer based on meters >>> and not degrees. [...] >>> Can someone

Re: [gdal-dev] OGR datasources

2013-10-04 Thread Jaak Laineste (Nutiteq)
On 03.10.2013, at 20:57, Even Rouault wrote: > Le jeudi 03 octobre 2013 16:11:23, Jaak Laineste (Nutiteq) a écrit : >> Does anyone has a list of OGR datasources which support update ? >> >> I'm using it in Android context, so "big" datasources with libra

[gdal-dev] OGR datasources

2013-10-03 Thread Jaak Laineste (Nutiteq)
Does anyone has a list of OGR datasources which support update ? The tables and test methods have "create" capability, but not update. And it turns out that there are datasources (e.g. MapInfo) which allow create, but does not allow editing of existing data (opening in write mode). Actually the

Re: [gdal-dev] Wrapping with SWIG

2013-06-06 Thread Jaak Laineste (Nutiteq)
On 22.05.2013, at 10:20, Even Rouault wrote: > Le vendredi 17 mai 2013 09:38:31, Hank Finley a écrit : >> Hi Tamas, >> >> thanks for the advice, I would still like to continue with my goal, down >> the track I'm going to be using this to fuel my OpenGL graphical map. The >> SQL API level was far

Re: [gdal-dev] Some OGR drivers do not work

2013-05-24 Thread Jaak Laineste (Nutiteq)
2013/5/20 Frank Warmerdam > > > > On Mon, May 20, 2013 at 9:26 AM, Jaak Laineste (Nutiteq) > wrote: > >> Hello, >> >> I compiled GDAL 0.10 release for Android, with basic driver package. I >> left cURL and other more complex dependencies for later.

[gdal-dev] Some OGR drivers do not work

2013-05-20 Thread Jaak Laineste (Nutiteq)
Hello, I compiled GDAL 0.10 release for Android, with basic driver package. I left cURL and other more complex dependencies for later. It works with partial success: a) Snags during compiling: 1. had to disable gif driver, as there was "undefined reference to `GIFAbstractDataset::GetMetadataI

Re: [gdal-dev] Get a list of supported file formats

2013-03-31 Thread Jaak Laineste (Nutiteq)
finition, i.e. the tuple ("*.TIF, *.tif", "GeoTIFF")? > > Look at http://svn.osgeo.org/gdal/trunk/gdal/gcore/gdal_misc.cpp, lines > 2344 > to 2453 > > > > > Thanks! > > > > Diego > ___ > gdal-

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-15 Thread Jaak Laineste
Hi Chris, On 15.11.2012, at 1:15, Chris Barker wrote: >> I just created index bounding boxes for >> all the NOAA BSB charts using GDAL > > Exacltly how did you use GDAL for this? I use GDAL as library. So I have a code which scans all the files and requests bounding boxes. >> for my Android s

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-14 Thread Jaak Laineste (Nutiteq)
that? > > -Chris > > > > > -- > > Christopher Barker, Ph.D. > Oceanographer > > Emergency Response Division > NOAA/NOS/OR&R(206) 526-6959 voice > 7600 Sand Point Way NE (206) 526-6329 fax > Seattle, WA 98115 (206) 526-6317 m

[gdal-dev] Set no-data in AutoCreateWarpedVRT

2012-11-09 Thread Jaak Laineste
I use AutoCreateWarpedVRT API to open datasource programmatically (Java) in another projection, to use dynamic reprojection. The data (NOAA KAP) is indexed color and has colortable. As you can see in http://d.pr/i/GQKc No-data (if this is the right term) is colored as black, but I would need i