About | Contact | Register | Advertise | FAQ
Spatial Newsletters | Twitter |
HomeNewsArticlesDataGIS JobsEDUCommunityLBSSTOREPhotosEVENTSDIRECTORYBLOGIMAGING
Software | Spotlights on Geospatial Data | GIS Education / Events | Hardware | Mobile | Web Services | Mashup Zone  
advertisement

GISuser Newsletter

See Recent edition

GIS user free newsletter 

subscribe GISuser



follow GISuser on Twitter
TOP Stops!

webinar

GISuser Sponsor


iPhone Geo Stuff!

Visit the iPhone Zone

Featured Event

 where2.0
15% Discount: whr10giu

GIS Job Opportunities
 

Loads of GIS Jobs!

.NET or Java Software Developer
.Net Developer
Project Manager-Application Development
Tenure-Track Spatial Analysis
GeoSpatial Sales and Channel Partner Coordinator
High Level Consultant for Haiti Data
Tenure-Track Assistant Professor in Applied Remote Sensing
GIS Technician
Geospatial/GIS Policy Lead
State GIO
GISuser Videos


More Videos HERE
Want your Video placed here? Contact us!
Recent Site Additions

GISuser Sponsor

GISuser Sponsor


GISuser 2.0

anygeo blog  gisuser flickr jaiku ovi
qik twitter youtube linkedIn
platial gisuser diggs mosh widsets

gisuser facebook page
gisuser flickr
linkedIn
twitter
youtube
gisuser blip.tv

Directory
Hard Drive Data Recovery 
Category: Computers and Hardware


Home arrow Articles arrow Web Services arrow Web GIS in practice     




Web GIS in practice PDF Print E-mail
Written by Maged N Kamel Boulos and Kiyoshi Honda   
27 January 2006
Publishing your health maps and connecting to remote WMS sources using the Open Source UMN MapServer and DM Solutions MapLab. By following the accompanying step-by-step tutorial instructions, interested readers running mainstream Microsoft® Windows machines and with no prior technical experience in Web GIS or Internet map servers will be able to publish their own health maps on the Web and add to those maps additional layers retrieved from remote WMS servers.

Originally published in the International Journal of Health Geographics 2006, 5:6

Open Source Web GIS software systems have reached a stage of maturity, sophistication, robustness and stability, and usability and user friendliness rivalling that of commercial, proprietary GIS and Web GIS server products. The Open Source Web GIS community is also actively embracing OGC (Open Geospatial Consortium) standards, including WMS (Web Map Service). WMS enables the creation of Web maps that have layers coming from multiple different remote servers/sources. In this article we present one easy to implement Web GIS server solution that is based on the Open Source University of Minnesota (UMN) MapServer. By following the accompanying step-by-step tutorial instructions, interested readers running mainstream Microsoft® Windows machines and with no prior technical experience in Web GIS or Internet map servers will be able to publish their own health maps on the Web and add to those maps additional layers retrieved from remote WMS servers. The 'digital Asia' and 2004 Indian Ocean tsunami experiences in using free Open Source Web GIS software are also briefly described.

Background

One of the most important powers of GIS is the capability to publish and share geo-spatial information on the Internet among large numbers of people. Sharing of geo-spatial information is an important and effective way of working in many kinds of applications. Geo-spatial information includes not only maps or locations of landmarks/facilities, but multiple attribute data, socio-economic data, ground photos, aerial photographs, satellite images, etc., which may have static or dynamic characteristics. By sharing this information on the Internet, accessibility, time response, and understandability are drastically improved compared to conventional paper distribution of maps or character based Web systems. Users will have more freedom to choose information or layers to see and synthesize maps that will fit their own requirements.

The growing interest in Open Source GIS and Web GIS

