Map Overlay and Statistical System

From Wikipedia, the free encyclopedia

Map Overlay and Statistical System (MOSS)
Developer(s)MOSS Development Team
Initial release1979
Stable release
MOSS 1985 / 1985
Repositorygithub.com/OSGeo/MOSS
Written inFortran
Operating systemCross-platform
PlatformCDC_Cyber, Data_General#Desktop_Generation, HP_9000#Series_500, IBM_PC_compatible, Emulator
Available inEnglish
TypeGeographic information system
LicensePublic_domain
Websitemossgis.org, www.osgeo.org/projects/moss/

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 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.

History[edit]

In the middle 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.[1]

In 1976, the US Fish and Wildlife Service (FWS) issued a request for proposals 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 not-for-profit organization that eventually evolved into the Western Governors' Policy Office.[citation needed]

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.[citation needed]

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.[according to whom?] 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.[citation needed]

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.[citation needed]

In 1978, MOSS was used in a pilot project in 1978 to test the validity of using the new MOSS software in a real world FWS 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.[citation needed]

By 1979, a user-accessible version of MOSS was available on the CDC mainframe. In late 1979, the FWS 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.[citation needed]

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 activity 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.[citation needed]

Architecture[edit]

MOSS allowed the user to store both vector and raster in the same geospatial database. The vector data 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".[citation needed]

References[edit]

  1. ^ "Short History of the MOSS GIS".

External links[edit]

Further reading[edit]