Visualizing Your Geographic Data With Google ... - Semantic Scholar

2 downloads 153 Views 1MB Size Report
Google Earth and Google Fusion Tables. Mano Marks ... Google.org is donating 10,000,000 CPU hours a year for two years t
Visualizing Your Geographic Data With Google Earth and Google Fusion Tables Mano Marks Senior Developer Advocate, Google @ManoMarks

Fun Facts about Google Geo •  Google Maps API on 350,000 websites •  Google Earth downloaded 750,000,000 times •  Earth API on 100,000,000 machines •  Google Maps API most used mashup platform ever •  500,000,000 KML and KMZ files on the web •  Google.org is donating 10,000,000 CPU hours a year for two years to track deforestation

New Features in Google Earth •  Trees •  Street View •  Better Measurement Tools •  New KML Features (Line Styling) •  Better Historical Imagery Access

Earth Pro File Type Support •  •  •  • 

MapInfo (TAB) Shapefiles (shp) GPX CSV and Tab

•  TIFF (.tif), including GeoTiff and compressed TIFF files •  National Imagery Transmission Format (.ntf) •  Erdas Imagine Images (.img) •  Atlantis MFF Raster (.hdr) •  PCIDSK Database File (.pix) •  Portable Pixmap Format (.pnm) •  Device Independent Bitmap (.bmp)

Earth Demos Declan de Paor's Google Earth Science demos Hurricane Visualization using KML New features in Google Earth 6.0 New Measurement Tools New Historical Imagery Tools

Earth Engine Very fast computation of scientific map products •  Using arbitrary (user-supplied) algorithms

With some nice features •  •  •  • 

APIs for algorithm development and Web front ends Access control, versioning, provenance Online and Desktop versions (open source desktop version) TIFF / KML / Fusion Tables / Google Maps

On a lot of data •  •  •  •  • 

Stored in their native projection Every available Landsat scene Every MODIS scene Commercial datasets with cost pass-thru User supplied data

Google Earth Engine Learn more about Google Earth Engine

Fusion Tables

A modern data management web application making it easy to host, manage, collaborate on, visualize, and publish data tables online.

Fusion Tables •  •  •  •  •  •  •  • 

Upload large (100MB) tabular data Easy visualization Easy mapping Customize info windows Customize shapes Spatial Queries! FusionTableLayer in Maps API Fusion Tables API

Upload Tabular Data

Easy Visualization and Maps

Customize

Fusion Table Layers layer = new google.maps.FusionTablesLayer(someid, { query: "SELECT address FROM someid WHERE ridership > 5000"} ); layer.setMap(map);

Fusion Tables Demos Bounding box search Radius search Nearest neighbor Polygon intersection Brazilian Beaches US Congressional Districts Wikileaks Reports Combined Slider Demo

Questions and Twitter Definitely follow: @googlemapsapi @GoogleFT @GoogleEarth and if you want to follow Mano: @ManoMarks

Suggest Documents