Interest in Open Source GIS and Web GIS software has grown considerably over the past few years (see definition of Open Source at [1]). Dedicated Web portals like [2-4] offer users many Open Source GIS and Web GIS software options to choose from. These include Quantum GIS [5], a user friendly Open Source desktop GIS that runs on Linux, Unix, Mac OSX, and Windows, and the now very popular University of Minnesota (UMN) MapServer [6] and related applications, which are the focus of this article.

The Open Source GIS/Web GIS community is very actively embracing the Open Geospatial Consortium (OGC [7]) standards; for example, UMN MapServer already supports several OGC Web specifications, including WMS (Web Map Service – client/server), non-transactional WFS (Web Feature Server – client/server) and GML (Geography Markup Language).

Today one can say without exaggeration that Open Source GIS and Web GIS software have reached a stage of maturity, sophistication, robustness and stability, and usability and user friendliness that parallels, if not (sometimes) exceeds, that of commercial, proprietary GIS and Web GIS products. Commercial software manufacturers are even starting to back Open Source. Recently, the MapServer Community and Autodesk announced the new 'MapServer Foundation' [8-10].

A related international conference, Geoinformatics 2006 – Free and Open Source software: 12–15 September 2006; Lausanne, Switzerland [11], has been announced in 2005. The event is concerned with addressing geospatial data technologies developed by, or of relevance to, the Open Source community.

On UMN MapServer, DM Solutions MapLab, and WMS sources

In this article we present one easy-to-implement Web GIS solution that is based on UMN MapServer. By following the accompanying step-by-step tutorial instructions, interested readers using mainstream Microsoft® Windows machines and with no prior experience in Web GIS or Internet map servers will be able to publish their own health maps on the Web and add to those maps additional layers retrieved from remote WMS servers (see additional file 1: Step-by-step tutorial – publishing your maps and connecting to remote WMS sources using the Open Source UMN MapServer and DM Solutions MapLab).

MapServer is an Open Source development environment for constructing spatially enabled Internet-Web applications. Readers can browse the 'MapServer application gallery' [12] for some interesting examples. There is also a Tsunami Web Map Server developed by Professor Kiyoshi Honda and colleagues using the Open Source UMN MapServer [13-15] (see also 'Results and discussion' section below for further information about the Tsunami Web Map Server).

MapServer, through the use of special libraries, can access various raster and vector data formats without data conversion [16]. MapServer features and documentation can be found at [6].

MapLab from DM Solutions Group Inc., Canada, is an Open Source suite of effective and intuitive Web-based tools to create and manage UMN MapServer Web mapping applications and map files. It consists of three components: MapEdit, MapBrowser and GmapFactory [17,18].

MapEdit is a visual administration tool for the editing, validation and management of map files. MapBrowser is a complementary tool for the visual selection of spatial data from local and remote WMS sources (Figure 1), while GMapFactory is the final-step tool used for the rapid creation and deployment of Web mapping applications, e.g., to define the layout of an application and specify which mapping interface components to include.

Figure 1 - Connecting to a remote WMS source in MapBrowser

OGC WMS provides operations in support of the creation and display of registered and superimposed map-like views of information that come simultaneously from multiple servers/sources that are both remote and heterogeneous. WMS thus enables a distributed network of interoperable geospatial information providers and the creation of Web maps that have layers coming from multiple different remote servers/sources [13] (see also WMS implementation specification at [19]).

With the introduction of WMS specification and also OGC Web Feature Service (WFS – see [20]), it has become easy to publish and share any geo-spatial information on the Internet. WMS, which is currently popular in actual applications, basically creates maps (PNG – Portable Network Graphics, or JPEG formats) of the requested area, which standard browsers can render. Thus, users do not have to copy huge data sets to local systems. WFS supplies users with only the geographic features that satisfy their filtering criteria.

WMS server lists and discovery portals are available on the Web to help users locate and connect (using software tools implementing the OGC WMS specification) to suitable data sources for their maps, e.g., [21,22] to name two such services.

