[gdal-dev] Help formatting 2 million images for geoserver WMS via GDAL

2014-05-21 Thread Peter Lenou
I am trying to use the GDAL command line utilities to format 2 million images (geotiff) of variable size in a form that can be uploaded to geoserver to be served via WMS. I am having problems determining what is the best method to format the data i.e. do I pyramid the whole set using gdal_retile.p

Re: [gdal-dev] Difficulty finding all parts of shapefile polygon using Python and osgeo/ogr

2014-05-21 Thread Jan Heckman
Hi Bruce, Fine, I liked looking into it as a way of refamiliarizing myself, so no time wasted as far as I'm concerned. Something that stuck in my mind is that the shapefile looks like a contour-plot and that the cut-off of the little shape0 might not be desired, at least not with the sort of minima

Re: [gdal-dev] [OSGeo-Standards] Idea: GeoTIFF box in JPEG to addgeoreferencing

2014-05-21 Thread Peter Baumann
Hi Emmanuel, my fault, the curse of shorthand...expanding a little: - GMLCOV gives a format-independent coverage model, with an increasing number of mappings from/to concrete formats getting available. As there is a formal dependency of GMLJP2 on GMLCOV both best should be adopted in sync. C

Re: [gdal-dev] [OSGeo-Standards] Idea: GeoTIFF box in JPEG to addgeoreferencing

2014-05-21 Thread Rahkonen Jukka (Tike)
Even Rouault wrote: > A fundamental question that has not been much discussed in this thread is : do > people really see interest in capturing georeferencing in popular image > formats > like PNG or JPG ? My thinking is that it could be potentially usefull in a few > situations : > * when a WMS s

Re: [gdal-dev] Outside of Image Area Warnings gdal_translate

2014-05-21 Thread Even Rouault
Le mercredi 21 mai 2014 15:34:40, David Fawcett a écrit : > Thank you Even. > > My input images came from an external source, so I have no control over > them. Are you suggesting that I tile the output? I don't see a creation > option of TILED=YES for OpenJPEG, it looks like I would have to use

Re: [gdal-dev] [OSGeo-Standards] Idea: GeoTIFF box in JPEG to addgeoreferencing

2014-05-21 Thread Mateusz Łoskot
On 21 May 2014 12:39, Even Rouault wrote: > Le mardi 20 mai 2014 12:48:12, Emmanuel Devys a écrit : >> Thanks Peter, Carl, Even, Jukka et al for this interesting discussion on >> adding Georeferencing to image file standards, and capabilities of GMLJP2 >> 2.0 (and its GMLCOV capabilities for recti

Re: [gdal-dev] Outside of Image Area Warnings gdal_translate

2014-05-21 Thread Even Rouault
Le mercredi 21 mai 2014 13:39:43, David Fawcett a écrit : > I am running gdal_translate to composite image tiles in a vrt and reduce > the output image size. I ran it at outsize 50% 50% and received no > warnings. When I bumped the outsize up to 75%, I got quite a few warnings > like the one belo

[gdal-dev] Outside of Image Area Warnings gdal_translate

2014-05-21 Thread David Fawcett
I am running gdal_translate to composite image tiles in a vrt and reduce the output image size. I ran it at outsize 50% 50% and received no warnings. When I bumped the outsize up to 75%, I got quite a few warnings like the one below. Warning 1: Right position of the decoded area (region_x1=5120)

Re: [gdal-dev] Motion: Adopt RFC 46 : GDAL/OGR unification

2014-05-21 Thread Tamas Szekeres
+1 Tamas 2014-05-19 22:29 GMT+02:00 Even Rouault : > Hi, > > I think that the points raised in the discussion have been answered. I've > just > done a minor edit to the RFC text to mention RFC 36, as rightly suggested > by > Ivan. > > So: > > Motion : I move to adopt RFC 46: GDAL/OGR unificati

Re: [gdal-dev] [OSGeo-Standards] Idea: GeoTIFF box in JPEG to addgeoreferencing

2014-05-21 Thread Even Rouault
Le mardi 20 mai 2014 12:48:12, Emmanuel Devys a écrit : > Thanks Peter, Carl, Even, Jukka et al for this interesting discussion on > adding Georeferencing to image file standards, and capabilities of GMLJP2 > 2.0 (and its GMLCOV capabilities for rectified Grid coverages or > Georeferenceable Grid c

Re: [gdal-dev] Missing include in MSG driver

2014-05-21 Thread Even Rouault
Le mardi 20 mai 2014 10:21:43, Christian Authmann a écrit : > Hello, > > I tried to compile GDAL 1.11.0 with the meteosat 2 (MSG) driver, but > compilation failed in > > frmts/msg/msgcommand.cpp > > with a message stating that sprintf() was unknown. Adding > > #include > > at the top of the f