Dataset Viewer
Auto-converted to Parquet Duplicate
source_iata
large_string
dest_iata
large_string
stops
int64
source
large_string
AAE
ALG
0
openflights
AAE
CDG
0
openflights
AAE
IST
0
openflights
AAE
LYS
0
openflights
AAE
MRS
0
openflights
AAE
ORN
0
openflights
AAE
ORY
0
openflights
AAL
AAR
0
openflights
AAL
AGP
0
openflights
AAL
ALC
0
openflights
AAL
AMS
0
openflights
AAL
ARN
0
openflights
AAL
BCN
0
openflights
AAL
BLL
0
openflights
AAL
CPH
0
openflights
AAL
IST
0
openflights
AAL
LGW
0
openflights
AAL
OSL
0
openflights
AAL
PMI
0
openflights
AAL
SVG
0
openflights
AAN
CCJ
0
openflights
AAN
PEW
0
openflights
AAQ
DME
0
openflights
AAQ
LED
0
openflights
AAQ
SVO
0
openflights
AAR
AAL
0
openflights
AAR
AGP
0
openflights
AAR
BMA
0
openflights
AAR
CPH
0
openflights
AAR
GOT
0
openflights
AAR
OSL
0
openflights
AAR
PMI
0
openflights
AAR
STN
0
openflights
AAT
URC
0
openflights
AAY
SAH
0
openflights
ABA
DME
0
openflights
ABA
IKT
0
openflights
ABA
NSK
0
openflights
ABA
SVO
0
openflights
ABB
ABV
0
openflights
ABB
LOS
0
openflights
ABD
MHD
0
openflights
ABD
SYZ
0
openflights
ABD
THR
0
openflights
ABE
ATL
0
openflights
ABE
CLT
0
openflights
ABE
DTW
0
openflights
ABE
MYR
0
openflights
ABE
ORD
0
openflights
ABE
PGD
0
openflights
ABE
PHL
0
openflights
ABE
PIE
0
openflights
ABE
SFB
0
openflights
ABI
DFW
0
openflights
ABJ
ACC
0
openflights
ABJ
ALG
0
openflights
ABJ
BKO
0
openflights
ABJ
BOY
0
openflights
ABJ
BRU
1
openflights
ABJ
CDG
0
openflights
ABJ
CKY
0
openflights
ABJ
CMN
0
openflights
ABJ
COO
0
openflights
ABJ
DKR
0
openflights
ABJ
DLA
0
openflights
ABJ
FNA
0
openflights
ABJ
IST
0
openflights
ABJ
LBV
0
openflights
ABJ
LFW
0
openflights
ABJ
LOS
0
openflights
ABJ
NBO
0
openflights
ABJ
ORY
0
openflights
ABJ
OUA
0
openflights
ABJ
ROB
0
openflights
ABJ
TUN
0
openflights
ABL
OTZ
0
openflights
ABQ
ATL
0
openflights
ABQ
BWI
0
openflights
ABQ
CNM
0
openflights
ABQ
DAL
0
openflights
ABQ
DEN
0
openflights
ABQ
DFW
0
openflights
ABQ
HOU
0
openflights
ABQ
IAH
0
openflights
ABQ
JFK
0
openflights
ABQ
LAS
0
openflights
ABQ
LAX
0
openflights
ABQ
MCI
0
openflights
ABQ
MDW
0
openflights
ABQ
MSP
0
openflights
ABQ
OAK
0
openflights
ABQ
ORD
0
openflights
ABQ
PDX
0
openflights
ABQ
PHX
0
openflights
ABQ
SAN
0
openflights
ABQ
SEA
0
openflights
ABQ
SFO
0
openflights
ABQ
SLC
0
openflights
ABR
MSP
0
openflights
ABS
ASW
0
openflights
End of preview. Expand in Data Studio

OpenWaterAtlas — Spots × Climate × Species × Routes

Version 1.0.0 · 2026-06-12 · CC-BY 4.0 · 1,005,290 rows across 8 configs

An integrated open dataset joining 2,928 dive, kitesurf, surf and freedive spots to:

  • daily climate aggregates (wind, air temperature, precipitation) at each spot,
  • marine species occurrences (OBIS + GBIF, terrestrial-noise filtered) at each spot,
  • the global direct-route airline graph (OpenFlights, 34,876 non-stop pairs).

This is the structured-data layer behind openwateratlas.com. The companion citable archive is on Zenodo:

Why this dataset exists

Every individual upstream source — OBIS, GBIF, OpenFlights, NOAA, Open-Meteo, Copernicus — is already open. The join is not. To answer a question like

"which dive sites are reachable on a direct flight from Lisbon in months when the water is ≥ 21 °C, and have manta-ray observations in the last five years?"

you would otherwise need to re-implement spot polygons, run 5 km-radius queries against OBIS and GBIF, dedupe OpenFlights, and re-derive monthly SST means. We publish the join itself so that work doesn't have to be repeated, and so downstream research and journalism can cite a single source.

Quickstart

from datasets import load_dataset

# Load any config by name:
spots          = load_dataset("Anitrovic/openwateratlas-spots-climate-species-routes", "spots", split="train")
species_obs    = load_dataset("Anitrovic/openwateratlas-spots-climate-species-routes", "species_observations", split="train")
daily_climate  = load_dataset("Anitrovic/openwateratlas-spots-climate-species-routes", "daily_climate", split="train")
routes         = load_dataset("Anitrovic/openwateratlas-spots-climate-species-routes", "airport_routes", split="train")

print(spots[0])
# {'id': 3270, 'slug': 'al-boom-diving', 'country_code': 'AE', ...}

Configs

Config Rows Cols Description
countries 64 8 ISO-3166 codes, slug, English name, centroid lat/lon
spots 2,928 21 Spot table: activity (dive/kite/surf/freedive), coords, water-temp range, depth, difficulty, MPA flag, best months
airports 4,563 7 IATA reference (name, city, country, lat/lon)
airport_routes 34,876 4 Direct non-stop airline route pairs from OpenFlights (CC-BY 3.0)
daily_climate 749,568 10 Per-spot, per-day-of-year wind / air-temp / precipitation percentiles (Open-Meteo + ERA5)
monthly_climate 24,576 7 Same data aggregated by month
species_observations 112,548 19 OBIS + GBIF marine occurrences within 5 km of each spot
species_by_spot 63,163 11 Aggregation: one row per (spot × species) with observation count, first / last year

All coordinates are WGS 84 (EPSG:4326), longitude in lon, latitude in lat. Dates are ISO 8601. Booleans are True/False (parquet preserves bool type).

Methodology — short version

Full methodology: https://openwateratlas.com/en/methodology/.

Spots

2,928 named, human-curated dive / kite / surf / freedive sites ingested from OpenStreetMap sport=* nodes, operator site lists (PADI, SSI, NAUI, EFR, regional federations), and author-contributed sites with verification. Water-temperature range derived from NOAA Coral Reef Watch + Copernicus Marine reanalysis at the closest 0.05 ° grid cell.

Climate

For each spot, daily climatology queried from Open-Meteo Archive API at the spot's exact coordinates. The day-of-year aggregate is built from a five-year window (2019–2023) of hourly ERA5 observations. We report the 25th, 50th, 75th and 90th percentiles of wind speed (knots).

Species observations

OBIS v3 occurrence API (CC-BY 4.0; 18 K records) + GBIF occurrence API with basisOfRecord=HUMAN_OBSERVATION (CC0/CC-BY; ~95 K records after noise filtering). Each spot queried with a 5 km radius. A family-level terrestrial blacklist was applied to drop GBIF noise (76 K records / 40 %): Helicidae, Achatinidae (land snails), Coenobitidae, Gecarcinidae (land crabs), Porcellionidae, Oniscidae, Armadillidiidae (land isopods).

Airport routes

OpenFlights routes.dat (CC-BY 3.0, accessed 2024) deduplicated to 34,876 distinct (source_iata, dest_iata) pairs from the ~67 K original.

What we did NOT include

  • Real-time SST, wave, wind or visibility. All values are climatological aggregates. For nowcasts go to NOAA / Copernicus / Open-Meteo directly.
  • Operator / dive-shop coordinates — held separately on openwateratlas.com.
  • Photos — kept within upstream licences (Pexels, iNaturalist, Wikimedia).

How to cite

When you use this dataset, please cite all of the following. The CC-BY 4.0 licence requires it.

Primary attribution:

Nitrovic, A. (2026). OpenWaterAtlas Spot–Climate–Species–Routes Dataset (v1.0.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.20668393

BibTeX:

@dataset{nitrovic_2026_owa_dataset,
  author    = {Nitrovic, Alex},
  title     = {OpenWaterAtlas Spot--Climate--Species--Routes Dataset},
  version   = {1.0.0},
  year      = {2026},
  month     = jun,
  publisher = {Zenodo},
  doi       = {10.5281/zenodo.20668393},
  url       = {https://doi.org/10.5281/zenodo.20668393}
}

Upstream sources you must also cite (CC-BY 4.0 attribution chain):

License

The bundle as a whole is CC-BY 4.0. The redistribution includes material under different but compatible licences (CC-BY 3.0 for OpenFlights, CC-BY 4.0 for OBIS, CC0/CC-BY for GBIF per record). Downstream redistribution must credit OpenWaterAtlas and the upstream sources.

Contact

Downloads last month
48