Subversion Repositories Misc

[/] [dslmap/] [forgottenislanderbot/] [fib-minimum.sh.txt] - Diff between revs 17 and 18

Show entire file | Details | Blame | View Log

Rev 17 Rev 18
Line 21... Line 21...
# run it again -- this might get any addresses which failed with errors
# run it again -- this might get any addresses which failed with errors
# the first time. Known addresses won't be checked again.
# the first time. Known addresses won't be checked again.
python fib-crawlbot.py database.sqlite 1 1 n
python fib-crawlbot.py database.sqlite 1 1 n
 
 
# find the totals -- the NODSL row is the interesting one...
# find the totals -- the NODSL row is the interesting one...
 
python fib.py --stats
 
# (new version) if the database has a different name than 'database.sqlite', append --db=file.sqlite
 
# older, deprecated version:
python fib-dbutil.py database.sqlite --stats yyyy 1 n
python fib-dbutil.py database.sqlite --stats yyyy 1 n
 
 
# make a few variations of the KML for Google Earth
# make a few variations of the KML for Google Earth
 
python fib.py --kml # default dslmask=nyyy, default sparsity=40
 
# use the alternate icons
 
python fib.py --kml --dslmask=nynn --sparsity=1 --icontheme="icons/blob-*.png" --iconsize=0.5 --iconhotspot="16,16" --no-highlight
 
 
 
# deprecated older version:
python fib-dbutil.py database.sqlite --kml nyyy 100 n map-all-sparse.kml
python fib-dbutil.py database.sqlite --kml nyyy 100 n map-all-sparse.kml
python fib-dbutil.py database.sqlite --kml nyyy 40 n map-all-dense.kml
python fib-dbutil.py database.sqlite --kml nyyy 40 n map-all-dense.kml
python fib-dbutil.py database.sqlite --kml nynn 100 n map-nodsl-sparse.kml
python fib-dbutil.py database.sqlite --kml nynn 100 n map-nodsl-sparse.kml
python fib-dbutil.py database.sqlite --kml nynn 40 n map-nodsl-dense.kml
python fib-dbutil.py database.sqlite --kml nynn 40 n map-nodsl-dense.kml
# with current Google Maps icons:
# with current Google Maps icons: