-
Dear All,
```
I need to publish thousands of .img format (raster)data sets which vary in size and resolution. And time to time more and more .img formats need to include/publish. If I follow general …
-
This request is for data to reproduce the plots for adult walleye pollock in Fig.154 in [Advancing Model-Based Essential Fish Habitat Descriptions for North Pacific Species in the Bering Sea](https://…
-
Thank you so much for your package in the calculations of LST and NDVI! These really help me a lot in my coursework.
However, as a student and newbie in Python and handling raster data, do you have…
-
this had me going for a while, read the raster here when it is created by gdalmdimtranslate:
https://github.com/OSGeo/gdal/issues/11041
```R
#gdalmdimtranslate -of ZARR in.nc out-gdal.zarr
…
-
Create some functions that allow to visualise:
- the generated data
- a prioritizr output
We will do this by creating separate functions:
- [x] `elsar_plot_static_raster_c()` for continuous d…
-
Some data formats contain temperature, rainfall, elevation or other remotely sensed data in the form of georeferenced images with pixels representing values. We could benefit from those data sources i…
-
I'm currently in the field in Poland and played around with 3d visualization of raster data (DEM, orthophoto, geomagnetic, etc.) with the R package rgl. To share my code on stackoverflow I wanted to u…
-
```---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
Cell In[28], line 29
24 ax.set_title(…
-
From QGIS 3.38 temporal raster time series are supported to be used with the Temporal Controller.
It would be great if the plugin would create a Virtual Raster that can be used to animate the downloa…
-
```
using NaturalEarth, Rasters, GeometryOps
countries = naturalearth("admin_0_countries", 110);
dx = Dim{:X}(-180:180)
dy = Dim{:Y}(-90:90)
# you can not rasterize non-numeric attributes int…