A visit to Abu Dhabi

Abu Dhabi
Python
pyinaturalist
Folium
Autor/a

José R. Ferrer-Paris

Fecha de publicación

19 de octubre de 2025

Fecha de última modificación

26 de noviembre de 2025

A summary of my iNaturalist observations during a visit to Abu Dhabi for the IUCN World Conservation Congress.

Load Python modules

import pandas as pd
import folium
from datetime import datetime, timedelta
from pyinaturalist import (
    Observation,
    get_observations,
    pprint,
)
import ipyplot
from itertools import compress

Download iNaturalist observations

From the end of May to the first week of June 2025

observations = get_observations(user_id='NeoMapas', 
                                d1="2025-10-01",
                                d2="2025-10-16",
                                per_page=1000)
len(observations['results'])
pprint(observations)
                                                                                                                   
  ID          Taxon ID   Taxon                            Observed on    User       Location                       
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 
  321831714   2926       Genus Streptopelia               Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         (Turtle-Doves And                                                                         
                         Collared-Doves)                                                                           
  321831658   4933       Genus Egretta (Small Egrets      Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         And Herons)                                                                               
  321831607   75723      Avicennia marina (Grey           Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Mangrove)                                                                                 
  321831583   3879       Tringa totanus (Common           Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Redshank)                                                                                 
  321831535   128828     Eriphia smithii (Red-Eyed Reef   Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Crab)                                                                                     
  321831507   128828     Eriphia smithii (Red-Eyed Reef   Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Crab)                                                                                     
  321831446   47190      Family Grapsidae (Shore Crabs)   Oct 15, 2025   neomapas   Abu Dhabi, AE                  
  321831408                                               Oct 15, 2025   neomapas   Abu Dhabi, AE                  
  321831388   92437      Genus Terapon                    Oct 15, 2025   neomapas   Abu Dhabi, AE                  
  321831357   47178      Class Actinopterygii             Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         (Ray-Finned Fishes)                                                                       
  321831337   3879       Tringa totanus (Common           Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Redshank)                                                                                 
  321831291   1312955    Genus Aphaniops                  Oct 15, 2025   neomapas   Abu Dhabi, AE                  
  321831281   47178      Class Actinopterygii             Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         (Ray-Finned Fishes)                                                                       
  321831250   47178      Class Actinopterygii             Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         (Ray-Finned Fishes)                                                                       
  321822183   340403     Pluchea dioscoridis (Barnouf)    Oct 14, 2025   neomapas   Abu Dhabi, AE                  
  321821555   52734      Genus Cyperus (Flatsedges)       Oct 14, 2025   neomapas   Abu Dhabi, AE                  
  321821517   783660     Subfamily Zygophylloideae        Oct 14, 2025   neomapas   Abu Dhabi, AE                  
  321821499   14590      Pycnonotus leucotis              Oct 14, 2025   neomapas   Abu Dhabi, AE                  
                         (White-Eared Bulbul)                                                                      
  321821465   14590      Pycnonotus leucotis              Oct 14, 2025   neomapas   Abu Dhabi, AE                  
                         (White-Eared Bulbul)                                                                      
  321821437   8034       Corvus ruficollis                Oct 14, 2025   neomapas   Abu Dhabi, AE                  
                         (Brown-Necked Raven)                                                                      
  321818046   47178      Class Actinopterygii             Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         (Ray-Finned Fishes)                                                                       
  321817954   4871       Vanellus indicus (Red-Wattled    Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Lapwing)                                                                                  
  321817913   204454     Acridotheres tristis (Common     Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Myna)                                                                                     
  321817877   53843      Brephidium exilis (Western       Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Pygmy-Blue)                                                                               
  321817854   67688      Suborder Caelifera               Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         (Grasshoppers, Locusts, And                                                               
                         Allies)                                                                                   
  321817824   68484      Genus Colotis (Tips)             Oct 15, 2025   neomapas   Abu Dhabi, AE                  
  321817795   424574     Colotis phisadia (Blue-Spotted   Oct 15, 2025   neomapas   Abu Dhabi, AE                  
                         Arab)                                                                                     
  321813483   7706       Genus Prinia (Prinias)           Oct 10, 2025   neomapas   Abu Dhabi, AE                  
  321813463   14590      Pycnonotus leucotis              Oct 10, 2025   neomapas   Abu Dhabi, AE                  
                         (White-Eared Bulbul)                                                                      
  321813446   7251       Order Passeriformes (Perching    Oct 10, 2025   neomapas   Abu Dhabi, AE                  
                         Birds)                                                                                    
  321813416   204454     Acridotheres tristis (Common     Oct 10, 2025   neomapas   Abu Dhabi, AE                  
                         Myna)                                                                                     
  321813407   7998       Genus Corvus (Crows And          Oct 10, 2025   neomapas   Abu Dhabi, AE                  
                         Ravens)                                                                                   
  321813395   144422     Genus Euodice (Typical           Oct 10, 2025   neomapas   Abu Dhabi, AE                  
                         Silverbills)                                                                              
  321813383   2926       Genus Streptopelia               Oct 10, 2025   neomapas   Abu Dhabi, AE                  
                         (Turtle-Doves And                                                                         
                         Collared-Doves)                                                                           
  321813362   2926       Genus Streptopelia               Oct 10, 2025   neomapas   Abu Dhabi, AE                  
                         (Turtle-Doves And                                                                         
                         Collared-Doves)                                                                           
  321560593   78555      Phoenix dactylifera (Date        Oct 14, 2025   neomapas   Central District - Al Ain      
                         Palm)                                                      Oasis - Abu Dhabi - United     
                                                                                    Arab Emirates                  
  321560329   20969      Upupa epops (Common Hoopoe)      Oct 14, 2025   neomapas   Abu Dhabi, AE                  
  321560323   5361       Neophron percnopterus            Oct 14, 2025   neomapas   United Arab Emirates           
                         (Egyptian Vulture)                                                                        
  321560316   120917     Calotropis procera (Giant        Oct 14, 2025   neomapas   Abu Dhabi, AE                  
                         Milkweed)                                                                                 
  321557217   145350     Euodice malabarica (Indian       Oct 14, 2025   neomapas   Abu Dhabi, AE                  
                         Silverbill)                                                                               
  321557206   33903      Complex Pristurus rupestris      Oct 14, 2025   neomapas   Abu Dhabi, AE                  
                         (Species Complex: Rock                                                                    
                         Semaphore Gecko)                                                                          
  321557148   67714      Genus Capparis (Caperbushes)     Oct 14, 2025   neomapas   Abu Dhabi, AE                  
  321557116   497859     Tecomella undulata (Desert       Oct 14, 2025   neomapas   United Arab Emirates           
                         Teak)                                                                                     
  321557104   5361       Neophron percnopterus            Oct 14, 2025   neomapas   United Arab Emirates           
                         (Egyptian Vulture)                                                                        
  321557057   69143      Subfamily Myrmicinae             Oct 14, 2025   neomapas   Abu Dhabi, AE                  
                         (Myrmicine Ants)                                                                          
  321557027   901280     Colotis phisadia phisadia        Oct 14, 2025   neomapas   Abu Dhabi, AE                  
  321556975   47434      Family Poaceae (Grasses)         Oct 14, 2025   neomapas   Abu Dhabi, AE                  
  320681751   8031       Corvus splendens (House Crow)    Oct 10, 2025   neomapas   Mubarak Bin Mohammed Street,   
                                                                                    Abu Dhabi, Abu Dhabi, AE       
  319884336   34505      Hemidactylus flaviviridis        Oct 10, 2025   neomapas   Corniche Street, Abu Dhabi,    
                         (Northern House Gecko)                                     Abu Dhabi, AE                  
                                                                                                                   

