URL Code for Observations without Annotations?

Hello! I am currently updating all my observations with their annotations and wondering if there is a URL code on how to view all my observations that do not have any annotations filled out. Same with observation fields if possible as well. Thanks in advance for any help.

3 Likes

I would like to know this too please!

On the opening page of the Identify app, click Filters and then More Filters. You can select the desired annotations from the menus, one at a time.

1 Like

For observations without an observation field, add “&without_field=[name of observation field] to the URL. You can include the spaces in the name of the observation field, if there are any; for example, “&without_field=Host Plant ID”

1 Like

I mean for filtering out observations without any kind of annotations not just one at time

you can filter for observations without a particular type of annotation, but the filter doesn’t work for multiple types of annotations, and there’s not a filter any annotation. compare:

however, there is a series of projects for each type of annotation, collected under an umbrella project, and you could use that umbrella project to effectively do what you’re looking for:

otherwise, the next easiest way probably would be to get all your observations via the API and then filter on the client side for the observations you’re looking for.

it’s possible to get observations without one or more specific observation fields. compare:

however, i don’t think there’s a filter that allows you to get observations without observation fields. so then probably the easiest way to do that would be to get all your observations via the API and then filter on the client side for the observations you’re looking for.

…

if you need more information about how to do the client-side filtering using the API, just let me know, and i can walk you through an example of how to do that using a Jupyter notebook i made back in the day: https://jumear.github.io/stirpy/lab?path=iNat_APIv1_get_observations.ipynb.

4 Likes

There is no URL params to select observations without annotations and observation fields.

I made an website to explore iNaturalist data. To select observations for a user that do not have annotations and observation fields.

  • Select ‘Observers’ for ‘Search for’
  • type in your username and select the user from the popup menu.
  • click “Filters”
  • click “Beta Features” tab
  • click “Hide observations with annotations” and “Hide observations with observation fields”

Here are the observations by theresephillips without annotations and observation fields.

https://inat-explorer.dataexplorers.info/?user_id=6206309&obs_without_annotations=true&obs_without_ofvs=true&view=observations_observations&subview=grid

The annotations and observations fields are displayed on each observation card. Clicking on the taxon name will take you to the iNat page for that observation.

1 Like