cd /d c:\ImageDirectory(replace ImageDirectory with the actual location)
mkdir .\GeoTiff
gdal_translate "ExistingImage.tif" ".\GeoTiff\TestImage.tif"(Replace ExistingImage.tif with the name of one of the downloaded TIF files)
for %i in (*.tif) do gdal_translate "%i" ".\GeoTiff\%i"This will create copies of all the downloaded TIFs, with embedded georeferencing that MapInfo should be able to read, in the GeoTiff subdirectory.
cd /d c:\ImageDirectory
mkdir .\GeoTiff
for %i in (*.pdf) do gdal_translate "%i" ".\GeoTiff\%~ni.tif"
--
--
You received this message because you are subscribed to the
Google Groups "MapInfo-L" group.To post a message to this group, send
email to mapi...@googlegroups.com
To unsubscribe from this group, go to:
http://groups.google.com/group/mapinfo-l/subscribe?hl=en
For more options, information and links to MapInfo resources (searching
archives, feature requests, to visit our Wiki, visit the Welcome page at
http://groups.google.com/group/mapinfo-l?hl=en
---
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapinfo-l+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Andy Harfoot GeoData Institute University of Southampton Southampton SO17 1BJ Tel: +44 (0)23 8059 2719 Fax: +44 (0)23 8059 2849 www.geodata.soton.ac.uk
No virus found in this
message.
Checked by AVG - www.avg.com
Version: 2014.0.4800 / Virus
Database: 4257/8983 - Release Date:
01/23/15