Hi Jukka,
jratike80 wrote
> You can have only one SRID on a layer so you must either split your data
> by
> the epsg field or transform each record to same SRID. Otherwise your
> request
> was almost complete.
I know, but my problem was the source!
jratike80 wrote
> ogrinfo -dialect sqlite -sq
aborruso wrote
> Hi,
> I have this kind of CSV
>
> ID,x,y,epsg
> 1,50,400,32633
> 1,50,400,32632
>
> Is it possible to use ogrinfo and a "dialect sqlite" query in this way,
> and
> set the EPSG by reading the value from the `epsg` field?
>
> ogrinfo -dialect sqlite -sql "select S
Hi,
I have this kind of CSV
ID,x,y,epsg
1,50,400,32633
1,50,400,32632
Is it possible to use ogrinfo and a "dialect sqlite" query in this way, and
set the EPSG by reading the value from the `epsg` field?
ogrinfo -dialect sqlite -sql "select ST_GeomFromText('POINT(' || x || ' ' ||