OSGeo Incubation 
Putting the Software in our Foundation
Welcome 
• Jody Garnett 
• Senior Software Engineer 
• Boundless 
• @jodygarnett 
• how2map.com 
• Projects: 
• GeoTools 
• GeoServer 
• uDig 
• OSGeo 
• Incubation Chair 
• GeoTools Officer 
• Eclipse Foundation 
• LocationTech PSC 
• Technology Project
TLDR 
• Incubation: the welcome wagon for projects entering 
OSGeo 
1. Published as Open Source 
2. Check where the code came from 
3. Project willing to accept new people 
• We have a slightly longer checklist we are quite proud 
of! 
• http://www.osgeo.org/incubator/process/project_gradu 
ation_checklist.html
Programming in Public 
How to be safe 
(and not be embarrassing)
This is About Public Safety 
• If you are programming in public please play safely: 
• Safe for you 
• Safe for users of your software
Open Source 
Geospatial Foundation 
We are here to help and we are not alone!
OSGeo 
Open Source Geospatial 
Foundation 
Mission: To support the 
collaborative development of 
open source geospatial 
software, and promote 
its widespread use. 
• Non-Profit, Vendor Neutral 
• International 
• Open Education, Open 
Data
Are you Lonely? 
• OSGeo Foundation offers 
• A community of your peers 
• People who understand you! 
• Great cross project code sprints 
• Assistance in building community 
• Marketting to help you find users 
• Incubation can help with Open Development
Are you threatened? 
• Foundations offer some safety 
• Incubation review to check your code is in the clear 
• OSGeo has healthy body of prior art 
• An area where we collaborate with other foundations: 
• Our focus is on fostering spatial software and 
promoting use 
• We are not a strict “IP” machine
Are you confused? 
• OSGeo has a range of mapping experts 
• Helpful, engaging and educational 
• Great for collaboration on tough problems 
• Do the mapping experts make you more confused? 
• Wide range of developers can help translate “expert” 
advice 
• If you are confused 
• how do you know you are confused?
Are you Broke 
• OSGeo participation is free 
• Sign up to an email list or committee and get involved 
• Charter members are nominated yearly 
• Board members are voted on by Charter members
Who Pays?
Want to get back to coding? 
• Perfect - Foundations are here to help with everything 
else 
• Lonely: Community 
• Threatened: Protection 
• Confused: Experts available (and developers to 
translate) 
• Broke: OSGeo Participation is free 
• Funded: Through Sponsorship
We are not alone 
• Eclipse Foundation 
• LocationTech 
Working Group 
• locationtech.org 
• Apache Foundation 
• Spatial Information 
System 
• sis.apache.org
Do I have to Choose? 
• The OSGeo Foundation does not limit your options 
• Our mandate is to help and promote 
• OSGeo does not need control of the code 
• Indeed we often work with other foundations 
• As we do not want to be experts on license, 
trademarks, intellectual property, etc..
Brand OSGeo
Users! 
• What “OSGeo Project” means for you: 
• It is actually open source! 
• There is documentation 
• Open to your involvement and participation 
• Code ownership has been checked 
(so it is unlikely to be pulled suddenly) 
• Project has a measure of legal protection 
(unlikely to be pushed under)
Developers! 
• “Community” - join your map making peers! 
• Marketting: OSGeo badge / branding / OSGeo Live 
DVD 
• Infrastructure: hosting, mailing lists, version control, 
etc.. 
• Collaboration: Education, Open Data, Standards, Code 
Sprint 
• Other: Shelter, Communication, Outreach 
• Tip: OSGeo Foundation has a mandate to promote 
open source spatial (even before your project joins)
Foundation! 
• Mandate - to promote open source spatial 
• Additional capabilities for open source mapping 
• Additional prior art (safety in numbers) 
• Communication 
• Projects provide an “officer” as contact person 
• Project name, branding, license, details are quickly 
available
Open 
Project has open, active and healthy user and developer 
community
Open and Public 
• Open Source License 
• Anything approved by the Open Source Initiative 
• Open communication channels 
• Email, Issue Tracker, Conference Call (with minuets) 
• Open decision making process 
• Example Project Steering Committee 
• (Not a "dictatorship" of one)
(Small Rant) 
• You do not have to form a steering committee! 
• as long as what you are doing 
welcomes new participants we are cool
Community 
• Active 
• Community of users and developers 
• Support each other 
• Example: Collaboration during release 
• Healthy 
• Long term viability 
• Example: Participation from range of developers / 
organisations
Copyright and License 
Check a project has obtained the ability to release
Open Source License 
• Source code available under an open source license 
• Any Open Source Initiative approved license is fine with 
us 
• (we are not the license police)
Documentation License 
• Documentation available under an open license 
• When Citation is not enough! 
• Give authors the same ability to “remix” we enjoy as 
developers - really helps when pulling together course 
packs and training material. 
• Example: Creative Commons 
• Tip: Contact Regional OSGeo Chapters for help with 
translation and internationalisation
Sanity Check 
• We ask for a Provenance Review 
• Check source code 
• Check documentation 
• Check data 
• Do you know who gave it to you?
(Small Rant) 
• This is a CHECK not a FIX 
• projects can graduate with known problems 
• we just want your customers to know what they are 
getting 
• If they care they may help/fund fixes!
Contributors 
• Do you know who gave you the code? 
• List contributors: 
• Either as copyright holders; or 
• Ask for a “Code Contribution” agreement 
• This is really handy if you ever have to change 
license! 
• The Foundation can act as a legal entity if required 
• Update: GeoServer OpenPlans --> OSGeo
(Small Rant) 
• If you are using GitHub "Pull Requests": 
• Your project is in danger of "drive buy" commits! 
• Add "guidelines for contributing" to your repository: 
• Shown to contributors when they make a pull request 
• Let them know they are giving you the code :) 
• GeoTools Example CONTRIBUTING.md 
• Changes to one file committed by the person doing the 
review 
• Larger? Email a signed contributors license to OSGeo
Process 
Version control, issue tracker, decisions
Version Control 
• Formally “Configuration Management” 
• Anything will do: subversion, git, CVS 
• Think of the users: If they run across a copy of your 
application from three years ago - will you be able to 
help them? Will they be able to help themselves? 
• Tip:The OSGeo foundation is “relaxed” and asks 
projects to choose the hosting option that best suits 
their community. (Indeed some of our projects have 
migrated to “github”)
Issue Tracker 
• Issue trackers are great for communicating, both 
problems, but also the context (and eventual fix) 
• I know:This is one step up from email 
• OSGeo Foundation can offer “Trac” 
• But our projects are all over the map 
(from codehaus to github) 
• Sounds like Board is de-emphasising hosting
Management 
• Not just “how to build” but also “how decisions are 
made” 
• This is the key point of “open development” where we 
can confidently recommend a project is open to 
participation 
• Public communication channels 
(Email, IRC, meeting with sponsors, breakfast ...) 
• Many of our projects follow a variation of the Apache 
Process (project steering committee and votes of +1, 0 
and -1)
Documentation 
Looking for a basic quickstart 
(and enough for a volunteer to help out)
User Documentation 
• Basic Quickstart 
• Guide new user through performing “core 
functionality” 
• Tip: That was not so bad was it?
Developer Documentation 
• Checkout and build instructions 
• Code documentation 
• Publish API if possible (Javadocs, Sphinx, etc...) 
• Comments!
(Small Rant) 
• Q: How to submit a patch or fix? 
• Q: How to contribute a new feature?
Release 
"Real artists ship" - Steve Jobs
Release Instructions 
• Do you have some instructions on how to release? 
(any automated or manual testing?) 
• Informal: 
• Verify nightly build passed tests and Tag 
• Formal: 
• Code freeze, release candidates, tag in version 
control
Testing Instructions 
• Just tell us what you actually do :-) 
• Automated “Jenkins” build server, with core modules 
at 80% test coverage 
• Make a Release Candidate, and it can still perform the 
quickstart instructions it is “good to go” 
• It it compiles we ship it? (ie user-list testing)
(Small Rant) 
• Q: Can a volunteer follow the instructions to make a 
release? 
• Q: Are you sure? 
• Q: Would you let them upload to the project site?
Community & Collaboration 
OSGeo groups who want to help you
Board 
• Who: The OSGeo Board is responsible for running the 
foundation, they are elected by the Charter Members 
annually. 
• What they want: 
• Project Officer: volunteer contact point 
(Can change officer as needed)
Marketting Committee 
• Who: The Marketting Committee is very active, getting 
information out to the public, helping prep material for 
conferences and taking charge of publicity. 
• What they want: 
• Application Overview (name, logo, etc...) 
• Application Quickstart 
• Graphic Image (screen snap or layer diagram) 
• Recommend: 
• Stable release they can point users at 
(DebianGIS, OSGeo-Live, osgeo4w, website...)
Sys Admin Committee 
• Who: That is “sudo” to you and me, the System Admin 
Committee is responsible for foundation infrastructure. 
• Link on the OSGeo Home Page 
• Optional infrastructure: 
• OSGeo issue tracker 
• OSGeo mailing list 
• OSGeo svn 
• http://downloads.osgeo.org
Other Projects 
• Who: OSGeo projects have graduated - play nice 
together! 
• Some communication and collaboration is expected 
(often around release or data QA issues) 
• Example: PostGIS release procedure checks 
functionality with MapServer and GeoServer 
• Example: MetaCRS "project" is a meeting place to 
discuss location accuracy issues (so the data is 
aligned correctly)
Other Stuff 
• Who: The following groups are around, but have not asked 
anything from the projects yet! 
• Public Geospatial Data Committee 
• Education and Curriculum Committee 
• Website Committee 
• Conference Committee 
• Local Chapters: Chapters have been set up all over the 
world, activities range from talking shop at the pub, 
through to focused code sprints or raising funds for the 
development of specific features.
Incubation Committee
Graduated! 
• Marble Virtual Globe (2012-2013)
Hatching 
• rasdaman (2013-present) 
- code review and checklist good 
- stuck on how to do open development 
- coordinating with mentor 
• pycsw (2013-present) 
- stuck demonstrating devel/user collaboration 
- UPDATE: Good Q&A at FOSS4G AGM and 
CodeSprint 
• OTB (2013-present) 
- status update in March
Busy 
• gvSIG (2007-present) 
- Really close - mentor needed! 
• MetaCRS (2008-present) 
- a bit stuck on how to handle PROJ and friends 
- may need to relax our requirements? 
• Opticks (2012-present) 
• ZOO-Project (2012-present) 
•
Missing 
• TEAM Engine (2012-present) 
- OGC Project very much in the spirit of OSGeo. 
- No communication ... ever 
- UPDATE: Caught up with Luis and Justin at OGC TC 
Calgary
Question and Answer
Q&A 
• Q: How do you know that the download matches the 
source 
A: We don't! 
(The Apache foundation makes a clean room build of 
each release and keeps tight control of downloads. This 
is not very common.) 
A: The code is open for review. 
(GeoServer gets a couple of external security audits a 
year. Sometimes they go away quietly, sometimes we 
get an issue report, sometimes we explain the 
difference between CQL and SQL (Hint CQL is not 
vulnerable to SQL Injection)
Q&A 
• Q: Well how about GeoServer/ 
(does build binary match source) 
A: No direct proof, each build is build on Boundless 
infrastructure, and the log of the build process is public 
and has a public log) 
• Q: Where can I sign up? 
A: There is a form you can fill in and attach to a Trac 
ticket. 
http://www.osgeo.org/incubator/process/application.html 
(I should of put that in the presentation)
Q&A 
• Q: We are pretty close to everything on your list, but we 
are all in Finland. How could we do "open 
development"? 
A: Ask on your email list if anyone wants to join, and 
give them a conference call number. Send meeting 
minuets to your email list after. 
GeoServer meets on Skype, ask to join on IRC, 
meetings posted to email list afterwards
Show some Love 
• OSGeo is a Software Foundation 
• Many of our incubation projects are stuck 
• How can you help?

