파일:Antarctic Ocean location map.svg

K-위키
원본 파일 (SVG 파일, 실제 크기 709 × 709 픽셀, 파일 크기: 243 KB)

이 파일은 공용 저장소에 있으며, 다른 프로젝트에서 사용하고 있을 가능성이 있습니다. 해당 파일에 대한 설명이 아래에 나와 있습니다.

파일 설명

설명
English: Location map of the Antarctic Ocean
  • Projection: Azimuthal equidistant projection.
  • Area of interest:
  • N: 50.0° S
  • S: 90.0° S
  • W: -180.0° E
  • E: 180.0° E
  • Projection center:
  • NS: 90° S
  • WE: 0° E
  • GMT projection: -JE0.0/-90.0/20.0c
  • GMT region: -R-180/180/-90/-50
  • Land, shoreline, borders and ice shelf: 1:50m Natural Earth Datasets
날짜
출처 자작
저자 Tentotwo
다른 버전

라이선스

나는 아래 작품의 저작권자로서, 이 저작물을 다음과 같은 라이선스로 배포합니다:
w:ko:크리에이티브 커먼즈
저작자표시 동일조건변경허락
이용자는 다음의 권리를 갖습니다:
  • 공유 및 이용 – 저작물의 복제, 배포, 전시, 공연 및 공중송신
  • 개작 – 저작물의 개작, 수정, 2차적저작물 창작
다음과 같은 조건을 따라야 합니다:
  • 저작자표시 – 적절한 저작자 표시를 제공하고, 라이선스에 대한 링크를 제공하고, 변경사항이 있는지를 표시해야 합니다. 당신은 합리적인 방식으로 표시할 수 있지만, 어떤 방식으로든 사용권 허가자가 당신 또는 당신의 사용을 지지하는 방식으로 표시할 수 없습니다.
  • 동일조건변경허락 – 만약 당신이 이 저작물을 개작 또는 변형하거나 이 저작물을 기반으로 제작하는 경우, 당신은 당신의 기여물을 원저작물과 동일하거나 호환 가능한 라이선스에 따라 배포하여야 합니다.

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

#!/bin/sh

# Set common options
PROJECTION=E0.0/-90.0/20.0c
REGION=-180/180/-90/-50
FILENAME=Antarctic_Ocean_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/50m/physical/50m-coastline.zip\
 http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/physical/50m-land.zip\
 http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/cultural/50m-admin-0-boundary-lines.zip\
 http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/physical/50m-antarctic-ice-shelves-polys.zip\
 http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/physical/50m-antarctic-ice-shelves-lines.zip
echo "...done\n"

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

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

echo "Creating maps"
GMT psxy -m -J$PROJECTION -R$REGION -Bg15 --POLAR_CAP=none --BASEMAP_TYPE=plain --BASEMAP_AXES=N --FRAME_PEN=0.15p,black 50m_land.gmt -K -G254/254/233 > $FILENAME
GMT psxy -m -J$PROJECTION -R$REGION 50m_ice.gmt -O -K -G236/249/255 >> $FILENAME
GMT psxy -m -J$PROJECTION -R$REGION 50m_coastline.gmt -O -K -W0.535p,9/120/171  >> $FILENAME
GMT psxy -m -J$PROJECTION -R$REGION 50m_ice_borders.gmt -O -K -W0.27p,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."

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

image/svg+xml

5026f5468674d8ebeca11ab07442d22903b43d5e

249,140 바이트

709 화소

709 화소

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2012년 1월 27일 (금) 22:462012년 1월 27일 (금) 22:46 판의 섬네일709 × 709 (243 KB)commonswiki>Tentotwo

다음 문서 1개가 이 파일을 사용하고 있습니다: