Skip to content

ipadjen/rusterizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusterizer

Convert 3D geometries to a 2D raster.

Data formats

Input: Wavefront OBJ

Output: Esri ASCII, GeoTIFF

Compilation

Clone the repository and compile

cargo build --release

Optionally, to export to GeoTIFF format, you have to install GDAL and compile using 'with_gdal' feature

cargo build --release --features with_gdal

Access the executable by typing

./target/release/rusterizer

You can get Cargo here.

Usage

rusterizer -i <input> -o <output> <cellsize>, e.g. rusterizer -i example/bk.obj -o bk.asc 0.5

About

3D geometries to a 2D raster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages