Re: [gdal-dev] gdal_translate with -projwin possible bug

2016-07-27 Thread Jukka Rahkonen
th gdalwarp by using -te and -tap together. I believe that you would like to see something like -tap (target aligned pixels) also in gdal_translate. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Tickets that mention e00

2016-07-26 Thread Jukka Rahkonen
Hi, I wonder how likely it is that the tickets dealing with Arc/Info coverages http://www.gdal.org/drv_avce00.html will still receive some bug fixes. Would it be a big mistake to close them all as won't fix? -Jukka Rahkonen- ___ gdal-dev mailing list

Re: [gdal-dev] Time for a new GeoJSON driver?

2016-07-25 Thread Jukka Rahkonen
follow the outer ring that is winding counterclockwise the interior in on your left hand side. I may be wrong. And the rule does not explicitly say anything about people walking backwards. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.or

Re: [gdal-dev] Create a new shapefile using ogr utilities

2016-07-25 Thread Jukka Rahkonen
-sql "select geometry from foo where 1=2" emptypoint.shp foo.shp -nlt point Requires foo.shp to exist so not perfect. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] GDAL reads ESRI MultiLinestring as simple Linestring

2016-07-23 Thread Jukka Rahkonen
"paths" : [ [ [-97.06138,32.837], [-97.06133,32.836], [-97.06124,32.834], [-97.06127,32.832] ], [ [-97.06326,32.759], [-97.06298,32.755] ] ], "spatialReference" : {"wkid" : 4326} } } ] } -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] JP2 Segfault

2016-07-22 Thread Jukka Rahkonen
Yves Jacolin free.fr> writes: > > Jukka, I did not use two --config flags at the same time, but this information > is a great confirmation how to manage such multi config flag, definitively useful > for next time. Hi Yves, I was carefully reading your first mail which did have two

Re: [gdal-dev] JP2 Segfault

2016-07-21 Thread Jukka Rahkonen
drivers to unregister." I suppose that with your command only the ECW driver gets skipped and that is not for JPEG2000 at all. Using just one option (or a list) as --config GDAL_SKIP JP2ECW should help you. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Does "OGR_STYLE from rivers" mean it will read rivers.ofs ?

2016-07-03 Thread Jukka Rahkonen
nt anything anywhere? Most GIS formats do not support per feature styles. OGR_STYLE should be usable in formats like MapInfo, KML, DXF, PDF vector. PDF might be easiest for testing. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] How to escape "desc" with OGR SQL?

2016-06-16 Thread Jukka Rahkonen
n from test): near "union": syntax error I must write it escaped select... as \"union\" instead so that double quotes are protected. Are there other characters than " which may need escaping? I guess % and _ but probably there are more. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] How to escape "desc" with OGR SQL?

2016-06-16 Thread Jukka Rahkonen
managed to do the job with SQLite dialect but I wonder if I found a bug with using "desc" as an identifier. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Is option --utility_version documented?

2016-06-15 Thread Jukka Rahkonen
returns for example "gdalinfo was compiled against GDAL 2.1.0dev and is running against GDAL 2.1.0dev" Is it possible the compile and runtime versions are different? What can lead to such situation, and what trouble it makes? -Jukka Rahkonen- __

Re: [gdal-dev] New driver implementation with larger block size

2016-06-07 Thread Jukka Rahkonen
rds "blocks" and "caching" I started to think that the same words appear in Ari Jolma's raster algebra https://trac.osgeo.org/gdal/wiki/rfc62_raster_algebra Could there be some overlaps? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] PostGIS Out of db VRT containing JPEG2000 GDAL 2.1 OpenJPEG

2016-06-05 Thread Jukka Rahkonen
dal.org/frmt_jpeg2000.html. Do you see also driver JP2OpenJPEG listed http://www.gdal.org/frmt_jp2openjpeg.html? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Spatial index to raster VRT

2016-05-27 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > On Thursday 26 May 2016 13:26:38 Jukka Rahkonen wrote: > > > > VRT supports one overview, but that can itself be a VRT, which in turn can > > point to next VRT overview and so on. > Actually, this is not true (although I

Re: [gdal-dev] How to recognize FDO style SQLite db?

2016-05-27 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > This probably doesn't completely fullfil the requirement of "simple mean" , > but if you enable the debug messages from GDAL with "--debug on", you should > see : > "OGR style SQLite DB found !" > > whereas a Spatialite one will trigger : > "SpatiaLite

[gdal-dev] How to recognize FDO style SQLite db?

2016-05-27 Thread Jukka Rahkonen
y: None Feature Count: 1 Layer SRS WKT: (unknown) CheckSpatialMetaData(): Integer (0.0) OGRFeature(SELECT):0 CheckSpatialMetaData() (Integer) = 2 However, the one who knows to do that must be somewhat advanced GDAL and Spatialite user. -Jukka Rahkonen- ___

Re: [gdal-dev] EPSG code not recognized from GeoTiff written by GDAL

2016-05-27 Thread Jukka Rahkonen
ON["Transverse_Mercator"], PARAMETER["latitude_of_origin",0], PARAMETER["central_meridian",9], PARAMETER["scale_factor",0.9996], PARAMETER["false_easting",50], PARAMETER["false_northing",0], UNIT["metre",

Re: [gdal-dev] Spatial index to raster VRT

2016-05-26 Thread Jukka Rahkonen
Daniel Morissette mapgears.com> writes: > > On 2016-05-26 8:40 AM, Jukka Rahkonen wrote: > > Hi, > > > > Any thoughts about alternatives to implement the feature request from > > https://trac.osgeo.org/gdal/ticket/5762? > > > > What I dream of is

[gdal-dev] Spatial index to raster VRT

2016-05-26 Thread Jukka Rahkonen
Hi, Any thoughts about alternatives to implement the feature request from https://trac.osgeo.org/gdal/ticket/5762? What I dream of is to be able to utilize all the nice on-the-fly tweaks that can be done with VRT at similar speed that Mapserver is reaching with tileindex. -Jukka Rahkonen

Re: [gdal-dev] Get a List of tiles source name from the gpkg_content

2016-05-19 Thread Jukka Rahkonen
ring) = two data_type (String) = tiles -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] VRT and M-dimension - any example?

2016-05-10 Thread Jukka Rahkonen
to understand how it works. Could somebody help a bit with making a valid VRT for - CSV source - GeometryType>wkbPointZM - GeometryField encoding="PointFromColumns" Or are the PointFromColumn attributes simply x="x" y="y&quo

[gdal-dev] More simplification algorithms

2016-05-06 Thread Jukka Rahkonen
ve any use for the library and alternative simplification methods in GDAL? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Layer intersection: two polygons with a common point

2016-04-28 Thread Jukka Rahkonen
lakes or routes go through parking areas are realistic use cases so at least it would be good to make is possible to find them with GDAL somehow. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Layer intersection: two polygons with a common point

2016-04-28 Thread Jukka Rahkonen
test, we will determine the intersection between Cam Stream and Blue Lake. The answer must be 'POINT( 52 18 )' Instead of adding a new weird configuration options, how about having an OGC compliant function "Intersects" and our our extension "IntersectsProperly" like there is ContainsProperly in PosGIS http://postgis.net/docs/ST_ContainsProperly.html -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Motion: Promote 2.1.0RC3 for release

2016-04-25 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > Motion: GDAL/OGR 2.1.0RC3 is promoted to be the official 2.1.0 final release. +1 -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Resampling a raster file with GDAL C#

2016-04-18 Thread Jukka Rahkonen
am sure that you can - find SourceProperties (here RasterXSize="88" RasterYSize="88") - devide by 2 and feed values to VRTDataset rasterXSize and rasterYSize - feed the same numbers to DstRect xSize and ySize - double the pixel size in 2nd and 6th terms of GeoTransform -Jukka Rahkone

