23. https://www.inaturalist.org/calendar/ahospers/2018/03/24

Tellins (not Angulus tenuis), and Arciida, and a crab. Please, one species in the observation
https://www.inaturalist.org/observations/15613983
https://observation.org/waarneming/view/149818563

With calendar function it could be findable. Now idea how to find it in the menu
https://www.inaturalist.org/calendar/ahospers/2018/03/24

https://bsapubs.onlinelibrary.wiley.com/doi/full/10.1002/aps3.1193 .

https://www.inaturalist.org/observations/import#photo_import

https://www.inaturalist.org/journal/glmory/21331-python-upload-script

https://groups.google.com/forum/#!searchin/inaturalist/pyinaturalist%7Csort:date/inaturalist/iF-Nw1oKsBo/4yqfflaDAwAJ

https://pyinaturalist.readthedocs.io/en/latest/index.html

https://www.inaturalist.org/pages/api+reference

https://groups.google.com/forum/#!searchin/inaturalist/pyinaturalist%7Csort:date/inaturalist/PNfHggqoIYs/duIgqvopDgAJ

https://www.inaturalist.org/comments?for_me=true

https://www.inaturalist.org/atlases

https://www.inaturalist.org/flags

https://www.inaturalist.org/journal

https://www.inaturalist.org/pages/translate

https://www.inaturalist.org/help

: https://www.inaturalist.org/comments

https://www.inaturalist.org/import

https://www.inaturalist.org/journal/

https://www.inaturalist.org/export

https://www.inaturalist.org/photos/

http://inaturalist.org/identifications

http://www.inaturalist.org/observations/upload,

http://www.inaturalist.org/observations/export

https://www.inaturalist.org/observations/moimport

http://inaturalist.org/observations/import

https://www.inaturalist.org/pages/tips_tricks_nz

http://www.inaturalist.org/people/leaderboard/2016

See: https://www.inaturalist.org/observations/15842355.json
https://groups.google.com/forum/#!searchin/inaturalist/batch$20submissions$20with$20photos$3F%7Csort:date

https://www.doabooks.org/doab?func=search&uiLanguage=en&template=&query=vegetation
https://www.doabooks.org/doab?func=browse&uiLanguage=en&queryField=dutch&x=0&y=0
https://www.doabooks.org/doab?func=search&page=5&template=&query=dutch&uiLanguage=en

https://www.doabooks.org/doab?func=search&query=birds
https://www.doabooks.org/doab?func=search&query=environment
https://www.doabooks.org/doab?func=search&query=plants
https://www.doabooks.org/doab?func=search&query=ict
https://www.doabooks.org/doab?func=search&query=software
https://www.doabooks.org/doab?func=search&query=ökologisch
https://www.doabooks.org/doab?func=search&query=software
https://www.doabooks.org/doab?func=search&query=ecology
https://www.doabooks.org/doab?func=search&query=software

https://www.doabooks.org/doab?func=search&uiLanguage=en&template=&query=environment
Search Term and Tricks
https://groups.google.com/forum/#!topic/inaturalist/vqQH4FmChfE
Russell Pfau's iNat tips & tricks
https://www.inaturalist.org/people/pfau_tarleton
Cassi Saari's iNat tips & tricks
https://www.inaturalist.org/journal/bouteloua/14205-inat-tips-tricks

Yeah, a project is one way to filter by multiple users. You can also use URLs (then bookmark the URL), e.g.

https://www.inaturalist.org/observations/identify?user_id=bouteloua,mira_l_b 1

Feel free to message me anytime. @charlie, you can send private messages by clicking someone’s username, then a blue message button appears in the top right.

there’s really a lot from a single person, I sometimes filter on that person, then mark all as reviewed. If you do actually want to review them later, just make a note somewhere and do the reverse later.
Example: https://www.inaturalist.org/observations/identify?iconic_taxa=unknown&user_id=username&per_page=100 3

