Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Releases: AgPipeline/transformer-fieldmosaic

Alpha channel support

06 May 19:35
9307284
Compare
Choose a tag to compare
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)

08 Jan 16:40
1b17fab
Compare
Choose a tag to compare
* 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

26 Nov 23:27
Compare
Choose a tag to compare

Initial makeflow-ready release

v2.0: Bug fix and README updates (#5)

20 Dec 00:32
Compare
Choose a tag to compare
* 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)