We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6129d commit 3df7c1cCopy full SHA for 3df7c1c
src/invert4geom/utils.py
@@ -138,6 +138,10 @@ def _nearest_grid_fill(
138
filled grid
139
"""
140
141
+ # TODO: also check out rasterio fillnodata() https://rasterio.readthedocs.io/en/latest/api/rasterio.fill.html#rasterio.fill.fillnodata
142
+ # uses https://gdal.org/en/stable/api/gdal_alg.html#_CPPv414GDALFillNodata15GDALRasterBandH15GDALRasterBandHdiiPPc16GDALProgressFuncPv
143
+ # can fill with nearest neighbor or inverse distance weighting
144
+
145
# get coordinate names
146
original_dims = list(grid.sizes.keys())
147
0 commit comments