Re: [gdal-dev] Lambert 93 problem with GDAL 1.11.0

2014-07-17 Thread orel
Thanks for spotted this, but it doesn't change anything. I've uploaded the file here : http://speedy.sh/vNEcQ/test-bati-pts2.zip If I display it, using GlobalMapper for example (or my osgEarth based application), the data are in the right place. If

Re: [gdal-dev] How use an SVG in the OGR Feature Styles

2014-07-17 Thread Andrea Peri
Hi Even many thx for your explaination. I try it. 2014-07-17 21:13 GMT+02:00 Even Rouault : > Le jeudi 17 juillet 2014 15:25:31, Andrea Peri a écrit : >> Hi, >> >> I'm studyng the specs for >> OGR Feature Style. >> >> available at http://www.gdal.org/ogr_feature_style.html >> >> Our goal is to

Re: [gdal-dev] How use an SVG in the OGR Feature Styles

2014-07-17 Thread Even Rouault
Le jeudi 17 juillet 2014 15:25:31, Andrea Peri a écrit : > Hi, > > I'm studyng the specs for > OGR Feature Style. > > available at http://www.gdal.org/ogr_feature_style.html > > Our goal is to try to use it with mapserver just now and in the future on > QGIS. > > In that spec, in the BRUSH Tool

Re: [gdal-dev] geo PDF with layers

2014-07-17 Thread Etienne Tourigny
this page suggests that gdal was updated to 1.10, perhaps not for you fedora version or respositories https://lists.fedoraproject.org/pipermail/package-announce/2014-March/130765.html On Thu, Jul 17, 2014 at 3:41 PM, Even Rouault wrote: > Le jeudi 17 juillet 2014 17:38:06, brad a écrit : > >

Re: [gdal-dev] Lambert 93 problem with GDAL 1.11.0

2014-07-17 Thread Even Rouault
Le jeudi 17 juillet 2014 16:31:42, Frédéric Trastour a écrit : > Hi, > > It seems that in your wkt standard_parallel_1 et standard_parallel_2 values > are inverted. Take a look at : > http://spatialreference.org/ref/epsg/2154/prettywkt/ In LCC_2SP, the roles of StdP1 and StdP2 can be switched ind

Re: [gdal-dev] geo PDF with layers

2014-07-17 Thread Even Rouault
Le jeudi 17 juillet 2014 17:38:06, brad a écrit : > I have gdal 1.9.2 on fedora 19, that appears to be the latest build > available from fedora. > I have a geo PDF, from US Topo which has several layers, including an > image layer. I would like to convert this to tiff without the image > layer.

Re: [gdal-dev] Lambert 93 problem with GDAL 1.11.0

2014-07-17 Thread Andre Joost
Am 17.07.2014 16:31, schrieb Frédéric Trastour: Hi, It seems that in your wkt standard_parallel_1 et standard_parallel_2 values are inverted. Take a look at : http://spatialreference.org/ref/epsg/2154/prettywkt/ That should not do any harm. Look at ESRI:102110: http://spatialreference.org/re

Re: [gdal-dev] GDAL Arbitrary Warp Problems

2014-07-17 Thread Michael Aschenbeck
Thanks Even, this was my lone hang-up and got it me on the right track! On Tue, Jul 15, 2014 at 1:00 PM, Even Rouault wrote: > Le mardi 15 juillet 2014 20:52:16, Michael Aschenbeck a écrit : > > Thanks for your response. > > > > For my application, I will be creating the transformation on the f

[gdal-dev] geo PDF with layers

2014-07-17 Thread brad
I have gdal 1.9.2 on fedora 19, that appears to be the latest build available from fedora. I have a geo PDF, from US Topo which has several layers, including an image layer. I would like to convert this to tiff without the image layer. From what I can figure out, I need 1.10 to do this. Is that

Re: [gdal-dev] Calculate lat lon of image corners knowing center's lat lon

2014-07-17 Thread gustavohissi
Hello, I`m sorry to raise this topic again but, I have a similar issue with a PNG file from a weather radar. I know the center lat,lon value of this image, the projection is aeqd (azimuthal equidistant) and the area it covers is a 400km sided square. Is it possible to georeference this image with

Re: [gdal-dev] Lambert 93 problem with GDAL 1.11.0

2014-07-17 Thread Frédéric Trastour
Hi, It seems that in your wkt standard_parallel_1 et standard_parallel_2 values are inverted. Take a look at : http://spatialreference.org/ref/epsg/2154/prettywkt/ Br, Fred. -Message d'origine- De : gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] De la part

[gdal-dev] Lambert 93 problem with GDAL 1.11.0

2014-07-17 Thread orel
Hi, I've downloaded GDAL 1.11.0 sources and built it, with Proj 4.8, under Win7 (32bits compilation) I've got problems using shape file with "Lambert 93" projection defined as follow (ogrinfo output) : PROJCS["Lambert_Conformal_Conic", GEOGCS["GCS_Geographic Coordinate System", DATUM

[gdal-dev] How use an SVG in the OGR Feature Styles

2014-07-17 Thread Andrea Peri
Hi, I'm studyng the specs for OGR Feature Style. available at http://www.gdal.org/ogr_feature_style.html Our goal is to try to use it with mapserver just now and in the future on QGIS. In that spec, in the BRUSH Tool parameters section and also in the Symbol tool section, I read about the opti

Re: [gdal-dev] Rename and Reorder Layers?

2014-07-17 Thread Nik Sands
Thanks Even. I'm mostly working with the SQLite/Spatialite driver so the the SQL query may be a good work around for my first issue. Thanks for this suggestion. The second issue sounds more challenging, and I'll have to investigate the VRT file idea, or possibly come up with my own metadata me

Re: [gdal-dev] Rename and Reorder Layers?

2014-07-17 Thread Even Rouault
Selon bas smit : > Dear Even Rouault > > I was also wondering to know if it is possible to rename the raster bands > ? Bas, You can attach a description to bands with SetDescription(). But not so many formats support that natively. HFA Imagine is one of those few. Other PAM based drivers will

Re: [gdal-dev] Rename and Reorder Layers?

2014-07-17 Thread bas smit
Dear Even Rouault I was also wondering to know if it is possible to rename the raster bands ? Bas On Thu, Jul 17, 2014 at 8:29 PM, Even Rouault wrote: > Nik, > > > I have two simple questions (not sure if the answers are as simple)... > > > > 1. Is it possible to rename an OGR layer in pla

Re: [gdal-dev] Rename and Reorder Layers?

2014-07-17 Thread Even Rouault
Nik, > I have two simple questions (not sure if the answers are as simple)... > > 1. Is it possible to rename an OGR layer in place within a writeable data > store without first creating a copy of the entire layer? There's no provision in the OGR API to do that currently. Although it could be ni

[gdal-dev] Rename and Reorder Layers?

2014-07-17 Thread Nik Sands
Hi all, I have two simple questions (not sure if the answers are as simple)... 1. Is it possible to rename an OGR layer in place within a writeable data store without first creating a copy of the entire layer? The only way I've found to do this is to use OGR_DS_CopyLayer() (or similar) and th