I would like to use 10m precision file but I only find this command to generate the geojson file
ogr2ogr -f GeoJSON -t_srs crs:84 countries.geojson ne_50m_admin_0_countries.shp
The output file size is ~4MB, your file seems more compact ~1MB
It is possible to share some advice on this conversion ?
Hi,
Thanks for this great lib.
I would like to use 10m precision file but I only find this command to generate the geojson file
ogr2ogr -f GeoJSON -t_srs crs:84 countries.geojson ne_50m_admin_0_countries.shp
The output file size is ~4MB, your file seems more compact ~1MB It is possible to share some advice on this conversion ?