mapshaper icon indicating copy to clipboard operation
mapshaper copied to clipboard

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files

Results 130 mapshaper issues
Sort by recently updated
recently updated
newest added

I have this command: `mapshaper $dir_path/plu/$INSEE.json -clip $FILE -each "insee='$INSEE',parcelle='$NAME', area=Math.round(this.area)" -drop geometry -filter-fields insee,area,parcelle,partition,libelle,libelong -o $dir_path/convertpluparcelle/$FILENEW format=csv` How to access the this.properties of the $FILE? With -each I can...

the doc states: "Remove small detached polygon rings (islands)". i am still confused with how it works: i am expecting it to apply filter on multipolygons only and remove external...

First, congratulations and warm thanks for this excellent program! We are using it successfully to remove slivers from large geojson files generated from OSM using the ogr2org command. This is...

Hi -- I've recently run into an issue that I've tried to illustrate here. It's not exactly a bug, and instead simplification producing "incorrect" topology for nested polygons, and I...

Clean works great on polygons, I'd also like it to work on linestrings. QGIS tells me my lines have problems, but doesn't offer solutions ;) For example files, see https://github.com/nvkelso/natural-earth-vector/issues/231.

This is old code from January. I'm not sure if I should just start over with the latest commits, or we can just attempt to merge. At least, we can...

* added support for drawing a line as a `point-symbol=` on svg output * added support to rotate a point symbol using data * could clash with desired software design,...

I have a file with a structure different between features. For example I have in one feature data1, data2, data3 and on an another one data1,data2,data4 How can I use...

From what I see there is no way to do it in the Mapshaper. My current plan is to script that in a QGIS ( https://gis.stackexchange.com/questions/41267/buffering-in-pyqgis ), though https://gis.stackexchange.com/questions/254198/buffering-geojson-file-using-python?rq=1 has...