Skip to content

Instantly share code, notes, and snippets.

View sjg's full-sized avatar

Steven Gray sjg

View GitHub Profile
@sjg
sjg / README.md
Last active February 24, 2024 01:49
Mapping, Counting, Recovering: Humanities through the Digital Lens' Workshop - UCL DH / QMU - March 2024

Mapping, Counting, Recovering: Humanities through the Digital Lens' Workshop - UCL DH / QMU - March 2024

Introduction

This workshop session will show you how to turn a raw data spreadsheet in excel into ann interactive digital map using some free online tools and some code on this page. Learn how to Geocode some data in a Google Sheet and then export the data onto geojson.io.

Tutorial Video Link

Tools used for this Example

@sjg
sjg / gist:9dafd3d9de4411b885567e1944e138d0
Created October 29, 2024 12:33
Install NodeJS on Rasp Pi
curl https://raw.githubusercontent.com/creationix/nvm/v0.7.0/install.sh | sh
source /home/pi/.profile
nvm install v22.10.0 && nvm alias default v22.10.0