Data enrichment is the process of finding demographic data and local facts for locations around the world. To perform data enrichment with MapLibre GL JS, use the ArcGIS REST JS library to access the ArcGIS GeoEnrichment service.
- Use the MapLibre ArcGIS plugin to display a map.
- Reference the ArcGIS REST JS
request
anddemographics
packages. - Perform a global or local search.
- Display the results in the map.
Global data
You can access global data, also known as standard demographics, for 170 countries and regions. To get global data, you use data variables to find information about population, income, age, households, education, spending, jobs, marital status, and key facts.
Get global data
Learn how to return demographic information, such as total population, with the query
method in ArcGIS REST JS.
Local data
You can use local data, also known as advanced demographics, to gain insight about specific countries, cities, or neighborhoods. Local data variables include information about housing, health, education, and more.
Get local data
Learn how to return market and purchasing trends with the query
method in ArcGIS REST JS.