roblabs / gdal-geopdf

Processing GeoPDFs using GDAL
MIT License
11 stars 1 forks source link

How to convert to EPSG:3110 #4

Open roblabs opened 4 years ago

roblabs commented 4 years ago

How to convert the El Capitan GeoTIFF to California Albers

# Get the Forest Service GeoTIFF for El Capitan
wget https://data.fs.usda.gov/geodata/rastergateway/data/37119/fstopo/373711937_El_Capitan_FSTopo.tif
# epsg.io/4269 
gdalinfo 373711937_El_Capitan_FSTopo.tif | grep AUTHORITY

# Convert using GDAL to epsg.io/3310
gdalwarp -t_srs EPSG:3310 373711937_El_Capitan_FSTopo.tif el-cap.3310.tif