-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added instructions for Mapbox and Georeferencer
- Loading branch information
1 parent
504b617
commit cb10c61
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Mapbox and Georefencer | ||
|
||
Our goals today are to learn how to use [Mapbox Studio](https://www.mapbox.com/studio/) to create datasets, tilesets, and styles. We'll also practice georeferencing a map with [Georefencer](https://www.georeferencer.com/). | ||
|
||
## Mapbox Studio | ||
|
||
* Create an account on [Mapbox](https://www.mapbox.com/signup/) and sign into [studio](https://www.mapbox.com/studio/). | ||
* Download the [GeoJSON for the Berlin Wall](https://gist.github.com/CliffordAnderson/1a3e7f12e8f2e7a04a5ace47076a8b6a) and save as a file on your computer. | ||
* Click on [Datasets](https://www.mapbox.com/studio/datasets/) and then "New Dataset." Upload your Berlin Wall data set and name it appropriately. | ||
* After you've created a data set for the Berlin Wall, create a [tileset](https://www.mapbox.com/studio/tilesets/) | ||
* Finally, create a [Style](https://www.mapbox.com/studio/styles) and add your layer to the map. | ||
|
||
## Georefencer | ||
|
||
* Select a public domain map to georeference. If you do not have a map selected, try selecting from among the [Old Maps of Berlin](https://commons.wikimedia.org/wiki/Category:Old_maps_of_Berlin) on Wikimedia Commons. Be sure to save the map in its original (highest) resolution. | ||
* Create an account on [Georefencer](https://www.georeferencer.com) and sign in. | ||
* Click on [Compare and Overlay](https://www.georeferencer.com/compare) and upload your map. | ||
* Use the georeferencing tool to select control points on the base map as well as your historical map. | ||
* When the tool tells you that you have sufficient points, click on "This Map" and "Export to GeoTIFF." The process of conversation takes time; you'll be alerted by email and on the website when it's finished. | ||
* After downloading the file, upload your GeoTiff as a Tileset to Mapbox and add it as a layer to your Style. |