[R-sig-Geo] GIBF function from dismo package, did not download some species.

Robert J. Hijmans r.hijmans at gmail.com
Wed Jun 12 08:50:45 CEST 2013


Agus,

# no records:
gbif(genus='Amphiglossus' , species='mouroundavae')

# one record --- all names that start with 'mouroundavae'
gbif(genus='Amphiglossus' , species='mouroundavae*')

# seven records --- also include records without geographic coordinates
gbif(genus='Amphiglossus' , species='mouroundavae*', geo=F)

Robert


On Tue, Jun 11, 2013 at 8:49 PM, Agus Camacho <agus.camacho at gmail.com> wrote:
> Dear list,
>
> Ive been trying to use the gbif function from the dismo package and found
> some species for which this command does not retrieve any occurrence,
> despite they are available at the site:
>
> for example, as written:
>
> gbif(genus= Amphiglossus , species= mouroundavae,
>       geo=TRUE, #ext=,
>        sp=FALSE, removeZeros=TRUE,
>        download=TRUE,
>        getAlt=TRUE,
>        ntries=5,
>        nrecs=1000,
>        start=1, end=NULL,
>        feedback=3)
>
> Thanks in advance
>
> --
> Agustín Camacho Guerrero.
> Doutor em Zoologia.
> Laboratório de Herpetologia, Departamento de Zoologia, Instituto de
> Biociências, USP.
> Rua do Matão, trav. 14, nº 321, Cidade Universitária,
> São Paulo - SP, CEP: 05508-090, Brasil.
>
>         [[alternative HTML version deleted]]
>
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>



More information about the R-sig-Geo mailing list