Fundamentals of SAS Visual Analytics geo maps

7

Creating a map with SAS Visual Analytics begins with the geographic variable.  The geographic variable is a special type of data variable where each item has a latitude and longitude value.  For maximum flexibility, VA supports three types of geography variables:

  1. Predefined
  2. Custom coordinates
  3. Custom polygons

This is the first in a series of posts that will discuss each type of geography variable and their creation. The predefined geography variable is the easiest and quickest way to begin and will be the focus of this post.

SAS Visual Analytics comes with nine (9) predefined geographic lookup types.  This lookup method requires that your data contains a variable matching one of these nine data types:

  • Country or Region Names – Full proper name of a country or region (ISO 3166-1)
  • Country or Region ISO 2-Letter Codes – Alpha-2 country code (ISO 3166-1)
  • Country or Region ISO Numeric Codes – Numeric-3 country code (ISO 3166-1)
  • Country or Region SAS Map ID Values – SAS ID values from MPASGFK continent data sets
  • Subdivision (State, Province) Names – Full proper name for level 2 admin regions (ISO 3166-2)
  • Subdivision (State, Province) SAS Map ID Values – SAS ID values from MAPSGFK continent data sets (Level 1)
  • US State Names – Full proper name for US State
  • US State Abbreviations – Two letter US State abbreviation
  • US Zip Codes – A 5-digit US zip code (no regions)

Once you have identified a variable in your dataset matching one of these types, you are ready to begin.  For our example map, the dataset 'Crime' and variable 'State name' will be used.  Let’s get started.

Creating map with predefined geography variable
  1. Begin by opening VA and navigate to the Data panel on the left of the application.
  2. Select the desired dataset and locate a variable that matches one of the predefined lookup types discussed above. Click the down arrow to the right of the variable and select ‘Geography’ from the Classification dropdown menu.
  3. The ‘Edit Geography Item’ window will open. Depending upon the type of geography variable selected, some of the options on this dialog will vary.  The 'Name' textbox is common for all types and will contain the variable selected from your dataset.  Edit this label as needed to make it more user friendly for your intended audience.
  4. The ‘Geography data type’ drop down list is where you select the desired type of geography variable.  In this example, we are using the default predefined option.
  5. Locate the 'Name or code context' dropdown list.  Select the type of predefined variable that matches the data type of the variable chosen from your data.  Once selected, VA scans your data and does an internal lookup on each data item.  This process identifies latitude and longitude values for each item of your dataset.  Lookup results are shown on the right of the window as a percentage and a thumbnail size map.  The thumbnail map displays the the first 100 matches.
  6. If there are any unmatched data items, the first 5 will be displayed.  This may provide a better understanding of your data.  In this example, it is clear from variable name as to what type should be selected (US State Names).  However, in most cases that choice will not be this obvious.  The lesson here, know your data!
Unmatched data item indicators

Once you are satisfied with the matched results, click the OK button to continue.  You should see a new section in the Data panel labeled ‘Geography’.  The name of the variable will be displayed beside a globe icon. This icon represents the geography variable and provides confirmation it was created successfully.

Icon change for geography variable

Now that the geography variable has been created, we are ready to create a map.  To do this, simply drag it from the Data panel and drop it on the VA report canvas.  The auto-map feature of VA will recognize the geography variable and create a bubble map with an OpenStreetMap background.  Congratulations!  You have just created your first map in VA.

Default bubble map with OpenStreetmap background

The concept of a geography variable was introduced in this post as the foundation for creating all maps in VA.  Using the predefined geography variable is the quickest way to get started with Geo maps.  In situations when the predefined type is not possible, using one of VA's custom geography types becomes necessary.  These scenarios will be discussed in future blog posts.

NoteThe concept and method described for creating a predefined geographic lookup variable applies to all versions of SAS Visual Analytics.  Screenshots in this post were taken from VA 8.3.1 and may differ slightly from your version of VA.

Share

About Author

Scott Hicks

Senior Test Engineer

Scott Hicks has been with SAS for 5 years testing and supporting geospatial and mapping technologies. Prior to SAS, he tested and automated a variety of software applications in the Financial Services, Networking and Communication industries. With a background in Electrical Engineering and a Graduate certificate in GIS, he has close to 20 years industry experience.

7 Comments

  1. Hi Scott,

    I have two questions:
    1. There is no background map (US map) when using latitude and longitude. How to bring up the background map?
    2. How to minimize the bubbles into dots?

    Thanks in advance!

    • Scott Hicks

      Hi Yun - I'm not sure I understand what you mean by 'using latitude and longitude'. When using the pre-defined Geo types as described in this post, the lat/long lookups are handled behind the scenes by VA. If you are using Custom Coordinates, then there should be additional drop down lists that appear where you will need to select the columns of your data that contain the lat and long values (see my post on custom coordinates here). The background map should appear automatically when you drag the Geography variable to the report canvas. VA's auto-chart feature will recognize its Classification as being 'Geography' and automatically display an OpenStreetMap background by default. You can then change the map type to one available from Esri's arcgisonline in the Map Service drop down located in the Options panel on the right side of VA.

      A Bubble map is displayed by default for point data. You can change this to a Coordinate map to display 'dots' instead of 'bubbles'. This should give you what you are looking for. To do this, go to the Options pane on the right of VA and look for the 'Map type' drop down list. Change this to Coordinates.

      Hope this helps! Please reach out again if you still have questions.

    • Scott Hicks

      Hi Shaun, thanks for the question! I am not sure of the exact use you require for non-US postal codes. VA does not have a pre-defined geo variable type for non-US zip codes as it does for US Zip codes. In this case you would need to have the latitude/longitude of the Zip code centroid or the shape file defining its area. See my other blog posts on using Custom Coordinates (for using explicit lat/long values) and Custom Region maps (for polygon areas).

      If this does not address your specific situation, please reach out to Tech Support to discuss your scenario.

  2. SAS Geo maps really sucks. Been working on SAS products for last 12 years but these is one area SAS did not pay any attention in making the gep maps slick. May be they want people to use some other integration tools like GIS etc. I have been waiting them to release one simple enhancement that is country map. Right now US map is part of the world map and there is no way to restrict the view to the US only. Also the position of territories like Alaska, Hawaii and PR makes things a bit complicated. Tableu and other reporting tools addressed this issue but SAS Still struggles.

    • Scott Hicks

      Satya, I understand your frustration. VA does allow you to filter based upon the contents of your data (see the Filter tab on the right side of VA's main window). Also, if you have a SAS/Graph license, you could import the MapsGFK.US dataset into VA and use it for custom polygons to create your map. I would recommend contacting customer support directly if you still have doubts. They would be able to walk through your specific scenario to help get the desired output. Thanks for your feedback!

  3. Thanks for this blog, I really enjoyed reading your post. Very informative blog with a cliff hanger (The forecast of additional posts on this topic).

Leave A Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back to Top