File:Pacific Ocean laea location map.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为709 × 645像素,文件大小:217 KB)


Agemaps.com

摘要

描述
English: Location map of Pacific Ocean.
  • Projection: Lambert azimuthal equal-area projection.
  • Area of interest:
  • N: 60.0° N
  • S: -80.0° N
  • W: -260.0° E
  • E: -70.0° E
  • Projection center:
  • NS: -10.0° N
  • WE: -165.0° E
  • GMT projection: -JA-165.0/-10.0/180/19.998266666666666c
  • GMT region: -R-320.2519138145009/-12.459450078533589/-5.473602099069988/26.40516525873812r
  • Land and shoreline: 1:110m Natural Earth Datasets, borders 1:50m
日期
来源 自己的作品
作者 Tentotwo

Shell script for generating the map using GMT archive copy at the Wayback Machine

#!/bin/sh

# Set common options
PROJECTION=A-165.0/-10.0/180/19.998266666666666c
REGION=-320.2519138145009/-12.459450078533589/-5.473602099069988/26.40516525873812r
FILENAME=Pacific_Ocean_laea_location_map.ps

# Get Natural Earth datafiles
echo "Downloading datafiles from naturalearthdata.com"
wget -nv -nc \
 http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/110m-coastline.zip\
 http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/110m-land.zip\
 http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/110m-admin-0-boundary-lines.zip
echo "...done\n"

echo "Inflating archives"
unzip 110m\*.zip
echo "...done\n"

echo "Converting shapefiles to GMT"
ogr2ogr -F GMT 110m_land.gmt 110m_land.shp
ogr2ogr -F GMT 110m_coastline.gmt 110m_coastline.shp
ogr2ogr -F GMT 50m_borders.gmt ne_50m_admin_0_boundary_lines_land.shp
echo "...done\n"

echo "Creating maps"
GMT psxy -m -J$PROJECTION -R$REGION --PAGE_COLOR=198/236/255  --POLAR_CAP=none --PAPER_MEDIA=A3  --BASEMAP_TYPE=plain --BASEMAP_AXES=NESW --FRAME_PEN=0.15p,black 110m_land.gmt -K -G254/254/233 > $FILENAME
GMT psxy -m -J$PROJECTION -R$REGION 110m_coastline.gmt -O -K -W0.535p,9/120/171  >> $FILENAME
GMT psxy -m -J$PROJECTION -R$REGION 50m_borders.gmt -O -W100/100/100  >> $FILENAME
echo "...done\n"

echo "You can now open $FILENAME in Inkscape to clean up the file and save it as SVG. You should add an ocean coloured background and simplify the graticules using CTRL+L."

gv $FILENAME

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2012年2月1日 (三) 10:512012年2月1日 (三) 10:51版本的缩略图709 × 645(217 KB)TentotwoFixed missing colour in Asia
2012年2月1日 (三) 10:002012年2月1日 (三) 10:00版本的缩略图709 × 645(235 KB)Tentotwo

全域文件用途