Skip to content

Releases: LandscapeGeoinformatics/xdggs-dggal

v0.1.2

22 Apr 17:38
f446def

Choose a tag to compare

First pixi-based release.

Highlights

  • Build backend switched to hatchling; pixi now drives local dev/test envs.
  • Package structure corrected: all subpackages ship in the wheel; nearestcentroid regridder auto-registers on import.
  • Minimal CI (ubuntu-latest, pixi run test) wired up.
  • pyproject.toml gains license, classifiers, keywords, and [project.urls]; dggal is now a declared runtime dependency.
  • README.md expanded: install, supported grids, platform caveat, dev instructions.

Platform support

Linux only for now. The upstream dggal wheel has a flat-namespace linker issue on macOS that prevents import at runtime; waiting on an ecere/pydggal fix.

See #3 for the full change set.

v0.1.1

12 Mar 08:45
aa1fc3b

Choose a tag to compare

A dummy release to create Zenodo record

v0.1.0 : First release of xdggs-dggal

10 Mar 13:46
aa1fc3b

Choose a tag to compare

Release notes

  • First release of xdggs-dggal, an xdggs plugin using dggal as the DGGS provider.
  • xdggs:
    • It supports the following DGGS, with the register name of xdggs inside the bucket.
      • ivea7h (ivea7h.dggal)
      • isea7h_z7 (isea7hz7.dggal)
      • rHEALPix (rhealpix.dggal)
      • HEALPix (healpix.dggal)
    • It supports the following XDGGS accessor functions:
      • sel_latlon
      • assign_latlon_coords
      • cell_boundaries
      • cell_centers
      • explore
  • Regridding:
    • Support converting raster dataset into a DGGS-indexed xarray dataset.
    • Currently, only the nearest centroid method is implemented