More Related Content

PDF
Osgeo incubation-2014
PPTX
Guide to open source
PDF
WE16 - Navigating the Seas of Open Source Projects
PDF
The Journey of Apache ManifoldCF: Learning from ASF's Successes
PPT
How to "Hack" the DSpace Community
PPTX
Intro to open source - 101 presentation
PDF
Open Source Lessons from the TODO Group
Osgeo incubation-2014
Guide to open source
WE16 - Navigating the Seas of Open Source Projects
The Journey of Apache ManifoldCF: Learning from ASF's Successes
How to "Hack" the DSpace Community
Intro to open source - 101 presentation
Open Source Lessons from the TODO Group

What's hot (20)

PPTX
Enterprise Social using Open Source Frameworks
PDF
The Apache Way
PPTX
Enterprise Social using Open Source Frameworks (SMWCPH)
PDF
Eclipse e4
ODP
The Apache Way
PPTX
Contributing to Open Source Software
PDF
LCA14: LCA14-110: FLOSS Training
PDF
Open Source at the Apache Software Foundation
PPTX
Get A Head on Your Repository
PDF
Introducing the ASF at Microsoft Build 2020 - Italian Dev Community
PPTX
Embracing OSS in the enterprise
PDF
Create great cncf user base from lessons learned from other open source com...
PPTX
Product Development in the Age of Cloud Native
PPTX
Managing a large open source community - OSCON 2016
PDF
The "Run Anywhere" Mindset
PDF
DSpace RoadMap 2011
PDF
The bright future of SUSE and openSUSE
ODP
The apacheway
KEY
Open Source Compliance at Twitter
PDF
Letters from the open source trenches - Postgres community
Enterprise Social using Open Source Frameworks
The Apache Way
Enterprise Social using Open Source Frameworks (SMWCPH)
Eclipse e4
The Apache Way
Contributing to Open Source Software
LCA14: LCA14-110: FLOSS Training
Open Source at the Apache Software Foundation
Get A Head on Your Repository
Introducing the ASF at Microsoft Build 2020 - Italian Dev Community
Embracing OSS in the enterprise
Create great cncf user base from lessons learned from other open source com...
Product Development in the Age of Cloud Native
Managing a large open source community - OSCON 2016
The "Run Anywhere" Mindset
DSpace RoadMap 2011
The bright future of SUSE and openSUSE
The apacheway
Open Source Compliance at Twitter
Letters from the open source trenches - Postgres community
Ad

