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

Latitude e Longitude #23

Open
temospena opened this issue Sep 23, 2020 · 0 comments
Open

Latitude e Longitude #23

temospena opened this issue Sep 23, 2020 · 0 comments
Labels
geo operações geoespaciais

Comments

@temospena
Copy link
Owner

Outra forma de atribuir lat e lon de um sf

#atribuir coordenadas latlon
PONTOS$Lon = st_coordinates(PONTOS)[,1] #W
PONTOS$Lat = st_coordinates(PONTOS)[,2] #Y
@temospena temospena added the geo operações geoespaciais label Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
geo operações geoespaciais
Projects
None yet
Development

No branches or pull requests

1 participant