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

WIP: Implement virtualfile_from_image #3468

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

WIP: Implement virtualfile_from_image #3468

wants to merge 5 commits into from

Commits on Sep 29, 2024

  1. Initial implementation of virtualfile_from_image

    Enable passing in 3-band images to GMT via a virtualfile mechanism instead of using a temporary GeoTIFF file which requires rioxarray to be installed. Implementation based on virtualfile_from_grid. Made some adjacent changes around put_matrix to handle ndim==3, though a segfault is happening now.
    weiji14 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    331f9aa View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update pygmt/clib/session.py

    Co-authored-by: Dongdong Tian <[email protected]>
    weiji14 and seisman authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8c63ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc4cc7 View commit details
    Browse the repository at this point in the history
  3. Typo

    weiji14 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7828153 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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