Part 3—EXPLORE Geographic Data

Step 1 –
Prepare Your Data Table

  1. Compile your data into an electronic table. These instructions tell how to enter the data into a spreadsheet program such as Microsoft Excel and then import it into My World.
  2. Example data table in Excel. Click the image for a larger view.
    • Your completed table should look similar to the table on the right.
    • Each column is referred to as a field and each row (except the first row, which contains field names) is a record.
    • The field names should be eight letters or less and should contain no spaces or special characters.
    • Text descriptions within each record must be very brief, and the column width should expose all of the text.
    • Do not leave any cells within your table blank (use NA or -999 for empty records).
    • Notice that in North America, latitude values are positive numbers (because we are north of the equator) and longitude values are negative (because we are west of the Prime Meridian)
  3. When your table is complete, format each column for the type of data it contains.
  4. Save your table as a *.csv (Comma Separated Values) or Comma-delimited file.

Step 2 –
Create a Local Map in My World

  1. Launch My World GIS by double-clicking its icon or choosing it from the Start menu.
  2. My World GIS opens in Construct Mode showing three main parts: Data Libraries on the left, a Layer List in the middle, and the Map on the right-hand side.
  3. To add a base map to your project, you must first determine the UTM zone in which you live. The Universal Transverse Mercator (UTM) Coordinate System essentially divides a flat Mercator map projection of the globe into 60 vertical, or transverse, zones. Knowing which one you are in is necessary for having different layers in your map align with one another.
  4. To find your UTM zone, look in the Data Library column and locate the U.S. States file. Click and drag it into the Layer List column.
  5. Do the same for the Continental U.S. UTM zones (10-19) file.
  6. Click the Visualize tab in the upper left of the My World window and select the Pointer tool.
  7. Map of UTM zones
  8. Click the part of the map where you live, and check which zone is highlighted in the legend on the far right.
  9. Once you know your UTM zone, go to File > New Project. Click No when queried to save the current project.
  10. At the top of the Data Library column, use the pull-down menu to select Dynamic Web Images. You must have an active Internet connection in order to access these images.
  11. Locate the Aerial Photo and Topo Map for your UTM zone and drag them to your Layer List. To load the example project, choose UTM zone 11.
  12. Explore these maps briefly in the Visualize mode. Use the zoom in Zoom and Pan Pan tools to check them out. It will take a moment for the images to load each time you zoom in.
Notice that the aerial photo layer is not transparent. In order to view the topographic map below it, you could turn off the photo layer by clicking on its eye icon. Another way to view the topographic map is as an overlay on the aerial photo. To do this, click on the file name in the Layer List and drag it up so it is above the aerial photo layer in the list.

Step 3 –
Import the Data

  1. Click the Construct tab so you are in construct mode.
  2. Choose File > Open file icon Import New Layer from File.
  3. Browse to where you saved your local_data.csv file, select it, and click Open.
  4. Use the radio buttons to make sure that the appropriate columns are designated as latitude and longitude. Accept the other default options and click OK.

  5. import data window

  6. Your data has now been converted into a map layer of points. At the top of the Data Library, use the pull-down menu to select All Data Files. Drag your local_data layer into the Layer List.
  7. Click the Visualize tab.
  8. To view your points, click local_data in the Layer List to make it active, then click on the zoom to active layer Zoom to Active Layer tool above the Map window.

Step 4 –
Link Images to Your Map

In My World, any file can be linked directly to the project for easy access. Images, documents, movies, or web pages can be linked to your data points by adding a path to the file in the layer's data table.
  1. Open the folder of the images that you will link to the project. To work with the heat island example, download a zipped file (Zip Archive 297kB May6 08) containing digital photos of the example project. Photo names indicate the sample location that they show.
  2. In My World, click the Edit tab then double-click your local_data file to open its data table.
  3. Click the New Field... button and enter "Linked images" as the name. Change the Data Type to Link then click OK. A new column will appear in the data table.
  4. To add links to each location, double-click in the cell of the new column.
  5. In the Editing Link... dialog, give a descriptive name for the image, then browse to the folder where it is stored.
  6. When you click OK, the path to that image is stored, and users will be able to access it from your project.
  7. Continue adding links for the pictures, files, or websites you want users to be able to access from your project. You will learn how to access these links in Part 4.