• etopo1 arcmap 制图


    下载地址 https://www.ngdc.noaa.gov/mgg/global/global.html

    下载的flt格式的etopo1文件转换成arcmap中的raster格式.

    (应有flt格式数据文件和头文件hdr格式的文件,共2个,否则转换报错)

    (1)格式转换

    (a)python

    import arcpy
    arcpy.FloatToRaster_conversion("D:/arcgis/etopo1_ice_g_f4.flt","D:/arcgis/etopo1")

    (b)或者在arcmap中

    arcmap-arctoolbox-convertion tools-to raster-float to raster.

     (2)投影参数设置

    ArcToolBox > Data Management Tools > Projections and Transformations > Define Projection
    这里要给文件加入的坐标系统应当是地理坐标系统Geographyical Coordinate System),下一步再将投影转换到你所要的投影系统下。

     搜索wgs,选择wgs1984

    https://blogs.esri.com/esri/arcgis/2011/09/21/using-etopo1-data/

    Below, I’ve outlined the steps I used to download the data from NOAA and process it for use in ArcMap:

    1. Go to the ETOPO1 Web site (http://www.ngdc.noaa.gov/mgg/global/global.html).
    2. If you want the ice surface data, save the following file to a directory on your computer and then unzip it:
      • ETOPO1 Ice Surface > grid-registered > binary > f4 format
      http://www.ngdc.noaa.gov/mgg/global/relief/ETOPO1/data/ice_surface/grid_registered/binary/etopo1_ice_g_f4.zip
    3. If you want the bedrock data, save the following file to a directory on your computer and then unzip it:
      • ETOPO1 Bedrock > grid-registered > binary > f4 format
      http://www.ngdc.noaa.gov/mgg/global/relief/ETOPO1/data/bedrock/grid_registered/binary/etopo1_bed_g_f4.zip
    4. In ArcGIS, use the Float to Raster tool (in the Conversion Tools toolbox in the “To Raster” toolset) with the downloaded and unzipped file as the input floating point raster file. Specify the output file to be placed in a file geodatabase of your choice. This step will also convert the data to the right format to be used with a color map file (which we will discuss in a subsequent blog entry Symbolizing ETOPO1 Data).
    5. Use the Define Projection tool (in the Projections and Transformations toolset of the Data Management toolbox) to define the projection using a Geographic Coordinate System -> World -> WGS 1984 projection.

    Here is the citation that NOAA requests you use if you have included the data on your map:

    Amante, C. and B. W. Eakins, ETOPO1 1 Arc-Minute Global Relief Model: Procedures, Data Sources and Analysis. NOAA Technical Memorandum NESDIS NGDC-24, 19 pp, March 2009. Go to this web site: http://www.ngdc.noaa.gov/mgg/global/global.html.

    Once you have downloaded and processed the data, you are ready to display it on a map. Look for our subsequent blog entry about Symbolizing ETOPO1 data to see how this can quickly and easily be done – with beautiful results!

    颜色设置参考

    https://blogs.esri.com/esri/arcgis/2012/08/02/esri-ocean-basemap-color-style-available-for-download/

    最后结果

  • 相关阅读:
    Gson字符串编码,字符串转换成图片保存,二进制转换成图片保存
    时间工具类DateUtil
    RSA 签名、验证、加密、解密帮助类
    富友数据加密解密
    Base64(2)
    MD5(2)
    实体对象操作工具
    HttpClient工具类
    MD5
    身份证算法实现
  • 原文地址:https://www.cnblogs.com/gisalameda/p/7063700.html
Copyright © 2020-2023  润新知