Skip to content

Tubbz-alt/ShrimpGIS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShrimpGIS

Logo A basic plugin for Grasshopper to read and write shapefile. Read more on Wiki pages. You can use it with other plugins, example Alt Text

Easy to use!

Alt Text Alt Text Alt Text

Installation:

  1. Download ShrimpGIS. Available on Food4Rhino
  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).
  • Shapefile read component supports following GIS types:
    • POINT
    • POLYLINE
    • POLYGON
    • POINTZ
    • POLYLINEZ
    • POLYGONZ
  • Geojson components support only 2D FeatureCollection.

Videos:

Showcase

Contributors(a-z):

Logo source

Logo is a combination of icons of two designer: hk12215 strokeicon

About

A basic plugin for Grasshopper to read and write shapefile and geojson (GPL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.9%
  • JavaScript 36.6%
  • CSS 1.3%
  • HTML 1.2%