Integrating 3rd Party Data Resources
Step By Step
Demo video
1. Step By Step
In order to integrate the data resources, we need to first configure "IntegrationButton" block. To get complete details, please check : IntegrationButton block section
Once the block configuration is completed, we need to follow the below steps:
Authentication Requirements
FIRMS:
Requires an map_key. You can get one here https://firms.modaps.eosdis.nasa.gov/api/map_key/, but it has limitations. For full access, contact their support.

Kanop:
Register at https://www.kanop.io/
Go to Application Settings https://app.kanop.io/settings?tab=applications
Create a new application to obtain your access token.

API Documentation for Integrations
To explore request options and parameter details, refer to the documentation for each service:
Global Forest Watch: https://data-api.globalforestwatch.org
Kanop: https://main.api.kanop.io/projects/docs
World Bank: https://datahelpdesk.worldbank.org/knowledgebase/topics/125589 https://datahelpdesk.worldbank.org/knowledgebase/articles/898581-api-basic-call-structuresFIRMS: https://firms.modaps.eosdis.nasa.gov/api/For Kanop You must set KANOP_IO_AUTH_TOKEN in the policy-service config or in the Docker configuration. For FIRM You must set FIRMS_AUTH_TOKEN in the policy-service config or in the Docker configuration. You can easily find them using the keyword "Integrations tokens"
Last updated