md`# Shapefile to GEOJson conversion
[Npm libraries](https://www.npmjs.com/package/libraries)
- [ogr2ogr](https://github.com/wavded/ogr2ogr) (requires gdal command line - see [gdal install page](http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries).) - last update 2020
- [shp2json](https://github.com/substack/shp2json#readme) (Uses the gdal native addon for node.js) - last update 2016
[Gdal software](https://gdal.org/)
- ogr2ogr (require gdal command line - see [gdal install page](http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries))
Qgis Software: [How to change your CRS with QGIS](http://jonathansoma.com/tutorials/mapping/change-crs-with-qgis/)
Online services [Convert ESRI Shapefile Map to GeoJSON format](https://www.statsilk.com/maps/convert-esri-shapefile-map-geojson-format)
- [Ogre](https://ogre.adc4gis.com/)
- [Mapshaper](https://mapshaper.org/)`