Commit 8128d41
Merge breaking changes (#863)
* 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]>1 parent 140b75e commit 8128d41
File tree
67 files changed
+4365
-2001
lines changed- .github
- ext
- RastersArchGDALExt
- RastersCoordinateTransformationsExt
- RastersGRIBDatasetsExt
- RastersMakieExt
- RastersNCDatasetsExt
- RastersRasterDataSourcesExt
- RastersStatsBaseExt
- RastersZarrDatasetsExt
- src
- methods
- burning
- sources
- test
- sources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+4365
-2001
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
19 | | - | |
| 16 | + | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments