Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'osm'

1957810 - wmsviewer.py: osm viewer wms
  1. #!/usr/bin/python
  2. import sys,os
  3. import cgi
  4. import subprocess
  5. from subprocess import PIPE,Popen
  6. import socket
  7. import urllib2,urllib
  8. import tempfile
  9.  
1859958 - wmsviewer.py: osm viewer wms
  1. #!/usr/bin/python
  2. import sys,os
  3. import cgi
  4. import subprocess
  5. from subprocess import PIPE,Popen
  6. import socket
  7. import urllib2,urllib
  8. import tempfile
  9.  
1859694 - wmsviewer.py: osm wms josm
  1. #!/usr/bin/python
  2. import sys,os
  3. import cgi
  4. import subprocess
  5. from subprocess import PIPE,Popen
  6. import socket
  7. import urllib2,urllib
  8. import tempfile
  9.  
1532240 - ForestWalker: forest osm landsat
  1. #!/usr/bin/python
  2.  
  3. # Forestwalker 0.0001.
  4. # 2007-07-09: Initial public release (v0.2) by Dshpak
  5. # 2007-07-10: v0.3: Added support for OSM input files. Also reduced start_radius_big, and fixed a division-by-zero error in the degenerate case of point_line_distance().
  6. # 2007-08-04: Added experimental non-recursive Douglas-Peucker algorithm (--dp-nr). Added --startdir option.
  7. # 2007-08-06: v0.4: Bounding box support (--left, --right, --top, and --bottom), as well as new --josm mode for JOSM integration. This isn't perfect yet, but it's a good start.
  8. # 2009-08-17 James Michael DuPont h4ck3rm1k3@flossk.org working
  9.  
worth-right
fantasy-obligation
fantasy-obligation