© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
Geocoding using IRIS and Python geocoder library
$ git clone https://github.com/yurimarx/iris-geocoder.git
$ docker-compose build
$ docker-compose up -d
To use http://localhost:52773/iris-geocoder/forward or http://localhost:52773/iris-geocoder/reverse you must have a Google account and have a payment plan active and configured. So you can generate your Google API Key and put it inside Dockerfile line 31:
ENV GOOGLE_API_KEY=YOUR-API-KEY-HERE
See detailed instructions on: https://developers.google.com/maps/get-started
This application used geocoder project