In a previous article in this 'Web GIS in practice' series [23], we explored mapping solutions from Google and MSN. It is noteworthy that Google Earth also currently supports the import of WMS data into its enterprise client [24]. Users can subscribe to a WMS server and see that as an overlay on the Google Earth data as they pan around [25].

Methods

Technical expertise is generally required to install, customize and manage an Internet map server, whether it is a commercial product or an Open Source one. However, in this article we introduce an easy-to-follow, illustrated step-by-step tutorial for installing and using such servers on machines running Microsoft® Windows (see additional file 1: Step-by-step tutorial – publishing your maps and connecting to remote WMS sources using the Open Source UMN MapServer and DM Solutions MapLab).

The tutorial in the accompanying 'additional file 1' is based on the MS4W package (MapServer for Microsoft® Windows [26]) and a matching MapLab installation packaged for MS4W (the latest versions of both packages and other additional packages can be downloaded at [27,28]).

MS4W has been prepared by Jeff McKenna of DM Solutions Group Inc., Canada. The basic MS4W package installs a pre-configured Web Server environment that includes the following components:

• Apache HTTP Server [29];

• PHP [30];

• MapServer CGI (Common Gateway Interface);

• PHP/MapScript [31,32];

• GDAL (Geospatial Data Abstraction Library)/OGR Utilities [33-36]: GDAL is a translator library for raster geospatial data formats that is released under an Open Source license. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data [16]. UMN MapServer can access TIFF/GeoTIFF, EPPL7 [37], and many other formats via GDAL, and ESRI Shapefiles, PostGIS, ESRI ArcSDE, Oracle Spatial, MySQL and many others via OGR;

• MapServer Utilities;

• OGR/PHP Extension; and

• OWTChart: The OWTChart Engine produces GIF images of virtually any type of chart from a set of input parameters. The program can be used as a CGI in a Web server environment [38].

Results and discussion

Figure 2 shows a sample Web map of the 'Canadian Province of New Brunswick' that has been produced and published by following the instructions in the accompanying step-by-step tutorial (see additional file 1: Step-by-step tutorial – publishing your maps and connecting to remote WMS sources using the Open Source UMN MapServer and DM Solutions MapLab). The 'Health Regions 2003' layer in this map comes from a remote WMS source, the 'Environmental Health Mapping Portal WMS', which is hosted by the New Brunswick Lung Association (more information about this particular WMS server can be found at [39,40]). The other layers in the same map, e.g., 'popplace', ship with the MapLab package used in our tutorial, and are locally hosted on the same machine used to execute the tutorial.

Figure 2 - Web map screenshot of the 'Canadian Province of New Brunswick' published using MapServer and MapLab

 

 

Other easy-to-use Open Source Web GIS installations for Windows based on UMN MapServer

These include CartoWeb [41], developed by Camptocamp SA, Switzerland, and the 'One Click Installation CD-ROM' kit of Professor Kiyoshi Honda of AIT, Thailand (see [42] and below).

The 'digital Asia' and 2004 Indian Ocean tsunami experiences in FOSS

In 2002, Honda et al. [43] realized the importance of the sharing of geo-spatial information and proposed a mechanism called 'digital Asia' for implementation in Asia. A WMS for full resolution Landsat images has been developed under this concept [44].

Santitamnont et al. [45] reported the high potential of Free Open Source Software (FOSS) for sharing geo-spatial information in the context of the 'digital Asia' concept. There are lots of benefits of FOSS. Most probably the biggest benefit is the cost saving, but benefits are not limited to this only. FOSS software systems are being developed by many individual/company developers, thus bug fixing and update speeds are usually very fast. Any user can have access to the source code. This makes it possible for everyone to understand the algorithm and implementation, and, if they wish, also participate in the development of the software. The licensing scheme defined as GNU Public License (GPL) accelerates the expansion of FOSS community. There are several Open Source implementation of WMS and WFS such as the above mentioned UMN MapServer, and GeoServer [46].

