Re: [gdal-dev] Doubts to Convert TopoJson to SHP File

2020-12-23 Thread Even Rouault
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

Re: [gdal-dev] Doubts to Convert TopoJson to SHP File

2020-12-23 Thread jratike80
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

[gdal-dev] Doubts to Convert TopoJson to SHP File

2020-12-22 Thread Moises Silva
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 -