Map of observations

map = folium.Map(tiles="Esri NatGeoWorldMap")
fg = folium.FeatureGroup(name="iNaturalist observations", control=True, attribution="observers @ iNaturalist").add_to(map)
popup_text = """<img src='{url}'>
<caption><i>{species}</i> observed on {observed_on} / {attribution}</caption> {desc}
   """
for obs in observations['results']:
    if obs['quality_grade'] == 'research':
        if obs['description'] is None:
            desc = ""
        else:
            desc = obs['description']
        pincolor = 'green'
    else:
        desc = "Observation is not research quality grade."
        pincolor = 'gray'
    fg.add_child(
        folium.Marker(
            location=obs['location'],
            popup=popup_text.format(
               species=obs['species_guess'],
                observed_on=obs['observed_on'],
                desc=desc,
               url = obs['observation_photos'][0]['photo']['url'],
               attribution = obs['observation_photos'][0]['photo']['attribution']),
            icon=folium.Icon(color=pincolor),
        )
      )
folium.LayerControl().add_to(map)

<folium.map.LayerControl object at 0x126a378f0>
map.fit_bounds(map.get_bounds())
map

Make this Notebook Trusted to load map: File -> Trust Notebook

Travel log

records=list()
for obs in observations['results']:
    record = {'quality': obs['quality_grade'],
    'description': obs['description'],
    'location': obs['place_guess'],
    'longitude': obs['location'][1],
    'latitude': obs['location'][0],
    'species guess': obs['species_guess'],
    'Fecha': obs['observed_on'],
    }
    if len(obs['observation_photos'])>0:
        record['url'] = obs['observation_photos'][0]['photo']['url']
        record['attribution'] = obs['observation_photos'][0]['photo']['attribution']
    records.append(record)
