Test data for GeoTIFF parsers
This project uses pixi for dependency management.
pixi installpixi run generateThis will execute all generator scripts in geotiff_test_data/generators/ and save the output GeoTIFF files next to each Python file, with the same name but a .tif extension.
To add a new test case:
- Create a new Python file in
geotiff_test_data/fixtures/ - Implement a
generate(output_path: Path)function that creates the GeoTIFF
Run pixi run generate.
Images in the real_data/ folder are sourced from various open data programs. See the individual README files in each subfolder for details.