http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=294363034
Sent from my iPhone
mainly things GIS, but a little mixed - here & there
http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=294363034
Sent from my iPhone
Title: iPhone Apps We Like: Here I Am Location Sender
Link: http://gizmodo.com/5030739/iphone-apps-we-like-here-i-am-location-sender
joe@work says: see http://lifehacker.com/399532/here-i-am-sends-a-google-map-link-to-your-location?t=6962912#viewcomments too
Title: How to Use Dropbox as the Ultimate Password Syncer
Link: http://lifehacker.com/5063176/how-to-use-dropbox-as-the-ultimate-password-syncer
joe@work says: COOLIO - i [heart] KeePass already
Title: Build a Home FTP Server with FileZilla
Link: http://lifehacker.com/339887/build-a-home-ftp-server-with-filezilla
joe@work says: when am i finally going to get this going on my 1999DELL?
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Title: OpenOffice.org 3.0 Officially Available
Link: http://lifehacker.com/5062699/openofficeorg-30-officially-available
joe@work says: get your upgrade on!
http://earthissquare.com/2008/10/13/wwjava-6-screen-shots/
--
Sent by Add to Any: http://www.addtoany.com
Title: Integrate Launchy with Wget
Link: http://lifehacker.com/5061800/integrate-launchy-with-wget
joe@work says: i haven't really used wget yet - so, um..err...
1. convert geodatabase.mdb to shapefiles
ogr2ogr out_shp c:\warehouses\testgdb.mdb
#out_shp represents folder created containing converted shapefiles, rename accordingly.
2. batch reproject folder of shapefiles
mkdir epsg102645
set prj_params=-s_srs epsg:26910 -t_srs epsg:102645
for %%g in (*.shp) do (
ogr2ogr -f "esri shapefile" %prj_params% epsg102645\%%g %%g
)
#epsg102645 represents folder created containing reprojected shapefiles, rename accordingly | reassign epsg codes accordingly.
3. batch merge folder of shapefiles to one shapefile
mkdir merged
for %%f in (*.shp) do (
if not exist merged\fed_wd_merge.shp (
ogr2ogr -f "esri shapefile" merged\fed_wd_merge.shp %%f) else (
ogr2ogr -f "esri shapefile" -update -append merged\fed_wd_merge.shp %%f -nln fed_wd_merge )
)
4. The gdalwarp command can be used to reproject images. Here we reproject
the WGS84 geographic image to the Mercator projection:
gdalwarp -t_srs '+proj=merc +datum=WGS84' geoworld.tif mercator.tif
5. batch reproject raster w/ cubic resampling to 'output' folder
mkdir output
set prj_params=-s_srs epsg:26910 -t_srs epsg:102645
for %%g in (*.tif) do (
gdalwarp %prj_params% -r cubic %%g output\%%g
)
Updates On The Garmin 1:24K US Topographic Map Front
http://freegeographytools.com/2008/updates-on-the-garmin-124k-us-topographic-map-front
The sender also included this note:
check check check it out...
--
Sent via a FeedFlare link from a FeedBurner feed.
http://www.feedburner.com/fb/a/publishers/feedflare