dimfalk / kostra2010R

R interface for KOSTRA-DWD-2010R dataset
GNU General Public License v3.0
2 stars 0 forks source link

`get_idx()`: integrate construction of objects of type `"sfc_POINT"` #27

Closed dimfalk closed 2 years ago

dimfalk commented 2 years ago
p1 <- sf::st_sfc(
  sf::st_point(
    c(367773, 5703579)
  ),
  crs = 25832
)