Cheat sheet for GDAL/OGR command-line geodata tools
Get vector information
ogrinfo -so input.shp layer-name
Or, for all layers
| // Enables us to track many links and downloads that cannot normally be tracked in Google Analytics | |
| jQuery(document).ready(function($) { | |
| var filetypes = | |
| /\.(zip|exe|dmg|pdf|doc.*|xls.*|ppt.*|mp3|txt|rar|wma|mov|avi|wmv|flv|wav)$/i; | |
| var baseHref = ''; | |
| if (jQuery('base').attr('href') != undefined) baseHref = jQuery( | |
| 'base').attr('href'); | |
| jQuery('a').on('click', function(event) { | |
| var el = jQuery(this); |
| SELECT @@ServerName AS SERVER | |
| ,NAME | |
| ,login_time | |
| ,last_batch | |
| ,getdate() AS DATE | |
| ,STATUS | |
| ,hostname | |
| ,program_name | |
| ,nt_username | |
| ,loginame |
| for /r %i in (*.TAB) do ogr2ogr -f "GeoJSON" %i.geojson %i -s_srs EPSG:27700 -t_srs EPSG:4326 |
| ogr2ogr -f "GeoJSON" -a_srs "EPSG:27700" output.geojson input.TAB |
| <?xml version="1.0" encoding="utf-8"?> | |
| <configuration> | |
| <system.webServer> | |
| <rewrite> | |
| <rules> | |
| <rule name="Force HTTPS" stopProcessing="true"> | |
| <match url=".*" /> | |
| <conditions> | |
| <add input="{HTTPS}" pattern="^OFF$" /> | |
| </conditions> |
| <!DOCTYPE html> | |
| <!--[if lt IE 7]> | |
| <html class="no-js lt-ie9 lt-ie8 lt-ie7"> | |
| <![endif]--> | |
| <!--[if IE 7]> | |
| <html class="no-js lt-ie9 lt-ie8"> | |
| <![endif]--> | |
| <!--[if IE 8]> | |
| <html class="no-js lt-ie9"> | |
| <![endif]--> |
| <NotepadPlus> | |
| <UserLang name="MapBasic" ext="mb MB tab TAB wor WOR def DEF" udlVersion="2.1"> | |
| <Settings> | |
| <Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> | |
| <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
| </Settings> | |
| <KeywordLists> | |
| <Keywords name="Comments">03 04 00' 01 02</Keywords> | |
| <Keywords name="Numbers, prefix1"></Keywords> | |
| <Keywords name="Numbers, prefix2"></Keywords> |
| // Original code and guide from Kevin Pelgrims | |
| // (http://kevinpelgrims.com/blog/2012/03/06/project-progress-tracking-with-google-docs-and-trello) | |
| // Create a new Google Sheet and add this code in Tools-->Script editor | |
| // Then create trigger (under Resources menu) to run automatically, if you want | |
| // Main function. Call this first (and from any triggers). | |
| // (Revised functionality provided by anonymous commenter) | |
| function getTrelloListCounts() { | |
| var data; | |
| //topBuffer is the distance from the top of the document to where we want to |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>True Trello Printer</title> | |
| <link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet"> | |
| <style> | |
| body{margin:15%;} | |
| .panel-body{ |