Re: [gdal-dev] Shapefile to SQL Server

2016-04-15 Thread Jukka Rahkonen
t;ESPG: code_for_UTM_12N" > This causes ogr2ogr to reproject you data to the correct projection And it is written "EPSG" as in European Petroleum Survey Group. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Rectify TIFF: Difference between applied GCP and warped image

2016-04-15 Thread Jukka Rahkonen
(xxx(E), yyy(N)) in projected cooordinates in EPSG:. ArcMap moves this pixel into (x2', y2') (xxx'(E), yyy'(N)) and I think than one or the other is wrong. What do warping specialists think? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.os

Re: [gdal-dev] Rectify TIFF: Difference between applied GCP and warped image

2016-04-12 Thread Jukka Rahkonen
it is applying then? If it is using 2nd order polynomial then the results should be close your result after the second step, if something else then not necessarily. Can you warp the image physically with ArcMap so that you force it to use the 2nd order polynomial? -Jukka Rahkonen- > Thank you! >

Re: [gdal-dev] Use of gdalwarp to make GeoTiff transparent is flipping the image

2016-03-10 Thread Jukka Rahkonen
ging the origin because the native origin is now in the bottom-left corner. If the original image is not really a south-up one then it has wrong georeferencing. Gdalwarp is doing what it is supposed to do. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@

Re: [gdal-dev] Use of gdalwarp to make GeoTiff transparent is flipping the image

2016-03-09 Thread Jukka Rahkonen
nflipp the > image? > > Thanks. > > <http://osgeo-org.1560.x6.nabble.com/file/n5255474/image299.png> > <http://osgeo-org.1560.x6.nabble.com/file/n5255474/transp_image.png> Could you add the gdalinfo report of the original and warped image? -Jukka Rahkonen-

Re: [gdal-dev] WMS Driver defaulting to version 1.1.1

2016-03-02 Thread Jukka Rahkonen
wrong between the client and server. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] osmconf.ini

2016-02-19 Thread Jukka Rahkonen
ute=hiking". Could you put a complete, hopefully small sample of OSM data with hiking routes that could be used for testing somewhere for downloading? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Get EPSG code from WKT

2016-02-18 Thread Jukka Rahkonen
, when I use the last AUTHORITY EPSG code as -s_srs option the above mention problem is solved. > > Is it that I have use the last AUTHORITY EPSG code or any thing will help > > Expecting your suggestion Expecting some sample data that could be used for reproducing the p

Re: [gdal-dev] Resample elevation GeoTiff to 1 meter resolution.

2016-02-16 Thread Jukka Rahkonen
1" and continue then with gdal_calc.py http://www.gdal.org/gdal_calc.html -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] MapInfo and number format limits

2016-02-15 Thread Jukka Rahkonen
Jukka Rahkonen maanmittauslaitos.fi> writes: > > Hi, > > This question > http://gis.stackexchange.com/questions/180627/qgis-ogr-shp-to-tab-export-crashing-mapinfo-due-to-number-format-issues > and a referred forum topic > https://groups.google.com/forum/#!topic/map

[gdal-dev] MapInfo and number format limits

2016-02-13 Thread Jukka Rahkonen
. Is this known and should the mitab driver handle the case? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Ogrinfo, WKT and geometries with Z

2016-02-11 Thread Jukka Rahkonen
the right WKT be POLYGON Z ((340 580 1,560 580 2,560 420 3,340 580 1)) ? I have tested that some software like OpenJUMP and PostGIS do accept POLYGON with 3 coordinates while some other like Spatialite do not. Because Ari is now working with XYZ(M) code would this also be worth a review? -Jukk

Re: [gdal-dev] RFC 61: Call for vote on adoption

2016-02-10 Thread Jukka Rahkonen
that there are no separate XYZ and XYZM shapetypes. I also believe I have never met a shapefile that really contains XYZM data. I agree that the default should be to convert such shapefiles to XYZ instead of XYZM. That would affect shapetype values 11 PointZ 13 PolyLineZ 15 P

Re: [gdal-dev] shp to raster

2016-02-09 Thread Jukka Rahkonen
test with the first example command. Once you see that it works change the parameters one by one to fine tune the result. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] RFC 61: Call for vote on adoption

2016-02-05 Thread Jukka Rahkonen
Ari Jolma gmail.com> writes: > > > I'd like to ask the PSC and others to vote on adopting RFC 61:  > > Support for measured geometries. +1 -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

[gdal-dev] How to append to all layers with ogr2ogr?

2016-02-01 Thread Jukka Rahkonen
that there could be an "append_all" switch which would allow appending to all the layers in the target datastore? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Call for discussion about RFC 61: Support for measures in geometries

2016-01-29 Thread Jukka Rahkonen
e documentation. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Maximum geometry size for JML driver

2016-01-28 Thread Jukka Rahkonen
breaks and lots of white space 193588.34496920794,7005684.6655854415 193632.06812505925,7005834.808810625 193608.4497544446,7005874.299

Re: [gdal-dev] Maximum geometry size for JML driver

2016-01-28 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > I downloaded it and don't see any issue. But it looks like it is the one > written by GDAL Oops, well, it is good to have reference data :) This is from OpenJUMP http://latuviitta.org/downloads/KKK.zip -Jukka-

[gdal-dev] Maximum geometry size for JML driver

2016-01-27 Thread Jukka Rahkonen
quite big multipolygon with 185690 vertices and 9998 holes but it is a valid one and I can convert it into other formats with GDAL if I start from shapefile. I wonder what is the maximum amount of data inside an element and if the limit could be rised with some option. -Jukk

Re: [gdal-dev] Motions: Promote 1.11.4 RC2 and 2.0.2 RC4 for release

2016-01-27 Thread Jukka Rahkonen
+ 1 > Motion 2: + 1 My votes: motion 1: +1 motion 2: +1 -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL 2.0.2 and 1.11.4: RC1 end of next week ?

2016-01-14 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > Hi, > > What about preparing RC1s for both branches for end of next week ? +1 -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GeoPDF vs GeoSpatial PDF

2016-01-11 Thread Jukka Rahkonen
es are geospatial ones while only those created with software from TerraGo are GeoPDF(tm). -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Remapping nodata

2016-01-08 Thread Jukka Rahkonen
t; I did the gdalwarp solution, but as the source data gets larger, then the > resource cost of duplicating all the data goes up. Have you already tried gdal_calc http://www.gdal.org/gdal_calc.html? Option --NoDataValue=NODATAVALUE looks promising. -Jukka Rahkonen- ___

Re: [gdal-dev] OpenJPEG

2015-12-22 Thread Jukka Rahkonen
h archived documents http://www.digitizationguidelines.gov/still-image/documents/Martin.pdf. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Bad design in -clipsrs?

2015-10-25 Thread Jukka Rahkonen
linestrings 100 times faster than GDAL. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Question about ES SQL dialect

2015-10-23 Thread Jukka Rahkonen
d" Are ogrinfo and ogr2ogr analyzing automatically without any user input what is coming after "-where" or "-sql" and if it is json then it will be passed on? Should ElasticSearch be included in the Non-OGR SQL section of http://www

Re: [gdal-dev] Question about ES SQL dialect

2015-10-23 Thread Jukka Rahkonen
Jukka Rahkonen maanmittauslaitos.fi> writes: > > Hi, > > I am reading the ElasticSearch manual page > http://www.gdal.org/drv_elasticsearch.html and I wonder what does this mean > for an end user of ogrinfo and ogr2ogr > > "If specifying "ES" as

Re: [gdal-dev] The "Magic" kernel