In response to the Indian Ocean tsunami disaster on 26th December 2004, there was an urgent need to develop a framework for sharing not only maps but also remote sensing images, aerial photographs, field survey photos/movies, survey records, and socio-economic data. Tsunami relief works, such as damage mapping, infrastructure rehabilitation planning, hazard map development, etc., require these data. The benefits of the sharing include saving time for data collection, reducing duplicate efforts, providing better understanding of the damage, thus speeding up relief works. Honda et al. [13] developed a prototype within three weeks after the Indian Ocean tsunami disaster using FOSS. The data on the site were contributed by 14 organizations who shared their data sets (successful data sharing is very important in emergency responses and disaster informatics). One of the important features of WMS is that it is possible to link WMS servers to each other and share map layers between them. Data owners may keep their original data on their local servers, serving their data as images overlaid with layers from other WMS sources. All of this is very transparent to end users to the extent that some of them might think that all the map layers they are seeing are being served from the same single server they are accessing. This feature is a key enabler in the 'digital Asia' scheme and the above mentioned prototype for the tsunami disaster through its potentials for easing copyright issues and distributing the burden of database management.

However, the actual installation of FOSS-based WMS on to a server is not so simple, especially for beginners. While user manuals for individual packages are detailed enough, it is still difficult for users to manipulate a collection of FOSS, partly because of software dependencies. It was decided to develop a collection of FOSS for WMS installation as a kind of 'One Click Installation CD-ROM' for Microsoft® Windows environment since the great majority of beginners wanting to experiment with FOSS Web GIS are using Windows [47]. Unified instructions for this FOSS collection were also developed and included on the same CD. They are based on DM Solutions kit [48] and instructions for Linux environment by Raghavan et al. [49]. Web GIS workshops were organized based on this CD-ROM at various conferences (AFITA in 2004 [50] and the First International Symposium on Health GIS in 2005 [51]), and attracted a lot of participants, who were interested in trying the WMS capability by themselves. The CD image is freely available from [52].

The use of mobile devices will further expand the efficiency and utility of WMS. Maps and data can now be retrieved using PDA devices in the field, and surveyors using such devices in the field are able to upload/update maps or other data on remote servers, which can then be shared immediately. Mobile clients present different processing challenges from desktop Web browsers. The location of a mobile device (taken from a GPS device) should be included in requests from the device to servers, so that users can immediately access the data that are specific to their current position. Ninsawat et al. [53] have demonstrated a mobile system to access their WMS server over a GPRS (General Packet Radio Service) mobile phone system in Thailand. To distinguish different users, they have built into their system a password authorization module using session variable and MD5 (Message-Digest Algorithm 5) encryption.

Publishing and sharing geo-spatial data in the health sector are increasingly becoming important and popular tasks in various applications. For example, health care organizations need to study how disease spreads, or how toxic substances affect human health, while health planners need to access details about how well patients are served by doctors at individual sites [54]. WMS and WFS can contribute to these information needs and applications by enabling the publication and sharing of geo-spatial information. The aforementioned Tsunami Web Map Server example demonstrates that the technical solutions provided by FOSS systems have very well matured and are now ready for use in actual mission critical applications in the health sector.

Conclusion

Open Source Web GIS software systems have reached a stage of maturity, sophistication, robustness and stability, and usability and user friendliness rivalling that of commercial, proprietary GIS and Web GIS server products. The Open Source Web GIS community is also actively embracing OGC standards, including WMS. WMS enables the creation of Web maps that have layers coming from multiple different remote servers/sources.

In this article we presented one easy to implement Web GIS server solution that is based on the Open Source UMN MapServer. A step-by-step tutorial accompanies this article to help interested readers running mainstream Microsoft® Windows machines, and with no prior technical experience in Web GIS or Internet map servers, to publish their own health maps on the Web and add to those maps additional layers retrieved from remote WMS servers.

