algorithmic modeling for Rhino
This is the first release of an add-on which enables the import of GIS data from various sources into the Rhino/Grasshopper environment, located, scaled and cropped based on an Earth Anchor Point and a clipping polygon. Sources of GIS data include Shapefiles, USGS IMG/HGT Elevation files and ArcGIS REST Services over the web.
The add-on includes eight components in two categories:
GIS REST
GIS Tools
Special thanks go to the vibrant GH community, the masterful guidance of Andrew Heumann and endless patience of George Waters.
Website: http://www.food4rhino.com/project/heron
Members: 107
Latest Activity: Oct 23
Hi Brian,I am amazed by how streamlined is the use the Heron plugin for working with ArcGIS/USCensus data.I am interested in achieving similar ease of access to the Dutch PDOK database or any other…Continue
Started by Ondrej Vesely Oct 23.
Thanks so much for these tools! I'm getting an error message using the Import SHP component that has me stumped. Any ideas what this means?1. Solution exception:The type initializer for…Continue
Started by seth denizen. Last reply by alberludo Sep 6.
Hi, please i want to output elevation and sections with dimensions by grasshopper in this 3D wall, can u help me.thanks…Continue
Started by tariq hilmy Dec 3, 2018.
When I plug the US Census Vectors into Get REST Service Layers, I get the error "The Request was Aborted: Could Not Create SSL/TLS Secure Channel." Any idea on how to fix this? Thanks!…Continue
Started by Jun. Last reply by Brian Washburn Nov 22, 2018.
Comment
Also, can you post more information on the problem you're experiencing with reprojecting? The GDAL libraries Heron uses, should be able to automatically handle reprojecting from any CRSs to EPSG 3857.
You make a great point Evgeny! Heron is based on WGS84 Pseudo Mercator (or EPSG 3857) as both an attempt to use a conformal projection within the framework of Rhino's cartesian coordinate system and for ease of communication with online mapping resources. Using a conformal projection allows square building footprints to appear square in Rhino. There are, however, issues with distortion at larger scales as has been documented. Heron is no replacement for proper GIS software. It was meant for integrating GIS data into a Rhino model at building/city scale. At some point it it may make sense to allow the user to specific which CRS they want to use, but that will be pretty far down the road.
Brian, thank you for the plugin
I have a question related to CRS. Heron uses WGS84 Pseudo Mercator, right? From my point of view this CRS is bad for CAD export because it distorts distances and Rhino can't recalculate distances as it possible in Google maps os QGIS. What is your take on it?
Also I didn't manage to import reprojected shp file (for example in as WGS84 / UTM zone XX).
Oh and here is the modified IMG file:
When I reprojected (or warped) your IMG file from the CRS you specified to WGS84 in QGIS, I get an output that seems usable (see attached). I've attached the results as well.
Ahh. We are using
"NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet"
as our coordinate system. I am wary of translating out of the existing coordinate system since I need all the other data to line up to this
I've added the IMG file, if you want to try and replicate my problem..
EG
Heron uses the projected coordinate system for WGS84 (EPSG 3857), but automatically translates data using other coordinate systems. One reason I've seen for the scale being off is that an incorrect coordinate system is associated with the incoming data. This can happen when manipulating and exporting data if the appropriate coordinate system is not set. Try linking the DEM file directly to the ImportTopo component. It can accept a few raster types other than IMG.
Thanks for the quick response!
Yes, i just figured that out. I was assuming that it would be an attribute of the actual DEM/IMG file, but its just something I have to draw on my own.
So the good news is that I can get the mesh into my model, but now the scale seems to be WAAAAYYYY off, but i cant seem to figure out how its being transformed since. Any guidance on what units Heron is assuming or why it might be scaling the data way up ?
EG
When you connect a file path to the "imgLocation" input, a bounding box of the data will show in your viewport. The "boundary" input is asking for a curve(s) that describes your area of interest which must fall entirely within the bounding box of the data.
I am a bit of a noob with this, and have a question about the ImportTopo component.
I have a georeferenced IMG file of my area, which covers about 3 square miles in NYC. I am able to connect it to the ImportToPo component, but I am unsure what the 'boundary' component is supposed to link to.
I received an DEM file from another party which i am able to open in GIS and export directly to the IMG file. This part works well, and it seems that Heron is able to read it, but I just do not know what else i am supposed to have to plug into the Boundary input.
I tried watching the instruction videos, but they have no sound and the resolution is not high enough to really see what is going on on-screen.
any guidance or documentation would be much appreciated.
EG
© 2019 Created by Scott Davidson.
Powered by
You need to be a member of Heron to add comments!