[general]
name=iNaturalist Extractor
about=Extract data from iNaturalist database based on an extent.
category=Database
hasProcessingProvider=False
description=Extract data from iNaturalist database based on an extent.
icon=resources/images/default_icon.png
style_folder=resources/styles
tags=data, iNaturalist, environement

# credits and contact
author=Jules GRILLOT
email=jules.grillot@fdn.fr
homepage=https://julesgrillot.frama.io/plugin_inaturalist_extractor/
repository=https://framagit.org/JulesGrillot/plugin_inaturalist_extractor/
tracker=https://framagit.org/JulesGrillot/plugin_inaturalist_extractor/issues/

# experimental flag
deprecated=False
experimental=True
qgisMinimumVersion=3.28
qgisMaximumVersion=3.99

# versioning
version=0.4.2
changelog=
    0.2.0 add API recommandations, warning on usage, User-Agent, per_page limit, forbid user to dl more than 10k data, correct layer export and crs
    0.3.0 correct geojson and shapefile export, improve code
    0.3.1 make dialog appear again after launching extraction
    0.4.0 correct some fields error, add new fields, add style to exported layer
    0.4.1 add possibilty to extract casual obs, modify style, missing obs correction
    0.4.2 correction if there is no taxon in the observation, add gitlab ci/cd

[service]
plugin_name=iNaturalist_Extractor
name=iNaturalist
uri=https://api.inaturalist.org/v1/observations
crs=4326
metadata=https://www.inaturalist.org/pages/about
producer=https://www.inaturalist.org
logo=resources/images/logo.png
per_page_limit=200
obs_limit=10000

[export]
layer_name=iNaturalist_Export
layer_source_name=inaturalist_extract
