Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Breaking: Standardise cf standards and missingval handling (#695) * start adding cf keyword * add modifieddiskarray file * use scale and offset keywords * bugfix * bugfix * updates * create * tweaks * bugfixes * bugfix GRIB * bugfixes * add raw keyword * clean up extensions * updates * mosaic fixes and standardisation * bugfixes * closured in create * bugfixes * fix resample test for nokw * test create with a function * Apply suggestions from code review Co-authored-by: Anshul Singhvi <[email protected]> * Hook up scale and offset to Zarr datasets via CDM (#732) This fixes a strange issue I was having where Rasters.jl read the wrong values from a Kerchunk/Zarr dataset. * use coalesceval instead of maskingval * combine missingval and maskingval * one missingval * fixes * fix mosaic * tweaks and bugfixes * bugfix everything * fix aqua * fix netcdf metadata * docs tweaks * typo * bugfix and tweak docs * fix extension doctests * fix warp missingval * bugfix missingval tests * remove ext --------- Co-authored-by: Anshul Singhvi <[email protected]> * Breaking: Faster/better `aggregate` (#763) * optimise aggregate * specify DiskArrays.cache * cleanup * bugfix * bugfix * bugfix * tets more syntax * rework the meaning of Colon in aggregation * bugfix * comments * more aggregate tests * ismem is just the opposite of isdisk * fix ag test * fixes for disk * bugfix * bugfix gdal tests * Faster `mosaic` (#839) * faster mosaic * bugfix * remove comment * tweaks * cleanup and reorganise * add missing deps * Breaking: Line and Polygon `extract` optimisation (#824) * faster line extract * performance * extract in a separate file * flatten * bugfixes * some more comments * more perf tweaks * bugfix * fix extract ambiguities * more ambiguity * Bugfix geomtrait * arg fixes * add id column * tests and bugfixes * bugfix * set id default to _False() * fix tests * bugfix * bugfix * half fix ncdatasets mosaic * working LinerSolver with tests * fix tests * bugfix doctests * bugfix atol * bugfix create * bugfix tests * pad float intervals before view for fp error * bugfix lazy reorder * remove a # * bugfixes * remove show * fix example * fix examples * fix tests again * fix ambiguities * using Dates in examples * plots dep in examples * fix docs fp changes --------- Co-authored-by: Anshul Singhvi <[email protected]>
- Loading branch information