OpenTreeMap / otm-core

OpenTreeMap is a collaborative platform for crowdsourced tree inventory, ecosystem services calculations, urban forestry analysis, and community engagement.
www.opentreemap.org
Other
186 stars 88 forks source link

identification sync #3294

Closed njason closed 4 years ago

njason commented 4 years ago

This PR includes the integration with iNaturalist to get identification data from unidentified observations (shortened to o9n in code). This PR does not include the scheduling mechanism, originally I was going to use the django app background_task however I realized otm-core already has celery in place. So I think I should wire up the scheduling in celery instead, do you agree?