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

Fix fixture_xr_image to open earth_day_01d_p directly with rioxarray #2963

Merged
merged 8 commits into from
Jan 11, 2024

Commits on Jan 7, 2024

  1. Fix fixture_xr_image to open earth_day_01d_p directly with rioxarray

    Rioxarray can now read the 3-bands from `@earth_day_01d_p` directly without needing to parse the colorinterp information from the GeoTIFF file.
    weiji14 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    eeb6c63 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    f4e263a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f02cb3 View commit details
    Browse the repository at this point in the history
  3. Trigger re-caching of earth_day_01d_p file

    Modify pygmt/helpers/caching.py file slightly to create new cache.
    weiji14 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    98f30ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64cd663 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b80652f View commit details
    Browse the repository at this point in the history
  6. Remove elif block for manually creating RGB image

    Downloading @earth_day_01d_p using GMT 6.4.0 actually works. The new earth_day_01d_p.tif file processed on 2023-09-29 doesn't have the quantized colormap, so no need for the extra handling. See GenericMappingTools/gmtserver-admin#257 for more info.
    weiji14 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b8c9c3c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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