Oorspronkelijk bestand (SVG-bestand, nominaal 709 × 708 pixels, bestandsgrootte: 589 kB)

Beschrijving

Beschrijving
English: Location Map of the Arctic Ocean
  • Projection: Azimuthal equidistant projection.
  • Area of interest:
  • N: 90.0° N
  • S: 50.0° N
  • W: -180.0° E
  • E: 180.0° E
  • Projection center:
  • NS: 90° N
  • WE: 0° E
  • GMT projection: -JE0.0/90.0/20.0c
  • GMT region: -R-180/180/50/90
  • Land, shoreline and borders: 1:50m Natural Earth Datasets
Datum
Bron Eigen werk
Auteur Tentotwo
Andere versies

Licentie

Ik, de auteursrechthebbende van dit werk, maak het hierbij onder de volgende licentie beschikbaar:
w:nl:Creative Commons
naamsvermelding Gelijk delen
Dit bestand is gelicenseerd onder de Creative Commons-licentie Naamsvermelding-Gelijk delen 3.0 Unported
De gebruiker mag:
  • Delen – het werk kopiëren, verspreiden en doorgeven
  • Remixen – afgeleide werken maken
Onder de volgende voorwaarden:
  • naamsvermelding – U moet op een gepaste manier aan naamsvermelding doen, een link naar de licentie geven, en aangeven of er wijzigingen in het werk zijn aangebracht. U mag dit op elke redelijke manier doen, maar niet zodanig dat de indruk wordt gewekt dat de licentiegever instemt met uw werk of uw gebruik van zijn werk.
  • Gelijk delen – Als u het materiaal remixt, transformeert of erop voortbouwt, moet u uw bijdragen verspreiden onder dezelfde licentie als die van het origineel, of een licentie die daarmee verenigbaar is.

Shell script for generating the map using GMT archief kopie op de Wayback Machine

#!/bin/sh  # Set common options PROJECTION=E0.0/90.0/20.0c REGION=-180/180/50/90 FILENAME=arctic_ocean.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 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 echo "...done\n"  echo "Creating maps" GMT psxy -m -J$PROJECTION -R$REGION -Bg15 --POLAR_CAP=none --BASEMAP_TYPE=plain --BASEMAP_AXES=WeS 50m_land.gmt -K -G254/254/233 > $FILENAME GMT psxy -m -J$PROJECTION -R$REGION 50m_coastline.gmt -O -K -W9/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." 

Bijschriften

Beschrijf in één regel wat dit bestand voorstelt

Items getoond in dit bestand

beeldt af

image/svg+xml

f08eb1062b197c1f4bd8f3791fe31c66abe1561c

602.632 byte

708 pixel

709 pixel

Bestandsgeschiedenis

Klik op een datum/tijd om het bestand te zien zoals het destijds was.

Datum/tijdMiniatuurAfmetingenGebruikerOpmerking
huidige versie27 jan 2012 13:54Miniatuurafbeelding voor de versie van 27 jan 2012 13:54709 × 708 (589 kB)Tentotwo

Dit bestand wordt op de volgende pagina gebruikt:

Globaal bestandsgebruik

Metadata