<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Olaf+Knopp</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Olaf+Knopp"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Olaf_Knopp"/>
	<updated>2026-04-13T19:12:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Deutsch/NAS&amp;diff=24261</id>
		<title>Deutsch/NAS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Deutsch/NAS&amp;diff=24261"/>
		<updated>2008-04-15T11:38:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Olaf Knopp: /* Projektbeteiligte */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Entwicklung einer Freien NAS-Schnittstelle ==&lt;br /&gt;
Aus Wikipedia: Die [http://de.wikipedia.org/wiki/Normbasierte_Austauschschnittstelle Normbasierte Austauschschnittstelle] (kurz NAS) ist eine Datenschnittstelle zum Austausch von Geoinformationen, die im Rahmen der Modellierung der Geoinformationssysteme AFIS, ALKIS und ATKIS durch die Arbeitsgemeinschaft der Vermessungsverwaltungen der Länder der Bundesrepublik Deutschland (AdV) definiert wurde. Der Vortrag von Peter Freimuth auf der [http://www.fossgis.de/wiki/index.php/Abstracts07#Entwicklung_einer_Freien_NAS-Schnittstelle FOSSGIS 2007] zu diesem Thema fand große Resonanz, der Bedarf für eine als Freie Software lizensierte und entwickelte NAS-Schnittstelle ist vorhanden.&lt;br /&gt;
&lt;br /&gt;
== Links und weitere Informationen ==&lt;br /&gt;
* Technische Beschreibung der [http://www.adv-online.de/extdeu/broker.jsp?uMen=4b370024-769d-8801-e1f3-351ec0023010 GeoInfoDok]&lt;br /&gt;
* Weitere Informationen zu [http://www.alkis.info/ ALKIS]&lt;br /&gt;
* womöglich erste Bausteine aus vorhandenen FOSS-Projekten (z.B. die auf deegree basierende XPlanung Publishing Platform (X3P): siehe den entsprechenden Vortrag auf der   [http://www.fossgis.de/wiki/index.php/Abstracts07#Visualisierung_von_Bauleitpl.C3.A4nen_mit_der_XPlanung_Publishing_Platform_.28X3.29_-_Neues_von_deegree_und_aus_der_internationalen_Standardisierung FOSSGIS 2007] und hier [http://x3p.deegree.org/x3p Online]).&lt;br /&gt;
* Das Thema wurde auf der [http://www.fossgis.de/wiki/index.php/Freie_Software_NAS_Bibliothek_f%C3%BCr_AFIS%2C_ALKIS_und_ATKIS FOSSGIS 2008] konsolidiert. Die Implementierung einer NAS-Light Schnittstelle in der Bibliothek [[GDAL]]/OGR wurde jetzt durch Sponsoren ermöglicht. [http://www.wheregroup.com/de/openNAS_freie_software Kontakt für weitere Informationen].&lt;br /&gt;
&lt;br /&gt;
== Mailingliste ==&lt;br /&gt;
Die NAS-Mailingliste ist über die Seite http://lists.osgeo.org/mailman/listinfo/nas erreichbar. &lt;br /&gt;
Bevor Sie eine Nachricht an die Liste schicken, müssen Sie sich dort '''anmelden'''.&lt;br /&gt;
&lt;br /&gt;
Die Sprache der Liste wird zunächst Deutsch sein, bei Bedarf kann der eine oder andere Beitrag auch in Englisch verfasst werden.&lt;br /&gt;
&lt;br /&gt;
== Aktueller Stand ==&lt;br /&gt;
* Es wurde eine Machbarkeitsstudie erstellt, wie das NAS-Format im OSGeo Projekt [[GDAL]]/OGR implementiert werden kann. Die Studie wurde durch die [[WhereGroup]] vorfinanziert und von Frank Warmerdam implementiert. Er schreibt, dass der Prototyp auf Basis des existierenden GML Treibers mit voreingestellten NAS-Featureklassen und -Attributen implementiert wird. &lt;br /&gt;
&lt;br /&gt;
Notizen:&lt;br /&gt;
* Nested element attributes will be flattened. So &amp;lt;modellart&amp;gt;&amp;lt;AA_Modellart&amp;gt;&amp;lt;advStandardModell&amp;gt;DKKM1000 &amp;lt;/advStandardModell&amp;gt;&amp;lt;/AA_Modellart&amp;gt;&amp;lt;/modellart&amp;gt; might become the attribute &amp;quot;modellart_AA_Modellart_advStandardModell&amp;quot; for instance.&lt;br /&gt;
* feature class definitions would likely be added in an adhoc fashion directly in the code though it is possible we could use an external definition file (roughly equivelent to the .gfs file OGR currently produces describing a feature class in GML after scanning the file).&lt;br /&gt;
* The existing Xerces based GML parser would be used which should be able to handle large GML files gracefully without huge amounts of memory. &lt;br /&gt;
* Predefining the feature classes should mean we don't need a pre-scan when first opening the files.&lt;br /&gt;
* geometries seem to include curves, and polyhedral surface that may be hard to represent in OGR's simple features geometry model. Some simplification might need to be done on the fly or some exotic geometries skipped for now.&lt;br /&gt;
* topological relationships would likely be preserved only as attributes of features (as is done for formats like Arc/Info Coverages).&lt;br /&gt;
* I don't feel I can give an estimate on an industrial quality translator for NAS, but I would suggest we consider a report on what would be involved in producing such a translator as part of the prototype project.&lt;br /&gt;
* I would need some support from a client analyst/user doing iterative review of the translators and letting me know about needed data items and/or feature classes that should be added.&lt;br /&gt;
* The prototype would not have any special knowledge of presentation information, though presentation information in the source would be transferred through OGR as attributes as much as is practical.&lt;br /&gt;
* The prototype should be able to read files consisting of wfs:Insert operations as well as those consisting of gml:featureMembers.&lt;br /&gt;
* The prototype would be read-only for NAS format.&lt;br /&gt;
&lt;br /&gt;
Sie können beitragen, indem Sie Frank Warmerdam interaktiv beim Zusammenstellen der benötigten Elemente und Featureklassen unterstützen. Das ist wieder einmal eine Chance bei der Entwicklung Ihrer Software von Anfang an dabei zu sein und sicherzustellen, dass genau Ihre Features enthalten sind.&lt;br /&gt;
&lt;br /&gt;
=== Fertigstellung Prototyp ===&lt;br /&gt;
Bis Ende April wird ein Prototyp erstellt, der eine ALK-light bereitstellen kann. &lt;br /&gt;
&lt;br /&gt;
In einem [http://www.fossgis.de/wiki/index.php/Freie_Software_NAS_Bibliothek_f%C3%BCr_AFIS%2C_ALKIS_und_ATKIS FOSSGIS Workshop] wurde die Planung für den  Prototyp vorgestellt und die weiteren Entwicklungsschritte diskutiert.&lt;br /&gt;
&lt;br /&gt;
== Projektbeteiligte ==&lt;br /&gt;
&lt;br /&gt;
* [[User:pfreimuth | Peter Freimuth]]&lt;br /&gt;
* [[User:Jtmapmedia | Jörg Thomsen]]&lt;br /&gt;
* [[User:Arnulf Christl|Arnulf Christl]]&lt;br /&gt;
* [[User:Olaf Knopp|Olaf Knopp]]&lt;br /&gt;
* [[User:Dr. Markus Müller|Dr. Markus Müller]]&lt;br /&gt;
* [[User:Peter Korduan|Peter Korduan]]&lt;br /&gt;
* [[User:Frank Jaeger|Frank Jäger]]&lt;/div&gt;</summary>
		<author><name>Wiki-Olaf Knopp</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Olaf_Knopp&amp;diff=21831</id>
		<title>User:Olaf Knopp</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Olaf_Knopp&amp;diff=21831"/>
		<updated>2008-01-15T14:47:34Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Olaf Knopp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Olaf Knopp is CEO of the [http://www.wheregroup.com WhereGroup], a German Open Source GIS service provider and one of the [http://www.osgeo.org/content/sponsorship/sponsors.html sponsors] of OSGeo. &lt;br /&gt;
&lt;br /&gt;
; Contact&lt;br /&gt;
: Olaf Knopp&lt;br /&gt;
: WhereGroup GmbH &amp;amp; Co. KG&lt;br /&gt;
: Siemensstrasse 8&lt;br /&gt;
: 53121 Bonn&lt;br /&gt;
: Germany&lt;br /&gt;
: mailto:olaf.knopp@wheregroup.com&lt;br /&gt;
: Fon: +49 228 9090 38 27&lt;br /&gt;
: Fax: +49 228 9090 38 11&lt;br /&gt;
: Mobile: +49 170 21 27 588&lt;/div&gt;</summary>
		<author><name>Wiki-Olaf Knopp</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Olaf_Knopp&amp;diff=21830</id>
		<title>User:Olaf Knopp</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Olaf_Knopp&amp;diff=21830"/>
		<updated>2008-01-15T14:45:17Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Olaf Knopp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Olaf Knopp is CEO of the [http://www.wheregroup.com WhereGroup], a German Open Source GIS service provider and one of the [[sponsors]] of OSGeo. &lt;br /&gt;
&lt;br /&gt;
; Contact&lt;br /&gt;
: Olaf Knopp&lt;br /&gt;
: WhereGroup GmbH &amp;amp; Co. KG&lt;br /&gt;
: Siemensstrasse 8&lt;br /&gt;
: 53121 Bonn&lt;br /&gt;
: Germany&lt;br /&gt;
: mailto:olaf.knopp@wheregroup.com&lt;br /&gt;
: Fon: +49 228 9090 38 27&lt;br /&gt;
: Fax: +49 228 9090 38 11&lt;br /&gt;
: Mobile: +49 170 21 27 588&lt;/div&gt;</summary>
		<author><name>Wiki-Olaf Knopp</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Intergeo_2006&amp;diff=6885</id>
		<title>Intergeo 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Intergeo_2006&amp;diff=6885"/>
		<updated>2006-08-23T13:44:15Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Olaf Knopp: /* Agenda Open Source Park */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.intergeo.de/englisch/page/main/index.php Intergeo 2006] 10-12 October 2006 (Munich, Germany). The OSGeo operates a booth area providing resources for Open Source GIS software projects and space for commercial enterprises. The [[LinuxTag 2006]] event featured a small forerunner of the OSGeo booth. &lt;br /&gt;
&lt;br /&gt;
== Booth ==&lt;br /&gt;
The Open Source Park is operated by the OSGeo, preliminary plans are available on the [[Operate OSGeo Booth]] Wiki page. There will be two exhibit categories 'Booth' and 'InfoPoint'. Free Software Geo, GIS and community projects can request for an InfoPoint free of cost. &lt;br /&gt;
&lt;br /&gt;
The following two sketches show the booth floor plan (kindly provided by Hinte Messe GmbH).&lt;br /&gt;
&lt;br /&gt;
[[Image:Floor plan beach small.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Booth perspective beach small.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Sponsors ==&lt;br /&gt;
Booth area in the Open Source Park of the Intergeo can be acquired by businesses that are active in fostering OS GIS software and furthering the development of the OSGeo Foundation. Read more about the proposed [[OSGeo Promotion Application]].&lt;br /&gt;
&lt;br /&gt;
Please add yourself to the following list if you are interested. This is not an official confirmation but just an expression of interest. Details regarding the cost, infrastructure and additional services provided by the OSGeo Open Source Park are available for download at [https://visibilitycommittee.osgeo.org/servlets/ProjectDocumentList?folderID=53 VisCom]. Do not use this document to apply for a booth directly as your application has to be evaluated by OSGeo first. Please [mailto:dev-subscribe@visibilitycommittee.osgeo.org subscribe to VisCom mailing list] for general information and [mailto:discuss-de-subscribe@visibilitycommittee.osgeo.org] for application. Find all sent messages in the [https://visibilitycommittee.osgeo.org/servlets/ProjectMailingListList Archive].&lt;br /&gt;
&lt;br /&gt;
== Free and Open Source Community Exhibitors==&lt;br /&gt;
These Free and Open Source communities will appear at the Open Source Park and highlight their projects. If you are interested in appearing at the Intergeo 2006 please mailto:arnulf@osgeo.org&lt;br /&gt;
&lt;br /&gt;
* [https://www.osgeo.org OSGeo Foundation]&lt;br /&gt;
* [https://gdal.osgeo.org GDAL/OGR]&lt;br /&gt;
* [https://communitymapbuilder.osgeo.org Community MapBuilder]&lt;br /&gt;
* [http://www.deegree.org deegree]&lt;br /&gt;
* [http://www.grass-verein.de GRASS Anwender-Vereinigung e.V. (GAV)]&lt;br /&gt;
* [https://mapbender.osgeo.org Mapbender]&lt;br /&gt;
* [https://mapserver.osgeo.org MapServer]&lt;br /&gt;
* [http://postgis.refractions.net PostGIS]&lt;br /&gt;
&lt;br /&gt;
== Professional Service Provider Exhibitors ==&lt;br /&gt;
The following service provider will appear at the Open Source Park of the Intergeo 2006. If you are interested in appearing at the Intergeo 2006 please mailto:arnulf@osgeo.org&lt;br /&gt;
&lt;br /&gt;
* [http://www.52north.de 52°North] (Booth)&lt;br /&gt;
* [http://www.autodesk.de/gis Autodesk] (Booth)&lt;br /&gt;
* [http://www.geo-consortium.de Geo-Consortium] (Booth)&lt;br /&gt;
* [http://www.intevation.de Intevation GmbH] (Booth)&lt;br /&gt;
* [http://www.latlon.de lat/lon] &amp;amp; [http://www.delphi-imm.de Delphi IMM] &amp;amp; [http://www.idgis.nl IDgis bv] (Booth)&lt;br /&gt;
* [http://www.mapmedia.de MapMedia] &amp;amp; [http://www.ivu.de IVU] (Booth)&lt;br /&gt;
* [http://sag-gruppe.de/sag_el/wDeutsch/ SAG-EL] (Info Point)&lt;br /&gt;
&lt;br /&gt;
== Agenda Open Source Park ==&lt;br /&gt;
All interested Free and Open Source Community Members and Professional Service Provider Exhibitors are invited to give a presentation in the Open Source Park. Please register your wishes for date, time and title of your presentation and your e-mail adress to contact you. The presentation should NOT be longer than 15 minutes.&lt;br /&gt;
&lt;br /&gt;
{| | border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;10&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
|DATE&lt;br /&gt;
|TIME&lt;br /&gt;
|TITLE&lt;br /&gt;
|SPEAKER&lt;br /&gt;
|EMAIL&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|once or more a day&lt;br /&gt;
|PostGIS: Geospatial Database&lt;br /&gt;
|Frank Koormann&lt;br /&gt;
|Frank.Koormann@intevation.de&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|twice a day, 15 Min, &lt;br /&gt;
|Eine Einführung in die OSGeo&lt;br /&gt;
|Arnulf Christl&lt;br /&gt;
|arnulf@osgeo.org&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|twice a day&lt;br /&gt;
|Neuigkeiten in der Software Mapbender&lt;br /&gt;
|Uli Rothstein et al&lt;br /&gt;
|uli@osgeo.org&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|twice a day / on request&lt;br /&gt;
|http://www.gis-macht-schule.de, ein freies Angebot für die Schule/Ausbildung (GIS for schools/education)&lt;br /&gt;
|Georg Lösel / GAV&lt;br /&gt;
|grass@de-schorsch.de&lt;br /&gt;
|-&lt;br /&gt;
|one day&lt;br /&gt;
|once or twice&lt;br /&gt;
|Das Geoportal der Metropolregion Hamburg (http://mapservices.geonord.de/mrh-portal)&lt;br /&gt;
|Katharina Lupp&lt;br /&gt;
|Katharina.Lupp@gv.hamburg.de&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|twice a day&lt;br /&gt;
|OpenCatalogue - Die Open Source Metadaten-Lösung&lt;br /&gt;
|Rolf Lessing, Markus Müller&lt;br /&gt;
|rolf.lessing@delphi-imm.de, mueller@lat-lon.de&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|twice a day&lt;br /&gt;
|deegree iGeoSecurity - Sichere OGC Web Services&lt;br /&gt;
|Hans Plum, Jens Fitzke, Markus Müller&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;[fitzke|mueller|plum]@lat-lon.de&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|twice a day&lt;br /&gt;
|Zugang zu Geodateninfrastrukturen mit deegree iGeoPortal&lt;br /&gt;
|Hans Plum, Jens Fitzke, Markus Müller&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;[fitzke|mueller|plum]@lat-lon.de&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|once or twice a day&lt;br /&gt;
|Geometry editing and animation of time dimension using Flash and deegree&lt;br /&gt;
|Herman Assink&lt;br /&gt;
|herman.assink@idgis.nl&lt;br /&gt;
|-&lt;br /&gt;
|daily&lt;br /&gt;
|once or twice a day&lt;br /&gt;
|Einfache WebGIS-Administration mit MapStorer&lt;br /&gt;
|Olaf Knopp&lt;br /&gt;
|oknopp@kartago.de&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>Wiki-Olaf Knopp</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Olaf_Knopp&amp;diff=5555</id>
		<title>User:Olaf Knopp</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Olaf_Knopp&amp;diff=5555"/>
		<updated>2006-06-30T10:16:53Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Olaf Knopp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Primary OSGeo email: mailto:oknopp@kartago.de&lt;/div&gt;</summary>
		<author><name>Wiki-Olaf Knopp</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=D-A-CH&amp;diff=5554</id>
		<title>D-A-CH</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=D-A-CH&amp;diff=5554"/>
		<updated>2006-06-30T10:16:16Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Olaf Knopp: /* Mitgliederliste */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This is the start page of the German language [[Local Chapters]]. This page documents the current dicsussion and has not yet been approved as official OSGeo policy!''&lt;br /&gt;
&lt;br /&gt;
''Hier entsteht die deutschsprachige Präsenz der OSGeo Foundation. Alle deutschsprachigen Seiten, Dokumente und Projekte sollten auf dieser Seite verlinkt werden oder darauf verweisen oder beides.''&lt;br /&gt;
&lt;br /&gt;
== Einführung ==&lt;br /&gt;
Jedes Projekt stellt in der Anfangsphase eine Agenda und eine [[Deutsch#Mitgliederliste | Mitgliederliste]] zusammen. Der Eintrag ist freiwillig. Die Kommunikation erfolgt üblicherweise über die [https://visibilitycommittee.osgeo.org/servlets/ProjectMailingListList Mailing-Liste discuss-de] ([https://visibilitycommittee.osgeo.org/servlets/SummarizeList?listName=discuss-de Archiv]) oder dieses Wiki.&lt;br /&gt;
&lt;br /&gt;
== Kommunikation ==&lt;br /&gt;
Es gibt eine deutschsprachige Mailing Liste unter der Domäne [[Promotion and Visibility Committee]]. Die Liste ist öffentlich, aber es ist erforderlich sich per Email über mailto:discuss-de-subscribe@visibilitycommittee.osgeo.org anzumelden. Die Bestätigungs-Email muss man dann nochmal bestätigen woraufhin man eine Bestätigung erhält. Die Archive der Mailing Liste sind öffentlich.&lt;br /&gt;
&lt;br /&gt;
== Steuerung ==&lt;br /&gt;
Jeder kann Fragen stellen und beantworten. Wenn irgendwas entschieden werden muss wird zunächst per Email ein Antrag an die [mailto:discuss-de@visibilitycommittee.osgeo.org Liste] gestellt. Damit der Antrag zur Wahl gestellt wird, muss er ebenfalls per Email von einem weiteren Mitglied bestätigt werden. Dann wird in einem definierten Zeitraum (drei Werktage[1]) abgestimmt. &lt;br /&gt;
&lt;br /&gt;
[1] Über diesen Zeitraum kann auch abgestimmt werden.&lt;br /&gt;
&lt;br /&gt;
=== Wahl ===&lt;br /&gt;
Die Wahl erfolgt über drei Zahlen:&lt;br /&gt;
 -1 = Veto&lt;br /&gt;
  0 = Mir egal &lt;br /&gt;
 +1 = Ich unterstütze den Antrag&lt;br /&gt;
''(Es gibt Zwischenformen von -0 und +0, die nicht für das Ergebnis, sondern eher für die Diskussion relevant sind)''&lt;br /&gt;
&lt;br /&gt;
=== Veto ===&lt;br /&gt;
Wer mit -1 wählt legt ein Veto ein. Damit das Veto angenommen werden kann muss das innerhalb der Wahlfrist begründet werden und am besten gleich ein Alternativvorschlag eingebracht werden. &lt;br /&gt;
&lt;br /&gt;
=== Unterstützung ===&lt;br /&gt;
Wer mit +1 wählt muss auch bereit sein aktiv mit der Lösung mitzumachen. Sonst gibt es zu viele faule Beobachter und zu wenige Arbeiter.&lt;br /&gt;
&lt;br /&gt;
=== Veto überstimmen ===&lt;br /&gt;
Ein Veto kann überstimmt werden. Es gibt verschiedene Varianten: &lt;br /&gt;
* absolute Mehrheit der Mitglieder&lt;br /&gt;
* alternativ alle anderen oder mindesten vier Mitglieder[2] mit einer +1 wählen. &lt;br /&gt;
&lt;br /&gt;
[2] Wie viele Mitglieder zum Überstimmen des Vetos erforderlich sind kann abgestimmt werden&lt;br /&gt;
&lt;br /&gt;
So ganz automatisiert ist das nicht, da der Provider CollabNet keine Wahlsoftware anbietet. Deshalb als Vorschlag: Das Ergebnis kann immer angefochten werden (bis uns was besseres einfällt).&lt;br /&gt;
&lt;br /&gt;
== Offizieller Status und Dokumente ==&lt;br /&gt;
Die OSGeo Foundation ist eine rechtliche Organisation die aus 45 Mitgliedern und 9 Direktoren besteht. Alle offiziellen Projekte und Dokumente müssen von dem Direktorium abgenommen werden bevor sie offiziellen Status erreichen. Offizielle Dokumente werden in den statischen Dokumenten-Ordner auf osgeo.org hinterlegt und werden dadurch &amp;quot;Official Policy&amp;quot; der OSGeo Foundation. Sobald die Mitgliederliste 10 bis 15 Einträge hat, die sich aktiv einbringen wollen, können wir einen Antrag auf einen eigenen Projektbereich mit Dokumentenordner, SVN, Webseite, etc. und offiziellem Status beantragen.&lt;br /&gt;
&lt;br /&gt;
Es gibt bereits eine [https://visibilitycommittee.osgeo.org/servlets/ProjectDocumentList?folderID=42&amp;amp;expandFolder=42&amp;amp;folderID=0 Bibliothek deutschsprachiger Dokumente], derzeit mit dem Hauptfokus auf &amp;quot;Visisbility und Promotion&amp;quot; - also Marketing. Diese Dokumente sind deshalb auch im VisibilityCommittee hinterlegt. Sie können diese Dokumente herunterladen, ausdrucken, verändern, ergänzen oder auch einfach nur lesen.&lt;br /&gt;
&lt;br /&gt;
== Mitgliederliste ==&lt;br /&gt;
* [[User:Arnulf Christl | Arnulf Christl]]&lt;br /&gt;
* [[User:Ofreier | Olaf Freier]] ([http://www.hinte-messe.de/ Hinte GmbH])&lt;br /&gt;
* [[User:Peter Stamm | Peter Stamm]] &lt;br /&gt;
* [[User:Schmitz | Sebastian Schmitz]]&lt;br /&gt;
* [[User:Astrid Emde | Astrid Emde]]&lt;br /&gt;
* [[User:Uli Rothstein | Uli Rothstein]]&lt;br /&gt;
* [[User:Garand | Michel Garand]]&lt;br /&gt;
* [[User:christoph | Christoph Baudson]]&lt;br /&gt;
* [[User:dietmar | Dietmar Fleischhauer]]&lt;br /&gt;
* [[User:Georgloesel | Georg Lösel]]&lt;br /&gt;
* [[User:Olaf Knopp | Olaf Knopp]]&lt;br /&gt;
* Bitte tragen Sie sich hier mit Link auf Ihren OSGeo-Wiki Account ein&lt;/div&gt;</summary>
		<author><name>Wiki-Olaf Knopp</name></author>
	</entry>
</feed>