- Download @onepremise's build (currently) osm2pgsql-dev/osm2pgsql#17 (comment)
- Copy
cygwin-package
folder inside of the .zip package. Paste to a location such asC:\
and rename the folder to something likeosm2pgsql
. - From Windows Explorer, press Shift + right-click
C:\osm2pgsql
, select 'Open command window here'. - Type
osm2pgsql
to verify everything works, orosm2pgsql -h
for help on the tool, or paste your command into the command window by right-clicking and selecting 'Paste' e.g.osm2pgsql "C:\Users\JLarson\slo_bldgs_apr2013.osm" -d bldgs -S "C:/Users/jlarson/Dropbox/slu.style" -U postgres --extra-attributes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
qpdf 3400_2012_NICS_Conference_2013.pdf --pages 3400_2012_NICS_Conference_2013.pdf 1-3 NICS_Marriott_receipt.pdf 1 -- 3400_2012_NICS_Conference_2013_receipt.pdf |
##Ideas##
- @frewsxcv's initial progress https://gist.github.com/frewsxcv/c11f0fc973caccc9a3e4
- Scrape data and process. Resulting data in more useable format, e.g. GeoJSON, can be used for web mapping, imported into GIS software like Quantum GIS http://qgis.org
- Archive the data for historic analysis, etc.
- Automation of whole process.
##Questions##
- Can we do it all on GitHub? Need for hosting/server?
- OpenSLO was created at one point https://github.com/OpenSLO, revist using this for collaboration?
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src='//api.tiles.mapbox.com/mapbox.js/v1.0.0/mapbox.js'></script> | |
<link href='//api.tiles.mapbox.com/mapbox.js/v1.0.0/mapbox.css' rel='stylesheet' /> | |
<!--[if lte IE 8]> | |
<link href='http://api.tiles.mapbox.com/mapbox.js/v1.0.0/mapbox.ie.css' rel='stylesheet' > | |
<![endif]--> | |
<style> | |
body { margin:0; padding:0; } |
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
./render.py -C ocitysmap.conf -t "SLO Sample" -b 35.24325,-120.6528 35.25561,-120.63392 --paper-format="default" --orientation="portrait" -L en_US.UTF-8 |
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
<!-- Source code by Gaël Musquet aka RatZillaS under WTFPL licence [http://www.wtfpl.net/] --> | |
<html> | |
<head> | |
<title>Embed OpenStreetMap on your PirateBox</title> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
<link rel="stylesheet" href="OpenPirateMap/leaflet/dist/leaflet.css" /> | |
<script type="text/javascript" src="OpenPirateMap/leaflet/dist/leaflet.js"></script> | |
<style> |
Inspiration:
http://www.fs.fed.us/eng/rsac/baer/barc.html
http://www.mapbox.com/blog/putting-landsat-8-bands-to-work/
http://www.mapbox.com/blog/processing-landsat-8/
…quick [BARC] synopsis:
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
osm2pgsql -S slu.style -d osm_bldgs -U postgres -H localhost -x slo_bldgs_20130716.osm |