Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add advanced usage options/functionality #9

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 6, 2021

  1. Add advanced usage options/functionality (API only)

    - The gdal ghost area optimisations can be disabled, and will not be
      emitted for PlanarConfiguration=Separate, as it is not supported by
      gdal
    - Each IFD may now reference only a single mask
    - The IFD structure is now exported and can be used to hand-craft an
      expected COG from dynamic data
    - Encoding (little vs. big endian) is now configurable
    - For PlanarConfiguration=Separate files, it is possible to fine tune
      the layout/interlacing of each plane's tiles and mask tiles,
      supporting tile orders like r1,g1,b1,r2,g2,b2 (the default), or
      r1,r2...g1,g2...b1,b2 or even r1,g1,r2,g2,...rn,gn,b1,b2
    tbonfort committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    8556888 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. linting

    tbonfort committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    cd3d2c6 View commit details
    Browse the repository at this point in the history
  2. linting

    tbonfort committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    67597bf View commit details
    Browse the repository at this point in the history
  3. linting

    tbonfort committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    36c043d View commit details
    Browse the repository at this point in the history
  4. linting

    tbonfort committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    2d7bf61 View commit details
    Browse the repository at this point in the history
  5. fix typo

    tbonfort committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    632b250 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. expose nplanes/ntiles

    tbonfort committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    212361c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. fixups

    tbonfort committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7455da3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. add tiler

    tbonfort committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4905485 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    0921ae7 View commit details
    Browse the repository at this point in the history