: Web services: How to obtain the total number of occurrences
Hi all,
Does someone know if there are some call that allows me to obtain the total number of occurrences/records that I have in my portal??
Kind regards, Santi.
--------------------------------------------------------------------------------------- Santiago Martínez de la Riva GBIF.ES, Unidad de Coordinación Tel. +34 91 4203017 x 273 Real Jardín Botánico - CSIC Fax +34 91 429 2405 Plaza de Murillo, 2 sama@gbif.es 28014 Madrid, Spain www.gbif.es
Hi Santi,
See “totalRecords” in http://biocache.ala.org.au/ws/occurrences/search?q=*:* The API is documented pretty nicely on http://api.ala.org.au/
Does this help? I’m not sure what your URL would be exactly.
If not, you can always hit SOLR directly with a query similar to this (you can’t see this but you should be able to formulate a SOLR query to your instance): http://solr1.cloud.gbif.internal:8081/occurrence-solr/select?q=*:*
I hope this helps, Tim
On 05 Nov 2014, at 13:08, Santiago Martinez de la Riva sama@gbif.es wrote:
Hi all,
Does someone know if there are some call that allows me to obtain the total number of occurrences/records that I have in my portal??
Kind regards, Santi.
Santiago Martínez de la Riva GBIF.ES, Unidad de Coordinación Tel. +34 91 4203017 x 273 Real Jardín Botánico - CSIC Fax +34 91 429 2405 Plaza de Murillo, 2 sama@gbif.es 28014 Madrid, Spain www.gbif.es _______________________________________________ Ala-portal mailing list Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
Actually: http://datos.gbif.es/biocache-service/occurrences/search?q=*
totalRecords: 10044117,
HTH, Tim
On 05 Nov 2014, at 13:32, Tim Robertson trobertson@gbif.org wrote:
Hi Santi,
See “totalRecords” in http://biocache.ala.org.au/ws/occurrences/search?q=*:* The API is documented pretty nicely on http://api.ala.org.au/
Does this help? I’m not sure what your URL would be exactly.
If not, you can always hit SOLR directly with a query similar to this (you can’t see this but you should be able to formulate a SOLR query to your instance): http://solr1.cloud.gbif.internal:8081/occurrence-solr/select?q=*:*
I hope this helps, Tim
On 05 Nov 2014, at 13:08, Santiago Martinez de la Riva sama@gbif.es wrote:
Hi all,
Does someone know if there are some call that allows me to obtain the total number of occurrences/records that I have in my portal??
Kind regards, Santi.
Santiago Martínez de la Riva GBIF.ES, Unidad de Coordinación Tel. +34 91 4203017 x 273 Real Jardín Botánico - CSIC Fax +34 91 429 2405 Plaza de Murillo, 2 sama@gbif.es 28014 Madrid, Spain www.gbif.es _______________________________________________ Ala-portal mailing list Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
Ala-portal mailing list Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
Actually, you can make that a lot quicker using this: http://datos.gbif.es/biocache-service/occurrences/search?q=*&facet=off&a...
HTH, Tim
On 05 Nov 2014, at 13:36, Tim Robertson trobertson@gbif.org wrote:
Actually: http://datos.gbif.es/biocache-service/occurrences/search?q=*
totalRecords: 10044117,
HTH, Tim
On 05 Nov 2014, at 13:32, Tim Robertson trobertson@gbif.org wrote:
Hi Santi,
See “totalRecords” in http://biocache.ala.org.au/ws/occurrences/search?q=*:* The API is documented pretty nicely on http://api.ala.org.au/
Does this help? I’m not sure what your URL would be exactly.
If not, you can always hit SOLR directly with a query similar to this (you can’t see this but you should be able to formulate a SOLR query to your instance): http://solr1.cloud.gbif.internal:8081/occurrence-solr/select?q=*:*
I hope this helps, Tim
On 05 Nov 2014, at 13:08, Santiago Martinez de la Riva sama@gbif.es wrote:
Hi all,
Does someone know if there are some call that allows me to obtain the total number of occurrences/records that I have in my portal??
Kind regards, Santi.
Santiago Martínez de la Riva GBIF.ES, Unidad de Coordinación Tel. +34 91 4203017 x 273 Real Jardín Botánico - CSIC Fax +34 91 429 2405 Plaza de Murillo, 2 sama@gbif.es 28014 Madrid, Spain www.gbif.es _______________________________________________ Ala-portal mailing list Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
Ala-portal mailing list Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
Ala-portal mailing list Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
I was looking for something in http://datos.gbif.es/collectory/ws/ in those list of web service....I forgot those options, I don't know where is my mind. Maybe in Stockholm xD.
Thanks so much Tim. --------------------------------------------------------------------------------------- Santiago Martínez de la Riva GBIF.ES, Unidad de Coordinación Tel. +34 91 4203017 x 273 Real Jardín Botánico - CSIC Fax +34 91 429 2405 Plaza de Murillo, 2 sama@gbif.es 28014 Madrid, Spain www.gbif.es
________________________________________ De: Tim Robertson [trobertson@gbif.org] Enviado el: miércoles, 05 de noviembre de 2014 13:38 Para: Santiago Martinez de la Riva CC: ala-portal@lists.gbif.org Asunto: Re: [Ala-portal] : Web services: How to obtain the total number of occurrences
Actually, you can make that a lot quicker using this: http://datos.gbif.es/biocache-service/occurrences/search?q=*&facet=off&a...
HTH, Tim
On 05 Nov 2014, at 13:36, Tim Robertson <trobertson@gbif.orgmailto:trobertson@gbif.org> wrote:
Actually: http://datos.gbif.es/biocache-service/occurrences/search?q=*
* totalRecords: 10044117,
HTH, Tim
On 05 Nov 2014, at 13:32, Tim Robertson <trobertson@gbif.orgmailto:trobertson@gbif.org> wrote:
Hi Santi,
See “totalRecords” in http://biocache.ala.org.au/ws/occurrences/search?q=*:* The API is documented pretty nicely on http://api.ala.org.au/
Does this help? I’m not sure what your URL would be exactly.
If not, you can always hit SOLR directly with a query similar to this (you can’t see this but you should be able to formulate a SOLR query to your instance): http://solr1.cloud.gbif.internal:8081/occurrence-solr/select?q=*:*
I hope this helps, Tim
On 05 Nov 2014, at 13:08, Santiago Martinez de la Riva <sama@gbif.esmailto:sama@gbif.es> wrote:
Hi all,
Does someone know if there are some call that allows me to obtain the total number of occurrences/records that I have in my portal??
Kind regards, Santi.
--------------------------------------------------------------------------------------- Santiago Martínez de la Riva GBIF.ES, Unidad de Coordinación Tel. +34 91 4203017 x 273 Real Jardín Botánico - CSIC Fax +34 91 429 2405 Plaza de Murillo, 2 sama@gbif.esmailto:sama@gbif.es 28014 Madrid, Spain www.gbif.eshttp://www.gbif.es/ _______________________________________________ Ala-portal mailing list Ala-portal@lists.gbif.orgmailto:Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
_______________________________________________ Ala-portal mailing list Ala-portal@lists.gbif.orgmailto:Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
_______________________________________________ Ala-portal mailing list Ala-portal@lists.gbif.orgmailto:Ala-portal@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ala-portal
participants (2)
-
Santiago Martinez de la Riva
-
Tim Robertson