Library | Static / Dynamic | Cartesian / Geographic | kNN | Index containing points | Index containing boxes | Within radius |
---|---|---|---|---|---|---|
rbush | dynamic | |||||
rbush-knn | dynamic | |||||
kdbush | static | |||||
geokdbush | static | |||||
flatbush | static | |||||
geoflatbush | static | :heavy_che |
View SideWalksPlus.mapcss
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
meta { | |
title: "Sidewalks Plus"; | |
description: "Visualizes the sidewalk attribute of highways. sidewalk=* is rendered as a thick dashed line, separately mapped sidewalks tagged footway=sidewalk are rendered thicker."; | |
link: "https://wiki.openstreetmap.org/wiki/Key:sidewalk"; | |
author: "Cobra;Aharvey"; | |
version: "0.7_2021-06-28"; | |
min-josm-version: "4399"; | |
} | |
meta[lang=de] { |
View listFontsByStyle.js
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
#!/usr/bin/env node | |
/* eslint-disable */ | |
const MapboxClient = require('.'); | |
const MapboxStyles = require('./services/styles'); | |
const MapboxFonts = require('./services/fonts'); | |
const fs = require('fs'); | |
const fontsService = MapboxFonts({ accessToken: process.env.MAPBOX_ACCESS_TOKEN }); |
View steer-clear.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View feed.sh
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
#!/bin/sh | |
wget -O - 'http://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/?f=pjson' | jq '{"version": "https://jsonfeed.org/version/1", "title": "data.actmapi services", "home_page_url": "http://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/?f=pjson", "items": [.services[].name | {"id": ., "content_text": .}]}' > feed.json |
View LG360.StartInterval.sh
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
!/bin/sh | |
setoptions=`curl \ -X POST \ --header 'Content-Type: application/json' \ --data '{ "name": "camera.setOptions", "parameters": { "options": { "captureMode": "interval", "captureInterval": 2 } }}' \ http://192.168.43.1:6624/osc/commands/execute | jq '.state'` | |
startcapture=`curl \ -X POST \ --header 'Content-Type: application/json' \ --data '{"name": "camera.startCapture"}' \ http://192.168.43.1:6624/osc/commands/execute | jq '.state'` | |
termux-toast -g bottom "$setoptions - $startcapture" |
View maxzoom.sh
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
#!/bin/bash | |
WIDTH=`gdalinfo -json $FILE | jq .size[0]` | |
MINX=`gdalinfo -json $FILE | jq .wgs84Extent.coordinates[0][0][0]` | |
MAXX=`gdalinfo -json $FILE | jq .wgs84Extent.coordinates[0][2][0]` | |
MAXZOOM=`echo "l( ( 360 * $WIDTH ) / ( 256 * ( $MAXX - $MINX ) ) ) / l(2)" | bc -l | perl -nl -MPOSIX -e 'print ceil($_);'` | |
# 2^n tiles at zoom n | |
# therefore 2^n * 256 pixels of width for the world at zoom n | |
# therefore 360 / (2^n * 256) degrees per pixel at zoom n |
View index.md
View index.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View README.md
Airborne Research Australia Bushfire 2020 Imagery
https://www.airborneresearch.org.au/fires-2020
unzip
for f in *.zip; do
unzip -j "$f"
done
View README.md
Maxar 2020 Australian Bushfire Imagery
https://blog.maxar.com/open-data-program/2020/open-data-response-to-the-australian-wildfires
List all imagery:
wget -O - 'https://www.digitalglobe.com/ecosystem/open-data/australia-wildfires' 2>/dev/null | grep -o 'https://opendata[^"]*\.tif' | sort | uniq 2>/dev/null
Download all imagery:
NewerOlder