Skip to content

Instantly share code, notes, and snippets.

View mbertrand's full-sized avatar

Matt Bertrand mbertrand

  • MIT Office of Digital Learning
  • Massachusetts
View GitHub Profile
@mbertrand
mbertrand / trail_extraction.sh
Created January 5, 2018 21:39
Extracting Trails and Campsites from OSM
osmium tags-filter new-hampshire-latest.osm.pbf nwr/highway=path,footway,track nwr/ford=yes nwr/tourism=alpine_hut,wilderness_hut,camp_site nwr/amenity=shelter -o nhoutdoors.pbf
osmium export -o nhoutdoors.json nhoutdoors.pbf
@mbertrand
mbertrand / es.json
Last active August 28, 2019 12:03
Filtered nested reverse aggregate search
{
"from": 0,
"size": 6,
"query": {
"bool": {
"should": [
{
"bool": {
"filter": {
"bool": {