On mardi 22 décembre 2020 21:54:44 CET Moises Silva wrote:
> Hi,
>
>I am newbie to use the GDAL and passing the problem in convert TopoJSON
> to SHP FIle.
>I executed the command below and some files were created (.dbf, .shp,
> .shx) but the file .prj is not created.
> Is there any par
Hi,
Do you know in which coordinate system the topojson data are? If GDAL can't
recognize it automatically (check with ogrinfo) you can give it manually,
for example " -a_srs EPSG:4326". That should trigger the creation of the
.prj file.
-Jukka Rahkonen-
Moises Silva wrote
> Hi,
>
>I am ne
Hi,
I am newbie to use the GDAL and passing the problem in convert TopoJSON
to SHP FIle.
I executed the command below and some files were created (.dbf, .shp,
.shx) but the file .prj is not created.
Is there any parameters that I need to pass to create this .prj file?
ogr2ogr -