-
https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/elevation/eu-dem/slope
fneum updated
2 years ago
-
## Checks for [giscoR (v0.3.5.9000)](https://github.com/rOpenGov/giscoR)
git hash: [282078e0](https://github.com/rOpenGov/giscoR/tree/282078e0c56e579060c4ea99e7cf0f86cdeba4c1)
- :heavy_check_mark: P…
-
S spoštovanjem, težave imam pri uvozu zemljevida, delal sem po zgledu iz vaj a se zaplete že pri prvem koraku. Torej samem uvozu
```
source("lib/uvozi.zemljevid.r", encoding = "UTF-8")
pretvori.zem…
-
This is split from #308
This issue is for
- [x] Reading the language flag on the roadmap and changing the language of the content in the PDF
- [x] Styling the PDF with GISCO colors and final de…
-
See https://github.com/r-spatial/sf/issues/1810 ; reprex through sf:
```r
library(sf)
library(giscoR)
library(dplyr)
lander %
mutate(value = runif(n(), min = 100, max = 500)) # some data to…
edzer updated
2 years ago
-
Živjo,
imam problem z uvozom zemljevida. Ko uporabim vašo funkcijo uvozi.zemljevid mi vrne error:
europe
-
It seems that some cntbn features do not have the correct cc property:
![image](https://github.com/user-attachments/assets/f690abd3-d8c4-4b86-b9e5-7571655a42e3)
I discovered this while testing C…
-
Hi,
I have been able to install, create my folders and download pbf from openstreetmap.
I am a bit lost with the NUTS3_Shape, would it be possible to point me in the right direction? Where can…
-
Hi,
I am trying to plot percentages of people moving between different NUTS-3 areas as donuts. At this moment I cannot provide a reprex so I would fully understand if you just ignore the request an…
-
I have debugged it a bit and I found the problem is here:
```
if (empty($content->locations)) {
return new AddressCollection([]);
}
```
Currently no locations are…