Skip to content

Instantly share code, notes, and snippets.

View planemad's full-sized avatar

Arun Ganesh planemad

View GitHub Profile

Wikimaps Atlas revival

Hitlist

  • PostGIS scripts to download and load Natural Earth shapefile, OSM coastlines into a databse
  • iso_a2, iso_a3 geocode API to return 2, 3 letter alphabetical ISO code of a country or state name
  • bbox API to return WSEN coordinates of countries and states
  • Script to generate a map makefile for a given country or state

Advanced configuration

Hidden settings in JOSM can be configured directly from the advanced preferences panel. This also gives you access to export and import your configuration profiles.

The panel is hidden by default and is shown as the last option when Expert mode is enabled. screenshot 2015-10-15 14 42 52

Note JOSM will need to be restarted for any changes to take effect.

Open Map Lab - Bengaluru

We're open, as in open source and open minded. We like maps, just like a good guide book. And its a lab to explore, in Bengaluru.

When and where

10AM - 2PM. Sunday 7th February 2016
Mapbox BLR, opposite Indiranagar BDA Complex
Contact us on FB

Experiments

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Extending the desktop

An attempt to go beyond a computer screen.

The desk

Your desk has everything you might be looking for. Come take a seat.

Seat

Adjusting the seat and moving around gives you fresh perspectives of your desktop.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"project": {
"type": "task",
"name": "Turn Lanes",
"description": "Mapping turn lanes from satellite imagery",
"doc_url": "https://github.com/mapbox/mapping/issues/153",
"changeset": {
"comment": "Add missing turn lanes from satellite imagery https://github.com/mapbox/mapping/issues/153",
"source":""
},
@planemad
planemad / api.md
Last active February 18, 2016 06:45

Application Programming Interface (API)

API's are the interface for an application to talk to other applications. This is in contrast from a user interface meant for a human to interact with an application. Read more on Wikipedia.

Types of APIs

Web Application Programming Interface (Web API) 101

API's are the interface for an application to talk to other applications. This is defined as a set of rules describing how one application can interact with another, and the mechanisms that allow such interaction to happen. This is in contrast to a user interface meant for a human to interact with an application. Read more on Wikipedia.

Types of APIs