RasterFakers
RasterFakers is a Rust library and CLI tool designed to generate fake but valid GeoTIFF files for testing purposes and creating fixtures in geospatial applications.
Features
- Customizable dimensions, data types, projections, and georeferencing information.
- Synthetic data generation with a default gradient pattern.
- Command-Line Interface for easy usage.
Installation
Library as Dependency
Add rasterfakers to your Cargo.toml:
[]
= "0.1.0"
CLI Tool
Install via cargo:
Note: RasterFakers depends on the GDAL library. Please ensure GDAL is installed on your system.
Usage
CLI
Generate a default GeoTIFF:
Generate a custom GeoTIFF:
Library
use ;
License
This project is licensed under the MIT License.