An open API service indexing awesome lists of open source software.

https://github.com/xyluo25/shp2geojson

A Graphical User Interface (GUI) convert shp file to geojson file.
https://github.com/xyluo25/shp2geojson

geojson-files python3 shp-file

Last synced: 3 months ago
JSON representation

A Graphical User Interface (GUI) convert shp file to geojson file.

Awesome Lists containing this project

README

        

# shp2geojson

A Graphical User Interface (GUI) convert shp file to geojson file.

## **A single shp file**

`from shp2geojson import shp2geojson as sg`

`sg().convert_shp_single()`

## **A folder contain shp file**

`from shp2geojson import shp2geojson as sg`

`sg().convert_shp_multiple()`

## **A zip contain shpfile**

`from shp2geojson import shp2geojson as sg`

`sg().convert_shp_multiple_zip()`

## **A rar contain shpfile**

`from shp2geojson import shp2geojson as sg`

`sg().convert_shp_multiple_rar()`

## A shp2geojson Converter GUI

image-20191023215104309