https://www.developerfusion.com/t/geospatial/ Latest Geospatial and GeoLocation developer content from Developer Fusion 2011-02-09T18:08:51.00Z http://www.developerfusion.com/book/17373/desktop-gis-mapping-the-planet-with-open-source-tools/ Desktop GIS: Mapping the Planet with Open Source Tools 2011-02-09T18:08:51.00Z Desktop GIS explores the world of Open Source GIS software and provides a guide to navigate the many options available. Discover what kind of GIS user you are and lay the foundation to evaluate the options and decide what software is best for you. Desktop GIS examines the challenges associated with assembling and using an OSGIS toolkit. You'll find strategies for choosing a platform, selecting the right tools, integration, managing change, and getting support. Gary Sherman http://www.developerfusion.com/article/8325/spatial-data-in-sql-server-2008/ Spatial data in SQL Server 2008 2011-02-09T18:08:51.00Z Jason takes you back to those high school geometry lessons and demonstrates how to take advantage of the new geospatial and geometric data types in SQL Server 2008. Jason Follas http://www.developerfusion.com/news/8252/mozilla-geode-exposes-the-local-web/ Mozilla Geode exposes the local web 2011-02-09T18:08:51.00Z Web apps to know where you are James Crowley http://www.developerfusion.com/article/5507/gps-deriving-british-ordnance-survey-grid-reference-from-nmea-data/ GPS- Deriving British Ordnance Survey Grid Reference from NMEA data 2011-02-09T18:08:50.00Z The NMEA data exported by GPS units gives latitude and longitude and geometric distance above the WGS84 (GRS80) reference ellipsoid. The Ordnance Survey maps for Great Britain use grid references based on the Airy Spheroid (OSGB36) reference ellipsoid. The following article discusses a C# class to convert GPS derived NMEA data to the British Ordnance Survey Grid. Alex Etchells http://www.developerfusion.com/code/5426/vb6-nmea-interpreter-class-for-reading-gps/ VB6 NMEA Interpreter Class for Reading GPS 2011-02-09T18:08:50.00Z A VB6 version of Jon Person's .NET NMEA Interpreter Class as referenced in 'How to Write a GPS Application'. GPStest.zip contains the class and a simple project demonstrating implementation. Alex Etchells http://www.developerfusion.com/article/4652/writing-your-own-gps-applications-part-2/ Writing Your Own GPS Applications: Part 2 2011-02-09T18:08:49.00Z In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET. Jon Person http://www.developerfusion.com/article/4634/writing-gps-applications-in-net-part-1/ Writing GPS Applications in .NET: Part 1 2011-02-09T18:08:49.00Z An introduction to writing GPS applications in .NET good enough for use in a commerical environment such as in-car navigation. Jon Person