Viewers also liked (9)

PDF
LocationTech Projects
PDF
OSGeo Incubation 2013
PDF
OSGeo Aus-Nz
PPTX
GeoServer Feature Frenzy
PDF
Advanced GeoServer Security with GeoFence
PDF
State of GeoServer 2013 (FOSS4G)
PDF
GeoServer an introduction for beginners
PDF
GeoServer on steroids
PDF
Geographic scripting in uDig
LocationTech Projects
OSGeo Incubation 2013
OSGeo Aus-Nz
GeoServer Feature Frenzy
Advanced GeoServer Security with GeoFence
State of GeoServer 2013 (FOSS4G)
GeoServer an introduction for beginners
GeoServer on steroids
Geographic scripting in uDig
Ad

Similar to OSGeo Incubation 2014 (20)

PDF
Foundation Comparison
PDF
Foundation Comparison
PPTX
Oscon 2016: open source lessons from the todo group
PDF
Open Source: What is It?
PPTX
How to get started in Open Source!
PPTX
contributing to open source in just about any skill
PPTX
Techorama 2022 - Adventures of building Promitor, an open-source product
PDF
Let's talk FOSS!
PDF
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
PDF
Apache: Code, Community and Open Source
PDF
Michael Widenius
ODP
The OSGeo Foundation: Professionally Leveraging Open Source Geospatial
PDF
Créer une communauté open source: pourquoi ? comment ?
PDF
The Apache Way: A Proven Way Toward Success
PPTX
Open Source Product Management
PDF
Open Source as a Viable Business Model
PPTX
Git1.pptx
KEY
What is open source?
PDF
The Open Source Way - @JBCNConf Closing Keynote 2016
PPTX
Open Source is hard, we are here to help!
Foundation Comparison
Foundation Comparison
Oscon 2016: open source lessons from the todo group
Open Source: What is It?
How to get started in Open Source!
contributing to open source in just about any skill
Techorama 2022 - Adventures of building Promitor, an open-source product
Let's talk FOSS!
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
Apache: Code, Community and Open Source
Michael Widenius
The OSGeo Foundation: Professionally Leveraging Open Source Geospatial
Créer une communauté open source: pourquoi ? comment ?
The Apache Way: A Proven Way Toward Success
Open Source Product Management
Open Source as a Viable Business Model
Git1.pptx
What is open source?
The Open Source Way - @JBCNConf Closing Keynote 2016
Open Source is hard, we are here to help!