inat_obs=pd.DataFrame(records)
inat_obs["dia"]=inat_obs.Fecha.apply(datetime.date)
inat_obs.groupby('dia').agg({'species guess': ['count',pd.Series.nunique]})

species guess
count nunique
dia
2025-10-10 10 9
2025-10-14 18 16
2025-10-15 20 15
my_observations = Observation.from_json_list(observations)
images = [obs.photos[0].small_url for obs in my_observations]
labels = [str(obs) for obs in my_observations]

Playas de Abu Dhabi

Explore observations on iNaturalist

ss = [datetime.date(obs.observed_on).strftime('%d/%m/%Y') in ['10/10/2025',] for obs in my_observations]
ipyplot.plot_images(list(compress(images, ss)), list(compress(labels, ss)), max_images=60,)


Observation(id=321813483, taxon=Taxon(id=7706, full_name=Genus Prinia (Prinias)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582051881/small.jpg

Observation(id=321813463, taxon=Taxon(id=14590, full_name=Pycnonotus leucotis (White-Eared Bulbul)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582051842/small.jpg

Observation(id=321813446, taxon=Taxon(id=7251, full_name=Order Passeriformes (Perching Birds)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582051799/small.jpg

Observation(id=321813416, taxon=Taxon(id=204454, full_name=Acridotheres tristis (Common Myna)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582051746/small.jpg

Observation(id=321813407, taxon=Taxon(id=7998, full_name=Genus Corvus (Crows And Ravens)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582051707/small.jpg

Observation(id=321813395, taxon=Taxon(id=144422, full_name=Genus Euodice (Typical Silverbills)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582051664/small.jpg

Observation(id=321813383, taxon=Taxon(id=2926, full_name=Genus Streptopelia (Turtle-Doves And Collared-Doves)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582051646/small.jpg

Observation(id=321813362, taxon=Taxon(id=2926, full_name=Genus Streptopelia (Turtle-Doves And Collared-Doves)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582051614/small.jpg

Observation(id=320681751, taxon=Taxon(id=8031, full_name=Corvus splendens (House Crow)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Mubarak Bin Mohammed Street, Abu Dhabi, Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/579841889/small.jpg

Observation(id=319884336, taxon=Taxon(id=34505, full_name=Hemidactylus flaviviridis (Northern House Gecko)), observed_on=Oct 10, 2025, username=neomapas, place_guess=Corniche Street, Abu Dhabi, Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/578288908/small.jpg

Visita a Al Ain

ss = [datetime.date(obs.observed_on).strftime('%Y-%m-%d') in ['2025-10-14'] for obs in my_observations]
ipyplot.plot_images(list(compress(images, ss)), list(compress(labels, ss)), max_images=60,)


Observation(id=321822183, taxon=Taxon(id=340403, full_name=Pluchea dioscoridis (Barnouf)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557709/small.jpg

Observation(id=321821555, taxon=Taxon(id=52734, full_name=Genus Cyperus (Flatsedges)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582068457/small.jpg

Observation(id=321821517, taxon=Taxon(id=783660, full_name=Subfamily Zygophylloideae), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582068348/small.jpg

Observation(id=321821499, taxon=Taxon(id=14590, full_name=Pycnonotus leucotis (White-Eared Bulbul)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582068286/small.jpg

Observation(id=321821465, taxon=Taxon(id=14590, full_name=Pycnonotus leucotis (White-Eared Bulbul)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582068186/small.jpg

Observation(id=321821437, taxon=Taxon(id=8034, full_name=Corvus ruficollis (Brown-Necked Raven)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582068097/small.jpg

Observation(id=321560593, taxon=Taxon(id=78555, full_name=Phoenix dactylifera (Date Palm)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Central District - Al Ain Oasis - Abu Dhabi - United Arab Emirates)

https://inaturalist-open-data.s3.amazonaws.com/photos/581563938/small.jpg

Observation(id=321560329, taxon=Taxon(id=20969, full_name=Upupa epops (Common Hoopoe)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581563536/small.jpg

Observation(id=321560323, taxon=Taxon(id=5361, full_name=Neophron percnopterus (Egyptian Vulture)), observed_on=Oct 14, 2025, username=neomapas, place_guess=United Arab Emirates)

https://inaturalist-open-data.s3.amazonaws.com/photos/581563508/small.jpg

Observation(id=321560316, taxon=Taxon(id=120917, full_name=Calotropis procera (Giant Milkweed)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581563492/small.jpg

Observation(id=321557217, taxon=Taxon(id=145350, full_name=Euodice malabarica (Indian Silverbill)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557986/small.jpg

Observation(id=321557206, taxon=Taxon(id=33903, full_name=Complex Pristurus rupestris (Species Complex: Rock Semaphore Gecko)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557941/small.jpg

Observation(id=321557148, taxon=Taxon(id=67714, full_name=Genus Capparis (Caperbushes)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557906/small.jpg

Observation(id=321557116, taxon=Taxon(id=497859, full_name=Tecomella undulata (Desert Teak)), observed_on=Oct 14, 2025, username=neomapas, place_guess=United Arab Emirates)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557866/small.jpg

Observation(id=321557104, taxon=Taxon(id=5361, full_name=Neophron percnopterus (Egyptian Vulture)), observed_on=Oct 14, 2025, username=neomapas, place_guess=United Arab Emirates)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557831/small.jpg

Observation(id=321557057, taxon=Taxon(id=69143, full_name=Subfamily Myrmicinae (Myrmicine Ants)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557746/small.jpg

Observation(id=321557027, taxon=Taxon(id=901280, full_name=Colotis phisadia phisadia), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557700/small.jpg

Observation(id=321556975, taxon=Taxon(id=47434, full_name=Family Poaceae (Grasses)), observed_on=Oct 14, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/581557647/small.jpg

Last day in Abu Dhabi


ss = [datetime.date(obs.observed_on).strftime('%Y-%m-%d') in ['2025-10-15'] for obs in my_observations]
ipyplot.plot_images(list(compress(images, ss)), list(compress(labels, ss)), max_images=60,)


Observation(id=321831714, taxon=Taxon(id=2926, full_name=Genus Streptopelia (Turtle-Doves And Collared-Doves)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582089327/small.jpg

Observation(id=321831658, taxon=Taxon(id=4933, full_name=Genus Egretta (Small Egrets And Herons)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582089275/small.jpg

Observation(id=321831607, taxon=Taxon(id=75723, full_name=Avicennia marina (Grey Mangrove)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582089188/small.jpg

Observation(id=321831583, taxon=Taxon(id=3879, full_name=Tringa totanus (Common Redshank)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582089138/small.jpg

Observation(id=321831535, taxon=Taxon(id=128828, full_name=Eriphia smithii (Red-Eyed Reef Crab)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582089047/small.jpg

Observation(id=321831507, taxon=Taxon(id=128828, full_name=Eriphia smithii (Red-Eyed Reef Crab)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582089018/small.jpg

Observation(id=321831446, taxon=Taxon(id=47190, full_name=Family Grapsidae (Shore Crabs)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582088979/small.jpg

Observation(id=321831408, taxon=None, observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582088926/small.jpg

Observation(id=321831388, taxon=Taxon(id=92437, full_name=Genus Terapon), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582088887/small.jpg

Observation(id=321831357, taxon=Taxon(id=47178, full_name=Class Actinopterygii (Ray-Finned Fishes)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582088843/small.jpg

Observation(id=321831337, taxon=Taxon(id=3879, full_name=Tringa totanus (Common Redshank)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582088793/small.jpg

Observation(id=321831291, taxon=Taxon(id=1312955, full_name=Genus Aphaniops), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582088693/small.jpg

Observation(id=321831281, taxon=Taxon(id=47178, full_name=Class Actinopterygii (Ray-Finned Fishes)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582088652/small.jpg

Observation(id=321831250, taxon=Taxon(id=47178, full_name=Class Actinopterygii (Ray-Finned Fishes)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582088593/small.jpg

Observation(id=321818046, taxon=Taxon(id=47178, full_name=Class Actinopterygii (Ray-Finned Fishes)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582060807/small.jpg

Observation(id=321817954, taxon=Taxon(id=4871, full_name=Vanellus indicus (Red-Wattled Lapwing)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582060695/small.jpg

Observation(id=321817913, taxon=Taxon(id=204454, full_name=Acridotheres tristis (Common Myna)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582060615/small.jpg

Observation(id=321817877, taxon=Taxon(id=53843, full_name=Brephidium exilis (Western Pygmy-Blue)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582060539/small.jpg

Observation(id=321817854, taxon=Taxon(id=67688, full_name=Suborder Caelifera (Grasshoppers, Locusts, And Allies)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582060514/small.jpg

Observation(id=321817824, taxon=Taxon(id=68484, full_name=Genus Colotis (Tips)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582060367/small.jpg

Observation(id=321817795, taxon=Taxon(id=424574, full_name=Colotis phisadia (Blue-Spotted Arab)), observed_on=Oct 15, 2025, username=neomapas, place_guess=Abu Dhabi, AE)

https://inaturalist-open-data.s3.amazonaws.com/photos/582060308/small.jpg