Skip to content

Instantly share code, notes, and snippets.

View bigwestern's full-sized avatar

benito bigwestern

View GitHub Profile
@bigwestern
bigwestern / gist:e56a308a34410e762e1cefaff8a2df44
Created July 7, 2017 06:48
Scrape the conference panels from nomadit.co.uk hosted event. Output is html
#
# c:\Python36\python junkcode\nomadit.py > abstracts.html
#
# or: c:\Python36\python junkcode\nomadit.py --help
#
import requests
import argparse
from bs4 import BeautifulSoup
from jinja2 import Template
@bigwestern
bigwestern / sample-marks-of-field-trip-with-j-birrell.csv
Last active July 8, 2023 13:33
A sample CSV file of GPS marks that can be imported into a webmap
No. Name Custodian GPS Lat GPS Long Latitude Longitude
1 Boundary Mark 1 (SW) J. Birrell 27 29 44.09 S 153 0 39.92 -27.49558 153.01109
2 Boundary Mark 2 (SE) J. Birrell 27 29 44.02 S 153 0 40.39 -27.49556 153.01122
3 Path through trees F.L. Wright 27 29 42.79 S 153 0 39.92 -27.49522 153.01109
4 End of path through trees W. B. Griffin 27 29 43.69 S 153 0 39.28 -27.49547 153.01091