To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

File:Utm-zones-USA.svg

From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 720 × 540 pixels, file size: 1.47 MB)

Summary

Description
This image generated using the following python script:
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from mpl_toolkits.basemap import Basemap
import matplotlib; matplotlib.use('GTKCairo')
import pylab

# Setup figure, axes, and map projection
fig = pylab.figure()
fig.figurePatch.set_alpha(0.0)
ax = pylab.axes([0.,0.,1.0,0.95], axisbg=(0.4471,0.6235,0.8117))
bm = Basemap(projection='lcc', urcrnrlat=49, llcrnrlat=21, urcrnrlon=-61,
             llcrnrlon=-120, lon_0=-96, lat_0=39, lat_1=33, lat_2=45,
             resolution='i', ax=ax)

# Draw Borders
bm.fillcontinents((0.6784,0.8745, 0.4863))
bm.drawcountries(linewidth=1.0, color='0.3')
bm.drawstates(linewidth=0.5, color='0.6')

# Draw Meridians and Label UTM Zones
bm.drawmeridians(range(-300,126,6), linewidth=2, dashes=[1,0],
                 labels=[0,0,1,0], size=12)
for zone in range(1, 10):
  x,y = bm(-180 + 6*zone - 3, 40)
  pylab.text(x,y,'%d' % zone, horizontalalignment='center',
             verticalalignment='center', size=26, weight='bold')

pylab.savefig('Utm-zones.svg')
Date 15 January 2009 (original upload date)
Source Transferred from en.wikipedia to Commons.
Author Chrismurf at English Wikipedia

Licensing

Chrismurf at English Wikipedia, the copyright holder of this work, hereby publishes it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

Original upload log

The original description page was here. All following user names refer to en.wikipedia.
Date/Time Dimensions User Comment
2009-01-15 02:06 720×540× (1545249 bytes) Chrismurf Making font size on meridian labels a little bit smaller.
2009-01-15 02:02 720×540× (1545519 bytes) Chrismurf Enlarged the UTM zone numbers so that they are legible in the thumbnail.
2009-01-15 01:55 720×540× (1555047 bytes) Chrismurf This image generated using the following python script: <source lang=python>#!/usr/bin/env python # -*- coding: utf-8 -*- from mpl_toolkits.basemap import Basemap import matplotlib; matplotlib.use('GTKCairo') import pylab # Setup figure, axes, and map p


Captions

Simplified view of contiguous US UTM zones, projected with Lambert conformal conic.

Items portrayed in this file

depicts

15 January 2009

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current06:15, 11 February 2016Thumbnail for version as of 06:15, 11 February 2016720 × 540 (1.47 MB)OgreBot(BOT): Reverting to most recent version before archival
06:15, 11 February 2016Thumbnail for version as of 06:15, 11 February 2016720 × 540 (1.47 MB)OgreBot(BOT): Uploading old version of file from en.wikipedia; originally uploaded on 2009-01-15 02:02:49 by Chrismurf
06:15, 11 February 2016Thumbnail for version as of 06:15, 11 February 2016720 × 540 (1.48 MB)OgreBot(BOT): Uploading old version of file from en.wikipedia; originally uploaded on 2009-01-15 01:55:31 by Chrismurf
07:05, 3 June 2015Thumbnail for version as of 07:05, 3 June 2015720 × 540 (1.47 MB)HADITransferred from en.wikipedia
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

Metadata

Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.