Map Overlay and Statistical System

From wiki.gis.com
Jump to: navigation, search

The Map Overlay and Statistical System (MOSS), is a GIS software technology. Development of MOSS began in late 1977 and was first deployed for use in 1979. MOSS represents a very early public domain, open source GIS development - predating the better known GRASS GIS by 5 years. MOSS utilized a polygon-based data structure in which point, line, and polygon features could all be stored in the same file. The user interacted with MOSS via a command line interface.

Also, overlay can be understood as a process in geographic data processing which involves registering and combining different layers of thematic data in order to form a new composite layer. Map overlay is a method of analyzing map data which has been used for many years prior to computer aided GIS. Before computers people would manually lay one map on top of another map in order to analyze differences in between maps. This method was very time consuming. Now with computers two maps can be compared very quickly using map overlay in GIS.[1]

History

In the mid-1970s, coal-mining activities required Federal agencies to evaluate the impacts of strip mine development on wildlife and wildlife habitat. They were further tasked with evaluating and making recommendations regarding habitat mitigation.

In 1976, the US Fish and Wildlife Service (USFWS) issued a Request For Proposal (RFP) for developing a Geographic Information System [GIS] for environment impact and habitat mitigation studies. The scope of the project included completing a User Needs assessment, developing a GIS functional scope, evaluating existing GIS technologies, and making recommendations to the USFWS as to the appropriate course of action for the development and deployment of GIS technology. In late 1976, the contract was awarded to the Federation of Rocky Mountain States, a non-profit organization that eventually evolved into the Western Governors’ Policy Office.

For the first six months of 1977, the project team worked on two tasks: A User Needs Assessment and an Inventory of Existing GIS technology. The needs assessment involved interviewing wildlife biologists, natural resources planners, and other professionals that would be involved in wildlife habitat definition and habitat mitigation. The results of the assessment were published in the summer of 1977.

Concurrently, Carl Reed did an inventory of existing public domain and commercial GIS technology. Approximately 70 different mapping and GIS software packages were identified. Of these, 54 had enough documentation and basic required functionality to warrant further analysis in terms of matching GIS functionality against user requirements. This document is a valuable historical document as it has information and details of systems long extinct and forgotten. The evaluation resulted in the determination that no existing GIS capability provided even a fraction of the functional capability required to meet user needs. Therefore, the decision was made to design and program a new interactive GIS application that used existing publicly available software whenever possible.

Using the user requirements as the design driver, the design of MOSS began during the summer of 1977. Once the group agreed on the design, programming started. The development environment was a CDC mainframe running the KRONOS operating system. Fortran IV was the development language. Graphics presentation and code development was done on a Tektronix 4010. Initial programming was completed in 1978

In 1978, MOSS was used in a pilot project to test the validity of using the new MOSS software in a real-world USFWS habitat mitigation project. The pilot project used vector and raster map data digitized from USGS base maps, from aerial imagery, and maps provided by other agencies. The pilot project was successful and allowed additional enhancements and bug fixes to be accomplished for deploying MOSS for production use.

By 1979, a user-accessible version of MOSS was available on the CDC mainframe. In late 1979, the USFWS purchased a Data General computer (AOS Operating System) and required MOSS to be ported from the CDC mainframe to the DG minicomputer. This work was completed in the summer of 1980.

By the middle of 1980, the MOSS software suite was ready for production use. Once installed, operational, and properly documented at the WELUT facility in Fort Collins Colorado, an extensive technology transfer and training acvtivity began. Within a few years, numerous other Federal agencies were using MOSS for a variety of projects. By 1983, MOSS was being used in the Bureau of Indian Affairs, multiple Bureau of Land Management State Offices, the Bureau of Reclamation, National Park Service, US Army Engineering Topographic Labs, Fish and Wildlife Service, and numerous State, Local and University organizations. The first MOSS Users Workshop was held in 1983 and had about 30 attendees. The second users workshop was held in Denver in 1984 with almost 150 attendees.

Architecture

MOSS allowed the user to store both vector and raster in the same geospatial database. The vector date could be points, lines, or polygons. MOSS utilized what at the time was referred to as a "full polygon" representation. In a full polygon representation, each polygon vertex shared with another polygon. Polygons could have islands (holes). Raster data were stored as pixels. The early versions of MOSS only allowed up to 32,000 coordinate pairs per line or polygon feature. This was due to Fortran array addressing issues. Raster images could be no larger than 32,000 pixels per row. Each map in a MOSS database could have up to 32,000 features. There was no limit on the number of maps in the database. Each map had a map header that contained a variety of metadata, such as the coordinate reference system (projection), date of creation, owner, data of last update, description, and so forth. Metadata was "searchable".

References

  1. Lo, C.P. Yeung, A.K.W.; Concepts and Techniques of Geographic Information Systems. Prentice Hall, Inc.2002. pg 155-158