Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert to EPSG:3110 #4

Open
roblabs opened this issue Jul 15, 2019 · 0 comments
Open

How to convert to EPSG:3110 #4

roblabs opened this issue Jul 15, 2019 · 0 comments

Comments

@roblabs
Copy link
Owner

roblabs commented Jul 15, 2019

How to convert the El Capitan GeoTIFF to California Albers

  • Get the Forest Service GeoTIFF from El Capitan
  • Confirm that the projection is epsg.io/4269
  • Convert using GDAL to epsg.io/3310
# 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
@roblabs roblabs changed the title How Convert to EPSG:3110 How to convert to EPSG:3110 Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant