Thematic Mapping and Drupal

52
THEMATIC MAPPING & DRUPAL July 28, 2012 William Hurley, Manager of Programming Tuesday, July 31, 12

description

 

Transcript of Thematic Mapping and Drupal

Page 1: Thematic Mapping and Drupal

THEMATIC MAPPING & DRUPALJuly  28,  2012

William Hurley, Manager of Programming

Tuesday, July 31, 12

Page 2: Thematic Mapping and Drupal

GOOGLE MAPSTuesday, July 31, 12

Page 3: Thematic Mapping and Drupal

CHOROPLETH

A map in which areas are shaded or patterned in proportion to the measurement of the

statistical variable being displayed on the map.

Tuesday, July 31, 12

Page 4: Thematic Mapping and Drupal

OBESITY LEVELS IN THE US BY COUNTY, LIGHTER IS BETTER

Tuesday, July 31, 12

Page 5: Thematic Mapping and Drupal

HEALTH RANKING OF COUNTIES IN VIRGINIA, LIGHTER IS BETTER

Tuesday, July 31, 12

Page 6: Thematic Mapping and Drupal

ENGLISH EXAM PASSING RATES IN NYC CHARTER SCHOOLS

Tuesday, July 31, 12

Page 7: Thematic Mapping and Drupal

BROADBAND AVAILABILITYTuesday, July 31, 12

Page 8: Thematic Mapping and Drupal

SO HOW DO WE DO IT?

Tuesday, July 31, 12

Page 9: Thematic Mapping and Drupal

MAPPING IN THE BROWSER

The simplest solution

Tuesday, July 31, 12

Page 10: Thematic Mapping and Drupal

ADVANTAGES

Tuesday, July 31, 12

Page 11: Thematic Mapping and Drupal

ADVANTAGESLarger  talent  poolJavascript  is  a  common  skill  for  web  developers

Tuesday, July 31, 12

Page 12: Thematic Mapping and Drupal

ADVANTAGESLarger  talent  poolJavascript  is  a  common  skill  for  web  developers

Easily  integrated  into  DrupalDrupal  modules  exist  for  many  libraries

Tuesday, July 31, 12

Page 13: Thematic Mapping and Drupal

ADVANTAGESLarger  talent  poolJavascript  is  a  common  skill  for  web  developers

Easily  integrated  into  DrupalDrupal  modules  exist  for  many  libraries

Quicker  to  deployFewer  op?ons  means  less  code  to  write  and  test

Tuesday, July 31, 12

Page 14: Thematic Mapping and Drupal

GOOGLE GEO CHARTSTuesday, July 31, 12

Page 15: Thematic Mapping and Drupal

JSMAPTuesday, July 31, 12

Page 16: Thematic Mapping and Drupal

D3Tuesday, July 31, 12

Page 17: Thematic Mapping and Drupal

DISADVANTAGES

Tuesday, July 31, 12

Page 18: Thematic Mapping and Drupal

DISADVANTAGESCompa8bility  and  performanceComplicated  maps  can  cause  issues  in  IE

Tuesday, July 31, 12

Page 19: Thematic Mapping and Drupal

DISADVANTAGESCompa8bility  and  performanceComplicated  maps  can  cause  issues  in  IE

Not  true  geographyGoogle  can  place  points,  others  are  shapes  only

Tuesday, July 31, 12

Page 20: Thematic Mapping and Drupal

DISADVANTAGESCompa8bility  and  performanceComplicated  maps  can  cause  issues  in  IE

Not  true  geographyGoogle  can  place  points,  others  are  shapes  only

No  panning  /  zoomingDoesn’t  func?on  the  same  as  Google  Maps

Tuesday, July 31, 12

Page 21: Thematic Mapping and Drupal

MAPPING IN THE CLOUD

Mapping as a service

Tuesday, July 31, 12

Page 22: Thematic Mapping and Drupal

ADVANTAGES

Tuesday, July 31, 12

Page 23: Thematic Mapping and Drupal

ADVANTAGESHighly  customizable  mapsCan  take  mul?ple  inputs  and  be  styled  in  many  ways

Tuesday, July 31, 12

Page 24: Thematic Mapping and Drupal

ADVANTAGESHighly  customizable  mapsCan  take  mul?ple  inputs  and  be  styled  in  many  ways

Can  be  used  by  less  technical  staffAll  configura?on  done  through  a  user  interface

Tuesday, July 31, 12

Page 25: Thematic Mapping and Drupal

ADVANTAGESHighly  customizable  mapsCan  take  mul?ple  inputs  and  be  styled  in  many  ways

Can  be  used  by  less  technical  staffAll  configura?on  done  through  a  user  interface

Easy  to  set  upJust  create  an  account

Tuesday, July 31, 12

Page 26: Thematic Mapping and Drupal

