https://github.com/antonellodn/shrimpgis
A basic plugin for Grasshopper to read and write shapefile and geojson (GPL)
https://github.com/antonellodn/shrimpgis
geojson gis grasshopper raster shapefile
Last synced: 5 days ago
JSON representation
A basic plugin for Grasshopper to read and write shapefile and geojson (GPL)
- Host: GitHub
- URL: https://github.com/antonellodn/shrimpgis
- Owner: AntonelloDN
- License: gpl-3.0
- Created: 2020-05-02T21:04:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T16:09:46.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T07:02:22.123Z (26 days ago)
- Topics: geojson, gis, grasshopper, raster, shapefile
- Language: Python
- Homepage:
- Size: 45.6 MB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShrimpGIS

A basic plugin for Grasshopper to read and write shapefile. Read more on [Wiki](https://github.com/AntonelloDN/ShrimpGIS/wiki) pages.
You can use it with other plugins, [example](https://antonellodn.github.io/ShrimpGIS/)
[]()
### Easy to use!



## Installation:
1. Download ShrimpGIS. Available on [Food4Rhino](https://www.food4rhino.com/app/shrimpgis)
2. Check if downloaded .zip file has been blocked: right click on it, and choose Properties. If there is an Unblock button click on it, otherwise it is OK. Unzip it.
3. Follow 'README.txt' instructions.
## Requirements:
* Rhino 6
## Dependencies:
* pyshp
* utm
* pygeoj
## Features:
* Transformation of points, surface/breps, curves, meshes into Esri shapefile entities.
* Discretization for curves and surface/breps.
* Transformation of Esri shapefile entities into points, surface/breps, curves.
* Extraction of fields.
* Transformation of points, surface/breps, curves into Geojson entities.
* Transformation of Geojson entities into points, surface/breps, curves.
* Merge Multiple geojson in to one geojson
* Write Esri ASCII Raster file.
## Limits v.1.0.3:
* Rhino document has to be in meter
* Only WGS84 (EPSG:4326) reference system is supported. I suggest you use a GIS software for reprojection (e.g. [QGIS](https://www.qgis.org/en/site/)).
* Shapefile read component supports following GIS types:
* POINT
* POLYLINE
* POLYGON
* POINTZ
* POLYLINEZ
* POLYGONZ
* Geojson components support only 2D FeatureCollection.
## Videos:
[Showcase](https://youtu.be/UY8ezRylcj4)
## Contributors(a-z):
* [Antonello Di Nunzio](https://github.com/AntonelloDN)
### Logo source
Logo is a combination of icons of two designer: [hk12215](https://www.iconfinder.com/hk12215) [strokeicon](https://www.iconfinder.com/strokeicon)