File:IWG plc locations.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

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

Summary

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

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

!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()

Captions

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

Items portrayed in this file

depicts

26 November 2019

image/png

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)EllenCTadded 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)EllenCTreplaced 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)EllenCTRed 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)EllenCTUser created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata