<p dir="ltr">Definitely a welcome improvement!<br>
Especially useful where the read window does not match natural block size (so the current sparse functionality doesnt help much). It improved the efficiency of a blob extraction algorithm (which requires overlapping windows and thus cannot use natural blocks) we use by around 20-45% depending on our data.</p>
<p dir="ltr"> You are able to find the percentage of non null values without reading data is that correct? I don't fully understand how it works yet, but would it be possible to retrieve the indices of non null data? <br>
In the case where you data is very sparse but each block still contains a small number of pixels, you would still need to loop through all that null data. If it were possible to retrieve the non null indices that could be useful, at least to speed up python apps...</p>
<div class="gmail_quote">On 8 Jul 2016 4:27 p.m., "Even Rouault" <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
The topic of sparse dataset management come back regularly, so I've decided to<br>
tackle it.<br>
<br>
Please find <a href="https://trac.osgeo.org/gdal/wiki/rfc63_sparse_datasets_improvements" rel="noreferrer" target="_blank">https://trac.osgeo.org/gdal/wiki/rfc63_sparse_datasets_improvements</a><br>
for review.<br>
<br>
Even<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div>