Difference between revisions of "Software Standards"

From OSGeo
Jump to navigation Jump to search
Line 11: Line 11:
 
* [[User:ticheler|Jeroen Ticheler]]
 
* [[User:ticheler|Jeroen Ticheler]]
 
* [[User:ominiverdi|Lorenzo Becchi]]
 
* [[User:ominiverdi|Lorenzo Becchi]]
 +
* [[User:mpg|Michael P. Gerlek (mpg)]]
 
* Your Name Here...
 
* Your Name Here...
  

Revision as of 15:13, 26 July 2007

About

There was recently some discussion on the main OSGeo mailing list about software standards. There was some general discussion about software standards, and also some specific discussion about the role of the OSGeo in the OGC, the primary geospatial standards body. I thought I would create a page on the wiki to hold some OSGeo members thoughts on software standards.

Please feel free to add content to the following sections. What I’m providing below is just a skeleton.

OSGeo Software Standards Mailing List

Some of the members expressed interest in an OSGeo mailing list dedicated to software standards, but nothing materialized. Add your name to the list below if you would be interested in subscribing to such a list.

Why Do Software Standards Succeed?

Why Do Software Standards Fail?

Do We Really Need Software Standards?

What Role Do Software Standards Have In The Development Of Open Source Geospatial Software?

Should You Have To Pay For A Copy Of A Software Standard?

What about releasing a standard under one of the Creative Commons licenses?

Should The Development Of A Software Standard Be Open? How Open?

Do Software Standards Have To Be Approved By A Standards Body To Be Valid?

When Does A Widely Used File Format Become A De Facto Software Standard?

What The Advantages Of Text Over Binary For Open File Formats? Is XML The Best Solution?

Suggested Standards

Binary Open Feature Format (BOFF)

As part of my work on OpenJUMP I was interested in creating a file format that could serve as an alternative to ESRI Shapefiles. ESRI publishes the Shapefile specification, but Shapefiles have some limitations that I would like to overcome. For example, the mix big-endian and little-endian data, they use DBF files to store attribute information, they have very little built-in support for metadata, and they can’t be extended to support information like topology. Still, certain aspects of Shapefiles appealed to me. The file format is binary, which means its compact and quicker to import/export. It is also conveys relatively simple information, which has allowed it to become the de facto means of transporting geospatial information. You can learn more about my intital sketches of BOFF here.

Tile Caching

The goal of a WMS Tile Caching proposal, perhaps WMS-C for short, is to find a way to optimize the delivery of map imagery across the Internet. The proposal needs to offer ideally some means by which map clients can fetch tiles from existing servers, in such a way that the images can be cached on the server, or at an intermediate location, or even be completely pre-generated, if desired.

Further description here.

GeoRSS

" As RSS becomes more and more prevalent as a way to publish and share information, it becomes increasingly important that location is described in an interoperable manner so that applications can request, aggregate, share and map geographically tagged feeds."

web site here.

Links