The 'digital Asia' and 2004 Indian Ocean tsunami experiences in using free Open Source Web GIS software were also briefly discussed.

  
Authors' contributions 

 MNKB conceived and drafted this manuscript and the accompanying step-by-step PDF tutorial. KH contributed important and unique insight to the article and wrote parts of it. Both authors read and approved the final manuscript.

References

1.   Definition of Open Source
[http://www.opensource.org/docs/definition.php]
 
 
2.   MapTools.org
[http://www.maptools.org/]
 
 
3.   Refractions Research
[http://www.refractions.net/]
 
  
4.   Open Source GIS
[http://www.opensourcegis.org/]
 
  
5.   Quantum GIS (QGIS)
[http://www.qgis.org/]
 
  
6.   University of Minnesota (UMN) MapServer
[http://mapserver.gis.umn.edu/]
 
 
7.   Open Geospatial Consortium
[http://www.opengeospatial.org/]
 
 
  8.   MapServer Community, Autodesk Announce MapServer Foundation

  9.   Autodesk Goes Open Source
[http://www.autodesk.com/hpk-open_source]
 
  
10.   MapServer Foundation
[http://www.mapserverfoundation.org/]
 
 
11.   Geoinformatics 2006 – Free and Open Source software (Conference)
[http://www.foss4g2006.org/]
 
  
12.   UMN MapServer Gallery
[http://mapserver.gis.umn.edu/gallery.html]
 
  
13.   Honda K, Ninsawat S: A WMS Server for Tsunami Geo-Spatial Information Sharing.
[http://www.interlab.ait.ac.th/activities/isai2005/]Proceedings of First International Symposium on Area Informatics 2005 – Potential of GIS/RS in Area Studies: 24 March 2005; Asian Institute of Technology, IntERLab, Thailand Thailand & Japan: Academic Center for Computing & Media Studies, Kyoto University, and Asian Institute of Technology, IntERLab; 2005, 75-81.
 
14.   Tsunami Web Mapserver (WMS)
[http://mapserver.hondalab.star.ait.ac.th/tsunami/] 2005.
 
  
15.   Tsunami Disaster Mapping for Indian Ocean Coastal Regions
[http://mapsherpa.com/tsunami/]
 
  
16.   Mitchell T: [http://www.oreilly.com/catalog/webmapping/chapter/ch03.pdf]Web Mapping Illustrated (Using Open Source GIS Toolkits). Sebastopol, CA: O'Reilly;

 
17.   MapLab at MapTools.org
[http://www.maptools.org/maplab/]
 
 
18.   MapLab – MapEdit, MapBrowser, GMapFactory (DM Solutions site)
[http://www.dmsolutions.ca/technology/maplab.html]
 
  
19.   WMS Implementation Specification
[http://portal.opengeospatial.org/files/?artifact_id=5316]
 
  
20.   WFS Implementation Specification
[http://portal.opengeospatial.org/files/?artifact_id=8339]
 
 
21.   Public OGC WMS Server List
[http://www.skylab-mobilesystems.com/en/wms_serverlist.html]
 
  
22.   GeoConnections Discovery Portal
[http://geodiscover.cgdi.ca/gdp/search?action=executeSearch&entryType=service&portal=gdp&serviceType=Environment]
 
  
23.   Boulos MN: Web GIS in practice III: creating a simple interactive map of England's Strategic Health Authorities using Google Maps API, Google Earth KML, and MSN Virtual Earth Map Control.
[http://www.ij-healthgeographics.com/content/4/1/22]Int J Health Geogr 2004, 4:22. [BioMed Central Full Text]
 
  
24.   Google Earth enterprise
[http://earth.google.com/earth_enterprise.html]
 
  
25.   Luccio M: Google Earth Responds.
[http://www.gismonitor.com/news/newsletter/archive/111705.php#Google]GIS Monitor
2005 Nov 17

26.   MapServer for Windows – MS4W
[http://www.maptools.org/ms4w/]
 
 
27.   MS4W Downloads (1)
[http://www.maptools.org/ms4w/index.phtml?page=downloads.html]
 
  
28.   MS4W Downloads (2)
[http://dl.maptools.org/dl/ms4w/]
 
  
29.   The Apache Software Foundation
[http://www.apache.org/]
 
  
30.   PHP: Hypertext Preprocessor
[http://www.php.net/]
 
  
31.   PHP MapScript at MapTools.org
[http://www.maptools.org/php_mapscript/]
 
  
32.   PHP/Mapscript Class Reference
[http://mapserver.gis.umn.edu/doc42/phpmapscript-class-guide.html]
 
  
33.   GDAL – Geospatial Data Abstraction Library
[http://www.gdal.org/]
 
  
34.   GDAL Raster Formats
[http://gdal.maptools.org/formats_list.html]
 
  
35.   OGR Simple Feature Library
[http://www.gdal.org/ogr/]
 
  
36.   OGR Vector Formats
[http://ogr.maptools.org/ogr_formats.html]
 
  
37.   EPPL7
[http://www.lmic.state.mn.us/EPPL7/EPPL7/]
 
  
38.   OWTChart
[http://www.maptools.org/owtchart/index.phtml]
 
 
39.   The New Brunswick Lung Association's Environmental Health Mapping Project
[http://www.nb.lung.ca/mapping/]
 
  
40.   Environmental Health Mapping Portal (GeoConnections Discovery Portal)
[http://geodecouverte.icdg.ca/gdp/search?action=entrySummary&entryType=service&entryId=5157&entryLang=en&portal=gdp]
 
  
41.   CartoWeb
[http://www.cartoweb.org/]
 
 
42.   Publishing Your GIS Data on the Web Using FOSS
[http://dl.maptools.org/dl/maplab/mapserver-foxserv-install.pdf]
 
  
43.   Honda K, Raghavan V, Santitamnont P, Lertlum S: Digital Asia: development of the data-sharing mechanism for geo-spatial information in Asia.
[http://www.gisdevelopment.net/aars/acrs/2002/gis/141.pdf]Proceedings of the 23rd Asian conference on Remote Sensing: 25–29 November 2002; Kathmandu, Nepal
 
  
44.   Santitamnont P, Raghavan V, Honda K: Open Source Software Solutions and their Potential for Spatial Data Infrastructure Development.
[http://www.gisdevelopment.net/aars/acrs/2002/sps/303.pdf]Proceedings of the 23rd Asian conference on Remote Sensing: 25–29 November 2002; Kathmandu, Nepal
 
 
45.   Ninsawat S, Honda K, Horanont T, Yokoyama R, Inex AVM: Remote Sensing Image Server based on WMS for GMS (Greater Mekong Sub-Region) Countries.
Proceedings of the 24th Asian Conference on Remote Sensing: 3–7 November 2003, Busan, Korea. CD-ROM; (FA5 Spatial Data Infrastructure 2) 2003.
 
 
46.   GeoServer
[http://docs.codehaus.org/display/GEOS/Home] 2003.
 
  
47.   Honda K, Ninsawat S: Publishing Your GIS Data on the Web Using Free and Open Source Software.
[http://www.afitaandwcca2004.net/html/9-13153.htm]Proceedings of AFITA2004, 4th Asian Conference for Information Technology in Agriculrue: 9–14 August 2004; Bangkok, Thailand
 
  
48.   DM Solutions Group – The Source for MapServer Solutions
[http://www.dmsolutions.ca/] 2004.
 
  
49.   Raghavan V, Santitamnont P, Masumoto S: Training Notes on Spatial Data Sharing using Free and Open Source Software. Japan: Remote Sensing Technology Center of Japan; 2003.
 
 
50.   AFITA 2004 (Conference)
[http://www.jsai.or.jp/afita/#CONF] 2003.
 
  
51.   First International Symposium on Health GIS 2005
[http://www.j-geoinfo.net/HealthGIS/Main.htm] 2003.
 
 
52.   Kiyoshi Honda homepage/contact information
[http://www.rsgis.ait.ac.th/~honda] 2003.
 
  
53.   Ninsawat S, Honda K: The Application of GMS Remote Sensing Image Server for Mobile Devices.
Proceedings of the 25th Asian Conference on Remote Sensing: 22–26 November 2004; Chiang Mai, Thailand 2004, 1200-1205.
 
  
54.   Boulos MN, Roudsari AV, Carson ER: Health Geomatics: An Enabling Suite of Technologies in Health and Healthcare (Methodological Review).
[http://dx.doi.org/10.1006/jbin.2001.1015]J Biomed Inform 2001, 34:195-219. [PubMed Abstract]

 
 

© 2006 Boulos and Honda; licensee BioMed Central Ltd.
This is an Open Access article distributed under the terms of the Creative Commons Attribution License (
http://creativecommons.org/licenses/by/2.0)

 

deliciousrssnewsletterlinkedinfacebooktwitter

Bookmark and Share

Follow GISuser on Twitter
@GISuser!
blog comments powered by Disqus
Digg!
GISuser Feature Articles

Top iPhone related GIS and Geo Tech news stories from 2009 - At the end of the year its always interesting for us to look at some of the stats and results to identify trends and more important, to see what our readers think is hot! In the "news" category it seems that iPhone related geo tech items were extremely popular.

Geo Social Location Checkin to Twitter from iPhone - With the cool SXSW event taking place Austin, TX, everyone who's anyone in social and social location seems to have rolled out updates this week, making your choice for how to check-in to your social media bookmarks even tougher to decide on! 

10 Awesome GIS and Mapping apps for the iPhone - I recall last year at the ESRI UC when an iPhone was on stage showing a prototype app (think ArcPad on iPhone). It was then that I realized the iPhone platform is going to be BIG in mapping and there's a ton of opportunity for developers.

Nokia Booklet 3G, unboxing video and image gallery... Those of you in the USA who pop in to BestBuy occasionally, you may have seen a stand showing off the Nokia Booklet 3G. A sleek, 3G enabled, SIM slot (AT&T) sporting netbook. 

Interesting Tweeple - 10 Geo Technology & Geo-Social Women of Twitter - given the growing love for geospatial and location-aware technologies, I’ve decided to hype 10 women that I feel make a significant contribution to the Geo-Twittersphere. If you’d like to add 10 knowledgeable and useful Twitter contacts to your Geo following list I highly suggest the following: (in no particular order)

10 Geo Social Location-Aware Apps Making Waves... With Twitter's opening of their location API to developers there's going to be a ton of third party apps that will enable Twitter users to share location-aware information via their Twitter accounts.

Signs that indicate you may be a GeoGeek (aka. GeoNerd) and some suggested Geo blogs - Chances are good that if you are a Geo Geek then you already know it and likely refer to yourself as one. However, there’s many of you out there that may be on the fence and wondering… “am I a Geo Geek?" Read on for a comprehensive list of signs you might be a GeoGeek followed up by some suggested Geoblog reading.

Real-time GPS Mapping and GIS Solution Aids Efficient Disaster Management  - Saturday, February 7, 2009 will forever be known as Black Saturday in the State of Victoria, Australia. In the midst of a 10-year drought, a record breaking heat wave descended upon the state, with temperatures exceeding 45 degrees C (110-120 deg F), breaking all-time record highs in some cities - Victoria Police Use Trimble Juno SC Handhelds to Speed Assessment of Damage Caused by Bush Fires.

Data Spotlight - USGS and a new generation of Topo Maps - A primer on US Topo - Downloading “free” USGS topos from around the web?? Are you getting the new, enhanced USGS topos - US Topo?

Openness via Data.gov - Access A Wealth of Geospatial Data and a Cool ESRI SHP file Viewing Tool - Data.gov increases the ability of the public to easily find, download, and use datasets that are generated and typically held by the Federal Government.

Setting up Corporate Twitter messaging or a Team Twitter - Twitter has many uses and is valuable to many users in many different ways. Once great use of Twitter is to use it for quick, convenient messaging for a team or corporate use. Imagine a team of developers spread out all over the country or perhaps a baseball team that needs to get notices about a rain-out or change in game time etc… consider a team Twitter account. See also, 10 Things A Company Should Consider when starting their Twitter social media presence

feature articlesSee more GISuser Features HERE / See GISuser Spotlights Here 

Recent Directory Listings
1. DoubleDutch Check-in...
    Category: Social Networking and Social Location Services
    Created: Mar 15, 2010
2. It's All About Data -...
    Category: Blogs
    Created: Mar 12, 2010
3. GeoSearch, Inc.
    Category: Careers and Employment
    Created: Mar 11, 2010
4. Tweetshare
    Category: Twitter Tools and Add-ons
    Created: Mar 11, 2010
5. Tweetsii (for iPhone)
    Category: Twitter Tools and Add-ons
    Created: Mar 11, 2010
Show more...
Featured Events
  • Free Webinars and online training from LizardTech - Training dates include Feb 2, 16, 23
  • 2010 ESRI Federal User Conference February 17-19, 2010, Washington D.C. Walter E. Washington Convention Center - The FedUC is the largest geospatial conference for federal agencies. Connect with other leaders, decision makers, and GIS professionals.
  • The International LiDAR Mapping Forum 2010 - Tenth Anniversary Event! ILMF 2010 will be held from March 3 - 5, 2010 at the Hyatt Regency in Denver at Colorado Convention Center.
  • The NAVTEQ 2010 Global LBS Challenge Awards Ceremony will be held during Ignite at O'Reilly Where 2.0. Be among the first to hear as NAVTEQ announces the winners for the North America region. Participants will be competing for a global prize pool of $10 million and growing by showcasing pre-commercial location-enabled apps using NAVTEQ map data & products. March 30, 2010, during Ignite Where, 7:30pm - 9:00pm, at the Marriott San Jose, CA
  • WHERE2.0 2010 - Now in its sixth year, the Where 2.0 Conference is where the grassroots and leading edge developers building location-aware technology intersect with the businesses and entrepreneurs seeking out location apps, platforms, and hardware to gain a competitive edge. For 15% use Discount Code: whr10lbs
     

    List Your Event Here 

Suggested GISuser Reading
Google Geospatial Search
Google
 

 

or... try our CUSTOM GISuser Google Search!

Contribute to the GISuser Search (by Google)

TOP News Story
Sponsor

GIS Data Nodes

State GIS Clearinghouse Portals
State GIS Spatial Data Clearinghouse Directory



RSS and Feeds


feedburner
add to google reader




technocrati
Add to my Widsets
GISuser on your mobile!

Feedblitz updates via email, Tweet, or IM
Software

software reviews
Geo Technology Software

GISuser RSS Feed
GISuser Site Sponsor


Most Popular
GISuser HOT Spots!

Google Mashup Zone
GISuser WebMaps
Free Data Articles
Spotlights & Tips
GISuser Resumes
Data Links
10 Cool Things
The LBS Zone!

GISuser Sponsor


Partner Sites

machinecontrolonline 

symbianone

lbszone.com

symbianone

Spatial Media LLC
A Spatial Media LLC property

Affiliations


asprs

Get Listed!

Get Listed in the GISuser Industry Directory
social media
NEW - list your GIS/Geo social micro blog, twitter, facebook group etc... post your Resume HERE!

 




Spatial Media, LLC ©2003 - 2010 All rights reserved / Privacy Statement