Difference between revisions of "Great Lakes Bathymetry"

From TSAS Library
Jump to: navigation, search
Line 14: Line 14:


==Workflow==
==Workflow==
# Download shapefiles from [http://www.naturalearthdata.com/downloads/ Natural Earth] or other files from [http://www.charts.noaa.gov/InteractiveCatalog/nrnc.shtml?rnc=14500 NOAA]
# Download shapefiles from [http://www.naturalearthdata.com/downloads/ Natural Earth] or other files from [http://www.charts.noaa.gov/InteractiveCatalog/nrnc.shtml?rnc=14500 NOAA]. Superior bathymetry with lower (resolution?) is available [https://databasin.org/datasets/88d305616c3e44cabbd465dde0d916c7 here], with login
# Download and install [http://www.qgis.org/en/site/ QGIS] and [https://inkscape.org/en/download/ Inkscape]<ref>Stack Exchange answer [https://gis.stackexchange.com/questions/51980/how-to-convert-shapefile-to-vector-emf here]</ref>
# Download and install [http://www.qgis.org/en/site/ QGIS] and [https://inkscape.org/en/download/ Inkscape]<ref>Stack Exchange answer [https://gis.stackexchange.com/questions/51980/how-to-convert-shapefile-to-vector-emf here]</ref>
# Open with QGIS Desktop, realize the data is only for oceans...
# Open with QGIS Desktop, realize the data is only for oceans...
# Download bathymetry information from each lake from NOAA [https://www.ngdc.noaa.gov/mgg/greatlakes/greatlakes.html here]
# Download bathymetry information from each lake from NOAA [https://www.ngdc.noaa.gov/mgg/greatlakes/greatlakes.html here]
# No need to extract files, open each in QGIS Desktop
# No need to extract files, open each in QGIS Desktop
# Add OpenStreetMap information (not working at this time, probably missed a step)
# Right-click shapefile in left layers panel, select Properties
# Choose Filter, then create expression, e.g. "DEPTH" IN ('0', '1', '25', '50', '60')<ref>Geographic Information Systems Stack Exchange. "QGIS choose contour line labels." [https://gis.stackexchange.com/questions/121585/qgis-choose-contour-line-labels Here]</ref>
{{note|It is helpful to use the Values box (make sure "Use unfiltered layer" is checked if changing an applied filter) to see the extent of the map}}


==Other Sources==
==Other Sources==

Revision as of 16:58, 7 June 2017

Greatlakes.jpg

Ideas

Process of creating a 3D map of the area

Resources

Workflow

  1. Download shapefiles from Natural Earth or other files from NOAA. Superior bathymetry with lower (resolution?) is available here, with login
  2. Download and install QGIS and Inkscape[1]
  3. Open with QGIS Desktop, realize the data is only for oceans...
  4. Download bathymetry information from each lake from NOAA here
  5. No need to extract files, open each in QGIS Desktop
  6. Add OpenStreetMap information (not working at this time, probably missed a step)
  7. Right-click shapefile in left layers panel, select Properties
  8. Choose Filter, then create expression, e.g. "DEPTH" IN ('0', '1', '25', '50', '60')[2]
It is helpful to use the Values box (make sure "Use unfiltered layer" is checked if changing an applied filter) to see the extent of the map

Other Sources

References

  1. Stack Exchange answer here
  2. Geographic Information Systems Stack Exchange. "QGIS choose contour line labels." Here