richdem | High-performance Terrain and Hydrology Analysis | Map library
kandi X-RAY | richdem Summary
kandi X-RAY | richdem Summary
richdem is a C++ library typically used in Geo, Map applications. richdem has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Author: Richard Barnes (rbarnes@umn.edu). RichDEM is a set of digital elevation model (DEM) hydrologic analysis tools. RichDEM uses parallel processing and state of the art algorithms to quickly process even very large DEMs. RichDEM offers a variety of flow metrics, such as D8 and D∞. It can flood or breach depressions. It can calculate flow accumulation, slops, curvatures, &c. RichDEM is available as a performant C++ library, a low-dependency Python package, and a set of command-line tools. Please cite RichDEM (see below).
Author: Richard Barnes (rbarnes@umn.edu). RichDEM is a set of digital elevation model (DEM) hydrologic analysis tools. RichDEM uses parallel processing and state of the art algorithms to quickly process even very large DEMs. RichDEM offers a variety of flow metrics, such as D8 and D∞. It can flood or breach depressions. It can calculate flow accumulation, slops, curvatures, &c. RichDEM is available as a performant C++ library, a low-dependency Python package, and a set of command-line tools. Please cite RichDEM (see below).
Support
Quality
Security
License
Reuse
Support
richdem has a low active ecosystem.
It has 208 star(s) with 59 fork(s). There are 14 watchers for this library.
It had no major release in the last 12 months.
There are 42 open issues and 15 have been closed. On average issues are closed in 81 days. There are 6 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of richdem is 0.3.4
Quality
richdem has 0 bugs and 0 code smells.
Security
richdem has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
richdem code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
richdem is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
richdem releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
It has 2104 lines of code, 61 functions and 13 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of richdem
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of richdem
richdem Key Features
No Key Features are available at this moment for richdem.
richdem Examples and Code Snippets
m=data[:,2].reshape(ny,nx)
dx=m[:,1:]-m[:,:-1]
dy=m[1:,:]-m[:-1,:]
mag=numpy.hypot(dx[1:,:]+dx[:-1,:],
dy[:,1:]+dy[:,:-1])
mag*=abs(data[1][1]-data[1][0])/2
mag=numpy.hypot(
Community Discussions
Trending Discussions on richdem
QUESTION
Elevation (XYZ) data to slope/gradient map using python
Asked 2019-Oct-09 at 07:25
I have a text file with Easting (x), Northing (y), and Elevation data (z) as shown below:
...ANSWER
Answered 2019-Jun-20 at 23:47Assuming your data is in an n x 3 Numpy array, first reinterpret just the elevation column as a matrix (representing the uniform grid):
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install richdem
You can download it from GitHub.
Support
Documentation is available at [richdem.com](http://richdem.com/doc/index.html). The documentation is auto-generated from the many README.md files throughout the codebase and the extensive comments in the source code.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page