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 parameters that I need to pass to create this .prj file? > ogr2ogr -f "ESRI Shapefile" countries110m countries110m.json >
The TopoJSON specification (https://github.com/topojson/topojson-specification ) makes no mention of coordinate reference system. In most cases it might be EPSG:4326 as suggested by Jukka, as it is the default CRS for GeoJSON from which TopoJSON "derives" Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