TILEMILLTuesday, July 31, 12

Page 27: Thematic Mapping and Drupal

MAPBOX HOSTINGTuesday, July 31, 12

Page 28: Thematic Mapping and Drupal

CARTODB DATA VIEWTuesday, July 31, 12

Page 29: Thematic Mapping and Drupal

CARTODB MAP VIEWTuesday, July 31, 12

Page 30: Thematic Mapping and Drupal

GOOGLE FUSION TABLES DATATuesday, July 31, 12

Page 31: Thematic Mapping and Drupal

GOOGLE FUSION TABLES MAPTuesday, July 31, 12

Page 32: Thematic Mapping and Drupal

DISADVANTAGES

Tuesday, July 31, 12

Page 33: Thematic Mapping and Drupal

DISADVANTAGESDependent  on  a  servicePoten?al  vendor  lock-­‐in

Tuesday, July 31, 12

Page 34: Thematic Mapping and Drupal

DISADVANTAGESDependent  on  a  servicePoten?al  vendor  lock-­‐in

External  dataNeed  to  transfer  from  content  management  system

Tuesday, July 31, 12

Page 35: Thematic Mapping and Drupal

DISADVANTAGESDependent  on  a  servicePoten?al  vendor  lock-­‐in

External  dataNeed  to  transfer  from  content  management  system

Opaque  infrastructureHow  well  will  it  scale?

Tuesday, July 31, 12

Page 36: Thematic Mapping and Drupal

MAPPING ON YOUR NETWORK

Do it yourself

Tuesday, July 31, 12

Page 37: Thematic Mapping and Drupal

ADVANTAGES

Tuesday, July 31, 12

Page 38: Thematic Mapping and Drupal

ADVANTAGESComplete  customiza8onTotal  control  over  every  part  of  the  process

Tuesday, July 31, 12

Page 39: Thematic Mapping and Drupal

ADVANTAGESComplete  customiza8onTotal  control  over  every  part  of  the  process

Poten8al  economies  of  scaleUse  it  again  and  again

Tuesday, July 31, 12

Page 40: Thematic Mapping and Drupal

ADVANTAGESComplete  customiza8onTotal  control  over  every  part  of  the  process

Poten8al  economies  of  scaleUse  it  again  and  again

ScalabilityYour  hardware,  your  rules

Tuesday, July 31, 12

Page 41: Thematic Mapping and Drupal

WHAT YOU’LL NEED

Tuesday, July 31, 12

Page 42: Thematic Mapping and Drupal

WHAT YOU’LL NEEDClient  libraryOpenLayers,  Leaflet,  Modest  Maps,  etc

Tuesday, July 31, 12

Page 43: Thematic Mapping and Drupal

WHAT YOU’LL NEEDClient  libraryOpenLayers,  Leaflet,  Modest  Maps,  etc

Map  serverMapnik

Tuesday, July 31, 12

Page 44: Thematic Mapping and Drupal

WHAT YOU’LL NEEDClient  libraryOpenLayers,  Leaflet,  Modest  Maps,  etc

Map  serverMapnik

Tile  serverUse  or  customize  CartoDB  /  WindshaY,  Tilelive,  etc.

Tuesday, July 31, 12

Page 45: Thematic Mapping and Drupal

WHAT YOU’LL NEEDClient  libraryOpenLayers,  Leaflet,  Modest  Maps,  etc

Map  serverMapnik

Tile  serverUse  or  customize  CartoDB  /  WindshaY,  Tilelive,  etc.

Geographic  databasePostgreSQL  and  PostGIS

Tuesday, July 31, 12

Page 46: Thematic Mapping and Drupal

DISADVANTAGES

Tuesday, July 31, 12

Page 47: Thematic Mapping and Drupal

DISADVANTAGESCustom  developmentYou  build  it,  you  own  it

Tuesday, July 31, 12

Page 48: Thematic Mapping and Drupal

DISADVANTAGESCustom  developmentYou  build  it,  you  own  it

Larger  investmentServers  and  development  costs

Tuesday, July 31, 12

Page 49: Thematic Mapping and Drupal

DISADVANTAGESCustom  developmentYou  build  it,  you  own  it

Larger  investmentServers  and  development  costs

MaintenanceMany  products  in  the  stack  are  under  ac?ve  development

Tuesday, July 31, 12

Page 50: Thematic Mapping and Drupal

NOW THE FUN PART

Tuesday, July 31, 12

Page 51: Thematic Mapping and Drupal

SO WHAT ARE YOU WAITING FOR?

Tuesday, July 31, 12

Page 52: Thematic Mapping and Drupal

THANK YOU!Resources

Tilemill:  mapbox.com/8lemillCartoDB:  cartodb.com

jsMap:  drupal.org/project/jsmapD3:  d3js.org

Tuesday, July 31, 12