Batch Geonews: TIGER 2013, ArcGIS for WordPress, RTK GPS for $2k, Yosemite Fires
Batch Geonews: TIGER 2013, ArcGIS for WordPress, RTK GPS for $2k, Yosemite Fires, and much more Tue, 2013/09/03 – 10:18 — Satri Catching up the August geonews, we’re now all up to date with this way...
View ArticleConvert Latitude & Longitude format VBA
Convert a latitude 603225 to a decimal based Latitude in VBA. Int(Left( [LATITUDE], 2)) + (Int(Right(Left( [LATITUDE], 4), 2))/60.0 )+( Int(Right( [LATITUDE], 2))/3600.0) Int(Left( [LONGITUDE], 2)) +...
View ArticleSo You’d Like To Make a Map Using Python
So You’d Like To Make a Map Using Python Date Tue 22 October 2013 Tags python / gis Making thematic maps has traditionally been the preserve of a ‘proper’ GIS, such as ArcGIS or QGIS. While these...
View ArticleBatch Geonews: Remaining Relevant as a GIS Professional, OpenGeo Suite 4.0,...
Batch Geonews: Remaining Relevant as a GIS Professional, OpenGeo Suite 4.0, 30TB of Imagery in Esri, and much more Wed, 2013/11/13 – 08:22 — Satri Here’s the recent geonews in batch mode, covering a...
View ArticleManaging the Asynchronous Nature of Node.js
Managing the Asynchronous Nature of Node.js By Maciej Sopyło,6 days ago Node.js allows you to create apps fast and easily. But due to its asynchronous nature, it may be hard to write readable and...
View ArticleBatch Geonews: 2014 Predictions, Near Real-Time Imagery of Earth, Location...
Batch Geonews: 2014 Predictions, Near Real-Time Imagery of Earth, Location Privacy, LiDAR Formats, and much more Sun, 2014/01/19 – 13:17 — Satri The first batch geonews edition of 2014! On the open...
View ArticleJuan Marin’s Predictions for 2014
Juan Marin’s Predictions for 2014 Posted on 01/08/14 by Juan Marin I believe that the geospatial industry has lagged behind the general IT landscape, with concepts like “Big Data” and “Cloud...
View ArticlePaul Ramsey’s Predictions for 2014
Paul Ramsey’s Predictions for 2014 Posted on 01/10/14 by Paul Ramsey Ten years ago, when PostGIS was at 0.8 and the world was fresh and new, I was pretty convinced our industry was on the cusp of an...
View ArticleIntroduction to Promises
Introduction to Promises This guide assumes familiarity with basic JavaScript and should be suitable for both people new to asynchronous programming and those with some experience. Motivation We want...
View ArticlePure Swift + ArcGIS Runtime for iOS
Add the appropriate module.moduledef file to the ArcGIS Runtime SDK for iOS to allow it to work as an Import for Swift. ArcGIS With Swift.md Raw Pure Swift + ArcGIS Runtime for iOS To avoid using a...
View ArticleLearn Swift
http://www.learnswift.tips/ A curated list of helpful resources to learn Swift. Tutorials, Code Samples, References and more! Join the Forums to learn the latest and contribute back! Share on...
View ArticleGNUstep on Ubuntu 14.04
GNUstep on Ubuntu 14.04 From: Stephen Schaub Subject: GNUstep on Ubuntu 14.04 Date: Wed, 21 May 2014 12:15:49 -0700 (PDT) User-agent: G2/1.0 I am new to Objective-C and GNUstep, and have spent the last...
View ArticleLearning Objective-C on Windows with GNUstep and Eclipse
http://fijiaaron.wordpress.com/2013/01/18/learning-objective-c-on-windows-with-gnustep-and-eclipse/ Learning Objective-C on Windows with GNUstep and Eclipse Writing iOS or Cocoa apps does require a Mac...
View ArticleHow to fix virtualbox’s copy and paste to host-machine?
If your guest OS is ubuntu then running following two commands in ubuntu terminal should help: $ killall VBoxClient $ VBoxClient-all
View ArticleIntroduction to Swiftris
Introduction to Swiftris Today you will begin putting the pieces together for a brand new game – see what we did there? To many, Swiftris resembles not only in name but in nearly every other respect a...
View ArticleBuilding Location Based Apps with Heroku PostGIS
Smartphones have changed the world – everyone has a device in their pocket that’s constantly connected to the internet and knows where you are. Combined with the rise of digital mapping it has become...
View Article12 Impressive JavaScript & HTML5 Presentation Frameworks
12 Impressive JavaScript & HTML5 Presentation Frameworks Posted by Roger on February 7, 2014, filed in: JavaScript, Tools As the website development is growing exponentially at a rapid pace and...
View ArticleBuilding a Simple Geodata Service With Node, PostGIS, and Amazon
Building a Simple Geodata Service With Node, PostGIS, and Amazon DEC 11TH, 2013 | COMMENTS tl;dr This post describes the construction of a simple, lightweight geospatial data service using Node.JS,...
View ArticleRealtime Maps With Meteor and Leaflet
Realtime Maps With Meteor and Leaflet – Part One DEC 27TH, 2013 | COMMENTS this ‘map’ is actually a static image The parties example bundled with Meteor is a nifty demonstration of the framework’s...
View ArticleReactiveCocoa 2.x With Swift
ReactiveCocoa 2.x With Swift JUL 2ND, 2014 I recently wrote a blog post on the ShinobiControls blog about using ReactiveCocoa with a ShinobiChart. It’s great – you should go and read it. I was also...
View Article