2015-10-19 Thread Jukka Rahkonen
VRT works fine in QGIS and I can't notice any speed difference with unfiltered image. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How connect to a remote oracle with spatial

2015-10-14 Thread Jukka Rahkonen
in our environment it can take several minutes to read the metadata from Oracle if table list is not given for limiting the search. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to find image footprints instead of envelopes?

2015-10-14 Thread Jukka Rahkonen
number of different options and comments in the code this tool is very feature rich and obviously used for real production. The license seems to be BSD http://www.freebsd.org/copyright/license.html. I wonder if this tool could be reviewed and possibly added to GDAL

[gdal-dev] The new @filename syntax and UTF-8 with BOM

2015-10-13 Thread Jukka Rahkonen
is banned? And now I understand why some of my mapfiles which I had to convert into UTF-8 for Mapserver v. 7.0 did not work - the same BOM issue there. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] How to find image footprints instead of envelopes?

2015-10-13 Thread Jukka Rahkonen
that at least someone has written a python script for it because the need is so obvious. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal dll depedencies

2015-10-13 Thread Jukka Rahkonen
Gane R gmail.com> writes: > > > I have build gdal from source of the lastet stable release gdal-2.0.1. Does all the drivers code go within gdal200.dll or any dependency exists ? I would use Dependency walker for checking that. You will find loads of dependencies. -Ju

Re: [gdal-dev] GDAL precision for Geometry object

2015-10-11 Thread Jukka Rahkonen
A quick test with OpenJUMP proofs that JTS can handle WKT like "POINT (1.01E1 2.01E1)". -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] decoding consistency between JPEG2000 drivers

2015-10-11 Thread Jukka Rahkonen
nsformation. I am not sure if the bug was ever corrected for SDK 3.x. Please make a test and report the results. If the bug is still there I suppose that it will never be fixed but at least we could document it because SDK 3.x is still used due to its more allowing license. -Jukka Rahkone

Re: [gdal-dev] Motion: Add Kurt Schwehr to GDAL PSC

2015-10-09 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > Hi, > > I propose to add Kurt Schwehr to the GDAL project steering committee. +1 -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Deviation with gdalwarp

2015-10-06 Thread Jukka Rahkonen
irefox as potential malware. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to merge tile trees

2015-09-23 Thread Jukka Rahkonen
ectories from different rasters will not work. I fear that the result will be bad also with the global grids because the border tiles tend to contain partially nodata and as a result there will be more or less wide stripes of missing data at each zoom level at the outer borders of the added data. -Jukk

Re: [gdal-dev] Motions: Promote 1.11.3 RC2 and 2.0.1 RC1 for release

2015-09-21 Thread Jukka Rahkonen
release. > > -- > > My votes : > Motion 1: + 1 > Motion 2: + 1 +1 +1 -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Question about ogr2ogr and geojson url

2015-09-16 Thread Jukka Rahkonen
AUTHORITY["EPSG","7030"]], TOWGS84[0,0,0,0,0,0,0], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPS

Re: [gdal-dev] GDAL error from Mapserver 7.0

2015-09-11 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > The crash is indeed linked to the fact that a wrong table name was passed. And > to reach that point the table name was of the form > "table_name(geom_column_name)", right ? > > Fixed by https://trac.osgeo.org/gdal/ticket/6103 > > As far as the why

Re: [gdal-dev] GDAL error from Mapserver 7.0

2015-09-11 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > As a workaround rewrite your SQL statement to quote the table identifier > > SELECT FROM "uusimmat_kuvat" > or > SELECT FROM 'uusimmat_kuvat' Thanks, it is good to show the workaround on the mailing list because it will take some time before

[gdal-dev] GDAL error from Mapserver 7.0

2015-09-10 Thread Jukka Rahkonen
t". The table name in the mapfile and in Spatialite is actually "uusimmat_kuvat" Any idea what happens and where to search the reason for the error? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] projection error

