cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

JSL Cookbook - Archived

Building blocks of JSL code to reduce your coding workload.
Choose Language Hide Translation Bar
A Geo-coding function

Problem

Find geo-codes for locations through the Service from MapQuest. Encapsulate the whole REST API functionality that is needed to get the location information from MapQuest.

Solution

This script can be included in JSL programs to get geo codes and supplemental information for locations. It is invoked through a function call and JSL variables and lists are needed to provide the necessary information. See my blog post for more detailed information.

See Also

Geocoding 2020

JSL Cookbook

If you’re looking for a code snippet or design pattern that performs a common task for your JSL project, the JSL Cookbook is for you.

This knowledge base contains building blocks of JSL code that you can use to reduce the amount of coding you have to do yourself.

It's also a great place to learn from the experts how to use JSL in new ways, with best practices.