Krzysztof Dyba
Krzysztof Dyba
It looks like this page has not been updated: https://r-graph-gallery.com/325-background-map-from-geojson-format-in-r.html Rmd: https://github.com/holtzy/R-graph-gallery/blob/master/325-background-map-from-geojson-format-in-r.Rmd
It would be nice to update this image too: https://r-graph-gallery.com/img/other/backgroundMapExplanation.png I mean to replace `rgdal` and `geojsonio` with `sf`.
[Here](https://www.usgs.gov/core-science-systems/nli/landsat/landsat-sample-products) you can download sample Landsat data without registration. Band 8 is a panchromatic band in Landsat 7 and 8. Below I wrote a simple resampling function using the panchromatic...
> @kadyb Pansharpening is not just an interpolation as done by resample(), it is an interpolation guided by another image, most often a panchromatic image. Note that in my example,...
Can I somehow change the default `curl::curl_download()` settings to have the same behavior as in `utils::download.file()` on Windows? Here are the package versions: ``` > packageVersion("curl") [1] ‘4.3’ > curl::curl_version()...
I also think it would be good idea to mention `{lwgeom}` in the doc. https://github.com/r-spatial/sf/blob/8bf890eb0b153d44d410fd84428311228bda90ae/R/wkt.R#L20 Maybe if we add `fixed = TRUE` argument in `sub()` it will be a little...
Yeah, adding `{lwgeom}` as a hard dependency is too demanding change, so mention this package in the docs will be ok if someone is looking for a faster alternative. I'm...
Should I prepare PR with changes in documentation or would you rather do it yourself?
Thanks for your comment! > Another question is whether the RS community is ready for R (...) I think there has always been a strong connection between R and RS,...