AMBarbosa
AMBarbosa
Thanks for this amazing package! I realize that `mapView()` already implements a lot of data inputs, but is there any chance it could also implement the (also widely and increasingly...
Hi, [here](https://github.com/isciences/exactextractr#performance) you present a couple of examples using a "SpatVector" (brazil_spat) as input, but when I try that myself, I get _Error in (function (classes, fdef, mtable) : unable...
Hi, I noticed there's no "man" folder in the GitHub respository of this package. When I install it from CRAN everything's fine, but when installing from GitHub there's a message...
It could save a lot of time and energy if `ne_download` first checked if a file is already in 'destdir' before downloading it. If it is, the function could just...
The 'terra' package is becoming widey used and it replaces not only 'raster' but also 'sp' (and 'rgdal'). So, it would be highly relevant to add the 'SpatVector' class to...
Hi! I find the 'occ2df' function very useful, but it misses one particularly important column to me: "coordinateUncertaintyInMeters" (in GBIF), or "positional_accuracy" (in iNat), etc. Is it possible to include...
Hello, `clean_coordinates` works OK with the defaults, but it fails if we change `zeros_rad` to 0, i.e. if we want to remove records only if they have exactly 0 lon...
Hi, I expected these `expanse()` outputs to be the same, but they vary slightly: ``` r
I'm importing .shp and .tif files from direct download links without a problem, but with .nc files this fails, apparently replacing the first part of the URL with _/vsimem/http_1/_ (this...
I'm not sure if this is intended or unavoidable behaviour, but when plotting a vector map in orthographic projection, polygons that are partly outside the mapping region are entirely left...