Michael Dorman

Results 13 issues of Michael Dorman

At the moment, the `mapview` function doesn’t seems to work with `stars` objects when raster values are of class `units`. When converting to `Raster*`, `mapview` does work, since the `units`...

Seems like rasters without a CRS definition are not displayed. Although hovering with the mouse shows pixel values, the raster is completely transparent. Here is a reproducible example: ``` r...

According to the `mesma` documentation, returned values are expected where "each value representing the estimated presence probability of the endmember per pixel (**0 to 1**)". However, the resulting rasters in...

Just a reminder to ourselves to check the `eval:false` code sections, once we have have a complete draft

![Screenshot from 2024-07-09 11-13-14](https://github.com/geocompx/geocompy/assets/9386655/bc9fe136-c043-4407-987e-3ee033750d0b)

![image](https://github.com/geocompx/geocompy/assets/9386655/8c72ccd6-df30-48a7-9bb6-2e2b04cf7d04)

Figure 1.24 (below) Figure 3.17 ![image](https://github.com/geocompx/geocompy/assets/9386655/c869a29b-4ef7-4a88-b284-8e7fca0ac4d9)

This is what I get: ![Screenshot from 2024-07-09 16-53-14](https://github.com/geocompx/geocompy/assets/9386655/1599cf6c-a897-44a7-9b0b-34b0ec082cb7) This is from @Nowosad 's PDF: ![Screenshot from 2024-07-09 16-53-16](https://github.com/geocompx/geocompy/assets/9386655/74f3d4ba-25c7-4096-96bf-4a81ba670840)

Some of the figures are stretched, for example: https://py.geocompx.org/03-spatial-operations#fig-raster-slope ![image](https://github.com/geocompx/geocompy/assets/9386655/5a7592ab-8c78-4973-8afe-aeba117ae1b6) Interestingly, they look fine in the local version: ![image](https://github.com/geocompx/geocompy/assets/9386655/2180f9c2-1c29-4b75-8134-e7f925c38ba5)

waiting

I think in the current setup `book_options_pdf.py` always overrides `book_options.py`, even in the HTML version. That is. `book_options_pdf.py` is always being run even, and since it comes later in the...