Digital Mapping for Humanists
  • Digital Mapping for Humanists: A Cookbook
  • How to Write a Good Recipe
  • Recipe Template
  • About Us
  • Instructions & Examples
    • Digital Mapping Questionaire
    • Salad Of Tips
    • Uncertainty and Ambiguity in Data
  • Recipes
    • Add Historic Maps to ArcGIS Online
    • Building a spreadsheet for location data
    • Upload a dataset to Carto
    • Map locations from a text using Recogito
    • Neatline for Humanistic Mapping
    • Extract data from Google My Maps (.kml) into a .csv spreadsheet
    • CSV File Subrecipe: Finding Latitude and Longitude for a Location; Working with locational data
  • Unfinished Recipes — Work in Progress
    • Many Stub Ideas with some instructions
    • Labeling Maps: Hierarchies of Terms
    • Getting an Omeka Classic Neatline
    • Mapping from Texts
    • Voyant Tools
      • Mapping a Text Using Voyant
    • Embedding a Web App from ArcGis Online into your Website - STUB
Powered by GitBook
On this page
  • Why should we do this?
  • How to do it:

Was this helpful?

  1. Recipes

CSV File Subrecipe: Finding Latitude and Longitude for a Location; Working with locational data

Written by Peter Nekola. Edited by Alan Zheng. Reviewed by Austin Mason and Aaron Young.

Why should we do this?

This is necessary to plot locations in GIS, and to georectify historic maps

How to do it:

A) Bing Maps Route A:

  • Search the name of the entity in Bing maps search box (or scroll and zoom to location)

  • Right click on the entity (or location) as it appears; coordinates should appear at bottom of a text box

  • Click on “Copy” and use command Control-C to copy coordinates

B) Google Maps Route B:

  • Search the name of the entity in Google maps search box (or scroll and zoom to location)

  • Right click on the entity (or location) as it appears

  • Select "What's Here" in the dropdown menu

  • Click on coordinates as they appear in the popup window; properly written coordinates should appear in left column

C) Other Routes

  • For topographically rich US Data, detailed coordinates can be found by scrolling, zooming, or searching: nationalmap.gov

  • Programs such as AwesomeTable Geocode can be installed to facilitate finding coordinates

Importing into csv (Comma Separated Files—such as MSExcel or Airtable or Google Sheet, etc.), which should be recognizable across platforms, for uploading

  • Copy and paste coordinates into Latitude and Longitude fields in csv file

  • Make sure these coordinates are in the form of numbers and periods--not coordinates with other punctuation, direction, etc., as these will not appear in GIS, such as 47.929798, -90.371101 (not, for example, 47°55'47.3"N 90°22'16.0"W, which will not be recognized by programs such as ARCGIS).

  • Make sure the csv file places latitude (Y) before longitude (X).

PreviousExtract data from Google My Maps (.kml) into a .csv spreadsheetNextMany Stub Ideas with some instructions

Last updated 5 years ago

Was this helpful?