Test data for GeoTIFF parsers
This project uses pixi for dependency management.
pixi installpixi run generateThis command runs all generator scripts in rasterio_generated/fixtures/ and tifffile_generated/fixtures/. It saves each output GeoTIFF file next to its Python script, with the same name and a .tif extension.
To add a new test case:
- Create a new Python file in
rasterio_generated/fixtures/. For a layout that rasterio cannot write, put the file intifffile_generated/fixtures/ - Implement a
generate(output_path: Path)function that creates the GeoTIFF
Run pixi run generate and pixi run info.
Images in the real_data/ folder are sourced from various open data programs. See the individual README files in each subfolder for details.