Releases: LandscapeGeoinformatics/xdggs-dggal
Releases · LandscapeGeoinformatics/xdggs-dggal
v0.1.2
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;
nearestcentroidregridder auto-registers on import. - Minimal CI (
ubuntu-latest,pixi run test) wired up. pyproject.tomlgainslicense,classifiers,keywords, and[project.urls];dggalis now a declared runtime dependency.README.mdexpanded: 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
v0.1.0 : First release of xdggs-dggal
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_latlonassign_latlon_coordscell_boundariescell_centersexplore
- It supports the following DGGS, with the register name of xdggs inside the bucket.
- Regridding:
- Support converting raster dataset into a DGGS-indexed xarray dataset.
- Currently, only the nearest centroid method is implemented