This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No changes, resolving commit history (#6)
* Update readme (#2) * Restored README * Updated README * Changed a character to upper case * Problem: Path appended twice to VRT file path Once before calling create_vrt_permanent, and a second time inside create_vrt_permanent. It ended up trying to create a file with a path like: ./output/fieldmosaic/./output/fieldmosaic/fullfield_mosaic.vrt Solution: Pass the bare filename (no path) into create_vrt_permanent P.S. I also noticed and removed a redundant conditional statement (both branches were exactly the same) Co-authored-by: Julian Pistorius <julianpistorius@users.noreply.github.com>
- Loading branch information