weecology / EvergladesTools

Computational tools for working with Everglades image data
MIT License
0 stars 2 forks source link

Re create orthomosaics #174

Closed henrykironde closed 7 months ago

henrykironde commented 8 months ago

2020/6thBridge/6thBridge_03_18_2020.tif 2022/6thBridge/6thBridge_02_10_2022.tif

henrykironde commented 8 months ago
ethanwhite commented 8 months ago

The *_A.tif and *_B.tif structure is correct. Those are cases where there were two flights and the _A indicates that it is the primary flight which is the one that should be sent to mapbox. This should all be handled by the snakemake workflow. Let me know if it isn't.

henrykironde commented 7 months ago

The issue arises because we're modifying *_A.tif, but the create_mbtile rule doesn't account for this renaming. We anticipate *_A.tif.

henrykironde commented 7 months ago

covered in #178