v0.6.1
Rasters v0.6.1
Closed issues:
- Additional constructors for GeoArray? (#112)
- Use Transducers/folds for Threaded/GPU/Dagger parallelism (#171)
- Indexing with mappedcrs doesn't work as expected (#247)
- Limit plot tiling (#291)
- Catch missing
fill
column name earlier inrasterize
(#322) - MethodError: reducing over an empty collection is not allowed; consider supplying
init
to the reducer (#325) - Writing a
Raster
to tif crashes Julia on apple M2 (#343) - Problem detecting a source file type (#356)
- rasterize gives a confusing error when fill=:nonexistingcolumn (#365)
- Can not set output bounds with
resample
(#399) - Error with resample (#411)
- What are the expected input for the CRS? (#417)
Merged pull requests:
- Better resample (#425) (@rafaqz)
- Mention crs type in the docstrings (#426) (@felixcremer)