iobis / pyobis

OBIS Python client

Home Page:https://iobis.github.io/pyobis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which vertical datum do we use in OBIS?

ayushanand18 opened this issue · comments

Overview

Some endpoints in OBIS ask for an additional z coordinate over (x,y) for a location. I hope z means vertical datum here. So, which particular datum do we follow - WGS 1984 or NAD 1983?

One of the endpoints that ask for (x, y, z) is occurrences/tile/{x}/{y}/{z}

A sample query:

https://api.obis.org/v3/occurrence/tile/1/1/1?scientificname=mola%20mola

I'm fairly certain it's WGS 1984

Yes WGS84 is what is required for OBIS and GBIF.

Noted, thank you!