File:IWG plc locations.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(910 × 506 pixels, file size: 146 KB, MIME type: image/png)

Captions

Captions

IWG plc's serviced offices and coworking locations as of November 2019

Summary

[edit]
Description
English: IWG plc operates several brands including Regus, Spaces, and No88.
Date
Source Own work
Author EllenCT
Other versions Interactive version with location names and addresses.

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International 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.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Python source code

[edit]
!apt-get install libgeos-dev
!pip install https://github.com/matplotlib/basemap/archive/master.zip
from mpl_toolkits.basemap import Basemap
import matplotlib.pyplot as plt
import pandas

df = pandas.read_csv("https://pastebin.com/raw/Y97SQJzj", 
    # w:User:KatherineBusby2019/IWG locations
    sep='|')

plt.figure(figsize=(16,16))

m = Basemap(projection='merc',llcrnrlon=-170, llcrnrlat=-60,
    urcrnrlon=180, urcrnrlat=75)
m.drawmapboundary(fill_color='#A6CAE0', linewidth=0)
m.fillcontinents(color='#ffffff', lake_color='#A6CAE0')
m.drawstates(color='#c0c0c0')
m.drawcountries()

for row in df.itertuples():
    x, y = m(row.lon, row.lat)
    m.plot(x, y, linestyle='none', marker="o", 
        markersize=2, alpha=0.5, c="#ff0000")

plt.show()

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:32, 27 November 2019Thumbnail for version as of 22:32, 27 November 2019910 × 506 (146 KB)EllenCT (talk | contribs)added the remaining sites which had been failing geocoding
01:03, 27 November 2019Thumbnail for version as of 01:03, 27 November 2019910 × 506 (146 KB)EllenCT (talk | contribs)replaced the "HQ" sites because I had incorrectly assumed they weren't customer-facing
18:45, 26 November 2019Thumbnail for version as of 18:45, 26 November 2019910 × 506 (146 KB)EllenCT (talk | contribs)Red has substantially more contrast than IWG's green logo color.
18:08, 26 November 2019Thumbnail for version as of 18:08, 26 November 2019910 × 506 (146 KB)EllenCT (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata