File:Antarctic Ocean location map.svg

De Wikimedia Commons, el repositorio multimedia libre
Ir a la navegación Ir a la búsqueda

Archivo original(archivo SVG, nominalmente 709 × 709 píxeles, tamaño de archivo: 243 kB)

Leyendas

Leyendas

Añade una explicación corta acerca de lo que representa este archivo

Resumen

[editar]
Descripción
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
Fecha
Fuente Trabajo propio
Autor Tentotwo
Otras versiones

Licencia

[editar]
Yo, el titular de los derechos de autor de esta obra, la publico en los términos de la siguiente licencia:
w:es:Creative Commons
atribución compartir igual
Este archivo se encuentra bajo la licencia Creative Commons Genérica de Atribución/Compartir-Igual 3.0.
Eres libre:
  • de compartir – de copiar, distribuir y transmitir el trabajo
  • de remezclar – de adaptar el trabajo
Bajo las siguientes condiciones:
  • atribución – Debes otorgar el crédito correspondiente, proporcionar un enlace a la licencia e indicar si realizaste algún cambio. Puedes hacerlo de cualquier manera razonable pero no de manera que sugiera que el licenciante te respalda a ti o al uso que hagas del trabajo.
  • compartir igual – En caso de mezclar, transformar o modificar este trabajo, deberás distribuir el trabajo resultante bajo la misma licencia o una compatible como el original.

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

[editar]
#!/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."

Historial del archivo

Haz clic sobre una fecha y hora para ver el archivo tal como apareció en ese momento.

Fecha y horaMiniaturaDimensionesUsuarioComentario
actual13:46 27 ene 2012Miniatura de la versión del 13:46 27 ene 2012709 × 709 (243 kB)Tentotwo (discusión | contribs.)

Uso global del archivo

Las wikis siguientes utilizan este archivo:

Ver más uso global de este archivo.