Home Applications iris-geo-map

iris-geo-map

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
386
Views
27
IPM installs
2
1
Details
Releases
Reviews
Issues
Pull requests
Videos
Articles
This app has a demo View
App to provide Interactive visualization of Geographic data

What's new in this version

Initial Release

Summary

IRIS Geo Map application is a tool to visualize geographic data by generating interactive maps by using Embedded Python functionality.
Application is using Folium Python library

folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the leaflet.js library. Manipulate your data in Python, then visualize it in on a Leaflet map via folium.
folium makes it easy to visualize data that’s been manipulated in Python on an interactive leaflet map. It enables both the binding of data to a map for choropleth visualizations as well as passing rich vector/raster/HTML visualizations as markers on the map.

Features

  • Get geographic data details
  • Mark particular location/locations and Save Interactive Maps to HTML
  • Map Tile Layors (To display different layors we can use with the Map)
  • Mark Locations (Mark locations on the map based on SQL data)
  • Markers Clustors (Combine Locations while zooming out)
  • Map Draw (Mark locations, Lines, View distance between two locations)
  • Draw Bus Lines (Draw Bus lines by using polyline functionality)
  • Weather Data (Weather data by using folium raster_layers)
  • Mini Map (Display mini map at the bottom)
  • Mouse Positoin (Display latitude,longitude values with the mouse movement)
  • Float Image (Display float image to the Map)

Application Layout

ezgif com-gif-maker (6)

Online Demo

https://irisgeomap.demo.community.intersystems.com/csp/irisgeomap/index.csp by using SuperUser | SYS
image

Recommendation

Read related documentations

How to Run (Docker)

To start coding with this repo, you do the following:

  1. Clone/git pull the repo into any local directory
git clone https://github.com/mwaseem75/iris-geo-map.git
  1. Open the terminal in this directory and run:
docker-compose build
  1. Run the IRIS container with your project:
docker-compose up -d

Installation with ZPM

zpm "install iris-geo-map"

Getting Started

Get geographic data details

To get geographic data details we will use GetGeoDetails() function of dc.IrisGeoMap.Folium class. Function requies one address parameter.
Let invoke the function and get the details of “Cambridge MA 02142”

Connect to IRIS Terminal and run below code
do ##class(dc.IrisGeoMap.Folium).GetGeoDetails("Cambridge MA 02142")

Below is the output

image

Mark some locations and save to HTML file

Let us Mark some locations and save it to HTML file.
we will use MarkGeoDetails() function of dc.IrisGeoMap.Folium class.
Function requies two parameter:
1-location/locations(We can pass multiple location by adding “,” in between)
2-HTML file path
Let us run below command to mark Cambridge MA 02142,NY,London,UAE,Jeddah,Lahore and Glasgow on the Map and save it as “irisgeomap_locations.html” file

do ##class(dc.IrisGeoMap.Folium).MarkGeoDetails("Cambridge MA 02142,NY,London,UAE,Jeddah,Lahore,Glasgow","d:\irisgeomap_locations.html")

Below is the view of irisgeomap_locations.html file
image

CSP application

Navigate to http://localhost:52773/csp/irisgeomap/index.csp by using SuperUser | SYS
image

Web application demonstrate below functionlity:

  • Map Tile Layors (To display different layors we can use with the Map)
  • Mark Locations (Mark locations on the map based on SQL data)
  • Markers Clustors (Combine Locations while zooming out)
  • Map Draw (Mark locations, Lines, View distance between two locations)
  • Draw Bus Lines (Draw Bus lines by using polyline functionality)
  • Weather Data (Weather deta by using folium raster_layers)
  • Mini Map (Display mini map at the bottom)
  • Mouse Positoin (Display latitude,longitude values with the mouse movement)
  • Float Image (Display float image to the Map)

Thanks

Read more
Made with
Install
zpm install iris-geo-map download archive
Version
1.0.009 Feb, 2023
ObjectScript quality test
Category
Solutions
Works with
InterSystems IRISInterSystems IRIS for HealthCaché
First published
05 Feb, 2023
Last checked by moderator
27 Jun, 2023Works