2015-09-08 Thread Jukka Rahkonen
om/questions/13158795/create-a-geotiff-from-an-existing-bitmap-in-c-sharp-with-gdal. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Gdaltransform hangs sometimes after being idle

2015-09-06 Thread Jukka Rahkonen
Rahkonen Jukka (MML maanmittauslaitos.fi> writes: > > Hi, > > I can reproduce now. GDAL is 64-bit 2.1-dev from http://download.gisinternals.com/sdk/downloads/release-1600-x64-gdal-mapserver.zip Sorry, after further tests the problem with closing the program still happens only occasionally.

Re: [gdal-dev] tiled vector map

2015-09-05 Thread Jukka Rahkonen
op your own system? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Gdaltransform hangs sometimes after being idle

2015-09-05 Thread Jukka Rahkonen
a new message on my screen which I have not noticed before. CPLMutexHolder: Failed to acquire mutex! Unfortunately I can't reprodoce the freeze in a reliable way. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] Gdaltransform hangs sometimes after being idle

2015-09-05 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > Le samedi 05 septembre 2015 17:39:52, Jukka Rahkonen a écrit : > > Hi, > > > > If I run gdaltransform on Windows and keep it idle for some time the whole > > command window freezes sometimes so that it does not accep

[gdal-dev] Store also native geometry into Elastic Search?

2015-09-03 Thread Jukka Rahkonen
and coordinates may change a bit. Am I even right that the conversion into EPSG:4326 is necessary for using the geo_shape query? -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] SRS of the Elastic Search geometries?

2015-09-01 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > Hi Jukka, > > but I can still save for example > > EPSG:3067 geometries without transforming them into EPSG:4326. > > On-the-fly reprojection should occur normally (provided that your source layer > has explicit SRS) Probably that's it, the explicit

[gdal-dev] SRS of the Elastic Search geometries?

2015-09-01 Thread Jukka Rahkonen
Hi, Are the geometries which are stored into Elastic Search supposed to be in EPSG:4326? Now I can see that the driver is writing EPSG:4326 definitions into the metadata of the ES index but I can still save for example EPSG:3067 geometries without transforming them into EPSG:4326. -Jukka

[gdal-dev] CSV driver does not understand allCountries.txt

2015-08-28 Thread Jukka Rahkonen
: None Layer SRS WKT: (unknown) [the first line of the allCountries.txt file] -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] CSV driver does not understand allCountries.txt

2015-08-28 Thread Jukka Rahkonen
Jukka Rahkonen jukka.rahkonen at maanmittauslaitos.fi writes: By closer look it is not exactly that way. However, I guess that the structure of data is changed. http://download.geonames.org/export/dump/readme.txt is listing fields name, asciiname, alternatenames but the data sample that we

Re: [gdal-dev] CSV driver does not understand allCountries.txt

2015-08-28 Thread Jukka Rahkonen
Jukka Rahkonen jukka.rahkonen at maanmittauslaitos.fi writes: Hi, I have understood that CSV driver should automatically recognize the allCountries.txt file from geonames.org. However, my GDAL 2.0 on Windows does not find any fields from the file. What is the expected output of ogrinfo

[gdal-dev] How to read ElasticSearch filters from file?

2015-08-27 Thread Jukka Rahkonen
-in-depth.html -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to read ElasticSearch filters from file?

2015-08-27 Thread Jukka Rahkonen
and at is also used for the same purpose by curl and Oracle PL/SQL so we could call it as a de facto standard. Which one should win if -spat and -where @... are both feeding a spatial filter? Should it be either-or, or both as a combined filter with AND in between? -Jukka Rahkonen

Re: [gdal-dev] Question

2015-08-26 Thread Jukka Rahkonen
: String (0.0) all_tags: String (0.0) You have all_tags=yes in osmconf.ini which means at the same that you do not have other_tags. Now the following command works for me: ogrinfo hamburg-latest.osm.pbf -sql select * from points where all_tags like '%collection%' -Jukka Rahkonen

