OpenStreetMap logo OpenStreetMap

GA_Kevin's Diary

Recent diary entries

State of the Map US 2026 Presented by OpenStreetMap US was this weekend in Madison, Wisconsin. As any good breakfast lover, I tried to seek out the best breakfast food in the area of Capitol Square. Here’s my thoughts:

Friday: Wonderstate Coffee (on OSM)

This is a very modern looking coffee shop (think crisp whites and light woods - if Apple had a coffee shop) with a great seating area outside overlooking the Capitol Square and is in a very nice spot to be shaded in the morning to enjoy your coffee or small food item. Only downside to sitting outside is you are very close to the road - but that’s to be expected in a downtown area.

I ordered a plain bagel and cream cheese, and an iced coffee with cream and sugar. Typically where I am this means drip coffee poured over ice, but the barista recommended an Americano… when in Rome I suppose. The coffee was delicious, and the bagel came out with more cream cheese than I think I have ever seen on a bagel (not complaining! Just surprising!)

Cost: $9.23 Rating: 7/10

Saturday: Marigold Kitchen (on OSM)

Such a cute spot! I was searching this day for a good omelette and this place seemed highly recommended. The feel was much more artsy coffeehouse vibe, plenty of lighting and a small outdoor seating area, but I ate inside. I was greeted and handed a menu at the door, ordered at the counter, and was recommended the pancakes as well as the omelette if I was hungry enough. Very friendly staff throughout even during what was clearly an elevated breakfast rush with the farmers market getting started just outside!

See full entry

Prerequisites

To follow along with this tutorial, please setup and configure a Oracle Cloud instance for mapillary tools. Please refer to this guide for instructions on how to accomplish this.

Uploading a 360 video to Mapillary on Oracle Cloud instance from ARM computer

  1. Login to Oracle Cloud Instances.
  2. Select your Mapillary instance configured from this guide.
  3. On the top bar, click Start to boot your instance and note any public IP address changes.
  4. Open Terminal and SSH into your Oracle instance.
    • ssh -i ~/.ssh/oracle_mapillary_keys/[your private key (not .pub)] opc@[IP Address copied from Oracle]
  5. Open a second terminal window and copy files from your local machine / SD card / elsewhere to your Oracle instance. This will place the file into the folder on your instance you created during configuration.
    • scp -i ~/.ssh/oracle_mapillary_keys/[your private key (not .pub)] [/path/to/local/360/file] opc@[IP Address copied from Oracle]:~/mapillary
  6. Wait for these file(s) to transfer to the Oracle instance and switch back to the instance terminal window. Upload the transferred files to Mapillary.
    • mapillary_tools process_and_upload ~/mapillary/*.360
  7. Wait for the upload(s) to complete. Delete the files off the instance and gracefully exit the instance.
    • rm ~/mapillary/*.360 && exit
  8. Return to Oracle dashboard on the web, select Stop from the top bar to stop the instance from running while not in use.