Pieter Provoost
Pieter Provoost
Can confirm that on Android the checkbox becomes unchecked as well, despite value being set to `true`.
Same problem on a fresh macOS 12.0.1.
@nbekolay While I realize that this does not solve the published / not published and public / private part of your request, I would like to add that event and...
GDAL was installed with Homebrew, sf was installed from GitHub: ``` remotes::install_github("r-spatial/sf", configure.args = "--with-proj-include=/opt/homebrew/include/ --with-proj-lib=/opt/homebrew/lib/", configure.vars = "GDAL_DATA=/opt/homebrew/opt/gdal/share/gdal/") ```
After experimenting a bit with `ogr2ogr` it looks like this is a GDAL 3.5.2 issue, with 3.4.3 it wraps fine. ``` conda install -c conda-forge gdal=3.4.3 # or 3.5.2 ogr2ogr...
Hi all, I would like to bring to your attention https://github.com/gbif/rs.gbif.org/issues/103 which proposes to add `dwc:relatedResourceID` (or rather `dwc:resourceID`) to the ExtendedMeasurementOrFact extension. As @albenson-usgs pointed out, adding this term...
I upgraded GDAL to the newest 3.6.2, but the issue remains. ``` > sf::sf_extSoftVersion() GEOS GDAL proj.4 GDAL_with_GEOS USE_PROJ_H PROJ "3.11.1" "3.6.2" "9.1.1" "true" "true" "9.1.1" ```
@edzer Disabling s2 did the trick, thanks!
WKT does allow a third dimension, but you will have to specify what that third dimension is. In this case I think you can use `EPSG:9705` (WGS84 + mean sea...
As the OBIS and GBIF holdings are currently only partially intersecting, relying solely on OBIS will result in missing marine GBIF datasets in ODIS. However, we have procedures for identifying...