Even Rouault-2 wrote
> Use LINESTRING Z (with a space). I don't think LINESTRINGZ is valid WKT.
I'm really stupid :)
Thank you very much
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Impossible-to-read-wkbLineString25D-geometry-extent-tp5245452p5245460.html
Sent from th
Le jeudi 14 janvier 2016 23:33:10, aborruso a écrit :
> Hi,
> I have this CSV file:
> WKT,id
> "LINESTRINGZ (345033.07756361004 4221015.5546970163 50,330734.94084110629
> 4207332.313714385 50,331946.96878985036 4199477.8127947021
> 50,344424.26383262046 4197025.7027728558 50,351619.95001382299
> 42
Hi,
I have this CSV file:
WKT,id
"LINESTRINGZ (345033.07756361004 4221015.5546970163 50,330734.94084110629
4207332.313714385 50,331946.96878985036 4199477.8127947021
50,344424.26383262046 4197025.7027728558 50,351619.95001382299
4206318.4892121488 50,356988.82880540413 4212298.2940350361
50,354468.
Le jeudi 14 janvier 2016 20:45:49, Jeff McKenna a écrit :
> On 2016-01-14 3:14 PM, Even Rouault wrote:
> > Le jeudi 14 janvier 2016 20:04:02, Jeff McKenna a écrit :
> >> On 2016-01-14 3:05 PM, Even Rouault wrote:
> >>> Le jeudi 14 janvier 2016 19:54:32, Jeff McKenna a écrit :
> Hi all!
>
On 2016-01-14 3:47 PM, Even Rouault wrote:
Le jeudi 14 janvier 2016 20:14:01, Even Rouault a écrit :
Le jeudi 14 janvier 2016 20:04:02, Jeff McKenna a écrit :
On 2016-01-14 3:05 PM, Even Rouault wrote:
Le jeudi 14 janvier 2016 19:54:32, Jeff McKenna a écrit :
Hi all!
With today's trunk, I'm
On 2016-01-14 3:14 PM, Even Rouault wrote:
Le jeudi 14 janvier 2016 20:04:02, Jeff McKenna a écrit :
On 2016-01-14 3:05 PM, Even Rouault wrote:
Le jeudi 14 janvier 2016 19:54:32, Jeff McKenna a écrit :
Hi all!
With today's trunk, I'm getting a compile error, during linking, with
Windows visua
Le jeudi 14 janvier 2016 20:14:01, Even Rouault a écrit :
> Le jeudi 14 janvier 2016 20:04:02, Jeff McKenna a écrit :
> > On 2016-01-14 3:05 PM, Even Rouault wrote:
> > > Le jeudi 14 janvier 2016 19:54:32, Jeff McKenna a écrit :
> > >> Hi all!
> > >>
> > >> With today's trunk, I'm getting a compil
Le jeudi 14 janvier 2016 20:04:02, Jeff McKenna a écrit :
> On 2016-01-14 3:05 PM, Even Rouault wrote:
> > Le jeudi 14 janvier 2016 19:54:32, Jeff McKenna a écrit :
> >> Hi all!
> >>
> >> With today's trunk, I'm getting a compile error, during linking, with
> >> Windows visual studio 2008:
> >>
>
On 2016-01-14 3:05 PM, Even Rouault wrote:
Le jeudi 14 janvier 2016 19:54:32, Jeff McKenna a écrit :
Hi all!
With today's trunk, I'm getting a compile error, during linking, with
Windows visual studio 2008:
***
Creating library gdal_i.lib and object gdal_i.exp
nitfwritejpeg_12.obj : error LNK2
Le jeudi 14 janvier 2016 19:54:32, Jeff McKenna a écrit :
> Hi all!
>
> With today's trunk, I'm getting a compile error, during linking, with
> Windows visual studio 2008:
>
> ***
> Creating library gdal_i.lib and object gdal_i.exp
> nitfwritejpeg_12.obj : error LNK2001: unresolved external symbo
Hi all!
With today's trunk, I'm getting a compile error, during linking, with
Windows visual studio 2008:
***
Creating library gdal_i.lib and object gdal_i.exp
nitfwritejpeg_12.obj : error LNK2001: unresolved external symbol "void
__cdecl jpeg_vsiio_
dest_12(struct jpeg_compress_struct12 *,st
I encountered a problem with gdal_rasterize, and I wanted to make some
changes in my own copy of the source code in GDALRasterizeLayers() to see
if my changes were running. However, the executable in question is written
in C++ (https://github.com/OSGeo/gdal/blob/trunk/gdal/alg/gdalrasterize.cpp)
an
Than you Even,
double adfGeoTransform[6];
srcDS->GetGeoTransform(adfGeoTransform)
gives me 6 values: center, pixel size and rotation.
But when I do CreateCopy I get:
map info = {UTM, 1, 1, 145185, 2189715, 30, 30, 19, North}
Is there any way of getting the first three elements of this map info {
Ok, I've opened a ticket for it here:
http://trac.osgeo.org/gdal/ticket/6309
- Thomas
On Thu, Jan 14, 2016 at 12:27 PM, Even Rouault
wrote:
> Le jeudi 14 janvier 2016 12:07:44, Thomas Sevaldrud a écrit :
> > Hi,
> >
> > I've been using the new GeoPackage raster support in 2.0.1, and have
> > n
Le jeudi 14 janvier 2016 12:07:44, Thomas Sevaldrud a écrit :
> Hi,
>
> I've been using the new GeoPackage raster support in 2.0.1, and have
> noticed some strange output from gdaladdo on certain datasets.
>
> When producing an overview tile which is on the edge of the dataset, so
> that it is no
Hi,
I've been using the new GeoPackage raster support in 2.0.1, and have
noticed some strange output from gdaladdo on certain datasets.
When producing an overview tile which is on the edge of the dataset, so
that it is not entirely covered by its child tiles, I get random data in
the parts of the
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
Le lundi 02 novembre 2015 15:30:50, Philipp Seyerlein a écrit :
> Hi,
>
> I´m using GDAL 2.0 on an installed osgeo live system, but it doesn´t
> integrate fully in all programs. When I ask the terminal "gdalinfo
> --version", the right Version 2.0.0 is mentioned. But in a Python script I
> always
Le jeudi 14 janvier 2016 00:22:33, ngu...@jlab.org a écrit :
> Dear GDAL users,
>
> I am just starting to use GDAL and apparently I don't quite understand many
> classes. My purpose is to extract some map information from GeoTIFF files
> (LANDSAT data). I need to access this information to generat
Le jeudi 14 janvier 2016 09:10:08, Paul Meems a écrit :
> Thanks Even for this.
>
> Is there somewhere a list of GDAL tools that are available as a C callable
> function?
https://trac.osgeo.org/gdal/wiki/rfc59.1_utilities_as_a_library
>
> Regards
>
> Paul
>
> *Paul Meems *
> Release manager,
Thanks Even for this.
Is there somewhere a list of GDAL tools that are available as a C callable
function?
Regards
Paul
*Paul Meems *
Release manager, configuration manager
and forum moderator of MapWindow GIS.
www.mapwindow.org
Owner of MapWindow.nl - Support for
Dutch speaking users.
www.map
21 matches
Mail list logo