Skip to content

phil-mcdowall/rasterprofiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rasterprofiles

Python 3.5

Extract raster cell values along linear transects.

Rasters should be loaded using rasterio.read().

rasterprofiles.Profiler(raster).profile(start, end) - raster cell values between start point and end point.

rasterprofiles.RadialProfiler(raster).profile(start,distance,degrees) - raster cell values from start point along line of length distance at angle degrees.

For indicies of cells (rather than values) use .profile_indicies(args)

Example image

About

Python script to extract raster cell values along linear and radial transects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages