Welcome to OpenStreetMap You have just joined an international volunteer organization whose goal is nothing less than a rich, detail map of the whole world that is open-source. What does that mean? It means that this is a map whose data is available to everyone for free. OpenStreetMap is an important effort that will have impact around the globe. Millions who never have had access to geographical information now will have access to
This file contains hidden or 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
 2002-2009, and GNU GPL'd, by Julian Seward et al. | |
==5501== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info | |
==5501== Command: /usr/lib/postgresql/9.1/bin/shp2pgsql -c -D -I -i -s 4326 /osm/externaldata/census/tl_2012_us_states_dissolved.shp tl_2012_us_states_dissolved usboundary | |
==5501== | |
Shapefile type: Polygon | |
Postgis type: MULTIPOLYGON[2] | |
==5501== | |
==5501== HEAP SUMMARY: |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
SET CLIENT_ENCODING TO UTF8; | |
SET STANDARD_CONFORMING_STRINGS TO ON; | |
BEGIN; | |
CREATE TABLE "tl_2012_us_states_dissolved" (gid serial, | |
"id" int4); | |
ALTER TABLE "tl_2012_us_states_dissolved" ADD PRIMARY KEY (gid); | |
SELECT AddGeometryColumn('','tl_2012_us_states_dissolved','geom','4326','MULTIPOLYGON',2); | |
COPY "tl_2012_us_states_dissolved" ("id",geom) FROM stdin; | |
0 0106000020E610000061000000010300000001000000390000005C76887F580465C01A323A2009332DC07533A31F0D0565C0729D62D520342DC0A053909F8D0565C0669E95B4E2332DC038DC476ECD0565C07C6934B918332DC0BC1FB75F3E0665C0B6C7444AB3312DC00327DBC09D0665C02043E389202E2DC07F7EDFBFF90665C0B6E5797077262DC0EC6987BF260765C04CAD8559681F2DC080828B15350765C01C92AF04521A2DC0AD1C5A643B0765C05A67D13B15182DC080F5B86F350765C0EE756F4562122DC01E0071572F0765C09ED920938C0C2DC0AAE28DCC230765C006B1FA230C0B2DC0E9BD3104000765C01683F92B64062DC0D6DF1280FF0665C0F23A8DB454062DC09424CFF5FD0665C08662484E26062DC07825C973FD0665C0301ADCD616062DC0263E7782FD0665C048E3344415062DC01E679AB0FD0665C0B40BE9F010062DC0C05E |
This file contains hidden or 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 | |
cd /osm/planet/us/uptodate/ | |
mv us-new.o5m us.o5m | |
mv redaction-ways-new.o5m redaction-ways.o5m | |
/osm/software/osmupdate us.o5m us-new.o5m -t=tmp/ --planet-url=http://planet.openstreetmap.org/redaction-period/ -B=/osm/poly/us/us.poly | |
/osm/software/osmfilter us-new.o5m --keep-ways="@uid=722137" --keep-nodes= --keep-relations= -o=redaction-ways-new.o5m | |
/osm/software/osmconvert redaction-ways.o5m redaction-ways-new.o5m --diff --fake-lonlat -o=redaction-ways-change.osc | |
/osm/software/osmosis-latest/bin/osmosis --rxc redaction-ways-change.osc --wpc database=redaction user=osm password=osm |
This file contains hidden or 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
Aug 3, 2012 10:57:25 PM org.openstreetmap.osmosis.core.Osmosis run | |
INFO: Osmosis Version 0.40.1 | |
Aug 3, 2012 10:57:25 PM org.openstreetmap.osmosis.core.Osmosis run | |
INFO: Preparing pipeline. | |
Aug 3, 2012 10:57:25 PM org.openstreetmap.osmosis.core.Osmosis run | |
INFO: Launching pipeline execution. | |
Aug 3, 2012 10:57:25 PM org.openstreetmap.osmosis.core.Osmosis run | |
INFO: Pipeline executing, waiting for completion. | |
Aug 3, 2012 10:57:25 PM org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion | |
SEVERE: Thread for task 1-rxc failed |
This file contains hidden or 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
<?xml version='1.0' encoding='UTF-8'?> | |
<osmChange version="0.6" generator="osmconvert 0.7A"> | |
<bounds minlat="18.70231" minlon="-179.7538999" maxlat="71.46277" maxlon="-66.9069899"/> | |
<delete> | |
<node id="39119187" version="4" timestamp="2010-12-13T22:39:45Z" changeset="6653839" uid="28237" user="lyx"/> | |
<node id="39140353" version="3" timestamp="2009-10-10T21:36:34Z" changeset="2808342" uid="175186" user="the_winch_tiger"/> | |
<node id="39140358" version="3" timestamp="2009-10-10T21:36:34Z" changeset="2808342" uid="175186" user="the_winch_tiger"/> | |
<node id="39140360" version="3" timestamp="2009-10-10T21:36:34Z" changeset="2808342" uid="175186" user="the_winch_tiger"/> | |
<node id="39140363" version="3" timestamp="2009-10-10T21:36:34Z" changeset="2808342" uid="175186" user="the_winch_tiger"/> | |
<node id="39140365" version="3" timestamp="2009-10-10T21:36:34Z" changeset="2808342" uid="175186" user="the_winch_tiger"/> |
This file contains hidden or 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
2012-07-26 22:36:46,931 DEBUG [MapBuilder.java:62] : Matching: RouteVariant(811 from CANYON RD @ 1195 N (UTA_19144)) ncoords = 314 | |
2012-07-26 22:36:47,224 DEBUG [StreetMatcher.java:114] : seen / total: 13179 / 50000 | |
2012-07-26 22:36:47,382 DEBUG [StreetMatcher.java:114] : seen / total: 13486 / 100000 | |
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007f4c0a42e0b7, pid=564, tid=139964451636992 | |
# | |
# JRE version: 6.0_24-b24 | |
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops) |
This file contains hidden or 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 python | |
"""This is the base library that can used to run various OSM bots | |
which are implemented as plugins""" | |
import sys | |
import os | |
from xml.sax.handler import ContentHandler | |
from xml.sax import make_parser | |
import codecs |