GithubHelp home page GithubHelp logo

leeclab / ms_mammals_sp_spatial_analysis Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 50.94 MB

Repository of spatial analyzes of the manuscript "Mammals in the State of São Paulo: diversity, distribution, ecology and conservation"

Home Page: https://www.arcgis.com/apps/dashboards/11273a209cd44bba9826ce689fe04ac9

License: Apache License 2.0

R 100.00%

ms_mammals_sp_spatial_analysis's People

Contributors

mauriciovancine avatar renatamuy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pardalismitis

ms_mammals_sp_spatial_analysis's Issues

tax x ba_tax

Linha 149 do 00_prepara_data.R:
dplyr::left_join(., rbind(unique(ca_occ[, c(2, 3, 4)]), tax), by = "genus") %>%

Seria:
dplyr::left_join(., rbind(unique(ca_occ[, c(2, 3, 4)]), ba_tax), by = "genus") %>%

running

Oi @mauriciovancine ,

O script 01 roda perfeito e o 02 está rodando e gerando as figs. Deve levar um tempinho para terminar, mas só dando uma diagonal, não tenho nada a modificar.

abs

Atlantic-bats

A linha 044 de 00_prepara_data.R:

ba_tax <- readr::read_delim("data/ATLANTIC_BATS_Capture.csv", delim = ",", quote = "") # correcoes nas linhas

tenta solucionar um problema com a formatação, mas chama o arquivo inexistente na pasta data
Ajustei com:
ba_tax <- readr::read_delim("data/data_papers/ATLANTIC_BATS_Capture.csv", delim = ",", quote = "") # correcoes nas linhas
mas o output está bem estranho:

2022-08-17

Não tenho interesse nos dados de morcegos, mas chamo o issue aqui pq parece interferir no bind com o CamTraps na sequência...

Rodar o código direto na linha 046, ignorando a linha anterior, gera o erro:

Error in `dplyr::mutate()`:
! Problem while computing `species =
  str_replace(Species, "[.]", " ")`.
Caused by error in `stri_replace_first_regex()`:
! object 'Species' not found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.