/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Methods/Mapping/scripts/srtm2osm/.svn/text-base/example.sh.svn-base

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
./extractdata.pl Z_36_2.ASC 51.3426 -2.4146 51.4089 -2.3171 > extract.txt
 
4
./mkcntr.pl extract.txt 10 > contours.osm
 
5
./merge.pl contours.osm data.osm > map.osm
 
6
 
 
7
rm tmp.cnt tmp
 
8
#rm extract.txt contours.osm