Michael Schramm

Results 26 comments of Michael Schramm

@mikejohnson51 Thanks! I think this approach plus a message makes sense.

I updated to the development version and received the following error: ```r > findNLDI(wqp = "TCEQMAIN-10016", + nav = "UM", + find = "nwissite", + distance_km = 2, + no_sf...

I think this works well. I hesitate to ask since I'm not doing any of the work here. But should `findNLDI` always return a list or is a sf/tbl ok?...

Just for background, the country argument searches for matches in the admin field. The following works for me: ```r map_europe

It is kind of hard to tell from your formatting, but did you try: ```r install.packages("rnaturalearthhires", repos = "http://packages.ropensci.org", type = "source") ``` Judging by this: ``` Error in install.packages...

Use the `st_point_on_surface()` function in sf. ```r library(rnaturalearth) library(sf) library(purrr) library(dplyr) library(ggplot2) countries

I was wondering if this is still an issue? It is working for me. ``` eu_sf % dplyr::filter(iso_a2 == 'FR') %>% nrow() [1] 1 ```

Can you provide your `sessionInfo()`? Also what does the non-filtered `eu_sf` return?

For some reason I end up with a different simple feature. The order and number of variables that my `eu_sf` ends up different. It might be worth trying to update...

Understandable. I dug around some more. It looks like the missing ISO codes are a tracked issue over in the Natural Earth repo: [https://github.com/nvkelso/natural-earth-vector/issues/284#issue-425441544](url)