Rope skipping … from the rope’s point of view
Author Archives: Bramus!
Idiots
Copyright Mathematics (TM): The $8 Billion iPod
Convert MrSID to an image (PNG, JPG, TIFF, …)
Conversion result, using data of my hometown Deinze, Belgium To convert a MrSID (Multiresolution Seamless Image Database) from LizardTech you’ll need GDAL (Geospatial Data Abstraction Library) — Mac Users: download here — along with its MrSID Plugin — Mac Users: scroll down at link above. Once both are installed you can use gdal_translate to do …
Continue reading “Convert MrSID to an image (PNG, JPG, TIFF, …)”
Convert ESRI Shapefile (.shp) to geoJSON (.json)
Conversion result implemented in Google Maps, using data of my hometown Deinze, Belgium To convert ESRI shapefiles to geoJSON (which you can perfectly use JavaScript and thus pass on to Google Maps, see screenshot above) you will need GDAL (Geospatial Data Abstraction Library) — Mac Users: download here. I have installed GDAL 1.9 Complete but …
Continue reading “Convert ESRI Shapefile (.shp) to geoJSON (.json)”
Convert LAMBERT 1972 to WGS84
Needed to convert LAMBERT 1972 (EPSG:31370) coordinates to WGS84 (EPSG:4326) for a project I’m working on in order to use the coordinates with Google Maps (which uses a SphericalMercator (EPSG:900913) projection). Took me quite a while to find the needed algorithm, so hereby I’m listing them (and am providing the JavaScript implementation): JavaScript: var lambert72toWGS84 …
Simple REST API Explorer
Just pushed a new project to GitHub named Simple REST API Explorer, a simple way to showcasing and exploring all endpoints of your RESTful API. The demo allows you to call some Twitter API endpoints a sample RESTful API I’ve quickly knocked up as the Twitter API is rather unstructured. Update the index.html file to …
KONY 2012
Joseph Kony is one of the world’s worst war criminals. Support the international effort to arrest him, disarm the LRA and bring the child soldiers home. Watch this video, and spread the word. It’s always been that the decisions made by the few, with the money and the power, dictated the priorities of their government …