More from Jody Garnett (20)

PDF
GeoServer Orientation
PDF
Open Source Practice and Passion at OSGeo
PPTX
Introduction to OSGeo
PDF
Open Source Procurement
PDF
Java Image Processing for Geospatial Community
PDF
State of JTS 2018
PPTX
Open Source Practice and Passion at OSGeo
PDF
GeoServer Developers Workshop
PDF
GeoServer Ecosystem 2018
PDF
State of GeoServer 2.14
PDF
OSGeo AGM 2018
PPTX
Working with the OSGeo Community
PDF
State of GeoServer 2.13
PDF
Open Data and Open Software Geospatial Applications
PDF
Map box styles in GeoServer and OpenLayers
PDF
Quick and easy web maps
PDF
State of GeoGig
PDF
State of JTS 2017
PDF
OSGeo AGM 2017
PDF
Incubation Orientation
GeoServer Orientation
Open Source Practice and Passion at OSGeo
Introduction to OSGeo
Open Source Procurement
Java Image Processing for Geospatial Community
State of JTS 2018
Open Source Practice and Passion at OSGeo
GeoServer Developers Workshop
GeoServer Ecosystem 2018
State of GeoServer 2.14
OSGeo AGM 2018
Working with the OSGeo Community
State of GeoServer 2.13
Open Data and Open Software Geospatial Applications
Map box styles in GeoServer and OpenLayers
Quick and easy web maps
State of GeoGig
State of JTS 2017
OSGeo AGM 2017
Incubation Orientation