Re: [gdal-dev] gdal2tile

2015-08-24 Thread Jukka Rahkonen
, Wouldn't it be time to bury 900913 permenently? There is also an open ticket about that https://trac.osgeo.org/gdal/ticket/5622 -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] 2.0.1 (and 1.11.3) release schedule ?

2015-08-19 Thread Jukka Rahkonen
, for our team even casting votes is sometimes too heavy a task. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] JasPer vs OpenJPEG performance

2015-08-10 Thread Jukka Rahkonen
Brad Hards bradh at frogmouth.net writes: On Fri, 7 Aug 2015 11:17:56 AM Jukka Rahkonen wrote: NITF requires either that the tile size must not be bigger that 1024x1024, or that the whole file is written as one single tile. I believe you have such single-tile NITF file. I don't believe

Re: [gdal-dev] JasPer vs OpenJPEG performance

2015-08-07 Thread Jukka Rahkonen
that the tile size must not be bigger that 1024x1024, or that the whole file is written as one single tile. I believe you have such single-tile NITF file. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [gdal-dev] JasPer vs OpenJPEG performance

2015-08-07 Thread Jukka Rahkonen
an enormous boost. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Additon to r29598

2015-08-03 Thread Jukka Rahkonen
are provided as input, they are stored as geo point and the center of the polygon is used as value of the point. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Non-standard characters in GeoPackage table names

2015-08-03 Thread Jukka Rahkonen
if programmers are lazy too and there can already exist GeoPackage programs which do simply SELECT attribute FROM table; instead of SELECT attribute FROM table; even the latter syntax is necessary for example in case like SELECT attribute-with-dash FROM table-with-dash; -Jukka Rahkonen

[gdal-dev] Non-standard characters in GeoPackage table names

2015-08-01 Thread Jukka Rahkonen
tables with whichever names at least without hearing the opinion of OGC GeoPackage group first. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Motion: Adopt FRC48: Geographical networks support

2015-07-24 Thread Jukka Rahkonen
-Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] decimal rounding issue when re-projecting

2015-07-16 Thread Jukka Rahkonen
with -of and defining extents with -te http://www.gdal.org/gdalwarp.html -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Gdal_calc.py with more than 26 input files

2015-07-16 Thread Jukka Rahkonen
Hi, Have a look at this gis.stackexchange question: http://gis.stackexchange.com/questions/149006/does-gdal-calc-only-support-26-input-raster-files-at-a-time So, what users can do if they have more than 26 input files? -Jukka Rahkonen- ___ gdal-dev

Re: [gdal-dev] Transparency mask (alpha band) in ECW

2015-07-08 Thread Jukka Rahkonen
Even Rouault even.rouault at spatialys.com writes: GDAL ECW driver does not have support for this. I wonder if it could be doable and if I should make a feature request. I also wonder if GDAL can decode ECW files which have transparency mask correctly. Jukka, I'm a bit confused by

[gdal-dev] Transparency mask (alpha band) in ECW

2015-07-08 Thread Jukka Rahkonen
is implemented as an opacity band called AllOpacity. GDAL ECW driver does not have support for this. I wonder if it could be doable and if I should make a feature request. I also wonder if GDAL can decode ECW files which have transparency mask correctly. -Jukka Rahkonen

Re: [gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-07-07 Thread Jukka Rahkonen
one sends elements like level: 0, resolution: 156543.03392800014, scale: 5.91657527591555E8 but the latter not. I suppose that missing levels is the reason for the failure. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] Motion: Adopt RFC 26: GDAL Block Cache Improvements

2015-06-19 Thread Jukka Rahkonen
the implementation so 0 but avoiding out of memory errors with large images is for sure worth +. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Gdal_translate considers --config means -co

2015-06-18 Thread Jukka Rahkonen
be cut at -co and interpreted to mean something totally different. Moving --config to the end of the command leads to success. -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

  1   2   3   4   5   6   7   8   >