Setup
pip install -r requirements.txt
Usage
python xml-to-har.py har.xml har.json
pip install -r requirements.txt
python xml-to-har.py har.xml har.json
Keyboard shortcuts for QGIS. These have been tested on a Mac, but should also work on Windows.
Open "Settings" -> "Configure Shortcuts..." menu to see full list.
Shortcut | Action |
---|---|
Shift + ⌘ + i | Identify features tool |
Shift + ⌘ + h | Hide all layers |
Shift + ⌘ + u | Show all layers |
Shift + ⌘ + h | Zoom fit current layer |
Work in progress.
Open your Mac's "Terminal" app.
Install the Xcode command line tools for your Mac. Copy and paste this line into your Terminal window and hit Enter.
This guide was made for the hands-on SQL workshop at IRE 2016 in New Orleans. It uses bridge inspection data from the Federal Highway Administration's Bridge Inventory Database. You can download the Louisiana data here, courtesy of IRE.
The rest of the hands-on SQL class material is located here: http://bit.ly/hands_on_sql_ire2016
SELECT
and FROM
Docs: https://stedolan.github.io/jq/
Download sample JSON data from the City of Austin. This contains traffic light data.
$ curl -o data.json https://data.austintexas.gov/resource/fs3c-45ge.json
This makes it easier to copy the cURL request.
Source: http://stackoverflow.com/a/16344250/2574244
[].forEach.call(document.querySelectorAll('a'),
# Default Makefile | |
# Save as ~/.Makefile or similar and use as starting point for new Makefiles. | |
PROJECT_DIR=`pwd` | |
# Keep intermediate files | |
.SECONDARY: | |
.PHONY: help |
height: 700 | |
border: no |