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

Reconstruct CRS from WKT only #461

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

Commits on Oct 13, 2022

  1. Add test for loading CRS WKT

    Add a test for loading an area from a CF NetCDF file encoded only with a
    CRS WKT.  The test currently fails as I did not yet implement anything.
    gerritholl committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b4f71af View commit details
    Browse the repository at this point in the history
  2. refactor in cf.py

    Refactor out _get_type_of_grid_mapping in utils/cf.py in preparation for
    getting the grid mapping from the WKT / CRS directly.  Tolerate absence
    of grid mapping name if there is a crs_wkt attribute.
    gerritholl committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3cf9b5c View commit details
    Browse the repository at this point in the history