Skip to content

Data request to run the script in r #1

Open
@Martincabruco

Description

@Martincabruco

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions