Authentication using Esri ArcGIS REST JS

Introduction: I am currently working on a requirement for one of our custom web mapping solutions that needs to authenticate with the ArcGIS Platform in order to access web maps and layers. The objective is to create an API for authentication, which can be called in the application to perform authorization and authentication. ArcGIS REST JS is a lightweight collection of JavaScript modules that allows users to access ArcGIS services and develop mapping and spatial analysis applications....

March 5, 2025 · 4 min

End-to-End Guide: Ingesting Overture Maps Data into Snowflake and Serving It as a GeoService with Snowflake-Koop Provider

In this article, I will walk you through the process of ingesting geospatial data from the Overture Maps Foundation into Snowflake, using a step-by-step approach. Additionally, we will leverage the Snowflake-Koop provider to access and serve the ingested data as a GeoService. What is Koop.js ? Geospatial data server for the web; built using Node JS w/ javascript (a.k.a RESTful web server) Transform/serves data from from remote APIs with HTTP requests Support geospatial operations Built-in support for Geoservice Spec (for ArcGIS clients) “Plugins” allow quick and customuze deployments Underlying tech for custom data feeds in ArcGIS Enterprise....

November 7, 2024 · 5 min