Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xyluo25/shp2geojson

This is a converter to convert shp file to geojson file format. This provide multiple input format: A single shp file, A folder that shp files inside, A zip file contain shp files and a rar file contain shp files.
https://github.com/xyluo25/shp2geojson

geojson-files python3 shp-file

Last synced: about 2 months ago
JSON representation

This is a converter to convert shp file to geojson file format. This provide multiple input format: A single shp file, A folder that shp files inside, A zip file contain shp files and a rar file contain shp files.

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