Rasters.jl icon indicating copy to clipboard operation
Rasters.jl copied to clipboard

Raster manipulation for the Julia language

Results 79 Rasters.jl issues
Sort by recently updated
recently updated
newest added

When using `extract` to retrieve point values from a Raster it would be useful if the user could specify an interpolation option.

As requested, I am opening this issue asking for an additional geometry keyword in the `crop()` function. This request is a follow-up of the #557 issue. The `crop()` function has...

We discussed in Jena, that we would like to merge the loading of dimensions and the assignment of the correct dimension types between NetCDF and Zarr and also between Rasters...

R is able to gain Julia equivalent speed by going directly through Proj instead of GDAL

A `Raster` created by concatenating multiple other `Raster`s keeps the `metadata` of the first `Raster`. Is that on purpose? MWE: ```julia using Rasters, RasterDataSources months = [4,5,6] rasters = map(m...

I am still working with the data from #605 and I am constructing a Raster object from the Netcdf subgroup. Setting the missingval keyword seems to have no effect and...

Somewhere in this pipeline there are some errors - likely with points/intervals issues and having to shift loci to the center for netcdf.

This is most likely an ArchGDAL limitation but I wanted to also report it here, because it comes from somewhere in the Raster code base using PermuteDims. ```julia julia> rastop...

plotting