This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
Releases: AgPipeline/transformer-fieldmosaic
Releases · AgPipeline/transformer-fieldmosaic
Alpha channel support
Merge develop into master as v2.3 (#8) * 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) * Updated .gitignore * Updating algorithm to add mask alpha channel * Added --mask flag, updated Readme, new .dockerignore * Mask alpha channel support (#7) * 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> * Updated .gitignore * Updating algorithm to add mask alpha channel * Added --mask flag, updated Readme, new .dockerignore Co-authored-by: Julian Pistorius <julianpistorius@users.noreply.github.com> Co-authored-by: Julian Pistorius <julian@julianpistorius.com> Co-authored-by: Julian Pistorius <julianpistorius@users.noreply.github.com>
v2.2: 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>
Version 2.1 tested with makeflow
Initial makeflow-ready release
v2.0: Bug fix and README updates (#5)
* 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)