问题
I would like to make California's map by the contour plot. However, I do not know how to get the necessary x, y and z -coordinates.
回答1:
Have you consulted the California's Geospatial Information Office? There's also geodata.gov, which links to a bunch of elevation datasets, including the USGS National Elevation Dataset.
回答2:
The GDAL library (www.gdal.org) has many useful commands for processing these types of data. Most elevation data formats, such as those available through the national map server: http://nationalmap.gov/viewer.html are readable by GDAL. The command gdal2xyz.py can read these rasterized files and write X,Y,Z triplets. Or you can skip straight to rendering contour lines with gdal_contour. The excellent cross-platform GIS software Quantum GIS (www.qgis.org) is also very useful for processing geospatial data, and includes menu-driven access to most of the functionality of GDAL.
来源:https://stackoverflow.com/questions/486807/where-can-i-get-the-x-y-z-coordinates-for-california-to-use-a-contour-plot