GitHub and GeoJSON: Just Keeps Getting Better

cluster

GitHub has announced today some new features for rendering geographic data, coming off its announcement two weeks ago that GeoJSON data would now be displayed on a map when opened inside a repo. These changes show that the folks over at GitHub are serious about the importance of geospatial, and recognize that more of the world’s developers are turning to maps and coordinates as a way to display, communicate, and analyze data. Spatial is special once again!

From the post:

  • GitHub now supports rendering TopoJSON, an extension of GeoJSON that encodes topology and can be up to 80% smaller than their GeoJSON equivalents.
  • Starting today, you don’t have to rename geo files with a new extension. GitHub will now render GeoJSON (and TopoJSON) in all .geojson.topojson, and.json files.
  • Complex geographic datasets can often be difficult to visualize, especially if points are grouped close together. We now automatically cluster nearby markers, allowing us to better support larger datasets.

You can also now use the rendered map and embed it elsewhere, which is great if you want a quick geographic visualization! Head over to the original post to read more, and let’s get some more geogeeks on the GitHubs!