he Explore page (aka Observations search) at https://www.inaturalist.org/observations 1 is the primary way for iNaturalist users to search for a set of observations. The page has multiple filters available in the user interface that one can use. Each time a filter is applied, you’ll notice the search URL (AKA web address) changes. For example, a search for all snake observations…

00%20PMScreen Shot 2019-02-06 at 8.10.00 PM.png2378×340 47.7 KB
…creates this URL: https://www.inaturalist.org/observations?place_id=any&taxon_id=85553

This URL is basically a set of search instructions for iNaturalist and it will always show all verifiable snake observations worldwide if you paste it into a browser (try it!).

By editing URLs like this, you can get search results not available through the user interface on the website. What follows are examples of different URLs you can use to create more complicated searches than are available through the user interface. And remember, once you have a search you like, you can always bookmark the URL to save the search.

Because this is a wiki post, feel free to add your own examples!

Searching for multiple taxa

We’ll start off with something simple.

You’ll notice the last part of the URL above says “taxon_id=85553”. That number is iNaturalist’s ID for the taxon Serpentes. You can always find that number by going to the taxon’s page and looking at the URL (e.g. https://www.inaturalist.org/taxa/85553-Serpentes 1 for Serpentes) or searching for it on Explore and looking at the URL.

So if you want to search for more than one taxon at a time, you can edit that URL to include multiple taxon IDs. Let’s say I wanted to search for all snakes and all crocodilians (https://www.inaturalist.org/taxa/26039-Crocodylia). I will have to change “taxon_id” to “taxon_ids” and I can add another taxon number to it by using a comma, so I would end up with:

https://www.inaturalist.org/observations?place_id=any&taxon_ids=85553,26039,47113

You can append more taxon IDs to this URL to search for more taxa. For example, here are all snakes, crocodilians, and nudibranchs:

https://www.inaturalist.org/observations?place_id=any&taxon_ids=85553,26039,47113

Search multiple places

This is pretty similar the multiple taxa URL. Like taxa, places have their own unique ID number, which you can find by searching for it and looking at the resulting URL. For example, here are all observations in Hong Kong:

https://www.inaturalist.org/observations?place_id=7613

So Hong Kong’s ID number is 7613. If I wanted to search for observations in both Hong Kong and Macao, all I have to do is append Macao’s ID number to the end:

https://www.inaturalist.org/observations?place_id=7613,10301

You can then start combining place and taxa search by using an ampersand (&). Here is a search for all snakes, crocodilians, and nudibranchs in Hong Kong and Macao:

https://www.inaturalist.org/observations?taxon_ids=85553,26039,47113&place_id=7613,10301

הועלה ב-פברואר 4, 2019 04:20 אחה"צ על ידי ahospers ahospers

תגובות

e I’m not querying the API directly is the rate limit any higher? Here is the script I’m currently using to download 1 photo/sec for 10k/day:

import os
import pickle
import requests
import shutil
import sys
import time

def download(url, name):
print(name)
with requests.get(url, stream=True) as r:
if r.status_code != 200:
print('{} error: {}'.format(r.status_code, url), file=sys.stderr)
return
r.raw.decode_content = True
with open('./ducks/{}.jpg'.format(name), 'wb') as f:
shutil.copyfileobj(r.raw, f)

def main():
os.makedirs('ducks', exist_ok=True)
present = set([x.replace('.jpg', '') for x in os.listdir('ducks')])

with open('duck_urls', 'rb') as f:
urls = pickle.load(f)

ctr = 0
for url in urls:
if ctr > 10000:
return
name = os.path.normpath(url).split(os.path.sep)[-2]
if name in present:
continue
download(url, name)
ctr += 1
time.sleep(1)

if name == 'main':
main()

פורסם על-ידי ahospers לפני יותר מ 3 שנים

הוספת תגובה

כניסה או הרשמה להוספת הערות