All Projects β†’ nholmber β†’ google-maps-statistics

nholmber / google-maps-statistics

Licence: MIT License
Visualizing Geographic Statistical Data with Google Maps

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to google-maps-statistics

IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (-37.5%)
Mutual labels:  google-maps, google-maps-api
google maps
πŸ—Ί An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (+25%)
Mutual labels:  google-maps, google-maps-api
Meteor Google Maps
πŸ—Ί Meteor package for the Google Maps Javascript API v3
Stars: ✭ 198 (+518.75%)
Mutual labels:  google-maps, google-maps-api
Load Google Maps Api
🌏 A lightweight Promise-returning helper for loading the Google Maps JavaScript API
Stars: ✭ 166 (+418.75%)
Mutual labels:  google-maps, google-maps-api
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-43.75%)
Mutual labels:  google-maps, google-maps-api
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (+434.38%)
Mutual labels:  google-maps, google-maps-api
web-maps-wcag-evaluation
Manual accessibility evaluation of popular web map tools.
Stars: ✭ 28 (-12.5%)
Mutual labels:  google-maps, google-maps-api
React Native Maps Directions
Directions Component for `react-native-maps`
Stars: ✭ 846 (+2543.75%)
Mutual labels:  google-maps, google-maps-api
qualtrics-map
Google Maps integration into Qualtrics.
Stars: ✭ 17 (-46.87%)
Mutual labels:  google-maps, google-maps-api
jquery-google-reviews
simple jquery Plugin that utilizes Google API to get data from a Place on Google Maps
Stars: ✭ 33 (+3.13%)
Mutual labels:  google-maps, google-maps-api
Bikedeboa
A (Progressive) Web App to find, map and review bike parkings in the cities of Brazil.
Stars: ✭ 54 (+68.75%)
Mutual labels:  google-maps, google-maps-api
Geolocator-2
Learn how to find and work with locations in Django, the Yelp API, and Google Maps api.
Stars: ✭ 24 (-25%)
Mutual labels:  google-maps, google-maps-api
Magento2 Google Address Lookup
Provides an address lookup service on a Magento 2 store powered by the Google Places API
Stars: ✭ 46 (+43.75%)
Mutual labels:  google-maps, google-maps-api
Googleway
R Package for accessing and plotting Google Maps
Stars: ✭ 187 (+484.38%)
Mutual labels:  google-maps, google-maps-api
Maplace.js
A Google Maps Javascript plugin for jQuery.
Stars: ✭ 1,021 (+3090.63%)
Mutual labels:  google-maps, google-maps-api
laravel-5.3-app
πŸ—ΊοΈ Get started with Laravel 5.3, Vue.js and Google Maps API
Stars: ✭ 28 (-12.5%)
Mutual labels:  google-maps, google-maps-api
React Google Maps Api
React Google Maps API
Stars: ✭ 791 (+2371.88%)
Mutual labels:  google-maps, google-maps-api
Wanderlust The Travellers App
πŸ‘Ÿ An android application for travellers which allows them to save their journey experiences at one place in an organizable way. For detailed description, read the README.md file. Moreover, the application's design follows the latest HCI and UI/UX design guidelines.
Stars: ✭ 23 (-28.12%)
Mutual labels:  google-maps, google-maps-api
GoogleMaps-CustomInfoWindow-Button
interactive custom InfoWindow for Google Maps
Stars: ✭ 14 (-56.25%)
Mutual labels:  google-maps, google-maps-api
project sunroof india
Analyzed Google Satellite images to generate a report on individual house rooftop's solar power potential
Stars: ✭ 74 (+131.25%)
Mutual labels:  google-maps, google-maps-api

Visualizing Geographic Statistical Data with Google Maps

This repository contains the code that I used to build a custom Google Maps based map to visualize geographic statistical data. As an example, I plotted the relative median income and population density of postal code areas in Finland. You can find more details about how the map was created on my blog.

To reproduce the map and open it up in a browser, you can follow these steps

  1. Register an account on the Google Cloud Platform to obtain an API key in order to use the Google Maps JS API. Registration is free, although a credit card is required. Free quota is available for the Google Maps API.
  2. Add your API key to the key.py file.
  3. Run the map.py script: python map.py.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].