Where can I get the x, y, z -coordinates for California to use a contour plot?

馋奶兔 提交于 2019-12-11 09:18:27

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!