-
### What is the bug?
While reading multiple rasters multiple times, the memory keep everything in cache even after the script ends.
Initially working with large VRT I figured out that my memory …
-
Currently, `RegionDetections.save` saves an ESRI shapefile of name `name.shp` (plus ancillary files named `name.xyz`) into a folder named `name`, where `name` is provided by the user via the argument …
-
From geocompjl:
```julia
julia> california_raster1 = Rasters.rasterize(
last,
california_borders; # GI.MultiLineString
fill = 1,
res = 0.5, shape …
-
Can't we use this function `rasterize_gaussians ` to get the gradient of the pose of the view camera in raster_settings?
If I want to do this, is it mathematically derivable?
-
Goal is to create a raster entry in the database for every hour of the NLDAS2 data series, representing the % of daily precip ocurring in that hour. Store hourly fraction of daily total precip raste…
-
Hello,
I have a mesh. There are floor, wall. However, when my camera ray is parallel with the floor, it can not render floor. For example:
![image](https://github.com/user-attachments/ass…
-
For the wg engine the marked image has more muted colors.
-
This will produce a full domain coverage raster of amalgamated daily best-fit rasters, and store it in the database for later use by coverage model time series input routines in workflow `wdm`
###…
-
Right now, some in memory operations work with a Raster that wraps a CategoricalArray.
Here's an mwe:
```julia
using Rasters, CategoricalArrays
grain_order = ["clay", "silt", "sand"]
grain_…
-
It would be great to have a function to clip a raster to a vector. Currently, the function `Raster.crop` if passed a vector can crop to the bounds of the vector, but it will not clip (set values to no…