File:North Atlantic Ocean laea location map.svg

页面内容不支持其他语言。
这个文件来自维基共享资源
维基百科,自由的百科全书

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


摘要

描述
English: Relief location map of Atlantic_Ocean.
  • Projection: Lambert azimuthal equal-area projection.
  • Area of interest:
  • N: 80.0° N
  • S: -10.0° N
  • W: -90.0° E
  • E: 20.0° E
  • Projection center:
  • NS: 35.0° N
  • WE: -35.0° E
  • GMT projection: -JA-35.0/35.0/180/19.998266666666666c
  • GMT region: -R-90.20792279565853/-21.091764445478827/71.02192702284165/38.61651360858501r
  • 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-35.0/35.0/180/19.998266666666666c
REGION=-90.20792279565853/-21.091764445478827/71.02192702284165/38.61651360858501r
FILENAME=North_Atlantic_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 110m_borders.gmt 110m_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 110m_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年1月31日 (二) 21:202012年1月31日 (二) 21:20版本的缩略图709 × 575(290 KB)TentotwoCorrected borders
2012年1月31日 (二) 14:252012年1月31日 (二) 14:25版本的缩略图709 × 575(247 KB)Tentotwo

全域文件用途