Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply_mapshaper_commands returns no response with -proj command #169

Open
ateucher opened this issue Oct 20, 2023 · 1 comment
Open

apply_mapshaper_commands returns no response with -proj command #169

ateucher opened this issue Oct 20, 2023 · 1 comment
Labels

Comments

@ateucher
Copy link
Owner

ateucher commented Oct 20, 2023

library(rmapshaper)
library(readr)

geo <- read_file('https://geodata.ucdavis.edu/gadm/gadm4.1/json/gadm41_DEU_0.json') |> 
  ms_simplify(keep = 0.01)
#> Registered S3 method overwritten by 'jsonify':
#>   method     from    
#>   print.json jsonlite

apply_mapshaper_commands(geo, "-proj init=EPSG:25833 crs=EPSG:4326")
#> Warning: The command returned an empty response. Please check your inputs

Created on 2023-10-20 with reprex v2.0.2

@ateucher
Copy link
Owner Author

Originally raised here.

@ateucher ateucher changed the title apply_mapshaper_commands does not work with -proj apply_mapshaper_commands returns no response with -proj command Oct 20, 2023
@ateucher ateucher added the bug label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant