0.1.2 • Published 9 years ago

inaturalist_api v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

iNaturalistAPI

Build Status Coverage Status

A Node.js map tile and data API for the iNaturalist.org website

Installation

npm install

API

Standard Parameters

NameRequiredTypeDescription
taxon_idintegeridentified to the taxon and its descendants
user_idintegercreated by the user
place_idintegerobserved in the place
project_idintegerin the project
d1datetimeobserved on or after the date
d2datetimeobserved on or before the date

Render Points Tile

/geohash/:z/:x/:y.png

Render a PNG tile with points showing every observation matching the request parameters. Colors are based on the taxon represented.

/geohash/:z/:x/:y.grid.json

Return a UTFGrid representation of geohash tile data.

Render Heatmap Tile

/heatmap/:z/:x/:y.png

Render a PNG tile with points showing a heatmap summary of all pbservations matching the request parameters.

/heatmap/:z/:x/:y.grid.json

Return a UTFGrid representation of heatmap tile data.