Recently uploaded (20)

PDF
infoteam HELLAS company profile 2025 presentation
PDF
Mobile App Backend Development with WordPress REST API: The Complete eBook
PDF
Ragic Data Security Overview: Certifications, Compliance, and Network Safegua...
PDF
Multiverse AI Review 2025_ The Ultimate All-in-One AI Platform.pdf
PPTX
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
PPTX
Comprehensive Guide to Digital Image Processing Concepts and Applications
PPTX
Swiggy API Scraping A Comprehensive Guide on Data Sets and Applications.pptx
PDF
Building an Inclusive Web Accessibility Made Simple with Accessibility Analyzer
PDF
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
PDF
solman-7.0-ehp1-sp21-incident-management
PPT
3.Software Design for software engineering
PDF
Engineering Document Management System (EDMS)
PPTX
Chapter 1 - Transaction Processing and Mgt.pptx
PPTX
Streamlining Project Management in the AV Industry with D-Tools for Zoho CRM ...
PPTX
HackYourBrain__UtrechtJUG__11092025.pptx
PPTX
ROI from Efficient Content & Campaign Management in the Digital Media Industry
PPTX
Chapter_05_System Modeling for software engineering
PPTX
Presentation - Summer Internship at Samatrix.io_template_2.pptx
PPTX
Human-Computer Interaction for Lecture 1
PPTX
UNIT II: Software design, software .pptx
infoteam HELLAS company profile 2025 presentation
Mobile App Backend Development with WordPress REST API: The Complete eBook
Ragic Data Security Overview: Certifications, Compliance, and Network Safegua...
Multiverse AI Review 2025_ The Ultimate All-in-One AI Platform.pdf
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
Comprehensive Guide to Digital Image Processing Concepts and Applications
Swiggy API Scraping A Comprehensive Guide on Data Sets and Applications.pptx
Building an Inclusive Web Accessibility Made Simple with Accessibility Analyzer
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
solman-7.0-ehp1-sp21-incident-management
3.Software Design for software engineering
Engineering Document Management System (EDMS)
Chapter 1 - Transaction Processing and Mgt.pptx
Streamlining Project Management in the AV Industry with D-Tools for Zoho CRM ...
HackYourBrain__UtrechtJUG__11092025.pptx
ROI from Efficient Content & Campaign Management in the Digital Media Industry
Chapter_05_System Modeling for software engineering
Presentation - Summer Internship at Samatrix.io_template_2.pptx
Human-Computer Interaction for Lecture 1
UNIT II: Software design, software .pptx

