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

Data request to run the script in r #1

Open
Martincabruco opened this issue Aug 22, 2023 · 0 comments
Open

Data request to run the script in r #1

Martincabruco opened this issue Aug 22, 2023 · 0 comments

Comments

@Martincabruco
Copy link

Dear Lucas,

I was performing the example that you have placed here for the calculation of the metrics of the landscape. However, there is one step that I have not been able to perform because I do not have the files that you have. The step is the following:

utm_epsg <- sf::st_read("02_utm\utm_zones_epsg.shp")
utm_epsg

tm_shape(li, bbox = po) +
tm_polygons() +
tm_shape(utm_epsg, bbox = po) +
tm_borders() +
tm_text("zone", size = .7, col = "blue") +
tm_shape(po) +
tm_bubbles(size = .1, col = "red") +
tm_graticules(lines = FALSE) +
tm_compass(position = c("left", "bottom")) +
tm_scale_bar(position = c("left", "bottom"))

I don't have the XXXX file to continue with the analysis.

Therefore, I would like to ask you if you could please share that file ("02_utm\utm_zones_epsg.shp") with me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant