I am attempting to import contour information into a PostGIS-enabled
database. I am trying to follow the information on this site:
http://wiki.openstreetmap.org/wiki/Contours#Importing_the_SRTM3_data_.28deprecated.29
and
am using the script. The page states that srtm_generate_hdr.sh is no longer
ne
I sent the link off-list for the two files mentioned.
Thanks for looking into it.
On Thu, Aug 15, 2013 at 10:32 AM, Even Rouault wrote:
> Le jeudi 15 août 2013 16:30:48, Reaves, Timothy a écrit :
> > I'm playing with USGS GeoPDF's. It seems the newer ones - for some
I'm playing with USGS GeoPDF's. It seems the newer ones - for some reason
- have 'unknown' for their GEOGCS value.
This is from a file a little over three years old, as output from gdalinfo:
Driver: PDF/Geospatial PDF
Files: OH_Lodi_20100809_TM_geo.pdf
Size is 13869, 17680
Coordinate System is:
P
Gotcha. Thanks for both pieces of info.
On Thu, Aug 15, 2013 at 9:33 AM, Even Rouault
wrote:
> Le jeudi 15 août 2013 15:25:47, Reaves, Timothy a écrit :
> > I'm converting some GeoPDF files to TIFF. I want to crop, and I need to
> > re-project. I can do one or the other,
I'm converting some GeoPDF files to TIFF. I want to crop, and I need to
re-project. I can do one or the other, but, when I combine them, all I get
is a black output.
The base command is:
gdalwarp -multi -co "TILED=YES" infile.pdf outfile.tiff --config
GDAL_PDF_LAYERS_OFF "Map_Collar","Map_Frame.
Ah, leaving the -s_srs off does indeed work too; so much for following
examples! :)
On Wed, Aug 14, 2013 at 9:34 AM, Even Rouault
wrote:
> Le mercredi 14 août 2013 14:24:56, Reaves, Timothy a écrit :
> > I'm using GDAL 1.10.0, released 2013/04/24 . I am playing with TileMill,
&
E=PIXEL
Corner Coordinates:
Upper Left ( 403892.288, 4554552.368) ( 82d 8'42.41"W, 41d 8'11.74"N)
Lower Left ( 403677.187, 4536874.732) ( 82d 8'41.69"W, 40d58'38.49"N)
Upper Right ( 417759.433, 4554383.633) ( 81d58'47.61"W, 41d 8'11.75"
I'm using GDAL 1.10.0, released 2013/04/24 . I am playing with TileMill,
and want to add USGS topo maps. These topo maps are geo PDF. I'm following
along one of their documents, and the first thing I do is convert the PDF
to TIFF.
gdal_translate -of GTiff -co "TILED=YES" -co "TFW=YES"
PA_Tionest