Skip to content

Commit

Permalink
clean mssimplify
Browse files Browse the repository at this point in the history
issue #67
  • Loading branch information
PMHLambert committed Apr 19, 2023
1 parent f31678b commit 3c21e89
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 174 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Imports:
pkgload (>= 1.2.2),
promises,
purrr (>= 0.3.4),
rmapshaper (>= 0.4.5),
RPostgres (>= 1.3.3),
sf (>= 1.0.2),
shinipsum (>= 0.1.0),
Expand Down
4 changes: 2 additions & 2 deletions R/utils_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ generate_datasets <- function(con) {
query = "SELECT * FROM diadesatlas.v_ices_geom;"
) %>%
# sf::st_transform("+proj=eqearth +wktext") %>%
sf::st_transform("+proj=wintri") %>%
rmapshaper::ms_simplify()
sf::st_transform("+proj=wintri") # %>%
# rmapshaper::ms_simplify()

species_order <- c(
"Alosa alosa",
Expand Down
57 changes: 0 additions & 57 deletions data-raw/db_to_json.R

This file was deleted.

Loading

0 comments on commit 3c21e89

Please sign in to comment.