jmsigner / amt

37 stars 13 forks source link

akde fails #46

Closed jmsigner closed 3 years ago

jmsigner commented 3 years ago
hr <- amt_fisher %>% nest(data = -id) %>%

mutate(hr = map(data, hr_akde), n = map_int(data, nrow)) %>%

hr_to_sf(hr, id, n)

Error: arguments have different crs

In addition: Warning messages:

1: Problem with `mutate()` input `hr`.

i Discarded datum Unknown based on GRS80 ellipsoid in Proj4 definition

i Input `hr` is `map(data, hr_akde)`.

2: Problem with `mutate()` input `hr`.

i Discarded datum Unknown based on GRS80 ellipsoid in Proj4 definition

i Input `hr` is `map(data, hr_akde)`.

3: Problem with `mutate()` input `hr`.

i Discarded datum Unknown based on GRS80 ellipsoid in Proj4 definition

i Input `hr` is `map(data, hr_akde)`.

4: Problem with `mutate()` input `hr`.

i Discarded datum Unknown based on GRS80 ellipsoid in Proj4 definition

i Input `hr` is `map(data, hr_akde)`.
jmsigner commented 3 years ago

This is now fixed (1437db1).