OSGeo Incubation 2014

  • 1. OSGeo Incubation Putting the Software in our Foundation
  • 2. Welcome • Jody Garnett • Senior Software Engineer • Boundless • @jodygarnett • how2map.com • Projects: • GeoTools • GeoServer • uDig • OSGeo • Incubation Chair • GeoTools Officer • Eclipse Foundation • LocationTech PSC • Technology Project
  • 3. TLDR • Incubation: the welcome wagon for projects entering OSGeo 1. Published as Open Source 2. Check where the code came from 3. Project willing to accept new people • We have a slightly longer checklist we are quite proud of! • http://www.osgeo.org/incubator/process/project_gradu ation_checklist.html
  • 4. Programming in Public How to be safe (and not be embarrassing)
  • 5. This is About Public Safety • If you are programming in public please play safely: • Safe for you • Safe for users of your software
  • 6. Open Source Geospatial Foundation We are here to help and we are not alone!
  • 7. OSGeo Open Source Geospatial Foundation Mission: To support the collaborative development of open source geospatial software, and promote its widespread use. • Non-Profit, Vendor Neutral • International • Open Education, Open Data
  • 8. Are you Lonely? • OSGeo Foundation offers • A community of your peers • People who understand you! • Great cross project code sprints • Assistance in building community • Marketting to help you find users • Incubation can help with Open Development
  • 9. Are you threatened? • Foundations offer some safety • Incubation review to check your code is in the clear • OSGeo has healthy body of prior art • An area where we collaborate with other foundations: • Our focus is on fostering spatial software and promoting use • We are not a strict “IP” machine
  • 10. Are you confused? • OSGeo has a range of mapping experts • Helpful, engaging and educational • Great for collaboration on tough problems • Do the mapping experts make you more confused? • Wide range of developers can help translate “expert” advice • If you are confused • how do you know you are confused?
  • 11. Are you Broke • OSGeo participation is free • Sign up to an email list or committee and get involved • Charter members are nominated yearly • Board members are voted on by Charter members
  • 13. Want to get back to coding? • Perfect - Foundations are here to help with everything else • Lonely: Community • Threatened: Protection • Confused: Experts available (and developers to translate) • Broke: OSGeo Participation is free • Funded: Through Sponsorship
  • 14. We are not alone • Eclipse Foundation • LocationTech Working Group • locationtech.org • Apache Foundation • Spatial Information System • sis.apache.org
  • 15. Do I have to Choose? • The OSGeo Foundation does not limit your options • Our mandate is to help and promote • OSGeo does not need control of the code • Indeed we often work with other foundations • As we do not want to be experts on license, trademarks, intellectual property, etc..
  • 17. Users! • What “OSGeo Project” means for you: • It is actually open source! • There is documentation • Open to your involvement and participation • Code ownership has been checked (so it is unlikely to be pulled suddenly) • Project has a measure of legal protection (unlikely to be pushed under)
  • 18. Developers! • “Community” - join your map making peers! • Marketting: OSGeo badge / branding / OSGeo Live DVD • Infrastructure: hosting, mailing lists, version control, etc.. • Collaboration: Education, Open Data, Standards, Code Sprint • Other: Shelter, Communication, Outreach • Tip: OSGeo Foundation has a mandate to promote open source spatial (even before your project joins)
  • 19. Foundation! • Mandate - to promote open source spatial • Additional capabilities for open source mapping • Additional prior art (safety in numbers) • Communication • Projects provide an “officer” as contact person • Project name, branding, license, details are quickly available
  • 20. Open Project has open, active and healthy user and developer community
  • 21. Open and Public • Open Source License • Anything approved by the Open Source Initiative • Open communication channels • Email, Issue Tracker, Conference Call (with minuets) • Open decision making process • Example Project Steering Committee • (Not a "dictatorship" of one)
  • 22. (Small Rant) • You do not have to form a steering committee! • as long as what you are doing welcomes new participants we are cool
  • 23. Community • Active • Community of users and developers • Support each other • Example: Collaboration during release • Healthy • Long term viability • Example: Participation from range of developers / organisations
  • 24. Copyright and License Check a project has obtained the ability to release
  • 25. Open Source License • Source code available under an open source license • Any Open Source Initiative approved license is fine with us • (we are not the license police)
  • 26. Documentation License • Documentation available under an open license • When Citation is not enough! • Give authors the same ability to “remix” we enjoy as developers - really helps when pulling together course packs and training material. • Example: Creative Commons • Tip: Contact Regional OSGeo Chapters for help with translation and internationalisation
  • 27. Sanity Check • We ask for a Provenance Review • Check source code • Check documentation • Check data • Do you know who gave it to you?
  • 28. (Small Rant) • This is a CHECK not a FIX • projects can graduate with known problems • we just want your customers to know what they are getting • If they care they may help/fund fixes!
  • 29. Contributors • Do you know who gave you the code? • List contributors: • Either as copyright holders; or • Ask for a “Code Contribution” agreement • This is really handy if you ever have to change license! • The Foundation can act as a legal entity if required • Update: GeoServer OpenPlans --> OSGeo
  • 30. (Small Rant) • If you are using GitHub "Pull Requests": • Your project is in danger of "drive buy" commits! • Add "guidelines for contributing" to your repository: • Shown to contributors when they make a pull request • Let them know they are giving you the code :) • GeoTools Example CONTRIBUTING.md • Changes to one file committed by the person doing the review • Larger? Email a signed contributors license to OSGeo
  • 31. Process Version control, issue tracker, decisions
  • 32. Version Control • Formally “Configuration Management” • Anything will do: subversion, git, CVS • Think of the users: If they run across a copy of your application from three years ago - will you be able to help them? Will they be able to help themselves? • Tip:The OSGeo foundation is “relaxed” and asks projects to choose the hosting option that best suits their community. (Indeed some of our projects have migrated to “github”)
  • 33. Issue Tracker • Issue trackers are great for communicating, both problems, but also the context (and eventual fix) • I know:This is one step up from email • OSGeo Foundation can offer “Trac” • But our projects are all over the map (from codehaus to github) • Sounds like Board is de-emphasising hosting
  • 34. Management • Not just “how to build” but also “how decisions are made” • This is the key point of “open development” where we can confidently recommend a project is open to participation • Public communication channels (Email, IRC, meeting with sponsors, breakfast ...) • Many of our projects follow a variation of the Apache Process (project steering committee and votes of +1, 0 and -1)
  • 35. Documentation Looking for a basic quickstart (and enough for a volunteer to help out)
  • 36. User Documentation • Basic Quickstart • Guide new user through performing “core functionality” • Tip: That was not so bad was it?
  • 37. Developer Documentation • Checkout and build instructions • Code documentation • Publish API if possible (Javadocs, Sphinx, etc...) • Comments!
  • 38. (Small Rant) • Q: How to submit a patch or fix? • Q: How to contribute a new feature?
  • 39. Release "Real artists ship" - Steve Jobs
  • 40. Release Instructions • Do you have some instructions on how to release? (any automated or manual testing?) • Informal: • Verify nightly build passed tests and Tag • Formal: • Code freeze, release candidates, tag in version control
  • 41. Testing Instructions • Just tell us what you actually do :-) • Automated “Jenkins” build server, with core modules at 80% test coverage • Make a Release Candidate, and it can still perform the quickstart instructions it is “good to go” • It it compiles we ship it? (ie user-list testing)
  • 42. (Small Rant) • Q: Can a volunteer follow the instructions to make a release? • Q: Are you sure? • Q: Would you let them upload to the project site?
  • 43. Community & Collaboration OSGeo groups who want to help you
  • 44. Board • Who: The OSGeo Board is responsible for running the foundation, they are elected by the Charter Members annually. • What they want: • Project Officer: volunteer contact point (Can change officer as needed)
  • 45. Marketting Committee • Who: The Marketting Committee is very active, getting information out to the public, helping prep material for conferences and taking charge of publicity. • What they want: • Application Overview (name, logo, etc...) • Application Quickstart • Graphic Image (screen snap or layer diagram) • Recommend: • Stable release they can point users at (DebianGIS, OSGeo-Live, osgeo4w, website...)
  • 46. Sys Admin Committee • Who: That is “sudo” to you and me, the System Admin Committee is responsible for foundation infrastructure. • Link on the OSGeo Home Page • Optional infrastructure: • OSGeo issue tracker • OSGeo mailing list • OSGeo svn • http://downloads.osgeo.org
  • 47. Other Projects • Who: OSGeo projects have graduated - play nice together! • Some communication and collaboration is expected (often around release or data QA issues) • Example: PostGIS release procedure checks functionality with MapServer and GeoServer • Example: MetaCRS "project" is a meeting place to discuss location accuracy issues (so the data is aligned correctly)
  • 48. Other Stuff • Who: The following groups are around, but have not asked anything from the projects yet! • Public Geospatial Data Committee • Education and Curriculum Committee • Website Committee • Conference Committee • Local Chapters: Chapters have been set up all over the world, activities range from talking shop at the pub, through to focused code sprints or raising funds for the development of specific features.
  • 50. Graduated! • Marble Virtual Globe (2012-2013)
  • 51. Hatching • rasdaman (2013-present) - code review and checklist good - stuck on how to do open development - coordinating with mentor • pycsw (2013-present) - stuck demonstrating devel/user collaboration - UPDATE: Good Q&A at FOSS4G AGM and CodeSprint • OTB (2013-present) - status update in March
  • 52. Busy • gvSIG (2007-present) - Really close - mentor needed! • MetaCRS (2008-present) - a bit stuck on how to handle PROJ and friends - may need to relax our requirements? • Opticks (2012-present) • ZOO-Project (2012-present) •
  • 53. Missing • TEAM Engine (2012-present) - OGC Project very much in the spirit of OSGeo. - No communication ... ever - UPDATE: Caught up with Luis and Justin at OGC TC Calgary
  • 55. Q&A • Q: How do you know that the download matches the source A: We don't! (The Apache foundation makes a clean room build of each release and keeps tight control of downloads. This is not very common.) A: The code is open for review. (GeoServer gets a couple of external security audits a year. Sometimes they go away quietly, sometimes we get an issue report, sometimes we explain the difference between CQL and SQL (Hint CQL is not vulnerable to SQL Injection)
  • 56. Q&A • Q: Well how about GeoServer/ (does build binary match source) A: No direct proof, each build is build on Boundless infrastructure, and the log of the build process is public and has a public log) • Q: Where can I sign up? A: There is a form you can fill in and attach to a Trac ticket. http://www.osgeo.org/incubator/process/application.html (I should of put that in the presentation)
  • 57. Q&A • Q: We are pretty close to everything on your list, but we are all in Finland. How could we do "open development"? A: Ask on your email list if anyone wants to join, and give them a conference call number. Send meeting minuets to your email list after. GeoServer meets on Skype, ask to join on IRC, meetings posted to email list afterwards
  • 58. Show some Love • OSGeo is a Software Foundation • Many of our incubation projects are stuck • How can you help?

Editor's Notes

  • #2: The Open Source Geospatial Foundation does much more than hold FOSS4G each year. This talk will look into what makes OSGeo a software foundation. What software foundations have to offer members, software projects and developers. This talk is structured around the “incubation” process by which new software projects join the OSGeo. If you are new to open source take this is a great chance to see how OSGeo evaluates software projects and how these checks protect you! For managers it is especially important to understand the risks associated with the use of open source. Understand what assurances OSGeo incubation offers, how to double check the results, and what factors are left for your own risk assessment. If you are a developer considering getting involved in OSGeo this is great talk to learn what is involved, how much work it will be, and how you can start! Come see what makes OSGeo more than a user group!
  • #5: Alternate Title Slide :)