<?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=Jayenashar</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=Jayenashar"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Jayenashar"/>
	<updated>2026-04-12T19:59:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SAC_Service_Status&amp;diff=126441</id>
		<title>SAC Service Status</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=SAC_Service_Status&amp;diff=126441"/>
		<updated>2021-04-06T23:32:35Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: /* osgeo4 */ move user from command line to config&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Infrastructure of OSGeo System Administration Committee ([[SAC]])&lt;br /&gt;
&lt;br /&gt;
For emergency plans see: [[SAC:Admin and Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Servers at OSL =&lt;br /&gt;
[[OSL | Open Source Labs]] - 4 physical machines containing ''x'' virtual machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Logging into Physical Machines ==&lt;br /&gt;
&lt;br /&gt;
Currently we have osgeo6 and backup.osgeo.osuosl.org that are physical machines under LDAP control.&lt;br /&gt;
&lt;br /&gt;
Note this does not apply to osgeo3, osgeo4, osgeo7 lxd hosts.  Refer to those sections for instructions on logging in.&lt;br /&gt;
If hanging, see [[OSL]] for how to open a ticket with OSUOSL's support.&lt;br /&gt;
&lt;br /&gt;
All [[SAC#Members|SAC administrators]] have LDAP auth to the OSL Machines. &lt;br /&gt;
&lt;br /&gt;
To ssh into a server using your LDAP account, you can do the following replacing '''your_osgeo_login''' with your OSGeo login and '''vmname''' with the vm name of the server at OSL.&lt;br /&gt;
&lt;br /&gt;
  ssh '''your_osgeo_login'''@'''vmname'''.osgeo.osuosl.org&lt;br /&gt;
&lt;br /&gt;
When prompted for password, use your OSGeo Login password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[SAC:Primary Administrators]] also have ssh key access in case LDAP is down and that will also apply to the physical machines. Worst case scenario use the information on [[OSL | Open Source Labs]] to file a ticket (SAC members only). Direct connection to virtual machines is by appending it's vm alias to .osgeo.osuosl.org.&lt;br /&gt;
&lt;br /&gt;
== Logging into LXD Hosts ==&lt;br /&gt;
&lt;br /&gt;
OSGeo3, OSGeo4, and OSGeo7 are all Ubuntu 18.04 servers running LXD.  Note that OSGeo3, OSGeo4, and OSGeo7 are all LXD Hosts running (at this moment all LXC containers).&lt;br /&gt;
These instructions therefore apply to OSGeo3, OSGeo4, and OSGeo7 Hosts.&lt;br /&gt;
LXD is a management system for LXC containers and QEMU VMS. LXD has a [https://www.youtube.com/channel/UCuP6xPt0WTeZu32CkQPpbvA channel] that covers its features. &lt;br /&gt;
&lt;br /&gt;
To directly access the host, you go thru port 2222&lt;br /&gt;
&lt;br /&gt;
   ssh tech_dev@''server_name''.osgeo.osuosl.org -p 2222&lt;br /&gt;
&lt;br /&gt;
Only [[SAC:Primary Administrators]] have their ssh key installed under that account.  In order to access via KVM of these in event servers do not come up on a reboot, you need to go thru OSU OSL VPN -- details in osgeo7-secure container for each.&lt;br /&gt;
&lt;br /&gt;
== Logging into LXD Containers and VMs ==&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your ~/.ssh/config to easily login to osgeo's LXD hosted containers and vms is the following:&lt;br /&gt;
&lt;br /&gt;
   Host osgeo*-*&lt;br /&gt;
     ProxyCommand ssh hop.$(sed -e &amp;quot;s/-.*//&amp;quot; &amp;lt;&amp;lt;&amp;lt; &amp;quot;%h&amp;quot;).osgeo.org -W $(sed -e &amp;quot;s/^osgeo[^-*]-//;s/$/.lxd/&amp;quot; &amp;lt;&amp;lt;&amp;lt; &amp;quot;%h&amp;quot;):%p&lt;br /&gt;
     # this is only needed if you you use different private keys for different servers&lt;br /&gt;
     IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then you'll be able to access a LXC Container or QEMU VM on machine `osgeo3` with:&lt;br /&gt;
&lt;br /&gt;
   ssh osgeo3-matrix&lt;br /&gt;
&lt;br /&gt;
And one on machine `osgeo7` with:&lt;br /&gt;
&lt;br /&gt;
   ssh osgeo7-secure&lt;br /&gt;
&lt;br /&gt;
Note you still need to know where each LXC host is hosted... See successiv section sto know what's on which machine.&lt;br /&gt;
&lt;br /&gt;
== osgeo 7 ==&lt;br /&gt;
&lt;br /&gt;
Server added June 2018. Intended to replace osgeo3 and old osgeo4 (before reformat).&lt;br /&gt;
[[osgeo7|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo7/wiki/_pages Container setup of all the osgeo7 servers is located in https://git.osgeo.org/gitea/sac/osgeo7/wiki/_pages] &lt;br /&gt;
&lt;br /&gt;
Running LXD 3 snap based container management -- LXD version 3.17 as of 2019-09-15&lt;br /&gt;
&lt;br /&gt;
=== Accessing osgeo7 containers via ssh ===&lt;br /&gt;
&lt;br /&gt;
Only the download.osgeo.org is directly exposed ssh via port 22.  To access the other containers, you can tunnel thru &lt;br /&gt;
download.osgeo.org -- You will need an ssh key on download already to do so.  If you do not already have a key installed, put in a [https://trac.osgeo.org/osgeo/newticket SAC Ticket Request]&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your own `.ssh/config` file follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Host osgeo7-*&lt;br /&gt;
   ProxyCommand ssh your_osgeo_id@hop.osgeo7.osgeo.org -W $(sed -e &amp;quot;s/^osgeo7-//;s/$/.lxd/&amp;quot; &amp;lt;&amp;lt;&amp;lt; &amp;quot;%h&amp;quot;):%p&lt;br /&gt;
   IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&lt;br /&gt;
&lt;br /&gt;
With the above in place, you can connect to any container using:&lt;br /&gt;
&lt;br /&gt;
  ssh your_id@osgeo7-&amp;lt;container_name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Troubleshooting:''' In case of &amp;quot;Permission denied (publickey).&amp;quot; after an update to a modern openSSH version, it might well be that your ssh key (RSH key) is disabled in your client in favour of more modern cyphers.&lt;br /&gt;
&lt;br /&gt;
Ugly workaround: add one line `PubkeyAcceptedKeyTypes ...` in `.ssh/config`, to re-enable RSA keys for now (consider to generate a new key):&lt;br /&gt;
&lt;br /&gt;
  vim .ssh/config&lt;br /&gt;
  ...&lt;br /&gt;
  Host *&lt;br /&gt;
     ...&lt;br /&gt;
     PubkeyAcceptedKeyTypes +ssh-rsa&lt;br /&gt;
&lt;br /&gt;
... but better read e.g. [https://dev.to/bowmanjd/upgrade-ssh-client-keys-and-remote-servers-after-fedora-33-s-new-crypto-policy-47ag here]!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Services currently on:'''&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
'''Container Name:''' download&lt;br /&gt;
&lt;br /&gt;
Houses: https://download.osgeo.org, https://bottle.download.osgeo.org download sites&lt;br /&gt;
'''Moved 5/5/2019 from osgeo3''' &lt;br /&gt;
https://download.osgeo.org Setup detailed in [https://git.osgeo.org/gitea/sac/osgeo7/wiki/Download-Container OSGeo7 Download container] &lt;br /&gt;
&lt;br /&gt;
This is new home of download.osgeo.org, it's a debian 9 container (now locked down to only allow ssh key access / ldap auth) for ssh.  It is running nginx instead of apache that the old ran. It has webdav with single local htaccess account geotools for geotools bot use.&lt;br /&gt;
&lt;br /&gt;
In order to be able to log in or sftp &lt;br /&gt;
&lt;br /&gt;
* You must be a member of the OSGeo shell group which can be granted from another person in shell group - [https://id.osgeo.org/ldap/shell Shell]&lt;br /&gt;
* Once you are in shell group, go to https://id.osgeo.org/ldap/edit and put in your public key.&lt;br /&gt;
&lt;br /&gt;
You should then be able to log into download with your private key.&lt;br /&gt;
&lt;br /&gt;
You can put in a [https://trac.osgeo.org/osgeo/newticket ticket] to request such access.&lt;br /&gt;
&lt;br /&gt;
=== WWW ===&lt;br /&gt;
'''Container Name:''' wordpress&lt;br /&gt;
&lt;br /&gt;
Houses: https://www.osgeo.org, https://2018.foss4g.org, https://2020.europe.foss4g.org websites&lt;br /&gt;
&lt;br /&gt;
'''Moved 2019-09-03 from web18a.osgeo.osuosl.org to osgeo7 wordpress container'''&lt;br /&gt;
&lt;br /&gt;
Note this is a replica of web18a VM server provided by OSUOSL&lt;br /&gt;
&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo7/wiki/wordpress-container Setup details of wordpress container]&lt;br /&gt;
&lt;br /&gt;
=== Secure (LDAP ) ldap.osgeo.org ===&lt;br /&gt;
'''Container Name:''' secure&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo7/wiki/secure-container secure] -- ldap.osgeo.org [[SAC:LDAP]] used for ldap service (a rebuild of old secure.osgeo.osuosl.org) now on Debian 9&lt;br /&gt;
&lt;br /&gt;
=== TracSVN (trac, svn, git) ===&lt;br /&gt;
This used to be housed on osgeo3 in VM TracSVN VM, and was moved 2019-10-12 to osgeo7 as tracsvn container.&lt;br /&gt;
* See [[TracSVN]] for full details, and some notes on services running here&lt;br /&gt;
&lt;br /&gt;
'''Container Name:''' tracsvn&lt;br /&gt;
&lt;br /&gt;
See [[TracSVN]] for info about what it contains (spoiler: trac, svn, gitea)&lt;br /&gt;
&lt;br /&gt;
=== old-wiki (stopped) ===&lt;br /&gt;
This used to be housed on osgeo3, and was moved 2019-09-14 to osgeo7 as old-wiki container.&lt;br /&gt;
wiki.osgeo.org moved back to osgeo3 on 2020-05-22 and in wiki container. The wiki container is a complete rebuild with files and database restored and upgraded &lt;br /&gt;
&lt;br /&gt;
'''Container Name:''' old-wiki&lt;br /&gt;
&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo7/wiki/old-wiki-container old wiki container] -- used for wiki service (it is an lxd2pc created image of wiki.osgeo.osuosl.org VM that was on osgeo3)&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
=== Nextcloud nextcloud.osgeo.org ===&lt;br /&gt;
'''Container Name:''' nextcloud-ubuntu,  collabora (for document/view/editing)&lt;br /&gt;
&lt;br /&gt;
Nextcloud - Ubuntu 18.04 LXD/nginx/postgresql 11 container for document sharing similar to dropbox/google drive - nextcloud-ubuntu.lxd - https://nextcloud.osgeo.org [https://git.osgeo.org/gitea/sac/osgeo7/wiki/Nextcloud-Ubuntu-Setup Nextcloud Setup]&lt;br /&gt;
&lt;br /&gt;
Collabora - Ubuntu 18.04 LXD container for  LibreOffice/MS Office online document editor currently used exclusively by nextcloud.osgeo.org.  Setup detailed in Nextcloud setup.&lt;br /&gt;
&lt;br /&gt;
=== GRASS GIS server ===&lt;br /&gt;
'''Container Name:''' grass&lt;br /&gt;
&lt;br /&gt;
Current DNS name: grass.osgeo.org (old CMS retired in 2020 to old.grass.osgeo.org, on osgeo6)&lt;br /&gt;
&lt;br /&gt;
Debian 10 Buster&lt;br /&gt;
&lt;br /&gt;
Web: Apache + Hugo (generated through cronjob from https://github.com/OSGeo/grass-website/), see https://github.com/OSGeo/grass-addons/tree/master/tools/cronjobs_osgeo_lxd&lt;br /&gt;
&lt;br /&gt;
ssh: reachable via jumphost.&lt;br /&gt;
&lt;br /&gt;
=== NGINX proxy  ===&lt;br /&gt;
'''Container Name:''' nginx&lt;br /&gt;
&lt;br /&gt;
Proxy that routes all http/https traffick for the other containers (can be accessed via osgeo7 host lxc or ubuntu@osgeo7-nginx if your key is installed on ubuntu user).&lt;br /&gt;
The nginx container holds the letsencrypt https SSL certs for all the containers and handles the renewal of the letsencrypt certs using certbot renew cronjob.&lt;br /&gt;
Prometheus server to collect all monitoring logs from OSGeo7 (only accessible by OSGeo3), these get queried via monitor.osgeo.org (running on osgeo3) via grafana server.&lt;br /&gt;
&lt;br /&gt;
=== Dronie Server dronie.osgeo.org ===&lt;br /&gt;
'''Container Name:''' dronie-server&lt;br /&gt;
*  1.0 server of drone.io runs in an LXD container details [[Dronie]] https://dronie.osgeo.org&lt;br /&gt;
&lt;br /&gt;
=== Old Projects ===&lt;br /&gt;
'''Container Name:''' old-projects&lt;br /&gt;
&lt;br /&gt;
-- this is the old projects.osgeo.osuosl.org migrated from osgeo4 as an lxd container, so more or less the same as it was before, with the exception that all the websites are now proxied thru the nginx container.  Websites like on it are community-review.foss4g.org and spatialreference.org&lt;br /&gt;
&lt;br /&gt;
To access you need to go thru download.osgeo.org -&amp;gt; old-projects&lt;br /&gt;
&lt;br /&gt;
=== Adhoc ===&lt;br /&gt;
'''Container Name:''' old-adhoc&lt;br /&gt;
&lt;br /&gt;
[[AdhocVM|old-adhoc]] -- this is the old adhoc.osgeo.osuosl.org migrated 2019-05-08 from osgeo4 as an lxd container.  Used by osgeo-live for there test docs and by grass for earthquake, and mapserver for demo&lt;br /&gt;
&lt;br /&gt;
To access via ssh you should go thru download.osgeo.org -&amp;gt; old-adhoc.lxd&lt;br /&gt;
It is accessible via https://adhoc.osgeo.org and http://adhoc.osgeo.osuosl.org&lt;br /&gt;
&lt;br /&gt;
* VM used for projects for various adhoc purposes.  Risks to system stability that would be unacceptable on the Projects VM may be ok here. &lt;br /&gt;
* See [[AdhocVM]] for full details, and some notes on services running here.&lt;br /&gt;
* eg http://adhoc.osgeo.osuosl.org/livedvd/docs/en/quickstart/&lt;br /&gt;
&lt;br /&gt;
=== Old Web ===&lt;br /&gt;
'''Container Name''': old-web --- the old web.osgeo.osuosl.org (was on osgeo3) currently housing https://id.osgeo.org/ for LDAP management. &lt;br /&gt;
* old.www.osgeo.org, osgeo.org&lt;br /&gt;
* id.osgeo.org&lt;br /&gt;
* mapguide.osgeo.org&lt;br /&gt;
&lt;br /&gt;
=== Old WebExtra ===&lt;br /&gt;
&lt;br /&gt;
'''Container Name:'''  old-webextra&lt;br /&gt;
This is a replica of webextra.osgeo.osuosl.org that was hosted on osgeo3&lt;br /&gt;
&lt;br /&gt;
Started move on November 29th 2019 and completed December 8th, 2019&lt;br /&gt;
* foss4g.org&lt;br /&gt;
* europe.foss4g.org&lt;br /&gt;
* planet.osgeo.org&lt;br /&gt;
* various old foss4g.org years&lt;br /&gt;
* live.osgeo.org&lt;br /&gt;
* journal.osgeo.org (not sure what this is for, should be retired?)&lt;br /&gt;
&lt;br /&gt;
=== pycsw ===&lt;br /&gt;
'''Container Name:''' pycsw &lt;br /&gt;
&lt;br /&gt;
* https://demo.pycsw.org&lt;br /&gt;
* '''OGC CSW Reference Implementation and Server demo'''&lt;br /&gt;
* deployment setup at https://github.com/geopython/demo.pycsw.org&lt;br /&gt;
* running hourly teardown/setup cron via docker-compose&lt;br /&gt;
* migrated from [[AdhocVM#Existing_services_hosted_on_the_Ad-hoc_VM:|Adhoc VM]] thanks to [https://trac.osgeo.org/osgeo/ticket/2452 SAC] (May 2020)&lt;br /&gt;
&lt;br /&gt;
=== demo.mapserver.org ===&lt;br /&gt;
'''Container Name:''' mapserver&lt;br /&gt;
&lt;br /&gt;
* https://staging.demo.mapserver.org&lt;br /&gt;
* host of many services for the MapServer community: see https://wiki.osgeo.org/wiki/MapServer_at_osgeo7&lt;br /&gt;
* migrated from [https://wiki.osgeo.org/wiki/MapServer_at_AdhocVM Adhoc VM] thanks to [https://trac.osgeo.org/osgeo/ticket/2459 SAC] + jmckenna (July 2020)&lt;br /&gt;
&lt;br /&gt;
== osgeo6 ==&lt;br /&gt;
&lt;br /&gt;
* Mail&lt;br /&gt;
See [[Osgeo6]] for full details&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Backup (osgeo5) ==&lt;br /&gt;
* Backup now runs on dedicated hardware&lt;br /&gt;
* Provides Rsync backups of download.osgeo.org&lt;br /&gt;
* Provides Bacula backups of various VMs.&lt;br /&gt;
* See [[SAC:Backups]] for details.&lt;br /&gt;
&lt;br /&gt;
== osgeo4 ==&lt;br /&gt;
&lt;br /&gt;
osgeo4 is a real server managed by OSUOSL - can be access via ssh tech_dev@osgeo4.osgeo.osuosl.org -p 2222  (only people with their access keys installed can log in and doesn't allow password access) - password for tech_dev is in the secure container (on osgeo7) / access folder.&lt;br /&gt;
&lt;br /&gt;
In August 2019 the server had new power supply put in and replacement disks.  It was reformatted with Ubuntu 18.04.3 to serve as secondary LXD host to osgeo7&lt;br /&gt;
zfsutils-linux was installed so lxd can use zfs for storage.&lt;br /&gt;
&lt;br /&gt;
=== sshing into osgeo4 containers ===&lt;br /&gt;
Note that all the containers are closed off from direct ssh access except for the hop.osgeo4.osgeo.org.  To access the other containers, you need to hop through hop.&lt;br /&gt;
hop container has port 22 open but requires ssh access so users who’ve been granted rights can hop thru it to other containers using hop.osgeo4.osgeo.org as name.&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your own .ssh/config file follows where your_id could be your osgeo id or a local account on that container&lt;br /&gt;
&lt;br /&gt;
 Host osgeo4-*&lt;br /&gt;
   ProxyCommand ssh your_osgeo_id@hop.osgeo4.osgeo.org -W $(sed -e &amp;quot;s/^osgeo4-//;s/$/.lxd/&amp;quot; &amp;lt;&amp;lt;&amp;lt; &amp;quot;%h&amp;quot;):%p&lt;br /&gt;
   IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&lt;br /&gt;
   User your_id&lt;br /&gt;
&lt;br /&gt;
Then to access say the wordpress-dev container, you'd do the below&lt;br /&gt;
&lt;br /&gt;
 ssh osgeo4-wordpress-dev&lt;br /&gt;
&lt;br /&gt;
=== osgeo4 baremetal features ===&lt;br /&gt;
It's makeup is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Settings&lt;br /&gt;
|-&lt;br /&gt;
| Disks || 6 1.8 TB drives&lt;br /&gt;
|-&lt;br /&gt;
| Memory || 48 GB&lt;br /&gt;
|-&lt;br /&gt;
| CPUs || 8 Intel(R) Xeon(R) CPU E5540  @ 2.53GHz (8192kb cache)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt;lsblk -i&lt;br /&gt;
NAME           MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT&lt;br /&gt;
sda              8:0    0  1.8T  0 disk  &lt;br /&gt;
|-sda1           8:1    0  953M  0 part  &lt;br /&gt;
| `-md0          9:0    0  952M  0 raid1 /boot&lt;br /&gt;
`-sda2           8:2    0 46.6G  0 part  &lt;br /&gt;
  `-md1          9:1    0 46.5G  0 raid1 &lt;br /&gt;
	|-lvm-root 253:0    0 37.3G  0 lvm   /&lt;br /&gt;
	`-lvm-swap 253:1    0  7.5G  0 lvm   [SWAP]&lt;br /&gt;
sdb              8:16   0  1.8T  0 disk  &lt;br /&gt;
|-sdb1           8:17   0  953M  0 part  &lt;br /&gt;
| `-md0          9:0    0  952M  0 raid1 /boot&lt;br /&gt;
`-sdb2           8:18   0 46.6G  0 part  &lt;br /&gt;
  `-md1          9:1    0 46.5G  0 raid1 &lt;br /&gt;
	|-lvm-root 253:0    0 37.3G  0 lvm   /&lt;br /&gt;
	`-lvm-swap 253:1    0  7.5G  0 lvm   [SWAP]&lt;br /&gt;
sdc              8:32   0  1.8T  0 disk  &lt;br /&gt;
sdd              8:48   0  1.8T  0 disk  &lt;br /&gt;
sde              8:64   0  1.8T  0 disk  &lt;br /&gt;
sdf              8:80   0  1.8T  0 disk &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sdc,sdd,sde,sdf  form a zfs osgeo4_lxd partition (sdc,sdd) mirrors sde,sdf for total lxd capacity of 3.62 TB&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nightly backups of osgeo7 containers (secure, nextcloud) will be here and named &amp;lt;container&amp;gt;-backup and be kept in a stopped state.&lt;br /&gt;
&lt;br /&gt;
Services currently on:&lt;br /&gt;
=== hop ===&lt;br /&gt;
'''Container Name:''' hop - this is the only container with direct ssh access via ssh hop.osgeo4.osgeo.org. To get to other containers, you need to hop thru this one. Requires ssh key access&lt;br /&gt;
&lt;br /&gt;
=== osgeo4-nginx ===&lt;br /&gt;
'''Container Name:''' osgeo4-nginx -&amp;gt;&amp;gt; all web traffick from other containers on osgeo4 get proxied thru here&lt;br /&gt;
&lt;br /&gt;
=== old-web-staging  ===&lt;br /&gt;
'''Container Name:''' old-web-staging - used primarily for experimenting with changes to id.osgeo.org (old-web on osgeo7) like testing out OS and software upgrade etc, changes to LDAP forms and registration, before applying to id.osgeo.org. - https://id.staging.osgeo.org&lt;br /&gt;
&lt;br /&gt;
=== wordpress-dev  ===&lt;br /&gt;
'''Container Name:''' wordpress-dev - used primarily for osgeo.org main website development - https://staging.www.osgeo.org, https://dev.www.osgeo.org&lt;br /&gt;
&lt;br /&gt;
=== wiki-dev  ===&lt;br /&gt;
'''Container Name:''' wiki-dev - used primarily for experimenting with changes to wiki.osgeo.org like testing out OS and software upgrade etc before appying to wiki.osgeo.org. - https://dev.wiki.osgeo.org&lt;br /&gt;
&lt;br /&gt;
=== wiki-staging  ===&lt;br /&gt;
'''Container Name:''' wiki-staging - used primarily for upgrade changes to wiki.osgeo.org like testing out OS and software upgrade etc before applying to wiki.osgeo.org. - https://staging.wiki.osgeo.org.  The construction of this container is managed by sac ansible-deployment.&lt;br /&gt;
&lt;br /&gt;
=== tracsvn-dev  ===&lt;br /&gt;
'''Container Name:''' tracsvn-dev - This is a 2019-09-05 lxd2pc image of tracsvn.osgeo.osuosl.org (now on osgeo7 as tracsvn) used primarily for experimenting like testing out OS, git and software upgrade etc before appying to production. -- https://dev.git.osgeo.org, https://dev.tracsvn.osgeo.org&lt;br /&gt;
&lt;br /&gt;
=== dronie-client  ===&lt;br /&gt;
'''Container Name:''' dronie-client - This is a debian 10 machine, with OSGeo LDAP authentication and a drone-agent docker running.  To be used with https://dronie.osgeo.org&lt;br /&gt;
&lt;br /&gt;
=== gallery ===&lt;br /&gt;
'''Container Name:''' gallery - work in progress currently contains lots of pictures of OSGeo events.  Investigating various different applications we can use to serve these - currently under consideration are photophrism and nextcloud (both installed on this server).&lt;br /&gt;
Talk to Brian Hamlin if you want to help out. https://gallery.osgeo.org, https://nextcloud.gallery.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Has the following sites: https://dev.trac.osgeo.org, https://dev.git.osgeo.org/gitea, https://dev.svn.osgeo.org&lt;br /&gt;
&lt;br /&gt;
== osgeo3 ==&lt;br /&gt;
osgeo3 physical server was rebuilt March 2020 with new disks and power supply, as an Ubuntu 18.04 with LXD. It will be used to run production, but moderately risky things. Refer to [[SAC:Old-osgeo3]] for past history before osgeo3 was rebuilt.&lt;br /&gt;
osgeo3 is a hosted by OSUOSL - can be accessed via ssh tech_dev@osgeo3.osgeo.osuosl.org -p 2222  (only people with their access keys installed can log in and doesn't allow password access) - password for tech_dev is in the secure container (on osgeo7) / access folder.&lt;br /&gt;
&lt;br /&gt;
=== sshing into osgeo3 containers ===&lt;br /&gt;
Note that all the containers are closed off from direct ssh access except for the hop.osgeo3.osgeo.org.  To access the other containers, you need to hop through hop.osgeo3.osgeo.org.&lt;br /&gt;
hop container has port 22 open but requires ssh access, you need to be added to shell group and have your ssh keys registered on your profile https://id.osgeo.org/ldap/edit). Users who’ve been granted rights can hop thru it to other containers using hop.osgeo3.osgeo.org as name.  Other containers may or may not allow password access. It's up to the those who manage the internal containers.&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your own .ssh/config file follows&lt;br /&gt;
 # this is only needed if you you use different private keys for different servers&lt;br /&gt;
 Host hop.osgeo3.osgeo.org&lt;br /&gt;
   IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 Host osgeo3-*&lt;br /&gt;
   ProxyCommand ssh '''your_osgeo_id'''@hop.osgeo3.osgeo.org -W $(sed -e &amp;quot;s/^osgeo3-//;s/$/.lxd/&amp;quot; &amp;lt;&amp;lt;&amp;lt; &amp;quot;%h&amp;quot;):%p&lt;br /&gt;
   IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then to access say the nexus container, you'd do the below where your_id could be your osgeo id or a local account on that container&lt;br /&gt;
&lt;br /&gt;
 ssh '''your_id'''@osgeo3-nexus&lt;br /&gt;
&lt;br /&gt;
=== Baremetal setup of osgeo3 ===&lt;br /&gt;
It's makeup is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Settings&lt;br /&gt;
|-&lt;br /&gt;
| Disks || 6 1.8 TB drives&lt;br /&gt;
|-&lt;br /&gt;
| Memory || 48 GB&lt;br /&gt;
|-&lt;br /&gt;
| CPUs || 8 Intel(R) Xeon(R) CPU E5540  @ 2.53GHz (8192kb cache)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt;lsblk -i&lt;br /&gt;
NAME            MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
loop0             7:0    0 91.4M  1 loop /snap/core/8689&lt;br /&gt;
loop1             7:1    0   67M  1 loop /snap/lxd/13901&lt;br /&gt;
sda               8:0    0  1.8T  0 disk&lt;br /&gt;
|-sda1            8:1    0  953M  0 part /boot&lt;br /&gt;
`-sda2            8:2    0  1.8T  0 part&lt;br /&gt;
  |-osgeo3-root 253:0    0  800G  0 lvm  /&lt;br /&gt;
  `-osgeo3-swap 253:1    0   32G  0 lvm  [SWAP]&lt;br /&gt;
sdb               8:16   0  1.8T  0 disk&lt;br /&gt;
|-sdb1            8:17   0  1.8T  0 part&lt;br /&gt;
`-sdb9            8:25   0    8M  0 part&lt;br /&gt;
sdc               8:32   0  1.8T  0 disk&lt;br /&gt;
|-sdc1            8:33   0  1.8T  0 part&lt;br /&gt;
`-sdc9            8:41   0    8M  0 part&lt;br /&gt;
sdd               8:48   0  1.8T  0 disk&lt;br /&gt;
|-sdd1            8:49   0  1.8T  0 part&lt;br /&gt;
`-sdd9            8:57   0    8M  0 part&lt;br /&gt;
sde               8:64   0  1.8T  0 disk&lt;br /&gt;
|-sde1            8:65   0  1.8T  0 part&lt;br /&gt;
`-sde9            8:73   0    8M  0 part&lt;br /&gt;
sr0              11:0    1 1024M  0 rom&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sdb,sdc,sdd,sdd  form a zfs osgeo3_lxd partition (sdb,sdc) mirrors sdd,sdf for total lxd capacity of 3.62 TB&lt;br /&gt;
sda (composed of 2 1.8TB disks) is under hardware RAID1 - root lvm partition is 800GB, 1TB unallocated for future use &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Services currently on:&lt;br /&gt;
=== hop ===&lt;br /&gt;
'''Container Name:''' hop - this is the only container with direct ssh access via ssh hop.osgeo3.osgeo.org. To get to other containers, you need to hop thru this one. Requires ssh key access&lt;br /&gt;
&lt;br /&gt;
=== osgeo3-nginx ===&lt;br /&gt;
'''Container Name:''' nginx proxy all web-traffick via the  (using IP: 140.211.15.6 web-osgeo3.osgeo.osuosl.org), the second ip is not in use, but may be used for a secondary nginx, to temporarily host osgeo7/osgeo4 containers in case of major hardware upgrades &lt;br /&gt;
&lt;br /&gt;
=== nexus (repo.osgeo.org, docker.osgeo.org)  ===&lt;br /&gt;
'''Container Name:''' nexus - see [[SAC:Repo]] this is a debian 10 lxd container running docker 19.  It currently has one docker container running within it called nexus -- exposed as repo.osgeo.org on nginx.&lt;br /&gt;
&lt;br /&gt;
=== dronie-client ===&lt;br /&gt;
'''Container Name:''' dronie-client - this is a debian 10 lxd container running docker. Currently has just one running docker osgeo-drone-agent to serve as a client for dronie-server (dronie.osgeo.org running on osgeo7)  &lt;br /&gt;
&lt;br /&gt;
=== matrix ===&lt;br /&gt;
'''Container Name:''' matrix - debian10 lxd container with ldap/ssh.&lt;br /&gt;
&lt;br /&gt;
See [[SAC:MatrixSynapse]] for full detail.&lt;br /&gt;
&lt;br /&gt;
=== wiki ===&lt;br /&gt;
'''Container Name:''' wiki (wiki.osgeo.org)  - debian10 lxd container with ldap/ssh (MediaWiki 1.34, 10.3.22-MariaDB, PHP 7.3)&lt;br /&gt;
&lt;br /&gt;
Note that this is a rebuild of wiki.osgeo.org that used to be on osgeo7 old-wiki container.  Move 2020-05-22&lt;br /&gt;
Setup steps are at [https://git.osgeo.org/gitea/sac/osgeo3/wiki/wiki-container wiki container setup]&lt;br /&gt;
&lt;br /&gt;
=== monitor ===&lt;br /&gt;
'''Container Name:''' monitor - debian10 lxd container with ldap/ssh. https://monitor.osgeo.org (houses grafana dashboard (for all servers) and prometheus server for osgeo3 containers and pulls basic container metrics using node exporters pulled via prometheus servers. Requirs ldap to log into the web console.&lt;br /&gt;
&lt;br /&gt;
Configuring servers for monitoring is detailed [https://git.osgeo.org/gitea/sac/prometheus-config Git Prometheus Config]&lt;br /&gt;
&lt;br /&gt;
=== limesurvey ===&lt;br /&gt;
'''Container Name:''' limesurvey - debian 10, PostgreSQL 13, PHP 7.4 with ldap/ss. https://limesurvey.osgeo.org &lt;br /&gt;
Setup detailed on [https://git.osgeo.org/gitea/sac/osgeo3/wiki/limesurvey-container limesurvey container]&lt;br /&gt;
&lt;br /&gt;
=== WebExtra ===&lt;br /&gt;
** Retired December 8th, 2019 -- and moved to osgeo7 as container old-webextra&lt;br /&gt;
&lt;br /&gt;
* See [[WebExtraVM]] for full details (server: http://webextra.osgeo.osuosl.org)&lt;br /&gt;
* hosts http://planet.osgeo.org, http://mum03.mapserver.org, http://live.osgeo.org&lt;br /&gt;
* http://foss4g.org (main portal) and archive of old sites 2006-2014&lt;br /&gt;
* http://conference.osgeo.org - [[Conference System]] (also: [[SAC:Setup_OCS]])&lt;br /&gt;
* http://journal.osgeo.org / osgeo.org/ojs - [[Journal System]]&lt;br /&gt;
* Redirects for many chapter and other urls handled via /etc/httpd/conf.d/rewrite.conf&lt;br /&gt;
&lt;br /&gt;
= Cloud Hosted Servers and other external under SAC Control =&lt;br /&gt;
&lt;br /&gt;
== Future Hosting Plans for Windows / Mac Building ==&lt;br /&gt;
&lt;br /&gt;
[[SAC_Shared_Building_Services|SAC Shared Building Services]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OSGeo funtoo ==&lt;br /&gt;
&lt;br /&gt;
For lxd experimentation it's an lxd container running other lxd containers and provided by funtoo.org.&lt;br /&gt;
&lt;br /&gt;
OSGeo is paying funtoo via treasurer at osgeo.org.&lt;br /&gt;
&lt;br /&gt;
* [https://git.osgeo.org/gitea/sac/osgeo_funtoo OSGeo Funtoo] osgeo.host.funtoo.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* funtoo LXDs currently running:&lt;br /&gt;
** &amp;lt;del&amp;gt;[https://limesurvey.osgeo.org LimeSurvey] -this may be in future migrated to osgeo7 or osgeo3&amp;lt;/del&amp;gt;&lt;br /&gt;
Migrated to osgeo3  2020-11-28&lt;br /&gt;
&lt;br /&gt;
== Atlantic.net ==&lt;br /&gt;
&lt;br /&gt;
* host.postgis.net -p 2222 is an LXD Debian 10 8GB RAM&lt;br /&gt;
* Currenlty running two lxd containers:&lt;br /&gt;
    debbie: postgis.net, planet.postgis.net, debbie.postgis.net (jenkins build bot)  &lt;br /&gt;
    debbie-docker.host.postgis.net - runs docker and serves as a 1.0 agent for dronie.osgeo.org&lt;br /&gt;
&lt;br /&gt;
= QGIS off OSGeo =&lt;br /&gt;
Services on separated machines rented and managed by the QGIS project at hetzner&lt;br /&gt;
&lt;br /&gt;
* website including documentation http://www.qgis.org&lt;br /&gt;
* website building, documentation building, debian/ubuntu nightlies, plugins.qgis.org&lt;br /&gt;
* issues.qgis.org: redmine&lt;br /&gt;
&lt;br /&gt;
= Historical servers (not more in use) =&lt;br /&gt;
&lt;br /&gt;
- [[Telascience Blades (Historical)]]&lt;br /&gt;
&lt;br /&gt;
== web18a.osgeo.osuosl.org ==&lt;br /&gt;
NO LONGER USED - turned off&lt;br /&gt;
'''2019-09-03 Production services www.osgeo.org, 2018.foss4g.org moved to wordpress container on [[osgeo7]]&lt;br /&gt;
Staging services (staging.www.osgeo.org, dev.www.osgeo.org move to wordpress-dev container on [[osgeo4]]&lt;br /&gt;
Grass wordpress is disabled as grass decided to go with another solution, so have grass container on osgeo7'''&lt;br /&gt;
(Cloud hosted server on OSUOSL hardware (not ours) )&lt;br /&gt;
* Debian 9.3 4GB server, host name: web18a.osgeo.osuosl.org require ssh key to log in.&lt;br /&gt;
* Hosts wordpress sites staging.www.osgeo.org,www.osgeo.org, staging.grass.osgeo.org, foss4g2018.osgeo.org&lt;br /&gt;
* Setup details on [https://git.osgeo.org/gitea/osgeo/www_apache_configs/wiki/Web18a-setup Web18a setup]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Jmattocks75&amp;diff=126403</id>
		<title>User talk:Jmattocks75</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Jmattocks75&amp;diff=126403"/>
		<updated>2021-03-30T09:08:41Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 02:08, 30 March 2021 (PDT)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Jmattocks75&amp;diff=126402</id>
		<title>User:Jmattocks75</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Jmattocks75&amp;diff=126402"/>
		<updated>2021-03-30T09:08:41Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Interested in building a callibration of cartographer's. And will be building  a callaborative workspace.&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Nissyyu&amp;diff=126312</id>
		<title>User talk:Nissyyu</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Nissyyu&amp;diff=126312"/>
		<updated>2021-03-10T23:50:52Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 15:50, 10 March 2021 (PST)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Nissyyu&amp;diff=126311</id>
		<title>User:Nissyyu</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Nissyyu&amp;diff=126311"/>
		<updated>2021-03-10T23:50:52Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Japanese geographer&lt;br /&gt;
&lt;br /&gt;
research interest: time-geography, socio-economic geography, GIS and society, critical GIS, OSM Mapping in Nara, Japan.&lt;br /&gt;
&lt;br /&gt;
https://www.researchgate.net/profile/Yuichiro-Nishimura-3&lt;br /&gt;
&lt;br /&gt;
https://researchmap.jp/nissy_yu?lang=en&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Stefanp&amp;diff=126293</id>
		<title>User talk:Stefanp</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Stefanp&amp;diff=126293"/>
		<updated>2021-03-04T03:51:42Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 19:51, 3 March 2021 (PST)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Stefanp&amp;diff=126292</id>
		<title>User:Stefanp</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Stefanp&amp;diff=126292"/>
		<updated>2021-03-04T03:51:41Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Stefan Price is an experienced leader of technology teams at the Town of Cochrane, Alberta, with 16 years of experience in the geomatics industry. He is an adaptable, forward thinking life-long learner, who is passionate about empowering others to solve challenges using technology.&lt;br /&gt;
&lt;br /&gt;
Stefan built the geospatial environment and assembled the technology team at the Town of Cochrane during a period of tremendous growth and is currently focused on systems integrations and eliminating silos. &lt;br /&gt;
&lt;br /&gt;
When not in the office environment Stefan will probably be somewhere in the mountains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LinkedIn profile is here: https://www.linkedin.com/in/stefan-price-50952112/&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Sfrey&amp;diff=126200</id>
		<title>User talk:Sfrey</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Sfrey&amp;diff=126200"/>
		<updated>2021-02-04T22:24:44Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 14:24, 4 February 2021 (PST)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Sfrey&amp;diff=126199</id>
		<title>User:Sfrey</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Sfrey&amp;diff=126199"/>
		<updated>2021-02-04T22:24:44Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am a passionated software engineer based in Germany at 'M.O.S.S. Computer Grafik Systeme GmbH'. I am a spare time GIS enthusiast, the rest of the time I build full stack applications in JavaScript, TypeScript, Python and Java. I graduated my Geomatics Master at the 'University of Appliced Sciences in Munich'.&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Kundyyy&amp;diff=126192</id>
		<title>User talk:Kundyyy</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Kundyyy&amp;diff=126192"/>
		<updated>2021-02-03T02:37:29Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 18:37, 2 February 2021 (PST)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Kundyyy&amp;diff=126191</id>
		<title>User:Kundyyy</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Kundyyy&amp;diff=126191"/>
		<updated>2021-02-03T02:37:29Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am a PhD fellow focusing on landscape ecology at the University of the Western Cape&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Catia_campos&amp;diff=126189</id>
		<title>User talk:Catia campos</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Catia_campos&amp;diff=126189"/>
		<updated>2021-02-01T23:24:21Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 15:24, 1 February 2021 (PST)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Catia_campos&amp;diff=126188</id>
		<title>User:Catia campos</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Catia_campos&amp;diff=126188"/>
		<updated>2021-02-01T23:24:21Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tenho 22 anos, sou natural de Viseu e licenciada em meteorologia, oceanografia e geofísica.&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Pedrorodrigues&amp;diff=126187</id>
		<title>User talk:Pedrorodrigues</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Pedrorodrigues&amp;diff=126187"/>
		<updated>2021-02-01T23:24:18Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 15:24, 1 February 2021 (PST)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Pedrorodrigues&amp;diff=126186</id>
		<title>User:Pedrorodrigues</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Pedrorodrigues&amp;diff=126186"/>
		<updated>2021-02-01T23:24:18Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am a master's student in earth and atmosphere sciences.&lt;br /&gt;
I have a degree in Physics and Chemistry and a degree in Renewable Energy Engineering.&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Jmiller&amp;diff=126185</id>
		<title>User talk:Jmiller</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Jmiller&amp;diff=126185"/>
		<updated>2021-02-01T23:23:51Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 15:23, 1 February 2021 (PST)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Jmiller&amp;diff=126184</id>
		<title>User:Jmiller</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Jmiller&amp;diff=126184"/>
		<updated>2021-02-01T23:23:50Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MA Geography from U of Washington&lt;br /&gt;
BS Cartography from U of Maryland&lt;br /&gt;
Geospatial developer for over twenty years.&lt;br /&gt;
Contributor to Open Source Geospatial development and standards efforts&lt;br /&gt;
including GeoTools and Spatio-Temporal Asset Catalog (STAC).&lt;br /&gt;
Contributed one of the first OGC Features CQL-JSON parser&lt;br /&gt;
implementations to GeoTools&lt;br /&gt;
(https://github.com/geotools/geotools/tree/master/modules/unsupporte&lt;br /&gt;
d/cql-json).&lt;br /&gt;
Created the first Spring Hibernate STAC implementation&lt;br /&gt;
(https://github.com/turingtestfail/stac-search-jpa).&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User_talk:Sammyhawkrad&amp;diff=125951</id>
		<title>User talk:Sammyhawkrad</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User_talk:Sammyhawkrad&amp;diff=125951"/>
		<updated>2020-12-28T09:29:15Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''OSGeo''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jayenashar|Jayenashar]] ([[User talk:Jayenashar|talk]]) 01:29, 28 December 2020 (PST)&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Sammyhawkrad&amp;diff=125950</id>
		<title>User:Sammyhawkrad</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Sammyhawkrad&amp;diff=125950"/>
		<updated>2020-12-28T09:29:14Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Samuel is a passionate GIS enthusiast with interest in GIS for urban planning and environmental protection.&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125944</id>
		<title>Oceania</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125944"/>
		<updated>2020-12-23T10:47:04Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: /* Events */ calendars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Organisation ==&lt;br /&gt;
&lt;br /&gt;
Our purpose is to support and grow the open geospatial community in the Oceania region, including the oversight and stewardship of the FOSS4G SotM Oceania conference series.&lt;br /&gt;
&lt;br /&gt;
The Oceania region includes countries listed in the [https://www.wikiwand.com/en/United_Nations_geoscheme_for_Oceania United Nations Geoscheme for Oceania]. We have also included Timor-Leste in our Travel Grant Program. We recognise the important cultural and social connections with other countries in the broader region, such as the Philippines.&lt;br /&gt;
&lt;br /&gt;
We recognise the long-established [[Pacific Islands Chapter]] of OSGeo, and work closely with them to build a strong community across our region.&lt;br /&gt;
&lt;br /&gt;
== How to learn more &amp;amp; get involved ==&lt;br /&gt;
&lt;br /&gt;
The best way to stay up to date on what we're doing is to join our mailing lists:&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania oceania] - discussion about the regional open geospatial community and OSGeo Oceania&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/foss4g-oceania foss4g-oceania] - FOSS4G SotM Oceania conference planning&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board oceania-board] - OSGeo Oceania board discussion (public, but read only)&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board-private oceania-board-private] - non-public OSGeo Oceania board discussion (private, board member access only)&lt;br /&gt;
&lt;br /&gt;
There's also a lot of informal chatter on the Maptime Oceania Slack group: [https://join.slack.com/t/maptimeoceania/shared_invite/enQtNDU3MTU3ODkyMjU2LThiMWU4MjZjNjM0ZWRiMWZlNWE2OTZjYjM0ZTMzZDEwMzc5MTAzN2Q2MzMyZDMzYTMwNjc5NGIxYjY4MDRiMjM join here]&lt;br /&gt;
&lt;br /&gt;
And you can head to the conference website (link below) and join the conference updates mailing list there.&lt;br /&gt;
&lt;br /&gt;
If you want to talk about how you can get involved, feel free to post on any of these lists, or drop us a line at admin@osgeo-oceania.org.&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
Membership of OSGeo Oceania is an opportunity to engage more actively with the support of open geospatial software &amp;amp; data in Oceania. Members can support OSGeo Oceania in a variety of ways:&lt;br /&gt;
* Helping to organise the annual FOSS4G SotM Oceania conference series&lt;br /&gt;
* Organising local geospatial events&lt;br /&gt;
* Editing in OpenStreetMap&lt;br /&gt;
* Active discussions in Oceania related mailing lists&lt;br /&gt;
* Writing developer documentation for open source geospatial projects&lt;br /&gt;
* Contributing to open source geospatial repositories&lt;br /&gt;
&lt;br /&gt;
Becoming a member allows you to run for the board of OSGeo Oceania and/or vote in the [[Oceania_Elections|election process]].&lt;br /&gt;
&lt;br /&gt;
Membership is free, and you can apply for membership at any time using [https://docs.google.com/forms/d/e/1FAIpQLSfyt_YoV6oK4hdVSsZjOACUV5V55J5m9RZtVUDuoFTidzZBDg/viewform this form]&lt;br /&gt;
&lt;br /&gt;
Applications are reviewed by a membership working group. Generally memberships are approved within a few weeks.&lt;br /&gt;
&lt;br /&gt;
Member list here: [[Oceania Membership]] (only includes those who have agreed to be listed).&lt;br /&gt;
&lt;br /&gt;
== Documents &amp;amp; policies ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Document!! Date&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1kZD8pcW2efjLEY7ih3rzcWpe7X0hEG2A Constitution] || 2019-11-07&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/13aZ6L08ke1-l32I7c00MahyEKgxeZkq8 OSGeo Oceania Terms of Reference] || 2018-12-17&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1cbd3Rt5R688qrZ3eTCHxpRZ8HbII358_1UARf3m5qBs Budget 2020-2021] || 2020-06-30&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1h_W0wWNTUmCRs6C9-6-9n1TSf_ZrmxjVtT1yzAqJFTs Budget 2019-2020] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1juJafdp8zfIprkA6eDDSFEMwOANQRI93 Membership Policy] || 2020-03-25&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1yNhl7VHz5kjPYEbcgqzY7hiUaR_0-uNH Finance Committee Terms of Reference] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/10FlS_e7Lvf6SSGdbcLkyCEHT6WrPSYyi Communications &amp;amp; Outreach Working Group Terms of Reference] || 2020-03-16&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1U3R3wSHR9jo9VgywmAQqKswrylwjxw9- Special Interest Group Guidelines ] || 2020-10-21&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Board of Directors ==&lt;br /&gt;
OSGeo Oceania is governed and managed by a board of directors. The board delegates responsibilities to committees as needed. As per the constitution, directors are elected by the membership in annual elections. Details of process, current and historical election records can be found on [[Oceania_Elections]].&lt;br /&gt;
&lt;br /&gt;
=== Responsibilities ===&lt;br /&gt;
The primary responsibilities of the board are to:&lt;br /&gt;
* govern and manage OSGeo Oceania, with regard to finance, risk, and sustainability of the organisation&lt;br /&gt;
* provide oversight of the conference committee, and ongoing stewardship of the conference series&lt;br /&gt;
* coordinate other related outreach activities, including local FOSS4G and State of the Map events&lt;br /&gt;
* maintain a relationship with OSGeo and the OpenStreetMap Foundation, and maintain OSGeo &amp;amp; OSMF chapters in good standing&lt;br /&gt;
* hold accounts, domain names, and other administrative tools, data, and assets as needed&lt;br /&gt;
* enter into agreements with other parties as needed.&lt;br /&gt;
&lt;br /&gt;
=== 2021 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [[User:Eneerhut|Edoardo Neerhut]]&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;&amp;gt;Elected at the last election&amp;lt;/ref&amp;gt;  (Chair)&lt;br /&gt;
* Dionne Hansen&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;&amp;gt;Continuing 2-year term&amp;lt;/ref&amp;gt; (Deputy Chair)&lt;br /&gt;
* [[User:Alexgleith|Alex Leith]]&amp;lt;ref name=&amp;quot;reelected-at-the-last-election&amp;quot;&amp;gt;Re-elected at the last election&amp;lt;/ref&amp;gt; (Treasurer)&lt;br /&gt;
* [[User:Jonahsullivan|Jonah Sullivan]]&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt; (Secretary)&lt;br /&gt;
* Carrol Chan&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* Elisa Puccioni&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* Emma Hain&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;/&amp;gt;&lt;br /&gt;
* Ewen Hill&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* [[User:glauer|Greg Lauer]]&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Meeting minutes'''&lt;br /&gt;
* [https://drive.google.com/file/d/1qFavWHbCInSm-GNqFav0xYeF68qAIlNB/view?usp=sharing 2020-12-11]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2020 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
The incoming board will articulate its objectives for 2020 early in the year. Board meetings will be held on the second Friday of each month at 11am AEDT (unless otherwise arranged).&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] (Chair and Treasurer)&lt;br /&gt;
* Trisha Moriarty (Deputy Chair)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer] (Secretary)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Adamsteer Adam Steer] (resigned 27 Nov 2020)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk] (resigned 24 Nov 2020)&lt;br /&gt;
* Dionne Hansen&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] (was Chair; resigned 29 May 2020)&lt;br /&gt;
&lt;br /&gt;
As per [https://lists.osgeo.org/pipermail/oceania/2020-January/002240.html this thread], Adam, Alex, John, Martin, and Trisha have a 1 year term and their seats will be open at the next election. All other directors have a standard 2 year term.&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1tlpx17SNeUpsuP10XorP0YqnZLpknA41 2020-01-09]&lt;br /&gt;
* [https://drive.google.com/open?id=1TYAw_zmNEqajzxO1PQwPnpt539CXodby 2020-02-14]&lt;br /&gt;
* [https://drive.google.com/open?id=1Z1zo1rkjnWv3_9S_rPA2dkxP8Ihg56gq 2020-03-13]&lt;br /&gt;
* [https://drive.google.com/file/d/1i1OP74QsTx0wh1FskCK_4vKUkRFQPZUW 2020-05-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1sGwj0KRS_ZY7i-R1iqjIKmrL01RwFBzI 2020-06-12]&lt;br /&gt;
* [https://drive.google.com/file/d/1EjTWysXorK9o3YrJJ3Q3E5NpEz7Sit7l 2020-06-26]&lt;br /&gt;
* [https://drive.google.com/file/d/1_nLdOshAy-zBZuQDeDq6RdH7svuKmzGZ 2020-07-24]&lt;br /&gt;
* [https://drive.google.com/file/d/1Ggesd0E3xp9VNPsV-2kmSzRXZWNvWDGA 2020-08-14]&lt;br /&gt;
* [https://drive.google.com/file/d/1SMNCmPT51ar2594Ppul4JG8xESXZ-br9 2020-09-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1dgd7PcstaJ8L1M-CjmcX3BRRTw0KRb6d 2020-10-30]&lt;br /&gt;
* [https://drive.google.com/file/d/1V-w95HXHu3rxvNG_-K4CABGbcLxyrnx6 2020-11-27]&lt;br /&gt;
&lt;br /&gt;
==== Motions/decisions ====&lt;br /&gt;
Motions of the board are recorded in Loomio [https://www.loomio.org/osgeo-oceania here].&lt;br /&gt;
&lt;br /&gt;
==== Annual General Meeting Minutes ====&lt;br /&gt;
&lt;br /&gt;
The minutes of the [https://drive.google.com/file/d/1i0OZvJt5_FZ3LesSFY1FFBVCh33GOJqP 2020 Annual General Meeting] are available.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
In order to guide the organisation towards a mature state, in 2019 this board will aim to:&lt;br /&gt;
* determine a process for recruiting and managing an appropriate general membership&lt;br /&gt;
* determine a process for renewal of board membership, including accountability to the general membership, and clarify such items as term limits and staggering of terms&lt;br /&gt;
* determine a process for inviting expressions of interest and selecting groups wishing to host the annual FOSS4G SotM Oceania event&lt;br /&gt;
* determine and formalise an appropriate non-profit structure&lt;br /&gt;
* submit an official expression of interest to the OSGeo board to form an OSGeo local chapter&lt;br /&gt;
* apply to the OpenStreetMap Foundation board to form an OpenStreetMap local chapter&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] - OSGeo Oceania Treasurer - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Eneerhut Edoardo Neerhut]&lt;br /&gt;
* Greg Lauer - OSGeo Oceania Secretary&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] - OSGeo Oceania President - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/Jonahsullivan Jonah Sullivan]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Spatialize Kerry Smyth]&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* Trisha Moriarty&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1pqXrWZUyhl7iqLLVTchRcCRz3lRO9KIY 2019-01-25]&lt;br /&gt;
* [https://drive.google.com/open?id=1lvpG-67NcZE5VNslff5tFq8dHVRRcQFt 2019-03-26]&lt;br /&gt;
* [https://drive.google.com/open?id=1cjHdlCKWw0VaXPEoPEphXha7uTNLuVdW 2019-05-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1g1eJqqVQ5Fc8TPLi0GUuRS4lYu76ZT5T 2019-07-30]&lt;br /&gt;
* [https://drive.google.com/open?id=13R8G_8gwTJErVjVhJXYdCrHJqbHl4N-J 2019-09-12]&lt;br /&gt;
* [https://drive.google.com/open?id=1_bVj2sTq3dvip2htplq0z9fUrvWF4qNP 2019-10-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1e3PPWOi1ZF3sDwmOaqwc_zOMLpKVyw2N 2019-12-12]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Committees &amp;amp; working groups ==&lt;br /&gt;
* Membership working group (Edoardo Neerhut (chair), Emma Hain, David Garcia, Daniel Silk)&lt;br /&gt;
* Finance committee (Alex Leith (chair), Greg Lauer, Trisha Moriarty, Dionne Hansen)&lt;br /&gt;
* 2020 conference committee (Vasiti Soko (co-chair), Jonah Sullivan (co-chair), Nick Rollings, Edwin Liava'a, Elizabeth Lomani, Dan Lomata, Julie Callebaut, Joeli Varo, Nemaia Koto, Saleshni Naidu, Salote Baleisuva, John Bryant, David Garcia, Dionne Hansen, Emma Hain, Aleen Prasad, Alex Leith, Greg Lauer, Gander Wainiqol, Keleni, Lani Roko, Litia Gaunavou)&lt;br /&gt;
* Travel grant program working group (John Bryant (chair), Greg Lauer, Elizabeth Lomani, Wolf Forstreuter, Edwin Liava'a, Gander Wainiqolo, Elisa Puccioni, Violaine Doutreleau)&lt;br /&gt;
* Outreach and communications working group (Adam Steer (chair), Trisha Moriarty, Emma Hain, Martin Tomko, Dionne Hansen, Celina Agaton, Emily Hurry, Hamish Campbell, Joeli Varo, Paul Worwor)&lt;br /&gt;
* OpenStreetMap Working Group: Chair TBD. Interested parties are currently: Edoardo Neerhut, Andrew Harvey, Luke Stewart, Jonah Sullivan, Martin Tomko, David Brown, Angus Scown, Violaine Doutreleau, James Nuccio, Carrol Chan, Kamsin Raju, Greg Lauer, Kasaqa Tora, Edwin Liavaa, Malcolm Archbold, Julie Callebaut, David Garcia. Minutes from the inaugural meeting [https://docs.google.com/document/d/1TOTHXim1USSbmgR_AftmRRk2GWOwiYM8OhFm0AuA1A8/edit# can be found here].&lt;br /&gt;
&lt;br /&gt;
=== OpenStreetMap Oceania ===&lt;br /&gt;
OSGeo Oceania [https://wiki.osmfoundation.org/wiki/Local_Chapters has been recognised] by the OpenStreetMap Foundation (OSMF) as the official local chapter in the region.&lt;br /&gt;
&lt;br /&gt;
As the official local chapter of the OpenStreetMap Foundation in the region, we are able to support the development of the OpenStreetMap community in Oceania while making sure our diverse range of interests are represented, supported, and promoted. A working group has been established under OSGeo Oceania to focus specifically on OpenStreetMap and our role as a local chapter. The working group is still determining its long term priorities, so [https://docs.google.com/document/d/1vjb5ALk_KedSVoFVacw3QCEvVvyTKLafu4ji_g0bfqM/edit?usp=sharing feel free to contribute to the discussion here].&lt;br /&gt;
&lt;br /&gt;
Anyone within Oceania is welcome to join the working group and attend working group meetings.&lt;br /&gt;
&lt;br /&gt;
Note, while OSGeo Oceania is currently the recognised local chapter in the region, we are fully supportive of other groups that may form in Oceania with the intent of becoming a local chapter. One example would be a national entity that determines their interests would better represented as an independent local chapter. If this was to occur, OSGeo Oceania would be fully supportive and will not claim to speak for groups who do not wish to be represented.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2020 FOSS4G SotM Oceania 2020]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2019 FOSS4G SotM Oceania 2019]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2018 FOSS4G SotM Oceania 2018]&lt;br /&gt;
&amp;lt;!-- this part is hidden until the call for EoIs goes out in 2020&lt;br /&gt;
=== Call for Expressions of Interest for FOSS4G SotM Oceania 2021 ===&lt;br /&gt;
We are seeking Expressions of Interest (EOIs) from the Oceania community for hosting FOSS4G SotM Oceania in 2021. This is a wonderful opportunity to bring the open geospatial community to your city, drive the growth of your local community, and contribute to a regional and global phenomenon.&lt;br /&gt;
&lt;br /&gt;
EOIs need not be full proposals, as we can work with you to develop your plans further. They should at least show us that you have people committed to organising the conference, and have given some thought to the financial aspects of the event. It would be helpful if you can provide some information on potential venues. Basically, tell us why your location is a good choice for FOSS4G SotM Oceania 2021. Please see the [https://gist.github.com/dwsilk/1ee1f0347a0c386438504c3e20022df7 2019 Letter of Intent] for an example.&lt;br /&gt;
&lt;br /&gt;
You won't be alone - we anticipate a conference organising committee that includes a mix of new and experienced people, and it's very likely that people from the 2018 and 2019 events will be interested in participating in this committee.&lt;br /&gt;
&lt;br /&gt;
Strong preference will be given to a city in a country that did not host the previous year.&lt;br /&gt;
&lt;br /&gt;
Additionally, see [https://lists.osgeo.org/pipermail/oceania/2019-August/002084.html this email thread] for a bit of extra background information.&lt;br /&gt;
&lt;br /&gt;
'''EOIs should be submitted to the public [https://lists.osgeo.org/mailman/listinfo/oceania OSGeo Oceania mailing list] by 16th September.''' Please feel free to ask questions!&lt;br /&gt;
&lt;br /&gt;
==== Timeline ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date !! Item&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-02 || Accepting expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 || Deadline for expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 - 2019-10-07 || Questions &amp;amp; clarification period&lt;br /&gt;
|-&lt;br /&gt;
| 2020-10-21 || Decision&lt;br /&gt;
|-&lt;br /&gt;
| 2020-11-14 || Public announcement at FOSS4G SotM Oceania 2019 in Wellington&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
=== Calendars ===&lt;br /&gt;
* [https://calendar.google.com/calendar/u/1?cid=MmQyZnNpMTBwNWZzdGVkOHM2cHBwaTBlMXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ Google]&lt;br /&gt;
* [https://calendar.google.com/calendar/ical/2d2fsi10p5fsted8s6pppi0e1s%40group.calendar.google.com/public/basic.ics iCal]&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
See the [https://wiki.osgeo.org/wiki/Aust-NZ Aust-NZ wiki page] for an earlier incarnation of this community. OSGeo Oceania picks up where Aust-NZ left off, and aims to build on that foundation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
Some notable open geospatial events in the region:&lt;br /&gt;
* 12-15 November 2019: FOSS4G SotM Oceania, Wellington [https://2019.foss4g-oceania.org]  &lt;br /&gt;
* 20-23 November 2018: FOSS4G SotM Oceania, Melbourne [https://2018.foss4g-oceania.org]&lt;br /&gt;
* 17 November 2017: Australian QGIS user group meetup, Sydney [https://github.com/qgis-au/meetups/wiki/Australian-QGIS-user-group-meetup-2017]&lt;br /&gt;
* May 2017: QGIS Noosa Hackfest [https://nyalldawson.net/2017/05/the-inaugural-qgis-australia-hackfest-noosa-2017]&lt;br /&gt;
* 1 March 2017: NZ QGIS User Forum, Wellington [http://www.mapsolutions.co.nz/blog/44-qgis-user-forum]&lt;br /&gt;
* 23 September 2015: NZ QGIS User Conference, Wellington [http://www.mapsolutions.co.nz/blog/30-qgis-user-conference]&lt;br /&gt;
* 22 September 2015: NZ GeoNetwork Users Meetup, Wellington&lt;br /&gt;
* 12 May 2015: QGIS Forum, Perth&lt;br /&gt;
* 14 May 2015: QGIS Forum, Melbourne[https://groups.google.com/forum/#!topic/australian-qgis-user-group/BbMJseevuh8]&lt;br /&gt;
* 18 April 2013: Melbourne QGIS User Conference [https://groups.google.com/forum/#!topic/australian-qgis-user-group/p0wEBFKVT-Q][https://groups.google.com/forum/#!topic/australian-qgis-user-group/bQ4255XAoC4]&lt;br /&gt;
* 14 March 2013: Perth QGIS User Forum/Group [https://nathanw.net/2013/04/19/perth-qgis-user-forumgroup]&lt;br /&gt;
* 15-16 November 2012: FOSS4G-AU 'unconference', Brisbane [https://wiki.osgeo.org/wiki/FOSS4G-AU_2012][http://www.how2map.com/2012/11/foss4g-au-tomorrow.html][https://nathanw.net/2012/11/20/foss4g-au-in-summary]&lt;br /&gt;
* 20-23 October 2009: FOSS4G international conference, Sydney [http://2009.foss4g.org]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also see the [https://wiki.osgeo.org/wiki/Pacific_Islands_Chapter Pacific Islands Chapter page] for history of events and developments in the Pacific Islands.&lt;br /&gt;
&lt;br /&gt;
[[Category: Local Chapters]]&lt;br /&gt;
[[Category: Oceania]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Jayenashar&amp;diff=125921</id>
		<title>User:Jayenashar</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Jayenashar&amp;diff=125921"/>
		<updated>2020-12-17T02:38:58Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSGeo Member&lt;br /&gt;
|Name=Jayen Ashar&lt;br /&gt;
|JobTitle=Director, Accessible and Inclusive Transport&lt;br /&gt;
|Company=Smart Cities Transport - Software solutions&lt;br /&gt;
|State=NSW&lt;br /&gt;
|Country=Australia&lt;br /&gt;
|Coordinate=-33.8708,151.2073&lt;br /&gt;
|LocalChapter=Oceania&lt;br /&gt;
|Info=i made a trip planner using osm &amp;amp; gtfs.  i like mapbox&lt;br /&gt;
}}&lt;br /&gt;
{{OSGeo Experience&lt;br /&gt;
|User=Yes&lt;br /&gt;
|Committee=No&lt;br /&gt;
|Board=No&lt;br /&gt;
|Coder=No&lt;br /&gt;
|Translate=No&lt;br /&gt;
|PSC=No&lt;br /&gt;
|ExBoard=No&lt;br /&gt;
|Charter=No&lt;br /&gt;
|Chair=No&lt;br /&gt;
|SolKatz=No&lt;br /&gt;
|Committer=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=OSGeo_Member_Map_documentation&amp;diff=125920</id>
		<title>OSGeo Member Map documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=OSGeo_Member_Map_documentation&amp;diff=125920"/>
		<updated>2020-12-17T02:28:26Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The OSGeo Member Map is the successor of the previous [[UserMap_Documentation|userMap]].&lt;br /&gt;
&lt;br /&gt;
The Members are organized in the [[:Category:OSGeo Member|OSGeo Member Category]], that functions as a members directory.&lt;br /&gt;
&lt;br /&gt;
=Usage=&lt;br /&gt;
&lt;br /&gt;
==Add yourself to the Map / Member Directory==&lt;br /&gt;
&lt;br /&gt;
Each user adds the information about them self on their User: page. Using a Form or by adding a template to the wiki text.&lt;br /&gt;
&lt;br /&gt;
===Form===&lt;br /&gt;
&lt;br /&gt;
Using [[Form:OSGeo_Member|this]] form, you can add yourself to the Map. Type in your user handle into the input field like this User:&amp;lt;ddtrans&amp;gt;, so the template including your informations will be stored on your User: page.&lt;br /&gt;
&lt;br /&gt;
[[File:MemberMapForm.png]]&lt;br /&gt;
&lt;br /&gt;
After filling in User:&amp;lt;username&amp;gt; into the input box and click on 'Create', the following form will appear:&lt;br /&gt;
&lt;br /&gt;
[[File:Createusermapdata.png]]&lt;br /&gt;
&lt;br /&gt;
Fill out the input boxes accordingly. The Name and Coordinate fields are mandatory, the other fields are optional.  The coordinate is latitude,longitude (y,x).&lt;br /&gt;
&lt;br /&gt;
Then save the form. If everything went fine, you will see something like the following screenshot:&lt;br /&gt;
&lt;br /&gt;
[[File:Userprofile.png]]&lt;br /&gt;
&lt;br /&gt;
Note: Sometimes the location is not rendered immediately on the map. This is a known problem, see FAQ further down this page.&lt;br /&gt;
&lt;br /&gt;
===Template===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{OSGeo Member&lt;br /&gt;
|Name= Anirudh&lt;br /&gt;
|Address=  &lt;br /&gt;
|Country= &lt;br /&gt;
|State=&lt;br /&gt;
|City=&lt;br /&gt;
|Coordinate=17.8280875,83.35705069999995&lt;br /&gt;
|LocalChapter=&lt;br /&gt;
|Email=&lt;br /&gt;
|Website=&lt;br /&gt;
\}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Edit your Data==&lt;br /&gt;
&lt;br /&gt;
Editing is similar to entering data..&lt;br /&gt;
&lt;br /&gt;
===Form===&lt;br /&gt;
&lt;br /&gt;
Using the Form, by editing your User: page, the form will automatically load the data for editing, if OSGeoMember data was previously provided.&lt;br /&gt;
&lt;br /&gt;
===Template===&lt;br /&gt;
&lt;br /&gt;
The template can be edited, by editing your User: page and simply changing the data in the template.&lt;br /&gt;
&lt;br /&gt;
==Display a map==&lt;br /&gt;
&lt;br /&gt;
Using Semantic Maps, maps can be displayed as a result to a query (that yield Coordinate informations), or using a defined parser hook.&lt;br /&gt;
&lt;br /&gt;
=== OSGeo Member Map ===&lt;br /&gt;
&lt;br /&gt;
The map of all members, that provided their coordinate, can be included on any page of the OSGeo Wiki using the following wiki text markup:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;                                                       &lt;br /&gt;
{{OSGeoMemberMap-ask}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=FAQ=&lt;br /&gt;
&lt;br /&gt;
1. Why is my location not shown on the map, after I entered my data?&lt;br /&gt;
&lt;br /&gt;
A: It is well possible, that a newly entered location is not immediately shown on the map, this is due to some intransparent caching mechanisms of Mediawiki and/or Semantic Mediawiki. Normally it will be visible at the latest within 24 hours. If this is not the case ping [[User:Cwillmes]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Membership]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Jayenashar&amp;diff=125919</id>
		<title>User:Jayenashar</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Jayenashar&amp;diff=125919"/>
		<updated>2020-12-17T02:27:26Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSGeo Member&lt;br /&gt;
|Name=Jayen Ashar&lt;br /&gt;
|JobTitle=Director, Accessible and Inclusive Transport&lt;br /&gt;
|Company=Smart Cities Transport - Software solutions&lt;br /&gt;
|Country=Australia&lt;br /&gt;
|Coordinate=-33.8708,151.2073&lt;br /&gt;
|LocalChapter=Oceania&lt;br /&gt;
}}&lt;br /&gt;
{{OSGeo Experience&lt;br /&gt;
|User=Yes&lt;br /&gt;
|Committee=No&lt;br /&gt;
|Board=No&lt;br /&gt;
|Coder=Yes&lt;br /&gt;
|Translate=No&lt;br /&gt;
|PSC=No&lt;br /&gt;
|ExBoard=No&lt;br /&gt;
|Charter=No&lt;br /&gt;
|Chair=No&lt;br /&gt;
|SolKatz=No&lt;br /&gt;
|Committer=No&lt;br /&gt;
}}&lt;br /&gt;
i made a trip planner using osm &amp;amp; gtfs&lt;br /&gt;
&lt;br /&gt;
i like mapbox&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Jayenashar&amp;diff=125918</id>
		<title>User:Jayenashar</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Jayenashar&amp;diff=125918"/>
		<updated>2020-12-17T02:26:57Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSGeo Member&lt;br /&gt;
|Name=Jayen Ashar&lt;br /&gt;
|JobTitle=Director, Accessible and Inclusive Transport&lt;br /&gt;
|Company=Smart Cities Transport - Software solutions&lt;br /&gt;
|Country=AUSTRALIA&lt;br /&gt;
|Coordinate=-33.8708,151.2073&lt;br /&gt;
|LocalChapter=Oceania&lt;br /&gt;
}}&lt;br /&gt;
{{OSGeo Experience&lt;br /&gt;
|User=Yes&lt;br /&gt;
|Committee=No&lt;br /&gt;
|Board=No&lt;br /&gt;
|Coder=Yes&lt;br /&gt;
|Translate=No&lt;br /&gt;
|PSC=No&lt;br /&gt;
|ExBoard=No&lt;br /&gt;
|Charter=No&lt;br /&gt;
|Chair=No&lt;br /&gt;
|SolKatz=No&lt;br /&gt;
|Committer=No&lt;br /&gt;
}}&lt;br /&gt;
i made a trip planner using osm &amp;amp; gtfs&lt;br /&gt;
&lt;br /&gt;
i like mapbox&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125906</id>
		<title>Oceania</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125906"/>
		<updated>2020-12-15T08:06:33Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: /* OpenStreetMap Oceania */ we have signed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Organisation ==&lt;br /&gt;
&lt;br /&gt;
Our purpose is to support and grow the open geospatial community in the Oceania region, including the oversight and stewardship of the FOSS4G SotM Oceania conference series.&lt;br /&gt;
&lt;br /&gt;
The Oceania region includes countries listed in the [https://www.wikiwand.com/en/United_Nations_geoscheme_for_Oceania United Nations Geoscheme for Oceania]. We have also included Timor-Leste in our Travel Grant Program. We recognise the important cultural and social connections with other countries in the broader region, such as the Philippines.&lt;br /&gt;
&lt;br /&gt;
We recognise the long-established [[Pacific Islands Chapter]] of OSGeo, and work closely with them to build a strong community across our region.&lt;br /&gt;
&lt;br /&gt;
== How to learn more &amp;amp; get involved ==&lt;br /&gt;
&lt;br /&gt;
The best way to stay up to date on what we're doing is to join our mailing lists:&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania oceania] - discussion about the regional open geospatial community and OSGeo Oceania&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/foss4g-oceania foss4g-oceania] - FOSS4G SotM Oceania conference planning&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board oceania-board] - OSGeo Oceania board discussion (public, but read only)&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board-private oceania-board-private] - non-public OSGeo Oceania board discussion (private, board member access only)&lt;br /&gt;
&lt;br /&gt;
There's also a lot of informal chatter on the Maptime Oceania Slack group: [https://join.slack.com/t/maptimeoceania/shared_invite/enQtNDU3MTU3ODkyMjU2LThiMWU4MjZjNjM0ZWRiMWZlNWE2OTZjYjM0ZTMzZDEwMzc5MTAzN2Q2MzMyZDMzYTMwNjc5NGIxYjY4MDRiMjM join here]&lt;br /&gt;
&lt;br /&gt;
And you can head to the conference website (link below) and join the conference updates mailing list there.&lt;br /&gt;
&lt;br /&gt;
If you want to talk about how you can get involved, feel free to post on any of these lists, or drop us a line at admin@osgeo-oceania.org.&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
Membership of OSGeo Oceania is an opportunity to engage more actively with the support of open geospatial software &amp;amp; data in Oceania. Members can support OSGeo Oceania in a variety of ways:&lt;br /&gt;
* Helping to organise the annual FOSS4G SotM Oceania conference series&lt;br /&gt;
* Organising local geospatial events&lt;br /&gt;
* Editing in OpenStreetMap&lt;br /&gt;
* Active discussions in Oceania related mailing lists&lt;br /&gt;
* Writing developer documentation for open source geospatial projects&lt;br /&gt;
* Contributing to open source geospatial repositories&lt;br /&gt;
&lt;br /&gt;
Becoming a member allows you to run for the board of OSGeo Oceania and/or vote in the [[Oceania_Elections|election process]].&lt;br /&gt;
&lt;br /&gt;
Membership is free, and you can apply for membership at any time using [https://docs.google.com/forms/d/e/1FAIpQLSfyt_YoV6oK4hdVSsZjOACUV5V55J5m9RZtVUDuoFTidzZBDg/viewform this form]&lt;br /&gt;
&lt;br /&gt;
Applications are reviewed by a membership working group. Generally memberships are approved within a few weeks.&lt;br /&gt;
&lt;br /&gt;
Member list here: [[Oceania Membership]] (only includes those who have agreed to be listed).&lt;br /&gt;
&lt;br /&gt;
== Documents &amp;amp; policies ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Document!! Date&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1kZD8pcW2efjLEY7ih3rzcWpe7X0hEG2A Constitution] || 2019-11-07&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/13aZ6L08ke1-l32I7c00MahyEKgxeZkq8 OSGeo Oceania Terms of Reference] || 2018-12-17&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1cbd3Rt5R688qrZ3eTCHxpRZ8HbII358_1UARf3m5qBs Budget 2020-2021] || 2020-06-30&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1h_W0wWNTUmCRs6C9-6-9n1TSf_ZrmxjVtT1yzAqJFTs Budget 2019-2020] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1juJafdp8zfIprkA6eDDSFEMwOANQRI93 Membership Policy] || 2020-03-25&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1yNhl7VHz5kjPYEbcgqzY7hiUaR_0-uNH Finance Committee Terms of Reference] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/10FlS_e7Lvf6SSGdbcLkyCEHT6WrPSYyi Communications &amp;amp; Outreach Working Group Terms of Reference] || 2020-03-16&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1U3R3wSHR9jo9VgywmAQqKswrylwjxw9- Special Interest Group Guidelines ] || 2020-10-21&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Board of Directors ==&lt;br /&gt;
OSGeo Oceania is governed and managed by a board of directors. The board delegates responsibilities to committees as needed. As per the constitution, directors are elected by the membership in annual elections. Details of process, current and historical election records can be found on [[Oceania_Elections]].&lt;br /&gt;
&lt;br /&gt;
=== Responsibilities ===&lt;br /&gt;
The primary responsibilities of the board are to:&lt;br /&gt;
* govern and manage OSGeo Oceania, with regard to finance, risk, and sustainability of the organisation&lt;br /&gt;
* provide oversight of the conference committee, and ongoing stewardship of the conference series&lt;br /&gt;
* coordinate other related outreach activities, including local FOSS4G and State of the Map events&lt;br /&gt;
* maintain a relationship with OSGeo and the OpenStreetMap Foundation, and maintain OSGeo &amp;amp; OSMF chapters in good standing&lt;br /&gt;
* hold accounts, domain names, and other administrative tools, data, and assets as needed&lt;br /&gt;
* enter into agreements with other parties as needed.&lt;br /&gt;
&lt;br /&gt;
=== 2021 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [[User:Eneerhut|Edoardo Neerhut]]&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;&amp;gt;Elected at the last election&amp;lt;/ref&amp;gt;  (Chair)&lt;br /&gt;
* Dionne Hansen&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;&amp;gt;Continuing 2-year term&amp;lt;/ref&amp;gt; (Deputy Chair)&lt;br /&gt;
* [[User:Alexgleith|Alex Leith]]&amp;lt;ref name=&amp;quot;reelected-at-the-last-election&amp;quot;&amp;gt;Re-elected at the last election&amp;lt;/ref&amp;gt; (Treasurer)&lt;br /&gt;
* [[User:Jonahsullivan|Jonah Sullivan]]&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt; (Secretary)&lt;br /&gt;
* Carrol Chan&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* Elisa Puccioni&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* Emma Hain&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;/&amp;gt;&lt;br /&gt;
* Ewen Hill&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* [[User:glauer|Greg Lauer]]&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Meeting minutes'''&lt;br /&gt;
* [https://drive.google.com/file/d/1qFavWHbCInSm-GNqFav0xYeF68qAIlNB/view?usp=sharing 2020-12-11]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2020 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
The incoming board will articulate its objectives for 2020 early in the year. Board meetings will be held on the second Friday of each month at 11am AEDT (unless otherwise arranged).&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] (Chair and Treasurer)&lt;br /&gt;
* Trisha Moriarty (Deputy Chair)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer] (Secretary)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Adamsteer Adam Steer] (resigned 27 Nov 2020)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk] (resigned 24 Nov 2020)&lt;br /&gt;
* Dionne Hansen&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] (was Chair; resigned 29 May 2020)&lt;br /&gt;
&lt;br /&gt;
As per [https://lists.osgeo.org/pipermail/oceania/2020-January/002240.html this thread], Adam, Alex, John, Martin, and Trisha have a 1 year term and their seats will be open at the next election. All other directors have a standard 2 year term.&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1tlpx17SNeUpsuP10XorP0YqnZLpknA41 2020-01-09]&lt;br /&gt;
* [https://drive.google.com/open?id=1TYAw_zmNEqajzxO1PQwPnpt539CXodby 2020-02-14]&lt;br /&gt;
* [https://drive.google.com/open?id=1Z1zo1rkjnWv3_9S_rPA2dkxP8Ihg56gq 2020-03-13]&lt;br /&gt;
* [https://drive.google.com/file/d/1i1OP74QsTx0wh1FskCK_4vKUkRFQPZUW 2020-05-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1sGwj0KRS_ZY7i-R1iqjIKmrL01RwFBzI 2020-06-12]&lt;br /&gt;
* [https://drive.google.com/file/d/1EjTWysXorK9o3YrJJ3Q3E5NpEz7Sit7l 2020-06-26]&lt;br /&gt;
* [https://drive.google.com/file/d/1_nLdOshAy-zBZuQDeDq6RdH7svuKmzGZ 2020-07-24]&lt;br /&gt;
* [https://drive.google.com/file/d/1Ggesd0E3xp9VNPsV-2kmSzRXZWNvWDGA 2020-08-14]&lt;br /&gt;
* [https://drive.google.com/file/d/1SMNCmPT51ar2594Ppul4JG8xESXZ-br9 2020-09-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1dgd7PcstaJ8L1M-CjmcX3BRRTw0KRb6d 2020-10-30]&lt;br /&gt;
* [https://drive.google.com/file/d/1V-w95HXHu3rxvNG_-K4CABGbcLxyrnx6 2020-11-27]&lt;br /&gt;
&lt;br /&gt;
==== Motions/decisions ====&lt;br /&gt;
Motions of the board are recorded in Loomio [https://www.loomio.org/osgeo-oceania here].&lt;br /&gt;
&lt;br /&gt;
==== Annual General Meeting Minutes ====&lt;br /&gt;
&lt;br /&gt;
The minutes of the [https://drive.google.com/file/d/1i0OZvJt5_FZ3LesSFY1FFBVCh33GOJqP 2020 Annual General Meeting] are available.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
In order to guide the organisation towards a mature state, in 2019 this board will aim to:&lt;br /&gt;
* determine a process for recruiting and managing an appropriate general membership&lt;br /&gt;
* determine a process for renewal of board membership, including accountability to the general membership, and clarify such items as term limits and staggering of terms&lt;br /&gt;
* determine a process for inviting expressions of interest and selecting groups wishing to host the annual FOSS4G SotM Oceania event&lt;br /&gt;
* determine and formalise an appropriate non-profit structure&lt;br /&gt;
* submit an official expression of interest to the OSGeo board to form an OSGeo local chapter&lt;br /&gt;
* apply to the OpenStreetMap Foundation board to form an OpenStreetMap local chapter&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] - OSGeo Oceania Treasurer - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Eneerhut Edoardo Neerhut]&lt;br /&gt;
* Greg Lauer - OSGeo Oceania Secretary&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] - OSGeo Oceania President - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/Jonahsullivan Jonah Sullivan]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Spatialize Kerry Smyth]&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* Trisha Moriarty&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1pqXrWZUyhl7iqLLVTchRcCRz3lRO9KIY 2019-01-25]&lt;br /&gt;
* [https://drive.google.com/open?id=1lvpG-67NcZE5VNslff5tFq8dHVRRcQFt 2019-03-26]&lt;br /&gt;
* [https://drive.google.com/open?id=1cjHdlCKWw0VaXPEoPEphXha7uTNLuVdW 2019-05-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1g1eJqqVQ5Fc8TPLi0GUuRS4lYu76ZT5T 2019-07-30]&lt;br /&gt;
* [https://drive.google.com/open?id=13R8G_8gwTJErVjVhJXYdCrHJqbHl4N-J 2019-09-12]&lt;br /&gt;
* [https://drive.google.com/open?id=1_bVj2sTq3dvip2htplq0z9fUrvWF4qNP 2019-10-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1e3PPWOi1ZF3sDwmOaqwc_zOMLpKVyw2N 2019-12-12]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Committees &amp;amp; working groups ==&lt;br /&gt;
* Membership working group (Edoardo Neerhut (chair), Emma Hain, David Garcia, Daniel Silk)&lt;br /&gt;
* Finance committee (Alex Leith (chair), Greg Lauer, Trisha Moriarty, Dionne Hansen)&lt;br /&gt;
* 2020 conference committee (Vasiti Soko (co-chair), Jonah Sullivan (co-chair), Nick Rollings, Edwin Liava'a, Elizabeth Lomani, Dan Lomata, Julie Callebaut, Joeli Varo, Nemaia Koto, Saleshni Naidu, Salote Baleisuva, John Bryant, David Garcia, Dionne Hansen, Emma Hain, Aleen Prasad, Alex Leith, Greg Lauer, Gander Wainiqol, Keleni, Lani Roko, Litia Gaunavou)&lt;br /&gt;
* Travel grant program working group (John Bryant (chair), Greg Lauer, Elizabeth Lomani, Wolf Forstreuter, Edwin Liava'a, Gander Wainiqolo, Elisa Puccioni, Violaine Doutreleau)&lt;br /&gt;
* Outreach and communications working group (Adam Steer (chair), Trisha Moriarty, Emma Hain, Martin Tomko, Dionne Hansen, Celina Agaton, Emily Hurry, Hamish Campbell, Joeli Varo, Paul Worwor)&lt;br /&gt;
* OpenStreetMap Working Group: Chair TBD. Interested parties are currently: Edoardo Neerhut, Andrew Harvey, Luke Stewart, Jonah Sullivan, Martin Tomko, David Brown, Angus Scown, Violaine Doutreleau, James Nuccio, Carrol Chan, Kamsin Raju, Greg Lauer, Kasaqa Tora, Edwin Liavaa, Malcolm Archbold, Julie Callebaut, David Garcia. Minutes from the inaugural meeting [https://docs.google.com/document/d/1TOTHXim1USSbmgR_AftmRRk2GWOwiYM8OhFm0AuA1A8/edit# can be found here].&lt;br /&gt;
&lt;br /&gt;
=== OpenStreetMap Oceania ===&lt;br /&gt;
OSGeo Oceania [https://wiki.osmfoundation.org/wiki/Local_Chapters has been recognised] by the OpenStreetMap Foundation (OSMF) as the official local chapter in the region.&lt;br /&gt;
&lt;br /&gt;
As the official local chapter of the OpenStreetMap Foundation in the region, we are able to support the development of the OpenStreetMap community in Oceania while making sure our diverse range of interests are represented, supported, and promoted. A working group has been established under OSGeo Oceania to focus specifically on OpenStreetMap and our role as a local chapter. The working group is still determining its long term priorities, so [https://docs.google.com/document/d/1vjb5ALk_KedSVoFVacw3QCEvVvyTKLafu4ji_g0bfqM/edit?usp=sharing feel free to contribute to the discussion here].&lt;br /&gt;
&lt;br /&gt;
Anyone within Oceania is welcome to join the working group and attend working group meetings.&lt;br /&gt;
&lt;br /&gt;
Note, while OSGeo Oceania is currently the recognised local chapter in the region, we are fully supportive of other groups that may form in Oceania with the intent of becoming a local chapter. One example would be a national entity that determines their interests would better represented as an independent local chapter. If this was to occur, OSGeo Oceania would be fully supportive and will not claim to speak for groups who do not wish to be represented.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2020 FOSS4G SotM Oceania 2020]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2019 FOSS4G SotM Oceania 2019]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2018 FOSS4G SotM Oceania 2018]&lt;br /&gt;
&amp;lt;!-- this part is hidden until the call for EoIs goes out in 2020&lt;br /&gt;
=== Call for Expressions of Interest for FOSS4G SotM Oceania 2021 ===&lt;br /&gt;
We are seeking Expressions of Interest (EOIs) from the Oceania community for hosting FOSS4G SotM Oceania in 2021. This is a wonderful opportunity to bring the open geospatial community to your city, drive the growth of your local community, and contribute to a regional and global phenomenon.&lt;br /&gt;
&lt;br /&gt;
EOIs need not be full proposals, as we can work with you to develop your plans further. They should at least show us that you have people committed to organising the conference, and have given some thought to the financial aspects of the event. It would be helpful if you can provide some information on potential venues. Basically, tell us why your location is a good choice for FOSS4G SotM Oceania 2021. Please see the [https://gist.github.com/dwsilk/1ee1f0347a0c386438504c3e20022df7 2019 Letter of Intent] for an example.&lt;br /&gt;
&lt;br /&gt;
You won't be alone - we anticipate a conference organising committee that includes a mix of new and experienced people, and it's very likely that people from the 2018 and 2019 events will be interested in participating in this committee.&lt;br /&gt;
&lt;br /&gt;
Strong preference will be given to a city in a country that did not host the previous year.&lt;br /&gt;
&lt;br /&gt;
Additionally, see [https://lists.osgeo.org/pipermail/oceania/2019-August/002084.html this email thread] for a bit of extra background information.&lt;br /&gt;
&lt;br /&gt;
'''EOIs should be submitted to the public [https://lists.osgeo.org/mailman/listinfo/oceania OSGeo Oceania mailing list] by 16th September.''' Please feel free to ask questions!&lt;br /&gt;
&lt;br /&gt;
==== Timeline ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date !! Item&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-02 || Accepting expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 || Deadline for expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 - 2019-10-07 || Questions &amp;amp; clarification period&lt;br /&gt;
|-&lt;br /&gt;
| 2020-10-21 || Decision&lt;br /&gt;
|-&lt;br /&gt;
| 2020-11-14 || Public announcement at FOSS4G SotM Oceania 2019 in Wellington&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
See the [https://wiki.osgeo.org/wiki/Aust-NZ Aust-NZ wiki page] for an earlier incarnation of this community. OSGeo Oceania picks up where Aust-NZ left off, and aims to build on that foundation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
Some notable open geospatial events in the region:&lt;br /&gt;
* 12-15 November 2019: FOSS4G SotM Oceania, Wellington [https://2019.foss4g-oceania.org]  &lt;br /&gt;
* 20-23 November 2018: FOSS4G SotM Oceania, Melbourne [https://2018.foss4g-oceania.org]&lt;br /&gt;
* 17 November 2017: Australian QGIS user group meetup, Sydney [https://github.com/qgis-au/meetups/wiki/Australian-QGIS-user-group-meetup-2017]&lt;br /&gt;
* May 2017: QGIS Noosa Hackfest [https://nyalldawson.net/2017/05/the-inaugural-qgis-australia-hackfest-noosa-2017]&lt;br /&gt;
* 1 March 2017: NZ QGIS User Forum, Wellington [http://www.mapsolutions.co.nz/blog/44-qgis-user-forum]&lt;br /&gt;
* 23 September 2015: NZ QGIS User Conference, Wellington [http://www.mapsolutions.co.nz/blog/30-qgis-user-conference]&lt;br /&gt;
* 22 September 2015: NZ GeoNetwork Users Meetup, Wellington&lt;br /&gt;
* 12 May 2015: QGIS Forum, Perth&lt;br /&gt;
* 14 May 2015: QGIS Forum, Melbourne[https://groups.google.com/forum/#!topic/australian-qgis-user-group/BbMJseevuh8]&lt;br /&gt;
* 18 April 2013: Melbourne QGIS User Conference [https://groups.google.com/forum/#!topic/australian-qgis-user-group/p0wEBFKVT-Q][https://groups.google.com/forum/#!topic/australian-qgis-user-group/bQ4255XAoC4]&lt;br /&gt;
* 14 March 2013: Perth QGIS User Forum/Group [https://nathanw.net/2013/04/19/perth-qgis-user-forumgroup]&lt;br /&gt;
* 15-16 November 2012: FOSS4G-AU 'unconference', Brisbane [https://wiki.osgeo.org/wiki/FOSS4G-AU_2012][http://www.how2map.com/2012/11/foss4g-au-tomorrow.html][https://nathanw.net/2012/11/20/foss4g-au-in-summary]&lt;br /&gt;
* 20-23 October 2009: FOSS4G international conference, Sydney [http://2009.foss4g.org]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also see the [https://wiki.osgeo.org/wiki/Pacific_Islands_Chapter Pacific Islands Chapter page] for history of events and developments in the Pacific Islands.&lt;br /&gt;
&lt;br /&gt;
[[Category: Local Chapters]]&lt;br /&gt;
[[Category: Oceania]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Jonahsullivan&amp;diff=125893</id>
		<title>Jonahsullivan</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Jonahsullivan&amp;diff=125893"/>
		<updated>2020-12-14T01:32:53Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Redirected page to User:Jonahsullivan&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:Jonahsullivan]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Jonahsullivan&amp;diff=125892</id>
		<title>User:Jonahsullivan</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Jonahsullivan&amp;diff=125892"/>
		<updated>2020-12-14T01:32:20Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: copied from https://wiki.osgeo.org/index.php?title=Jonahsullivan&amp;amp;action=edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSGeo Member&lt;br /&gt;
|Name=Jonah Sullivan&lt;br /&gt;
|JobTitle=Geospatial Analyst&lt;br /&gt;
|Country=Australia&lt;br /&gt;
|State=Australian Capital Territory&lt;br /&gt;
|City=Canberra&lt;br /&gt;
|Coordinate=-35.3432436, 149.1560155&lt;br /&gt;
|LocalChapter=Oceania&lt;br /&gt;
|Languages=English&lt;br /&gt;
|Info=Federal sector geospatial analyst in Australia. FOSS4G SotM Oceania Committee member 2018, OSGeo Oceania Board member 2019, FOSS4G SotM Oceania 2020 Co-Chair, OSGeo Oceania Board Secretary 2021.&lt;br /&gt;
}}&lt;br /&gt;
{{OSGeo Experience&lt;br /&gt;
|User=Yes&lt;br /&gt;
|Committee=Yes&lt;br /&gt;
|Board=Yes&lt;br /&gt;
|Coder=Yes&lt;br /&gt;
|Translate=No&lt;br /&gt;
|PSC=No&lt;br /&gt;
|ExBoard=No&lt;br /&gt;
|Charter=Yes&lt;br /&gt;
|Chair=No&lt;br /&gt;
|SolKatz=No&lt;br /&gt;
|Committer=No&lt;br /&gt;
}}&lt;br /&gt;
[[Category:OSGeo_Advocate]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125891</id>
		<title>Oceania</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125891"/>
		<updated>2020-12-14T01:25:05Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: /* 2021 */ who is continuing and who is elected&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Organisation ==&lt;br /&gt;
&lt;br /&gt;
Our purpose is to support and grow the open geospatial community in the Oceania region, including the oversight and stewardship of the FOSS4G SotM Oceania conference series.&lt;br /&gt;
&lt;br /&gt;
The Oceania region includes countries listed in the [https://www.wikiwand.com/en/United_Nations_geoscheme_for_Oceania United Nations Geoscheme for Oceania]. We have also included Timor-Leste in our Travel Grant Program. We recognise the important cultural and social connections with other countries in the broader region, such as the Philippines.&lt;br /&gt;
&lt;br /&gt;
We recognise the long-established [[Pacific Islands Chapter]] of OSGeo, and work closely with them to build a strong community across our region.&lt;br /&gt;
&lt;br /&gt;
== How to learn more &amp;amp; get involved ==&lt;br /&gt;
&lt;br /&gt;
The best way to stay up to date on what we're doing is to join our mailing lists:&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania oceania] - discussion about the regional open geospatial community and OSGeo Oceania&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/foss4g-oceania foss4g-oceania] - FOSS4G SotM Oceania conference planning&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board oceania-board] - OSGeo Oceania board discussion (public, but read only)&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board-private oceania-board-private] - non-public OSGeo Oceania board discussion (private, board member access only)&lt;br /&gt;
&lt;br /&gt;
There's also a lot of informal chatter on the Maptime Oceania Slack group: [https://join.slack.com/t/maptimeoceania/shared_invite/enQtNDU3MTU3ODkyMjU2LThiMWU4MjZjNjM0ZWRiMWZlNWE2OTZjYjM0ZTMzZDEwMzc5MTAzN2Q2MzMyZDMzYTMwNjc5NGIxYjY4MDRiMjM join here]&lt;br /&gt;
&lt;br /&gt;
And you can head to the conference website (link below) and join the conference updates mailing list there.&lt;br /&gt;
&lt;br /&gt;
If you want to talk about how you can get involved, feel free to post on any of these lists, or drop us a line at admin@osgeo-oceania.org.&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
Membership of OSGeo Oceania is an opportunity to engage more actively with the support of open geospatial software &amp;amp; data in Oceania. Members can support OSGeo Oceania in a variety of ways:&lt;br /&gt;
* Helping to organise the annual FOSS4G SotM Oceania conference series&lt;br /&gt;
* Organising local geospatial events&lt;br /&gt;
* Editing in OpenStreetMap&lt;br /&gt;
* Active discussions in Oceania related mailing lists&lt;br /&gt;
* Writing developer documentation for open source geospatial projects&lt;br /&gt;
* Contributing to open source geospatial repositories&lt;br /&gt;
&lt;br /&gt;
Becoming a member allows you to run for the board of OSGeo Oceania and/or vote in the [[Oceania_Elections|election process]].&lt;br /&gt;
&lt;br /&gt;
Membership is free, and you can apply for membership at any time using [https://docs.google.com/forms/d/e/1FAIpQLSfyt_YoV6oK4hdVSsZjOACUV5V55J5m9RZtVUDuoFTidzZBDg/viewform this form]&lt;br /&gt;
&lt;br /&gt;
Applications are reviewed by a membership working group. Generally memberships are approved within a few weeks.&lt;br /&gt;
&lt;br /&gt;
Member list here: [[Oceania Membership]] (only includes those who have agreed to be listed).&lt;br /&gt;
&lt;br /&gt;
== Documents &amp;amp; policies ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Document!! Date&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1kZD8pcW2efjLEY7ih3rzcWpe7X0hEG2A Constitution] || 2019-11-07&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/13aZ6L08ke1-l32I7c00MahyEKgxeZkq8 OSGeo Oceania Terms of Reference] || 2018-12-17&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1cbd3Rt5R688qrZ3eTCHxpRZ8HbII358_1UARf3m5qBs Budget 2020-2021] || 2020-06-30&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1h_W0wWNTUmCRs6C9-6-9n1TSf_ZrmxjVtT1yzAqJFTs Budget 2019-2020] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1juJafdp8zfIprkA6eDDSFEMwOANQRI93 Membership Policy] || 2020-03-25&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1yNhl7VHz5kjPYEbcgqzY7hiUaR_0-uNH Finance Committee Terms of Reference] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/10FlS_e7Lvf6SSGdbcLkyCEHT6WrPSYyi Communications &amp;amp; Outreach Working Group Terms of Reference] || 2020-03-16&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1U3R3wSHR9jo9VgywmAQqKswrylwjxw9- Special Interest Group Guidelines ] || 2020-10-21&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Board of Directors ==&lt;br /&gt;
OSGeo Oceania is governed and managed by a board of directors. The board delegates responsibilities to committees as needed. As per the constitution, directors are elected by the membership in annual elections. Details of process, current and historical election records can be found on [[Oceania_Elections]].&lt;br /&gt;
&lt;br /&gt;
=== Responsibilities ===&lt;br /&gt;
The primary responsibilities of the board are to:&lt;br /&gt;
* govern and manage OSGeo Oceania, with regard to finance, risk, and sustainability of the organisation&lt;br /&gt;
* provide oversight of the conference committee, and ongoing stewardship of the conference series&lt;br /&gt;
* coordinate other related outreach activities, including local FOSS4G and State of the Map events&lt;br /&gt;
* maintain a relationship with OSGeo and the OpenStreetMap Foundation, and maintain OSGeo &amp;amp; OSMF chapters in good standing&lt;br /&gt;
* hold accounts, domain names, and other administrative tools, data, and assets as needed&lt;br /&gt;
* enter into agreements with other parties as needed.&lt;br /&gt;
&lt;br /&gt;
=== 2021 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [[User:Eneerhut|Edoardo Neerhut]]&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;&amp;gt;Elected at the last election&amp;lt;/ref&amp;gt;  (Chair)&lt;br /&gt;
* Dionne Hansen&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;&amp;gt;Continuing 2-year term&amp;lt;/ref&amp;gt; (Deputy Chair)&lt;br /&gt;
* [[User:Alexgleith|Alex Leith]]&amp;lt;ref name=&amp;quot;reelected-at-the-last-election&amp;quot;&amp;gt;Re-elected at the last election&amp;lt;/ref&amp;gt; (Treasurer)&lt;br /&gt;
* [[Jonahsullivan|Jonah Sullivan]]&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt; (Secretary)&lt;br /&gt;
* Carrol Chan&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* Elisa Puccioni&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* Emma Hain&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;/&amp;gt;&lt;br /&gt;
* Ewen Hill&amp;lt;ref name=&amp;quot;elected-at-the-last-election&amp;quot;/&amp;gt;&lt;br /&gt;
* [[User:glauer|Greg Lauer]]&amp;lt;ref name=&amp;quot;continuing-2-year-term&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Meeting minutes'''&lt;br /&gt;
* [https://drive.google.com/file/d/1qFavWHbCInSm-GNqFav0xYeF68qAIlNB/view?usp=sharing 2020-12-11]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2020 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
The incoming board will articulate its objectives for 2020 early in the year. Board meetings will be held on the second Friday of each month at 11am AEDT (unless otherwise arranged).&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] (Chair and Treasurer)&lt;br /&gt;
* Trisha Moriarty (Deputy Chair)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer] (Secretary)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Adamsteer Adam Steer] (resigned 27 Nov 2020)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk] (resigned 24 Nov 2020)&lt;br /&gt;
* Dionne Hansen&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] (was Chair; resigned 29 May 2020)&lt;br /&gt;
&lt;br /&gt;
As per [https://lists.osgeo.org/pipermail/oceania/2020-January/002240.html this thread], Adam, Alex, John, Martin, and Trisha have a 1 year term and their seats will be open at the next election. All other directors have a standard 2 year term.&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1tlpx17SNeUpsuP10XorP0YqnZLpknA41 2020-01-09]&lt;br /&gt;
* [https://drive.google.com/open?id=1TYAw_zmNEqajzxO1PQwPnpt539CXodby 2020-02-14]&lt;br /&gt;
* [https://drive.google.com/open?id=1Z1zo1rkjnWv3_9S_rPA2dkxP8Ihg56gq 2020-03-13]&lt;br /&gt;
* [https://drive.google.com/file/d/1i1OP74QsTx0wh1FskCK_4vKUkRFQPZUW 2020-05-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1sGwj0KRS_ZY7i-R1iqjIKmrL01RwFBzI 2020-06-12]&lt;br /&gt;
* [https://drive.google.com/file/d/1EjTWysXorK9o3YrJJ3Q3E5NpEz7Sit7l 2020-06-26]&lt;br /&gt;
* [https://drive.google.com/file/d/1_nLdOshAy-zBZuQDeDq6RdH7svuKmzGZ 2020-07-24]&lt;br /&gt;
* [https://drive.google.com/file/d/1Ggesd0E3xp9VNPsV-2kmSzRXZWNvWDGA 2020-08-14]&lt;br /&gt;
* [https://drive.google.com/file/d/1SMNCmPT51ar2594Ppul4JG8xESXZ-br9 2020-09-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1dgd7PcstaJ8L1M-CjmcX3BRRTw0KRb6d 2020-10-30]&lt;br /&gt;
* [https://drive.google.com/file/d/1V-w95HXHu3rxvNG_-K4CABGbcLxyrnx6 2020-11-27]&lt;br /&gt;
&lt;br /&gt;
==== Motions/decisions ====&lt;br /&gt;
Motions of the board are recorded in Loomio [https://www.loomio.org/osgeo-oceania here].&lt;br /&gt;
&lt;br /&gt;
==== Annual General Meeting Minutes ====&lt;br /&gt;
&lt;br /&gt;
The minutes of the [https://drive.google.com/file/d/1i0OZvJt5_FZ3LesSFY1FFBVCh33GOJqP 2020 Annual General Meeting] are available.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
In order to guide the organisation towards a mature state, in 2019 this board will aim to:&lt;br /&gt;
* determine a process for recruiting and managing an appropriate general membership&lt;br /&gt;
* determine a process for renewal of board membership, including accountability to the general membership, and clarify such items as term limits and staggering of terms&lt;br /&gt;
* determine a process for inviting expressions of interest and selecting groups wishing to host the annual FOSS4G SotM Oceania event&lt;br /&gt;
* determine and formalise an appropriate non-profit structure&lt;br /&gt;
* submit an official expression of interest to the OSGeo board to form an OSGeo local chapter&lt;br /&gt;
* apply to the OpenStreetMap Foundation board to form an OpenStreetMap local chapter&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] - OSGeo Oceania Treasurer - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Eneerhut Edoardo Neerhut]&lt;br /&gt;
* Greg Lauer - OSGeo Oceania Secretary&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] - OSGeo Oceania President - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/Jonahsullivan Jonah Sullivan]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Spatialize Kerry Smyth]&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* Trisha Moriarty&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1pqXrWZUyhl7iqLLVTchRcCRz3lRO9KIY 2019-01-25]&lt;br /&gt;
* [https://drive.google.com/open?id=1lvpG-67NcZE5VNslff5tFq8dHVRRcQFt 2019-03-26]&lt;br /&gt;
* [https://drive.google.com/open?id=1cjHdlCKWw0VaXPEoPEphXha7uTNLuVdW 2019-05-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1g1eJqqVQ5Fc8TPLi0GUuRS4lYu76ZT5T 2019-07-30]&lt;br /&gt;
* [https://drive.google.com/open?id=13R8G_8gwTJErVjVhJXYdCrHJqbHl4N-J 2019-09-12]&lt;br /&gt;
* [https://drive.google.com/open?id=1_bVj2sTq3dvip2htplq0z9fUrvWF4qNP 2019-10-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1e3PPWOi1ZF3sDwmOaqwc_zOMLpKVyw2N 2019-12-12]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Committees &amp;amp; working groups ==&lt;br /&gt;
* Membership working group (Edoardo Neerhut (chair), Emma Hain, David Garcia, Daniel Silk)&lt;br /&gt;
* Finance committee (Alex Leith (chair), Greg Lauer, Trisha Moriarty, Dionne Hansen)&lt;br /&gt;
* 2020 conference committee (Vasiti Soko (co-chair), Jonah Sullivan (co-chair), Nick Rollings, Edwin Liava'a, Elizabeth Lomani, Dan Lomata, Julie Callebaut, Joeli Varo, Nemaia Koto, Saleshni Naidu, Salote Baleisuva, John Bryant, David Garcia, Dionne Hansen, Emma Hain, Aleen Prasad, Alex Leith, Greg Lauer, Gander Wainiqol, Keleni, Lani Roko, Litia Gaunavou)&lt;br /&gt;
* Travel grant program working group (John Bryant (chair), Greg Lauer, Elizabeth Lomani, Wolf Forstreuter, Edwin Liava'a, Gander Wainiqolo, Elisa Puccioni, Violaine Doutreleau)&lt;br /&gt;
* Outreach and communications working group (Adam Steer (chair), Trisha Moriarty, Emma Hain, Martin Tomko, Dionne Hansen, Celina Agaton, Emily Hurry, Hamish Campbell, Joeli Varo, Paul Worwor)&lt;br /&gt;
* OpenStreetMap Working Group: Chair TBD. Interested parties are currently: Edoardo Neerhut, Andrew Harvey, Luke Stewart, Jonah Sullivan, Martin Tomko, David Brown, Angus Scown, Violaine Doutreleau, James Nuccio, Carrol Chan, Kamsin Raju, Greg Lauer, Kasaqa Tora, Edwin Liavaa, Malcolm Archbold, Julie Callebaut, David Garcia. Minutes from the inaugural meeting [https://docs.google.com/document/d/1TOTHXim1USSbmgR_AftmRRk2GWOwiYM8OhFm0AuA1A8/edit# can be found here].&lt;br /&gt;
&lt;br /&gt;
=== OpenStreetMap Oceania ===&lt;br /&gt;
OSGeo Oceania [https://wiki.osmfoundation.org/wiki/Local_Chapters has been recognised] by the OpenStreetMap Foundation (OSMF) as the official local chapter in the region. The paperwork still needs to be signed, but the main formalities have been completed.&lt;br /&gt;
&lt;br /&gt;
As the official local chapter of the OpenStreetMap Foundation in the region, we will be able to support the development of OpenStreetMap community in Oceania while making sure our diverse range of interests are represented, supported, and promoted. A working group has been established under OSGeo Oceania to focus specifically on OpenStreetMap and our role as a local chapter. The working group is still determining its long term priorities, so [https://docs.google.com/document/d/1vjb5ALk_KedSVoFVacw3QCEvVvyTKLafu4ji_g0bfqM/edit?usp=sharing feel free to contribute to the discussion here].&lt;br /&gt;
&lt;br /&gt;
Anyone within Oceania is welcome to join the working group and attend working group meetings.&lt;br /&gt;
&lt;br /&gt;
Note, while OSGeo Oceania is currently the recognised local chapter in the region, we are fully supportive of other groups that may form in Oceania with the intent of becoming a local chapter. One example would be a national entity that determines their interests would better represented as an independent local chapter. If this was to occur, OSGeo Oceania would be fully supportive and will not claim to speak for groups who do not wish to be represented.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2020 FOSS4G SotM Oceania 2020]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2019 FOSS4G SotM Oceania 2019]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2018 FOSS4G SotM Oceania 2018]&lt;br /&gt;
&amp;lt;!-- this part is hidden until the call for EoIs goes out in 2020&lt;br /&gt;
=== Call for Expressions of Interest for FOSS4G SotM Oceania 2021 ===&lt;br /&gt;
We are seeking Expressions of Interest (EOIs) from the Oceania community for hosting FOSS4G SotM Oceania in 2021. This is a wonderful opportunity to bring the open geospatial community to your city, drive the growth of your local community, and contribute to a regional and global phenomenon.&lt;br /&gt;
&lt;br /&gt;
EOIs need not be full proposals, as we can work with you to develop your plans further. They should at least show us that you have people committed to organising the conference, and have given some thought to the financial aspects of the event. It would be helpful if you can provide some information on potential venues. Basically, tell us why your location is a good choice for FOSS4G SotM Oceania 2021. Please see the [https://gist.github.com/dwsilk/1ee1f0347a0c386438504c3e20022df7 2019 Letter of Intent] for an example.&lt;br /&gt;
&lt;br /&gt;
You won't be alone - we anticipate a conference organising committee that includes a mix of new and experienced people, and it's very likely that people from the 2018 and 2019 events will be interested in participating in this committee.&lt;br /&gt;
&lt;br /&gt;
Strong preference will be given to a city in a country that did not host the previous year.&lt;br /&gt;
&lt;br /&gt;
Additionally, see [https://lists.osgeo.org/pipermail/oceania/2019-August/002084.html this email thread] for a bit of extra background information.&lt;br /&gt;
&lt;br /&gt;
'''EOIs should be submitted to the public [https://lists.osgeo.org/mailman/listinfo/oceania OSGeo Oceania mailing list] by 16th September.''' Please feel free to ask questions!&lt;br /&gt;
&lt;br /&gt;
==== Timeline ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date !! Item&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-02 || Accepting expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 || Deadline for expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 - 2019-10-07 || Questions &amp;amp; clarification period&lt;br /&gt;
|-&lt;br /&gt;
| 2020-10-21 || Decision&lt;br /&gt;
|-&lt;br /&gt;
| 2020-11-14 || Public announcement at FOSS4G SotM Oceania 2019 in Wellington&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
See the [https://wiki.osgeo.org/wiki/Aust-NZ Aust-NZ wiki page] for an earlier incarnation of this community. OSGeo Oceania picks up where Aust-NZ left off, and aims to build on that foundation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
Some notable open geospatial events in the region:&lt;br /&gt;
* 12-15 November 2019: FOSS4G SotM Oceania, Wellington [https://2019.foss4g-oceania.org]  &lt;br /&gt;
* 20-23 November 2018: FOSS4G SotM Oceania, Melbourne [https://2018.foss4g-oceania.org]&lt;br /&gt;
* 17 November 2017: Australian QGIS user group meetup, Sydney [https://github.com/qgis-au/meetups/wiki/Australian-QGIS-user-group-meetup-2017]&lt;br /&gt;
* May 2017: QGIS Noosa Hackfest [https://nyalldawson.net/2017/05/the-inaugural-qgis-australia-hackfest-noosa-2017]&lt;br /&gt;
* 1 March 2017: NZ QGIS User Forum, Wellington [http://www.mapsolutions.co.nz/blog/44-qgis-user-forum]&lt;br /&gt;
* 23 September 2015: NZ QGIS User Conference, Wellington [http://www.mapsolutions.co.nz/blog/30-qgis-user-conference]&lt;br /&gt;
* 22 September 2015: NZ GeoNetwork Users Meetup, Wellington&lt;br /&gt;
* 12 May 2015: QGIS Forum, Perth&lt;br /&gt;
* 14 May 2015: QGIS Forum, Melbourne[https://groups.google.com/forum/#!topic/australian-qgis-user-group/BbMJseevuh8]&lt;br /&gt;
* 18 April 2013: Melbourne QGIS User Conference [https://groups.google.com/forum/#!topic/australian-qgis-user-group/p0wEBFKVT-Q][https://groups.google.com/forum/#!topic/australian-qgis-user-group/bQ4255XAoC4]&lt;br /&gt;
* 14 March 2013: Perth QGIS User Forum/Group [https://nathanw.net/2013/04/19/perth-qgis-user-forumgroup]&lt;br /&gt;
* 15-16 November 2012: FOSS4G-AU 'unconference', Brisbane [https://wiki.osgeo.org/wiki/FOSS4G-AU_2012][http://www.how2map.com/2012/11/foss4g-au-tomorrow.html][https://nathanw.net/2012/11/20/foss4g-au-in-summary]&lt;br /&gt;
* 20-23 October 2009: FOSS4G international conference, Sydney [http://2009.foss4g.org]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also see the [https://wiki.osgeo.org/wiki/Pacific_Islands_Chapter Pacific Islands Chapter page] for history of events and developments in the Pacific Islands.&lt;br /&gt;
&lt;br /&gt;
[[Category: Local Chapters]]&lt;br /&gt;
[[Category: Oceania]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Glauer&amp;diff=125882</id>
		<title>User:Glauer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Glauer&amp;diff=125882"/>
		<updated>2020-12-12T02:41:27Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: link to Oceania page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OSGeo practitioner based on Australia. Member of [[Oceania|OSGeo Oceania]] and active in the Pacific&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Eneerhut&amp;diff=125881</id>
		<title>User:Eneerhut</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Eneerhut&amp;diff=125881"/>
		<updated>2020-12-12T02:39:30Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: Mapillary (now part of Facebook)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSGeo Member&lt;br /&gt;
|Name=Edoardo Neerhut&lt;br /&gt;
|JobTitle=Strategic Partnerships Manager&lt;br /&gt;
|Company=Mapillary (now part of Facebook)&lt;br /&gt;
|Country=Australia&lt;br /&gt;
|State=Victoria&lt;br /&gt;
|City=Melbourne&lt;br /&gt;
|Coordinate=37.811082° S, 144.965013° E&lt;br /&gt;
|LocalChapter=Aust-NZ&lt;br /&gt;
|Email=eneerhut@gmail.com&lt;br /&gt;
|SocialMedia=eneerhut;&lt;br /&gt;
|Website=https://www.mapillary.com&lt;br /&gt;
|Languages=English;&lt;br /&gt;
|Info=I have loved maps since I was gifted a Dorling Kindersley World Atlas as a child. Over time that interest evolved and was satiated through travel and learning about other cultures, but the maps themselves remained elusive. It was only when I joined Mapillary in 2015 that I was able to explore my interest in maps and geospatial further, initially through OpenStreetMap, and later through QGIS. Both projects have opened my eyes to the world of maps and open source, but more important to me are the practical applications of these tools. Seeing the connection between maps of cycle infrastructure in Ottawa and government initiatives to reduce fatalities is one such example, but I have been fortunate to play a small part in others such as flood resilience, wheelchair accessibility, and government asset management programs. All of these projects demonstrated to me the powerful insights geospatial tools can provide, and the sheer capability and talent within the OSGeo community.&lt;br /&gt;
&lt;br /&gt;
Since returning to Australia in December 2016, I have enjoyed engaging with the local communities of the region, and working together with others to build a strong regional geospatial community. In 2018 we put together the first FOSS4G SotM Oceania which was an overwhelming success with 250 people attending. Building upon this, we have created the entity OSGeo Oceania to support future conferences, improve participation, and elicit new perspectives. I led sponsorship efforts for FOSS4G SotM Oceania 2019 in Wellington, New Zealand and am happy to say the conference was a wonderful continuation from the prior year with record sponsorship that helps ensure the sustainability of OSGeo Oceania in the years to come.&lt;br /&gt;
&lt;br /&gt;
My efforts are currently focused on the Membership Working Group so that we can increase the diversity within the organisation while getting more people involved.&lt;br /&gt;
&lt;br /&gt;
If you're ever in Melbourne, come and say hi! If not, reach out on Twitter: https://twitter.com/eneerhut.&lt;br /&gt;
}}&lt;br /&gt;
{{OSGeo Experience&lt;br /&gt;
|User=Yes&lt;br /&gt;
|Committee=No&lt;br /&gt;
|Board=No&lt;br /&gt;
|Coder=No&lt;br /&gt;
|Translate=No&lt;br /&gt;
|PSC=No&lt;br /&gt;
|ExBoard=No&lt;br /&gt;
|Charter=Yes&lt;br /&gt;
|Chair=No&lt;br /&gt;
|SolKatz=No&lt;br /&gt;
|Committer=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125880</id>
		<title>Oceania</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125880"/>
		<updated>2020-12-12T02:38:15Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: /* Directors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Organisation ==&lt;br /&gt;
&lt;br /&gt;
Our purpose is to support and grow the open geospatial community in the Oceania region, including the oversight and stewardship of the FOSS4G SotM Oceania conference series.&lt;br /&gt;
&lt;br /&gt;
The Oceania region includes countries listed in the [https://www.wikiwand.com/en/United_Nations_geoscheme_for_Oceania United Nations Geoscheme for Oceania]. We have also included Timor-Leste in our Travel Grant Program. We recognise the important cultural and social connections with other countries in the broader region, such as the Philippines.&lt;br /&gt;
&lt;br /&gt;
We recognise the long-established [[Pacific Islands Chapter]] of OSGeo, and work closely with them to build a strong community across our region.&lt;br /&gt;
&lt;br /&gt;
== How to learn more &amp;amp; get involved ==&lt;br /&gt;
&lt;br /&gt;
The best way to stay up to date on what we're doing is to join our mailing lists:&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania oceania] - discussion about the regional open geospatial community and OSGeo Oceania&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/foss4g-oceania foss4g-oceania] - FOSS4G SotM Oceania conference planning&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board oceania-board] - OSGeo Oceania board discussion (public, but read only)&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board-private oceania-board-private] - non-public OSGeo Oceania board discussion (private, board member access only)&lt;br /&gt;
&lt;br /&gt;
There's also a lot of informal chatter on the Maptime Oceania Slack group: [https://join.slack.com/t/maptimeoceania/shared_invite/enQtNDU3MTU3ODkyMjU2LThiMWU4MjZjNjM0ZWRiMWZlNWE2OTZjYjM0ZTMzZDEwMzc5MTAzN2Q2MzMyZDMzYTMwNjc5NGIxYjY4MDRiMjM join here]&lt;br /&gt;
&lt;br /&gt;
And you can head to the conference website (link below) and join the conference updates mailing list there.&lt;br /&gt;
&lt;br /&gt;
If you want to talk about how you can get involved, feel free to post on any of these lists, or drop us a line at admin@osgeo-oceania.org.&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
Membership of OSGeo Oceania is an opportunity to engage more actively with the support of open geospatial software &amp;amp; data in Oceania. Members can support OSGeo Oceania in a variety of ways:&lt;br /&gt;
* Helping to organise the annual FOSS4G SotM Oceania conference series&lt;br /&gt;
* Organising local geospatial events&lt;br /&gt;
* Editing in OpenStreetMap&lt;br /&gt;
* Active discussions in Oceania related mailing lists&lt;br /&gt;
* Writing developer documentation for open source geospatial projects&lt;br /&gt;
* Contributing to open source geospatial repositories&lt;br /&gt;
&lt;br /&gt;
Becoming a member allows you to run for the board of OSGeo Oceania and/or vote in the [[Oceania_Elections|election process]].&lt;br /&gt;
&lt;br /&gt;
Membership is free, and you can apply for membership at any time using [https://docs.google.com/forms/d/e/1FAIpQLSfyt_YoV6oK4hdVSsZjOACUV5V55J5m9RZtVUDuoFTidzZBDg/viewform this form]&lt;br /&gt;
&lt;br /&gt;
Applications are reviewed by a membership working group. Generally memberships are approved within a few weeks.&lt;br /&gt;
&lt;br /&gt;
Member list here: [[Oceania Membership]] (only includes those who have agreed to be listed).&lt;br /&gt;
&lt;br /&gt;
== Documents &amp;amp; policies ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Document!! Date&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1kZD8pcW2efjLEY7ih3rzcWpe7X0hEG2A Constitution] || 2019-11-07&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/13aZ6L08ke1-l32I7c00MahyEKgxeZkq8 OSGeo Oceania Terms of Reference] || 2018-12-17&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1cbd3Rt5R688qrZ3eTCHxpRZ8HbII358_1UARf3m5qBs Budget 2020-2021] || 2020-06-30&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1h_W0wWNTUmCRs6C9-6-9n1TSf_ZrmxjVtT1yzAqJFTs Budget 2019-2020] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1juJafdp8zfIprkA6eDDSFEMwOANQRI93 Membership Policy] || 2020-03-25&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1yNhl7VHz5kjPYEbcgqzY7hiUaR_0-uNH Finance Committee Terms of Reference] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/10FlS_e7Lvf6SSGdbcLkyCEHT6WrPSYyi Communications &amp;amp; Outreach Working Group Terms of Reference] || 2020-03-16&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1U3R3wSHR9jo9VgywmAQqKswrylwjxw9- Special Interest Group Guidelines ] || 2020-10-21&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Board of Directors ==&lt;br /&gt;
OSGeo Oceania is governed and managed by a board of directors. The board delegates responsibilities to committees as needed. As per the constitution, directors are elected by the membership in annual elections. Details of process, current and historical election records can be found on [[Oceania_Elections]].&lt;br /&gt;
&lt;br /&gt;
=== Responsibilities ===&lt;br /&gt;
The primary responsibilities of the board are to:&lt;br /&gt;
* govern and manage OSGeo Oceania, with regard to finance, risk, and sustainability of the organisation&lt;br /&gt;
* provide oversight of the conference committee, and ongoing stewardship of the conference series&lt;br /&gt;
* coordinate other related outreach activities, including local FOSS4G and State of the Map events&lt;br /&gt;
* maintain a relationship with OSGeo and the OpenStreetMap Foundation, and maintain OSGeo &amp;amp; OSMF chapters in good standing&lt;br /&gt;
* hold accounts, domain names, and other administrative tools, data, and assets as needed&lt;br /&gt;
* enter into agreements with other parties as needed.&lt;br /&gt;
&lt;br /&gt;
=== 2021 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Eneerhut Edoardo Neerhut] (Chair)&lt;br /&gt;
* Dionne Hansen (Deputy Chair)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] (Treasurer)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/Jonahsullivan Jonah Sullivan] (Secretary)&lt;br /&gt;
* Carrol Chan&lt;br /&gt;
* Elisa Puccioni&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Ewen Hill&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2020 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
The incoming board will articulate its objectives for 2020 early in the year. Board meetings will be held on the second Friday of each month at 11am AEDT (unless otherwise arranged).&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] (Chair and Treasurer)&lt;br /&gt;
* Trisha Moriarty (Deputy Chair)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer] (Secretary)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Adamsteer Adam Steer] (resigned 27 Nov 2020)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk] (resigned 24 Nov 2020)&lt;br /&gt;
* Dionne Hansen&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] (was Chair; resigned 29 May 2020)&lt;br /&gt;
&lt;br /&gt;
As per [https://lists.osgeo.org/pipermail/oceania/2020-January/002240.html this thread], Adam, Alex, John, Martin, and Trisha have a 1 year term and their seats will be open at the next election. All other directors have a standard 2 year term.&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1tlpx17SNeUpsuP10XorP0YqnZLpknA41 2020-01-09]&lt;br /&gt;
* [https://drive.google.com/open?id=1TYAw_zmNEqajzxO1PQwPnpt539CXodby 2020-02-14]&lt;br /&gt;
* [https://drive.google.com/open?id=1Z1zo1rkjnWv3_9S_rPA2dkxP8Ihg56gq 2020-03-13]&lt;br /&gt;
* [https://drive.google.com/file/d/1i1OP74QsTx0wh1FskCK_4vKUkRFQPZUW 2020-05-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1sGwj0KRS_ZY7i-R1iqjIKmrL01RwFBzI 2020-06-12]&lt;br /&gt;
* [https://drive.google.com/file/d/1EjTWysXorK9o3YrJJ3Q3E5NpEz7Sit7l 2020-06-26]&lt;br /&gt;
* [https://drive.google.com/file/d/1_nLdOshAy-zBZuQDeDq6RdH7svuKmzGZ 2020-07-24]&lt;br /&gt;
* [https://drive.google.com/file/d/1Ggesd0E3xp9VNPsV-2kmSzRXZWNvWDGA 2020-08-14]&lt;br /&gt;
* [https://drive.google.com/file/d/1SMNCmPT51ar2594Ppul4JG8xESXZ-br9 2020-09-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1dgd7PcstaJ8L1M-CjmcX3BRRTw0KRb6d 2020-10-30]&lt;br /&gt;
* [https://drive.google.com/file/d/1V-w95HXHu3rxvNG_-K4CABGbcLxyrnx6 2020-11-27]&lt;br /&gt;
&lt;br /&gt;
==== Motions/decisions ====&lt;br /&gt;
Motions of the board are recorded in Loomio [https://www.loomio.org/osgeo-oceania here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
In order to guide the organisation towards a mature state, in 2019 this board will aim to:&lt;br /&gt;
* determine a process for recruiting and managing an appropriate general membership&lt;br /&gt;
* determine a process for renewal of board membership, including accountability to the general membership, and clarify such items as term limits and staggering of terms&lt;br /&gt;
* determine a process for inviting expressions of interest and selecting groups wishing to host the annual FOSS4G SotM Oceania event&lt;br /&gt;
* determine and formalise an appropriate non-profit structure&lt;br /&gt;
* submit an official expression of interest to the OSGeo board to form an OSGeo local chapter&lt;br /&gt;
* apply to the OpenStreetMap Foundation board to form an OpenStreetMap local chapter&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] - OSGeo Oceania Treasurer - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Eneerhut Edoardo Neerhut]&lt;br /&gt;
* Greg Lauer - OSGeo Oceania Secretary&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] - OSGeo Oceania President - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/Jonahsullivan Jonah Sullivan]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Spatialize Kerry Smyth]&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* Trisha Moriarty&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1pqXrWZUyhl7iqLLVTchRcCRz3lRO9KIY 2019-01-25]&lt;br /&gt;
* [https://drive.google.com/open?id=1lvpG-67NcZE5VNslff5tFq8dHVRRcQFt 2019-03-26]&lt;br /&gt;
* [https://drive.google.com/open?id=1cjHdlCKWw0VaXPEoPEphXha7uTNLuVdW 2019-05-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1g1eJqqVQ5Fc8TPLi0GUuRS4lYu76ZT5T 2019-07-30]&lt;br /&gt;
* [https://drive.google.com/open?id=13R8G_8gwTJErVjVhJXYdCrHJqbHl4N-J 2019-09-12]&lt;br /&gt;
* [https://drive.google.com/open?id=1_bVj2sTq3dvip2htplq0z9fUrvWF4qNP 2019-10-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1e3PPWOi1ZF3sDwmOaqwc_zOMLpKVyw2N 2019-12-12]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Committees &amp;amp; working groups ==&lt;br /&gt;
* Membership working group (Edoardo Neerhut (chair), Emma Hain, David Garcia, Daniel Silk)&lt;br /&gt;
* Finance committee (Alex Leith (chair), Greg Lauer, Trisha Moriarty, Dionne Hansen)&lt;br /&gt;
* 2020 conference committee (Vasiti Soko (co-chair), Jonah Sullivan (co-chair), Nick Rollings, Edwin Liava'a, Elizabeth Lomani, Dan Lomata, Julie Callebaut, Joeli Varo, Nemaia Koto, Saleshni Naidu, Salote Baleisuva, John Bryant, David Garcia, Dionne Hansen, Emma Hain, Aleen Prasad, Alex Leith, Greg Lauer, Gander Wainiqol, Keleni, Lani Roko, Litia Gaunavou)&lt;br /&gt;
* Travel grant program working group (John Bryant (chair), Greg Lauer, Elizabeth Lomani, Wolf Forstreuter, Edwin Liava'a, Gander Wainiqolo, Elisa Puccioni, Violaine Doutreleau)&lt;br /&gt;
* Outreach and communications working group (Adam Steer (chair), Trisha Moriarty, Emma Hain, Martin Tomko, Dionne Hansen, Celina Agaton, Emily Hurry, Hamish Campbell, Joeli Varo, Paul Worwor)&lt;br /&gt;
* OpenStreetMap Working Group: Chair TBD. Interested parties are currently: Edoardo Neerhut, Andrew Harvey, Luke Stewart, Jonah Sullivan, Martin Tomko, David Brown, Angus Scown, Violaine Doutreleau, James Nuccio, Carrol Chan, Kamsin Raju, Greg Lauer, Kasaqa Tora, Edwin Liavaa, Malcolm Archbold, Julie Callebaut, David Garcia. Minutes from the inaugural meeting [https://docs.google.com/document/d/1TOTHXim1USSbmgR_AftmRRk2GWOwiYM8OhFm0AuA1A8/edit# can be found here].&lt;br /&gt;
&lt;br /&gt;
=== OpenStreetMap Oceania ===&lt;br /&gt;
OSGeo Oceania [https://wiki.osmfoundation.org/wiki/Local_Chapters has been recognised] by the OpenStreetMap Foundation (OSMF) as the official local chapter in the region. The paperwork still needs to be signed, but the main formalities have been completed.&lt;br /&gt;
&lt;br /&gt;
As the official local chapter of the OpenStreetMap Foundation in the region, we will be able to support the development of OpenStreetMap community in Oceania while making sure our diverse range of interests are represented, supported, and promoted. A working group has been established under OSGeo Oceania to focus specifically on OpenStreetMap and our role as a local chapter. The working group is still determining its long term priorities, so [https://docs.google.com/document/d/1vjb5ALk_KedSVoFVacw3QCEvVvyTKLafu4ji_g0bfqM/edit?usp=sharing feel free to contribute to the discussion here].&lt;br /&gt;
&lt;br /&gt;
Anyone within Oceania is welcome to join the working group and attend working group meetings.&lt;br /&gt;
&lt;br /&gt;
Note, while OSGeo Oceania is currently the recognised local chapter in the region, we are fully supportive of other groups that may form in Oceania with the intent of becoming a local chapter. One example would be a national entity that determines their interests would better represented as an independent local chapter. If this was to occur, OSGeo Oceania would be fully supportive and will not claim to speak for groups who do not wish to be represented.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2020 FOSS4G SotM Oceania 2020]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2019 FOSS4G SotM Oceania 2019]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2018 FOSS4G SotM Oceania 2018]&lt;br /&gt;
&amp;lt;!-- this part is hidden until the call for EoIs goes out in 2020&lt;br /&gt;
=== Call for Expressions of Interest for FOSS4G SotM Oceania 2021 ===&lt;br /&gt;
We are seeking Expressions of Interest (EOIs) from the Oceania community for hosting FOSS4G SotM Oceania in 2021. This is a wonderful opportunity to bring the open geospatial community to your city, drive the growth of your local community, and contribute to a regional and global phenomenon.&lt;br /&gt;
&lt;br /&gt;
EOIs need not be full proposals, as we can work with you to develop your plans further. They should at least show us that you have people committed to organising the conference, and have given some thought to the financial aspects of the event. It would be helpful if you can provide some information on potential venues. Basically, tell us why your location is a good choice for FOSS4G SotM Oceania 2021. Please see the [https://gist.github.com/dwsilk/1ee1f0347a0c386438504c3e20022df7 2019 Letter of Intent] for an example.&lt;br /&gt;
&lt;br /&gt;
You won't be alone - we anticipate a conference organising committee that includes a mix of new and experienced people, and it's very likely that people from the 2018 and 2019 events will be interested in participating in this committee.&lt;br /&gt;
&lt;br /&gt;
Strong preference will be given to a city in a country that did not host the previous year.&lt;br /&gt;
&lt;br /&gt;
Additionally, see [https://lists.osgeo.org/pipermail/oceania/2019-August/002084.html this email thread] for a bit of extra background information.&lt;br /&gt;
&lt;br /&gt;
'''EOIs should be submitted to the public [https://lists.osgeo.org/mailman/listinfo/oceania OSGeo Oceania mailing list] by 16th September.''' Please feel free to ask questions!&lt;br /&gt;
&lt;br /&gt;
==== Timeline ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date !! Item&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-02 || Accepting expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 || Deadline for expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 - 2019-10-07 || Questions &amp;amp; clarification period&lt;br /&gt;
|-&lt;br /&gt;
| 2020-10-21 || Decision&lt;br /&gt;
|-&lt;br /&gt;
| 2020-11-14 || Public announcement at FOSS4G SotM Oceania 2019 in Wellington&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
See the [https://wiki.osgeo.org/wiki/Aust-NZ Aust-NZ wiki page] for an earlier incarnation of this community. OSGeo Oceania picks up where Aust-NZ left off, and aims to build on that foundation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
Some notable open geospatial events in the region:&lt;br /&gt;
* 12-15 November 2019: FOSS4G SotM Oceania, Wellington [https://2019.foss4g-oceania.org]  &lt;br /&gt;
* 20-23 November 2018: FOSS4G SotM Oceania, Melbourne [https://2018.foss4g-oceania.org]&lt;br /&gt;
* 17 November 2017: Australian QGIS user group meetup, Sydney [https://github.com/qgis-au/meetups/wiki/Australian-QGIS-user-group-meetup-2017]&lt;br /&gt;
* May 2017: QGIS Noosa Hackfest [https://nyalldawson.net/2017/05/the-inaugural-qgis-australia-hackfest-noosa-2017]&lt;br /&gt;
* 1 March 2017: NZ QGIS User Forum, Wellington [http://www.mapsolutions.co.nz/blog/44-qgis-user-forum]&lt;br /&gt;
* 23 September 2015: NZ QGIS User Conference, Wellington [http://www.mapsolutions.co.nz/blog/30-qgis-user-conference]&lt;br /&gt;
* 22 September 2015: NZ GeoNetwork Users Meetup, Wellington&lt;br /&gt;
* 12 May 2015: QGIS Forum, Perth&lt;br /&gt;
* 14 May 2015: QGIS Forum, Melbourne[https://groups.google.com/forum/#!topic/australian-qgis-user-group/BbMJseevuh8]&lt;br /&gt;
* 18 April 2013: Melbourne QGIS User Conference [https://groups.google.com/forum/#!topic/australian-qgis-user-group/p0wEBFKVT-Q][https://groups.google.com/forum/#!topic/australian-qgis-user-group/bQ4255XAoC4]&lt;br /&gt;
* 14 March 2013: Perth QGIS User Forum/Group [https://nathanw.net/2013/04/19/perth-qgis-user-forumgroup]&lt;br /&gt;
* 15-16 November 2012: FOSS4G-AU 'unconference', Brisbane [https://wiki.osgeo.org/wiki/FOSS4G-AU_2012][http://www.how2map.com/2012/11/foss4g-au-tomorrow.html][https://nathanw.net/2012/11/20/foss4g-au-in-summary]&lt;br /&gt;
* 20-23 October 2009: FOSS4G international conference, Sydney [http://2009.foss4g.org]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also see the [https://wiki.osgeo.org/wiki/Pacific_Islands_Chapter Pacific Islands Chapter page] for history of events and developments in the Pacific Islands.&lt;br /&gt;
&lt;br /&gt;
[[Category: Local Chapters]]&lt;br /&gt;
[[Category: Oceania]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125876</id>
		<title>Oceania</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125876"/>
		<updated>2020-12-11T22:04:37Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: directors appointed/inaugurated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Organisation ==&lt;br /&gt;
&lt;br /&gt;
Our purpose is to support and grow the open geospatial community in the Oceania region, including the oversight and stewardship of the FOSS4G SotM Oceania conference series.&lt;br /&gt;
&lt;br /&gt;
The Oceania region includes countries listed in the [https://www.wikiwand.com/en/United_Nations_geoscheme_for_Oceania United Nations Geoscheme for Oceania]. We have also included Timor-Leste in our Travel Grant Program. We recognise the important cultural and social connections with other countries in the broader region, such as the Philippines.&lt;br /&gt;
&lt;br /&gt;
We recognise the long-established [[Pacific Islands Chapter]] of OSGeo, and work closely with them to build a strong community across our region.&lt;br /&gt;
&lt;br /&gt;
== How to learn more &amp;amp; get involved ==&lt;br /&gt;
&lt;br /&gt;
The best way to stay up to date on what we're doing is to join our mailing lists:&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania oceania] - discussion about the regional open geospatial community and OSGeo Oceania&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/foss4g-oceania foss4g-oceania] - FOSS4G SotM Oceania conference planning&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board oceania-board] - OSGeo Oceania board discussion (public, but read only)&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board-private oceania-board-private] - non-public OSGeo Oceania board discussion (private, board member access only)&lt;br /&gt;
&lt;br /&gt;
There's also a lot of informal chatter on the Maptime Oceania Slack group: [https://join.slack.com/t/maptimeoceania/shared_invite/enQtNDU3MTU3ODkyMjU2LThiMWU4MjZjNjM0ZWRiMWZlNWE2OTZjYjM0ZTMzZDEwMzc5MTAzN2Q2MzMyZDMzYTMwNjc5NGIxYjY4MDRiMjM join here]&lt;br /&gt;
&lt;br /&gt;
And you can head to the conference website (link below) and join the conference updates mailing list there.&lt;br /&gt;
&lt;br /&gt;
If you want to talk about how you can get involved, feel free to post on any of these lists, or drop us a line at admin@osgeo-oceania.org.&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
Membership of OSGeo Oceania is an opportunity to engage more actively with the support of open geospatial software &amp;amp; data in Oceania. Members can support OSGeo Oceania in a variety of ways:&lt;br /&gt;
* Helping to organise the annual FOSS4G SotM Oceania conference series&lt;br /&gt;
* Organising local geospatial events&lt;br /&gt;
* Editing in OpenStreetMap&lt;br /&gt;
* Active discussions in Oceania related mailing lists&lt;br /&gt;
* Writing developer documentation for open source geospatial projects&lt;br /&gt;
* Contributing to open source geospatial repositories&lt;br /&gt;
&lt;br /&gt;
Becoming a member allows you to run for the board of OSGeo Oceania and/or vote in the [[Oceania_Elections|election process]].&lt;br /&gt;
&lt;br /&gt;
Membership is free, and you can apply for membership at any time using [https://docs.google.com/forms/d/e/1FAIpQLSfyt_YoV6oK4hdVSsZjOACUV5V55J5m9RZtVUDuoFTidzZBDg/viewform this form]&lt;br /&gt;
&lt;br /&gt;
Applications are reviewed by a membership working group. Generally memberships are approved within a few weeks.&lt;br /&gt;
&lt;br /&gt;
Member list here: [[Oceania Membership]] (only includes those who have agreed to be listed).&lt;br /&gt;
&lt;br /&gt;
== Documents &amp;amp; policies ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Document!! Date&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1kZD8pcW2efjLEY7ih3rzcWpe7X0hEG2A Constitution] || 2019-11-07&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/13aZ6L08ke1-l32I7c00MahyEKgxeZkq8 OSGeo Oceania Terms of Reference] || 2018-12-17&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1cbd3Rt5R688qrZ3eTCHxpRZ8HbII358_1UARf3m5qBs Budget 2020-2021] || 2020-06-30&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1h_W0wWNTUmCRs6C9-6-9n1TSf_ZrmxjVtT1yzAqJFTs Budget 2019-2020] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1juJafdp8zfIprkA6eDDSFEMwOANQRI93 Membership Policy] || 2020-03-25&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1yNhl7VHz5kjPYEbcgqzY7hiUaR_0-uNH Finance Committee Terms of Reference] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/10FlS_e7Lvf6SSGdbcLkyCEHT6WrPSYyi Communications &amp;amp; Outreach Working Group Terms of Reference] || 2020-03-16&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1U3R3wSHR9jo9VgywmAQqKswrylwjxw9- Special Interest Group Guidelines ] || 2020-10-21&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Board of Directors ==&lt;br /&gt;
OSGeo Oceania is governed and managed by a board of directors. The board delegates responsibilities to committees as needed. As per the constitution, directors are elected by the membership in annual elections. Details of process, current and historical election records can be found on [[Oceania_Elections]].&lt;br /&gt;
&lt;br /&gt;
=== Responsibilities ===&lt;br /&gt;
The primary responsibilities of the board are to:&lt;br /&gt;
* govern and manage OSGeo Oceania, with regard to finance, risk, and sustainability of the organisation&lt;br /&gt;
* provide oversight of the conference committee, and ongoing stewardship of the conference series&lt;br /&gt;
* coordinate other related outreach activities, including local FOSS4G and State of the Map events&lt;br /&gt;
* maintain a relationship with OSGeo and the OpenStreetMap Foundation, and maintain OSGeo &amp;amp; OSMF chapters in good standing&lt;br /&gt;
* hold accounts, domain names, and other administrative tools, data, and assets as needed&lt;br /&gt;
* enter into agreements with other parties as needed.&lt;br /&gt;
&lt;br /&gt;
=== 2021 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* Edoardo Neerhut (Chair)&lt;br /&gt;
* Dionne Hansen (Deputy Chair)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] (Treasurer)&lt;br /&gt;
* Jonah Sullivan (Secretary)&lt;br /&gt;
* Carrol Chan&lt;br /&gt;
* Elisa Puccioni&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Ewen Hill&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2020 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
The incoming board will articulate its objectives for 2020 early in the year. Board meetings will be held on the second Friday of each month at 11am AEDT (unless otherwise arranged).&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] (Chair and Treasurer)&lt;br /&gt;
* Trisha Moriarty (Deputy Chair)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer] (Secretary)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Adamsteer Adam Steer] (resigned 27 Nov 2020)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk] (resigned 24 Nov 2020)&lt;br /&gt;
* Dionne Hansen&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] (was Chair; resigned 29 May 2020)&lt;br /&gt;
&lt;br /&gt;
As per [https://lists.osgeo.org/pipermail/oceania/2020-January/002240.html this thread], Adam, Alex, John, Martin, and Trisha have a 1 year term and their seats will be open at the next election. All other directors have a standard 2 year term.&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1tlpx17SNeUpsuP10XorP0YqnZLpknA41 2020-01-09]&lt;br /&gt;
* [https://drive.google.com/open?id=1TYAw_zmNEqajzxO1PQwPnpt539CXodby 2020-02-14]&lt;br /&gt;
* [https://drive.google.com/open?id=1Z1zo1rkjnWv3_9S_rPA2dkxP8Ihg56gq 2020-03-13]&lt;br /&gt;
* [https://drive.google.com/file/d/1i1OP74QsTx0wh1FskCK_4vKUkRFQPZUW 2020-05-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1sGwj0KRS_ZY7i-R1iqjIKmrL01RwFBzI 2020-06-12]&lt;br /&gt;
* [https://drive.google.com/file/d/1EjTWysXorK9o3YrJJ3Q3E5NpEz7Sit7l 2020-06-26]&lt;br /&gt;
* [https://drive.google.com/file/d/1_nLdOshAy-zBZuQDeDq6RdH7svuKmzGZ 2020-07-24]&lt;br /&gt;
* [https://drive.google.com/file/d/1Ggesd0E3xp9VNPsV-2kmSzRXZWNvWDGA 2020-08-14]&lt;br /&gt;
* [https://drive.google.com/file/d/1SMNCmPT51ar2594Ppul4JG8xESXZ-br9 2020-09-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1dgd7PcstaJ8L1M-CjmcX3BRRTw0KRb6d 2020-10-30]&lt;br /&gt;
* [https://drive.google.com/file/d/1V-w95HXHu3rxvNG_-K4CABGbcLxyrnx6 2020-11-27]&lt;br /&gt;
&lt;br /&gt;
==== Motions/decisions ====&lt;br /&gt;
Motions of the board are recorded in Loomio [https://www.loomio.org/osgeo-oceania here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
In order to guide the organisation towards a mature state, in 2019 this board will aim to:&lt;br /&gt;
* determine a process for recruiting and managing an appropriate general membership&lt;br /&gt;
* determine a process for renewal of board membership, including accountability to the general membership, and clarify such items as term limits and staggering of terms&lt;br /&gt;
* determine a process for inviting expressions of interest and selecting groups wishing to host the annual FOSS4G SotM Oceania event&lt;br /&gt;
* determine and formalise an appropriate non-profit structure&lt;br /&gt;
* submit an official expression of interest to the OSGeo board to form an OSGeo local chapter&lt;br /&gt;
* apply to the OpenStreetMap Foundation board to form an OpenStreetMap local chapter&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] - OSGeo Oceania Treasurer - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Eneerhut Edoardo Neerhut]&lt;br /&gt;
* Greg Lauer - OSGeo Oceania Secretary&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] - OSGeo Oceania President - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/Jonahsullivan Jonah Sullivan]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Spatialize Kerry Smyth]&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* Trisha Moriarty&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1pqXrWZUyhl7iqLLVTchRcCRz3lRO9KIY 2019-01-25]&lt;br /&gt;
* [https://drive.google.com/open?id=1lvpG-67NcZE5VNslff5tFq8dHVRRcQFt 2019-03-26]&lt;br /&gt;
* [https://drive.google.com/open?id=1cjHdlCKWw0VaXPEoPEphXha7uTNLuVdW 2019-05-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1g1eJqqVQ5Fc8TPLi0GUuRS4lYu76ZT5T 2019-07-30]&lt;br /&gt;
* [https://drive.google.com/open?id=13R8G_8gwTJErVjVhJXYdCrHJqbHl4N-J 2019-09-12]&lt;br /&gt;
* [https://drive.google.com/open?id=1_bVj2sTq3dvip2htplq0z9fUrvWF4qNP 2019-10-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1e3PPWOi1ZF3sDwmOaqwc_zOMLpKVyw2N 2019-12-12]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Committees &amp;amp; working groups ==&lt;br /&gt;
* Membership working group (Edoardo Neerhut (chair), Emma Hain, David Garcia, Daniel Silk)&lt;br /&gt;
* Finance committee (Alex Leith (chair), Greg Lauer, Trisha Moriarty, Dionne Hansen)&lt;br /&gt;
* 2020 conference committee (Vasiti Soko (co-chair), Jonah Sullivan (co-chair), Nick Rollings, Edwin Liava'a, Elizabeth Lomani, Dan Lomata, Julie Callebaut, Joeli Varo, Nemaia Koto, Saleshni Naidu, Salote Baleisuva, John Bryant, David Garcia, Dionne Hansen, Emma Hain, Aleen Prasad, Alex Leith, Greg Lauer, Gander Wainiqol, Keleni, Lani Roko, Litia Gaunavou)&lt;br /&gt;
* Travel grant program working group (John Bryant (chair), Greg Lauer, Elizabeth Lomani, Wolf Forstreuter, Edwin Liava'a, Gander Wainiqolo, Elisa Puccioni, Violaine Doutreleau)&lt;br /&gt;
* Outreach and communications working group (Adam Steer (chair), Trisha Moriarty, Emma Hain, Martin Tomko, Dionne Hansen, Celina Agaton, Emily Hurry, Hamish Campbell, Joeli Varo, Paul Worwor)&lt;br /&gt;
* OpenStreetMap Working Group: Chair TBD. Interested parties are currently: Edoardo Neerhut, Andrew Harvey, Luke Stewart, Jonah Sullivan, Martin Tomko, David Brown, Angus Scown, Violaine Doutreleau, James Nuccio, Carrol Chan, Kamsin Raju, Greg Lauer, Kasaqa Tora, Edwin Liavaa, Malcolm Archbold, Julie Callebaut, David Garcia. Minutes from the inaugural meeting [https://docs.google.com/document/d/1TOTHXim1USSbmgR_AftmRRk2GWOwiYM8OhFm0AuA1A8/edit# can be found here].&lt;br /&gt;
&lt;br /&gt;
=== OpenStreetMap Oceania ===&lt;br /&gt;
OSGeo Oceania [https://wiki.osmfoundation.org/wiki/Local_Chapters has been recognised] by the OpenStreetMap Foundation (OSMF) as the official local chapter in the region. The paperwork still needs to be signed, but the main formalities have been completed.&lt;br /&gt;
&lt;br /&gt;
As the official local chapter of the OpenStreetMap Foundation in the region, we will be able to support the development of OpenStreetMap community in Oceania while making sure our diverse range of interests are represented, supported, and promoted. A working group has been established under OSGeo Oceania to focus specifically on OpenStreetMap and our role as a local chapter. The working group is still determining its long term priorities, so [https://docs.google.com/document/d/1vjb5ALk_KedSVoFVacw3QCEvVvyTKLafu4ji_g0bfqM/edit?usp=sharing feel free to contribute to the discussion here].&lt;br /&gt;
&lt;br /&gt;
Anyone within Oceania is welcome to join the working group and attend working group meetings.&lt;br /&gt;
&lt;br /&gt;
Note, while OSGeo Oceania is currently the recognised local chapter in the region, we are fully supportive of other groups that may form in Oceania with the intent of becoming a local chapter. One example would be a national entity that determines their interests would better represented as an independent local chapter. If this was to occur, OSGeo Oceania would be fully supportive and will not claim to speak for groups who do not wish to be represented.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2020 FOSS4G SotM Oceania 2020]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2019 FOSS4G SotM Oceania 2019]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2018 FOSS4G SotM Oceania 2018]&lt;br /&gt;
&amp;lt;!-- this part is hidden until the call for EoIs goes out in 2020&lt;br /&gt;
=== Call for Expressions of Interest for FOSS4G SotM Oceania 2021 ===&lt;br /&gt;
We are seeking Expressions of Interest (EOIs) from the Oceania community for hosting FOSS4G SotM Oceania in 2021. This is a wonderful opportunity to bring the open geospatial community to your city, drive the growth of your local community, and contribute to a regional and global phenomenon.&lt;br /&gt;
&lt;br /&gt;
EOIs need not be full proposals, as we can work with you to develop your plans further. They should at least show us that you have people committed to organising the conference, and have given some thought to the financial aspects of the event. It would be helpful if you can provide some information on potential venues. Basically, tell us why your location is a good choice for FOSS4G SotM Oceania 2021. Please see the [https://gist.github.com/dwsilk/1ee1f0347a0c386438504c3e20022df7 2019 Letter of Intent] for an example.&lt;br /&gt;
&lt;br /&gt;
You won't be alone - we anticipate a conference organising committee that includes a mix of new and experienced people, and it's very likely that people from the 2018 and 2019 events will be interested in participating in this committee.&lt;br /&gt;
&lt;br /&gt;
Strong preference will be given to a city in a country that did not host the previous year.&lt;br /&gt;
&lt;br /&gt;
Additionally, see [https://lists.osgeo.org/pipermail/oceania/2019-August/002084.html this email thread] for a bit of extra background information.&lt;br /&gt;
&lt;br /&gt;
'''EOIs should be submitted to the public [https://lists.osgeo.org/mailman/listinfo/oceania OSGeo Oceania mailing list] by 16th September.''' Please feel free to ask questions!&lt;br /&gt;
&lt;br /&gt;
==== Timeline ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date !! Item&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-02 || Accepting expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 || Deadline for expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 - 2019-10-07 || Questions &amp;amp; clarification period&lt;br /&gt;
|-&lt;br /&gt;
| 2020-10-21 || Decision&lt;br /&gt;
|-&lt;br /&gt;
| 2020-11-14 || Public announcement at FOSS4G SotM Oceania 2019 in Wellington&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
See the [https://wiki.osgeo.org/wiki/Aust-NZ Aust-NZ wiki page] for an earlier incarnation of this community. OSGeo Oceania picks up where Aust-NZ left off, and aims to build on that foundation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
Some notable open geospatial events in the region:&lt;br /&gt;
* 12-15 November 2019: FOSS4G SotM Oceania, Wellington [https://2019.foss4g-oceania.org]  &lt;br /&gt;
* 20-23 November 2018: FOSS4G SotM Oceania, Melbourne [https://2018.foss4g-oceania.org]&lt;br /&gt;
* 17 November 2017: Australian QGIS user group meetup, Sydney [https://github.com/qgis-au/meetups/wiki/Australian-QGIS-user-group-meetup-2017]&lt;br /&gt;
* May 2017: QGIS Noosa Hackfest [https://nyalldawson.net/2017/05/the-inaugural-qgis-australia-hackfest-noosa-2017]&lt;br /&gt;
* 1 March 2017: NZ QGIS User Forum, Wellington [http://www.mapsolutions.co.nz/blog/44-qgis-user-forum]&lt;br /&gt;
* 23 September 2015: NZ QGIS User Conference, Wellington [http://www.mapsolutions.co.nz/blog/30-qgis-user-conference]&lt;br /&gt;
* 22 September 2015: NZ GeoNetwork Users Meetup, Wellington&lt;br /&gt;
* 12 May 2015: QGIS Forum, Perth&lt;br /&gt;
* 14 May 2015: QGIS Forum, Melbourne[https://groups.google.com/forum/#!topic/australian-qgis-user-group/BbMJseevuh8]&lt;br /&gt;
* 18 April 2013: Melbourne QGIS User Conference [https://groups.google.com/forum/#!topic/australian-qgis-user-group/p0wEBFKVT-Q][https://groups.google.com/forum/#!topic/australian-qgis-user-group/bQ4255XAoC4]&lt;br /&gt;
* 14 March 2013: Perth QGIS User Forum/Group [https://nathanw.net/2013/04/19/perth-qgis-user-forumgroup]&lt;br /&gt;
* 15-16 November 2012: FOSS4G-AU 'unconference', Brisbane [https://wiki.osgeo.org/wiki/FOSS4G-AU_2012][http://www.how2map.com/2012/11/foss4g-au-tomorrow.html][https://nathanw.net/2012/11/20/foss4g-au-in-summary]&lt;br /&gt;
* 20-23 October 2009: FOSS4G international conference, Sydney [http://2009.foss4g.org]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also see the [https://wiki.osgeo.org/wiki/Pacific_Islands_Chapter Pacific Islands Chapter page] for history of events and developments in the Pacific Islands.&lt;br /&gt;
&lt;br /&gt;
[[Category: Local Chapters]]&lt;br /&gt;
[[Category: Oceania]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125862</id>
		<title>Oceania</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Oceania&amp;diff=125862"/>
		<updated>2020-12-07T01:24:52Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: 2021 directors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Organisation ==&lt;br /&gt;
&lt;br /&gt;
Our purpose is to support and grow the open geospatial community in the Oceania region, including the oversight and stewardship of the FOSS4G SotM Oceania conference series.&lt;br /&gt;
&lt;br /&gt;
The Oceania region includes countries listed in the [https://www.wikiwand.com/en/United_Nations_geoscheme_for_Oceania United Nations Geoscheme for Oceania]. We have also included Timor-Leste in our Travel Grant Program. We recognise the important cultural and social connections with other countries in the broader region, such as the Philippines.&lt;br /&gt;
&lt;br /&gt;
We recognise the long-established [[Pacific Islands Chapter]] of OSGeo, and work closely with them to build a strong community across our region.&lt;br /&gt;
&lt;br /&gt;
== How to learn more &amp;amp; get involved ==&lt;br /&gt;
&lt;br /&gt;
The best way to stay up to date on what we're doing is to join our mailing lists:&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania oceania] - discussion about the regional open geospatial community and OSGeo Oceania&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/foss4g-oceania foss4g-oceania] - FOSS4G SotM Oceania conference planning&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board oceania-board] - OSGeo Oceania board discussion (public, but read only)&lt;br /&gt;
* [https://lists.osgeo.org/mailman/listinfo/oceania-board-private oceania-board-private] - non-public OSGeo Oceania board discussion (private, board member access only)&lt;br /&gt;
&lt;br /&gt;
There's also a lot of informal chatter on the Maptime Oceania Slack group: [https://join.slack.com/t/maptimeoceania/shared_invite/enQtNDU3MTU3ODkyMjU2LThiMWU4MjZjNjM0ZWRiMWZlNWE2OTZjYjM0ZTMzZDEwMzc5MTAzN2Q2MzMyZDMzYTMwNjc5NGIxYjY4MDRiMjM join here]&lt;br /&gt;
&lt;br /&gt;
And you can head to the conference website (link below) and join the conference updates mailing list there.&lt;br /&gt;
&lt;br /&gt;
If you want to talk about how you can get involved, feel free to post on any of these lists, or drop us a line at admin@osgeo-oceania.org.&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
Membership of OSGeo Oceania is an opportunity to engage more actively with the support of open geospatial software &amp;amp; data in Oceania. Members can support OSGeo Oceania in a variety of ways:&lt;br /&gt;
* Helping to organise the annual FOSS4G SotM Oceania conference series&lt;br /&gt;
* Organising local geospatial events&lt;br /&gt;
* Editing in OpenStreetMap&lt;br /&gt;
* Active discussions in Oceania related mailing lists&lt;br /&gt;
* Writing developer documentation for open source geospatial projects&lt;br /&gt;
* Contributing to open source geospatial repositories&lt;br /&gt;
&lt;br /&gt;
Becoming a member allows you to run for the board of OSGeo Oceania and/or vote in the [[Oceania_Elections|election process]].&lt;br /&gt;
&lt;br /&gt;
Membership is free, and you can apply for membership at any time using [https://docs.google.com/forms/d/e/1FAIpQLSfyt_YoV6oK4hdVSsZjOACUV5V55J5m9RZtVUDuoFTidzZBDg/viewform this form]&lt;br /&gt;
&lt;br /&gt;
Applications are reviewed by a membership working group. Generally memberships are approved within a few weeks.&lt;br /&gt;
&lt;br /&gt;
Member list here: [[Oceania Membership]] (only includes those who have agreed to be listed).&lt;br /&gt;
&lt;br /&gt;
== Documents &amp;amp; policies ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Document!! Date&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1kZD8pcW2efjLEY7ih3rzcWpe7X0hEG2A Constitution] || 2019-11-07&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/13aZ6L08ke1-l32I7c00MahyEKgxeZkq8 OSGeo Oceania Terms of Reference] || 2018-12-17&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1cbd3Rt5R688qrZ3eTCHxpRZ8HbII358_1UARf3m5qBs Budget 2020-2021] || 2020-06-30&lt;br /&gt;
|-&lt;br /&gt;
| [https://docs.google.com/spreadsheets/d/1h_W0wWNTUmCRs6C9-6-9n1TSf_ZrmxjVtT1yzAqJFTs Budget 2019-2020] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1juJafdp8zfIprkA6eDDSFEMwOANQRI93 Membership Policy] || 2020-03-25&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1yNhl7VHz5kjPYEbcgqzY7hiUaR_0-uNH Finance Committee Terms of Reference] || 2019-10-03&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/10FlS_e7Lvf6SSGdbcLkyCEHT6WrPSYyi Communications &amp;amp; Outreach Working Group Terms of Reference] || 2020-03-16&lt;br /&gt;
|-&lt;br /&gt;
| [https://drive.google.com/file/d/1U3R3wSHR9jo9VgywmAQqKswrylwjxw9- Special Interest Group Guidelines ] || 2020-10-21&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Board of Directors ==&lt;br /&gt;
OSGeo Oceania is governed and managed by a board of directors. The board delegates responsibilities to committees as needed. As per the constitution, directors are elected by the membership in annual elections. Details of process, current and historical election records can be found on [[Oceania_Elections]].&lt;br /&gt;
&lt;br /&gt;
=== Responsibilities ===&lt;br /&gt;
The primary responsibilities of the board are to:&lt;br /&gt;
* govern and manage OSGeo Oceania, with regard to finance, risk, and sustainability of the organisation&lt;br /&gt;
* provide oversight of the conference committee, and ongoing stewardship of the conference series&lt;br /&gt;
* coordinate other related outreach activities, including local FOSS4G and State of the Map events&lt;br /&gt;
* maintain a relationship with OSGeo and the OpenStreetMap Foundation, and maintain OSGeo &amp;amp; OSMF chapters in good standing&lt;br /&gt;
* hold accounts, domain names, and other administrative tools, data, and assets as needed&lt;br /&gt;
* enter into agreements with other parties as needed.&lt;br /&gt;
&lt;br /&gt;
=== 2021 ===&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith]&lt;br /&gt;
* Carrol Chan&lt;br /&gt;
* Dionne Hansen&lt;br /&gt;
* Edoardo Neerhut&lt;br /&gt;
* Elisa Puccioni&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Ewen Hill&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer]&lt;br /&gt;
* Jonah Sullivan&lt;br /&gt;
&lt;br /&gt;
=== 2020 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
The incoming board will articulate its objectives for 2020 early in the year. Board meetings will be held on the second Friday of each month at 11am AEDT (unless otherwise arranged).&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] (Chair and Treasurer)&lt;br /&gt;
* Trisha Moriarty (Deputy Chair)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:glauer Greg Lauer] (Secretary)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Adamsteer Adam Steer] (resigned 27 Nov 2020)&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk] (resigned 24 Nov 2020)&lt;br /&gt;
* Dionne Hansen&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] (was Chair; resigned 29 May 2020)&lt;br /&gt;
&lt;br /&gt;
As per [https://lists.osgeo.org/pipermail/oceania/2020-January/002240.html this thread], Adam, Alex, John, Martin, and Trisha have a 1 year term and their seats will be open at the next election. All other directors have a standard 2 year term.&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1tlpx17SNeUpsuP10XorP0YqnZLpknA41 2020-01-09]&lt;br /&gt;
* [https://drive.google.com/open?id=1TYAw_zmNEqajzxO1PQwPnpt539CXodby 2020-02-14]&lt;br /&gt;
* [https://drive.google.com/open?id=1Z1zo1rkjnWv3_9S_rPA2dkxP8Ihg56gq 2020-03-13]&lt;br /&gt;
* [https://drive.google.com/file/d/1i1OP74QsTx0wh1FskCK_4vKUkRFQPZUW 2020-05-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1sGwj0KRS_ZY7i-R1iqjIKmrL01RwFBzI 2020-06-12]&lt;br /&gt;
* [https://drive.google.com/file/d/1EjTWysXorK9o3YrJJ3Q3E5NpEz7Sit7l 2020-06-26]&lt;br /&gt;
* [https://drive.google.com/file/d/1_nLdOshAy-zBZuQDeDq6RdH7svuKmzGZ 2020-07-24]&lt;br /&gt;
* [https://drive.google.com/file/d/1Ggesd0E3xp9VNPsV-2kmSzRXZWNvWDGA 2020-08-14]&lt;br /&gt;
* [https://drive.google.com/file/d/1SMNCmPT51ar2594Ppul4JG8xESXZ-br9 2020-09-15]&lt;br /&gt;
* [https://drive.google.com/file/d/1dgd7PcstaJ8L1M-CjmcX3BRRTw0KRb6d 2020-10-30]&lt;br /&gt;
* [https://drive.google.com/file/d/1V-w95HXHu3rxvNG_-K4CABGbcLxyrnx6 2020-11-27]&lt;br /&gt;
&lt;br /&gt;
==== Motions/decisions ====&lt;br /&gt;
Motions of the board are recorded in Loomio [https://www.loomio.org/osgeo-oceania here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== Objectives ====&lt;br /&gt;
In order to guide the organisation towards a mature state, in 2019 this board will aim to:&lt;br /&gt;
* determine a process for recruiting and managing an appropriate general membership&lt;br /&gt;
* determine a process for renewal of board membership, including accountability to the general membership, and clarify such items as term limits and staggering of terms&lt;br /&gt;
* determine a process for inviting expressions of interest and selecting groups wishing to host the annual FOSS4G SotM Oceania event&lt;br /&gt;
* determine and formalise an appropriate non-profit structure&lt;br /&gt;
* submit an official expression of interest to the OSGeo board to form an OSGeo local chapter&lt;br /&gt;
* apply to the OpenStreetMap Foundation board to form an OpenStreetMap local chapter&lt;br /&gt;
&lt;br /&gt;
==== Directors ====&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Alexgleith Alex Leith] - OSGeo Oceania Treasurer - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Dwsilk Daniel Silk]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Eneerhut Edoardo Neerhut]&lt;br /&gt;
* Greg Lauer - OSGeo Oceania Secretary&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/John_Bryant John Bryant] - OSGeo Oceania President - OSGeo Charter Member&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/Jonahsullivan Jonah Sullivan]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Spatialize Kerry Smyth]&lt;br /&gt;
* Martin Tomko&lt;br /&gt;
* Trisha Moriarty&lt;br /&gt;
&lt;br /&gt;
==== Meeting minutes ====&lt;br /&gt;
* [https://drive.google.com/open?id=1pqXrWZUyhl7iqLLVTchRcCRz3lRO9KIY 2019-01-25]&lt;br /&gt;
* [https://drive.google.com/open?id=1lvpG-67NcZE5VNslff5tFq8dHVRRcQFt 2019-03-26]&lt;br /&gt;
* [https://drive.google.com/open?id=1cjHdlCKWw0VaXPEoPEphXha7uTNLuVdW 2019-05-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1g1eJqqVQ5Fc8TPLi0GUuRS4lYu76ZT5T 2019-07-30]&lt;br /&gt;
* [https://drive.google.com/open?id=13R8G_8gwTJErVjVhJXYdCrHJqbHl4N-J 2019-09-12]&lt;br /&gt;
* [https://drive.google.com/open?id=1_bVj2sTq3dvip2htplq0z9fUrvWF4qNP 2019-10-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1e3PPWOi1ZF3sDwmOaqwc_zOMLpKVyw2N 2019-12-12]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Committees &amp;amp; working groups ==&lt;br /&gt;
* Membership working group (Edoardo Neerhut (chair), Emma Hain, David Garcia, Daniel Silk)&lt;br /&gt;
* Finance committee (Alex Leith (chair), Greg Lauer, Trisha Moriarty, Dionne Hansen)&lt;br /&gt;
* 2020 conference committee (Vasiti Soko (co-chair), Jonah Sullivan (co-chair), Nick Rollings, Edwin Liava'a, Elizabeth Lomani, Dan Lomata, Julie Callebaut, Joeli Varo, Nemaia Koto, Saleshni Naidu, Salote Baleisuva, John Bryant, David Garcia, Dionne Hansen, Emma Hain, Aleen Prasad, Alex Leith, Greg Lauer, Gander Wainiqol, Keleni, Lani Roko, Litia Gaunavou)&lt;br /&gt;
* Travel grant program working group (John Bryant (chair), Greg Lauer, Elizabeth Lomani, Wolf Forstreuter, Edwin Liava'a, Gander Wainiqolo, Elisa Puccioni, Violaine Doutreleau)&lt;br /&gt;
* Outreach and communications working group (Adam Steer (chair), Trisha Moriarty, Emma Hain, Martin Tomko, Dionne Hansen, Celina Agaton, Emily Hurry, Hamish Campbell, Joeli Varo, Paul Worwor)&lt;br /&gt;
* OpenStreetMap Working Group: Chair TBD. Interested parties are currently: Edoardo Neerhut, Andrew Harvey, Luke Stewart, Jonah Sullivan, Martin Tomko, David Brown, Angus Scown, Violaine Doutreleau, James Nuccio, Carrol Chan, Kamsin Raju, Greg Lauer, Kasaqa Tora, Edwin Liavaa, Malcolm Archbold, Julie Callebaut, David Garcia. Minutes from the inaugural meeting [https://docs.google.com/document/d/1TOTHXim1USSbmgR_AftmRRk2GWOwiYM8OhFm0AuA1A8/edit# can be found here].&lt;br /&gt;
&lt;br /&gt;
=== OpenStreetMap Oceania ===&lt;br /&gt;
OSGeo Oceania [https://wiki.osmfoundation.org/wiki/Local_Chapters has been recognised] by the OpenStreetMap Foundation (OSMF) as the official local chapter in the region. The paperwork still needs to be signed, but the main formalities have been completed.&lt;br /&gt;
&lt;br /&gt;
As the official local chapter of the OpenStreetMap Foundation in the region, we will be able to support the development of OpenStreetMap community in Oceania while making sure our diverse range of interests are represented, supported, and promoted. A working group has been established under OSGeo Oceania to focus specifically on OpenStreetMap and our role as a local chapter. The working group is still determining its long term priorities, so [https://docs.google.com/document/d/1vjb5ALk_KedSVoFVacw3QCEvVvyTKLafu4ji_g0bfqM/edit?usp=sharing feel free to contribute to the discussion here].&lt;br /&gt;
&lt;br /&gt;
Anyone within Oceania is welcome to join the working group and attend working group meetings.&lt;br /&gt;
&lt;br /&gt;
Note, while OSGeo Oceania is currently the recognised local chapter in the region, we are fully supportive of other groups that may form in Oceania with the intent of becoming a local chapter. One example would be a national entity that determines their interests would better represented as an independent local chapter. If this was to occur, OSGeo Oceania would be fully supportive and will not claim to speak for groups who do not wish to be represented.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2020 FOSS4G SotM Oceania 2020]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2019 FOSS4G SotM Oceania 2019]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/FOSS4G_SotM_Oceania_2018 FOSS4G SotM Oceania 2018]&lt;br /&gt;
&amp;lt;!-- this part is hidden until the call for EoIs goes out in 2020&lt;br /&gt;
=== Call for Expressions of Interest for FOSS4G SotM Oceania 2021 ===&lt;br /&gt;
We are seeking Expressions of Interest (EOIs) from the Oceania community for hosting FOSS4G SotM Oceania in 2021. This is a wonderful opportunity to bring the open geospatial community to your city, drive the growth of your local community, and contribute to a regional and global phenomenon.&lt;br /&gt;
&lt;br /&gt;
EOIs need not be full proposals, as we can work with you to develop your plans further. They should at least show us that you have people committed to organising the conference, and have given some thought to the financial aspects of the event. It would be helpful if you can provide some information on potential venues. Basically, tell us why your location is a good choice for FOSS4G SotM Oceania 2021. Please see the [https://gist.github.com/dwsilk/1ee1f0347a0c386438504c3e20022df7 2019 Letter of Intent] for an example.&lt;br /&gt;
&lt;br /&gt;
You won't be alone - we anticipate a conference organising committee that includes a mix of new and experienced people, and it's very likely that people from the 2018 and 2019 events will be interested in participating in this committee.&lt;br /&gt;
&lt;br /&gt;
Strong preference will be given to a city in a country that did not host the previous year.&lt;br /&gt;
&lt;br /&gt;
Additionally, see [https://lists.osgeo.org/pipermail/oceania/2019-August/002084.html this email thread] for a bit of extra background information.&lt;br /&gt;
&lt;br /&gt;
'''EOIs should be submitted to the public [https://lists.osgeo.org/mailman/listinfo/oceania OSGeo Oceania mailing list] by 16th September.''' Please feel free to ask questions!&lt;br /&gt;
&lt;br /&gt;
==== Timeline ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date !! Item&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-02 || Accepting expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 || Deadline for expressions of interest&lt;br /&gt;
|-&lt;br /&gt;
| 2020-09-16 - 2019-10-07 || Questions &amp;amp; clarification period&lt;br /&gt;
|-&lt;br /&gt;
| 2020-10-21 || Decision&lt;br /&gt;
|-&lt;br /&gt;
| 2020-11-14 || Public announcement at FOSS4G SotM Oceania 2019 in Wellington&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
See the [https://wiki.osgeo.org/wiki/Aust-NZ Aust-NZ wiki page] for an earlier incarnation of this community. OSGeo Oceania picks up where Aust-NZ left off, and aims to build on that foundation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
Some notable open geospatial events in the region:&lt;br /&gt;
* 12-15 November 2019: FOSS4G SotM Oceania, Wellington [https://2019.foss4g-oceania.org]  &lt;br /&gt;
* 20-23 November 2018: FOSS4G SotM Oceania, Melbourne [https://2018.foss4g-oceania.org]&lt;br /&gt;
* 17 November 2017: Australian QGIS user group meetup, Sydney [https://github.com/qgis-au/meetups/wiki/Australian-QGIS-user-group-meetup-2017]&lt;br /&gt;
* May 2017: QGIS Noosa Hackfest [https://nyalldawson.net/2017/05/the-inaugural-qgis-australia-hackfest-noosa-2017]&lt;br /&gt;
* 1 March 2017: NZ QGIS User Forum, Wellington [http://www.mapsolutions.co.nz/blog/44-qgis-user-forum]&lt;br /&gt;
* 23 September 2015: NZ QGIS User Conference, Wellington [http://www.mapsolutions.co.nz/blog/30-qgis-user-conference]&lt;br /&gt;
* 22 September 2015: NZ GeoNetwork Users Meetup, Wellington&lt;br /&gt;
* 12 May 2015: QGIS Forum, Perth&lt;br /&gt;
* 14 May 2015: QGIS Forum, Melbourne[https://groups.google.com/forum/#!topic/australian-qgis-user-group/BbMJseevuh8]&lt;br /&gt;
* 18 April 2013: Melbourne QGIS User Conference [https://groups.google.com/forum/#!topic/australian-qgis-user-group/p0wEBFKVT-Q][https://groups.google.com/forum/#!topic/australian-qgis-user-group/bQ4255XAoC4]&lt;br /&gt;
* 14 March 2013: Perth QGIS User Forum/Group [https://nathanw.net/2013/04/19/perth-qgis-user-forumgroup]&lt;br /&gt;
* 15-16 November 2012: FOSS4G-AU 'unconference', Brisbane [https://wiki.osgeo.org/wiki/FOSS4G-AU_2012][http://www.how2map.com/2012/11/foss4g-au-tomorrow.html][https://nathanw.net/2012/11/20/foss4g-au-in-summary]&lt;br /&gt;
* 20-23 October 2009: FOSS4G international conference, Sydney [http://2009.foss4g.org]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also see the [https://wiki.osgeo.org/wiki/Pacific_Islands_Chapter Pacific Islands Chapter page] for history of events and developments in the Pacific Islands.&lt;br /&gt;
&lt;br /&gt;
[[Category: Local Chapters]]&lt;br /&gt;
[[Category: Oceania]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_SotM_Oceania_2019&amp;diff=125817</id>
		<title>FOSS4G SotM Oceania 2019</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_SotM_Oceania_2019&amp;diff=125817"/>
		<updated>2020-11-28T21:49:13Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: /* Conference Attendees */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
This conference was the second FOSS4G SotM Oceania, held in '''Wellington, New Zealand, 12-15 November 2019'''.&lt;br /&gt;
&lt;br /&gt;
* [https://2019.foss4g-oceania.org Conference website]&lt;br /&gt;
* [https://www.youtube.com/playlist?list=PLlZzWSPAR5GYiPKPVqaRsLjsT6ohuzWLj Videos]&lt;br /&gt;
* [https://photos.google.com/share/AF1QipP3OExxCFCLY6GmmqZg0WNQKsn95A9SvS52-mwrVD8ZlnpILBUqkZ3NG8e8au7Ffw?key=QUZJWmxTVDEtU29VNjhWODM0SU8tRFh3OU1heXpn Photos]&lt;br /&gt;
&lt;br /&gt;
=== Logo ===&lt;br /&gt;
&lt;br /&gt;
* [[FOSS4G_SotM_Oceania_2019/Logo_Contest|Logo Contest]]&lt;br /&gt;
* [[FOSS4G_SotM_Oceania_2019/Logo_Entries|Logo Entries]]&lt;br /&gt;
&lt;br /&gt;
=== Venue ===&lt;br /&gt;
&lt;br /&gt;
The workshops and community day were held at Rutherford House, Pipitea Campus, Victoria University of Wellington.&lt;br /&gt;
The conference was held at Tiakiwai Conference Centre, National Library of New Zealand.&lt;br /&gt;
&lt;br /&gt;
=== Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Platinum'''&lt;br /&gt;
* Land Information New Zealand&lt;br /&gt;
* Microsoft&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Gold'''&lt;br /&gt;
* Pinpoint Geospatial Solutions&lt;br /&gt;
* Mapillary&lt;br /&gt;
* Koordinates&lt;br /&gt;
* Catalyst&lt;br /&gt;
* Terria&lt;br /&gt;
* Geoplex&lt;br /&gt;
* Manaaki Whenua Landcare Research&lt;br /&gt;
* Digital Earth Australia&lt;br /&gt;
* Orbica&lt;br /&gt;
* NIWA&lt;br /&gt;
* Address Finder&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Silver'''&lt;br /&gt;
&lt;br /&gt;
* Mapbox&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Bronze'''&lt;br /&gt;
&lt;br /&gt;
* GeoSolutions&lt;br /&gt;
* Kaart&lt;br /&gt;
* Spatialised&lt;br /&gt;
* Riegl&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''In Kind'''&lt;br /&gt;
* Land Information New Zealand&lt;br /&gt;
* Mammoth Geospatial&lt;br /&gt;
* Manaaki Whenua Landcare Research&lt;br /&gt;
* Pinpoint Geospatial Solutions&lt;br /&gt;
* Victoria University of Wellington&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Program Overview ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Date&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Tickets Sold&lt;br /&gt;
|-&lt;br /&gt;
|  | 12 November&lt;br /&gt;
|  | Workshops&lt;br /&gt;
|  | 159&lt;br /&gt;
|-&lt;br /&gt;
|  | 13 November&lt;br /&gt;
|  | Conference Day 1&lt;br /&gt;
|  | 208&lt;br /&gt;
|-&lt;br /&gt;
|  | 14 November&lt;br /&gt;
|  | Conference Day 2&lt;br /&gt;
|  | 208&lt;br /&gt;
|-&lt;br /&gt;
|  | 15 November&lt;br /&gt;
|  | Community Day&lt;br /&gt;
|  | ~90&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Keynotes ===&lt;br /&gt;
&lt;br /&gt;
* Edwin Liava'a (Tonga) - [https://www.youtube.com/watch?v=JurahRVbjVQ FOSS4G Pasifika Roadmap: Then/Now/Beyond]&lt;br /&gt;
* Kate Crawford (Australia) - [https://www.youtube.com/watch?v=bLL1PGBumRg Mapping and Society]&lt;br /&gt;
* Miriam Gonzalez (Mexico) - [https://www.youtube.com/watch?v=QJVHXKg4U7o Towards developing the best (and most diverse!) map in the world!]&lt;br /&gt;
* Lyzi Diamond (USA) - [https://www.youtube.com/watch?v=L3qdU9ucMgo This talk is about maptime]&lt;br /&gt;
&lt;br /&gt;
=== Social Program ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Date&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Venue&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | No. of Attendees&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Payment Structure&lt;br /&gt;
|-&lt;br /&gt;
|  | 12 November&lt;br /&gt;
|  | Travel Grant Program Breakfast&lt;br /&gt;
|  | Mojo Featherston&lt;br /&gt;
|  | 18&lt;br /&gt;
|  | Paid for out of Good Mojo allocation&lt;br /&gt;
|-&lt;br /&gt;
|  | 12 November&lt;br /&gt;
|  | Icebreaker&lt;br /&gt;
|  | Queens Wharf Ballroom&lt;br /&gt;
|  | ~100&lt;br /&gt;
|  | Included with conference registration&lt;br /&gt;
|-&lt;br /&gt;
|  | 13 November&lt;br /&gt;
|  | Women in Spatial Breakfast&lt;br /&gt;
|  | The National Library of New Zealand&lt;br /&gt;
|  | 39&lt;br /&gt;
|  | Co-organised with WiS NZ / sponsored by FOSS4G SotM Oceania&lt;br /&gt;
|-&lt;br /&gt;
|  | 13 November&lt;br /&gt;
|  | Conference Dinner&lt;br /&gt;
|  | The Thistle Inn&lt;br /&gt;
|  | 110&lt;br /&gt;
|  | Separate ticket ($80)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Conference Attendees ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
By jurisdiction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Jurisdiction !! Attendees !! % of Total&lt;br /&gt;
|-&lt;br /&gt;
| Wellington || 62 || 29.8&lt;br /&gt;
|-&lt;br /&gt;
| Rest of North Island || 38 || 18.3&lt;br /&gt;
|-&lt;br /&gt;
| South Island || 22 || 10.6&lt;br /&gt;
|-&lt;br /&gt;
| Victoria || 18 || 9.1&lt;br /&gt;
|-&lt;br /&gt;
| Queensland || 14 || 6.7&lt;br /&gt;
|-&lt;br /&gt;
| Australian Capital Territory || 11 || 5.3&lt;br /&gt;
|-&lt;br /&gt;
| New South Wales || 11 || 5.3&lt;br /&gt;
|-&lt;br /&gt;
| Western Australia || 7 || 3.4&lt;br /&gt;
|-&lt;br /&gt;
| United States || 4 || 1.9&lt;br /&gt;
|-&lt;br /&gt;
| South Australia || 3 || 1.4&lt;br /&gt;
|-&lt;br /&gt;
| Tasmania || 3 || 1.4&lt;br /&gt;
|-&lt;br /&gt;
| Northern Territory || 2 || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| Fiji || 2 || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| Japan || 2 || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| Samoa || 2 || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| Serbia || 2 || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| French Polynesia || 1 || 0.5&lt;br /&gt;
|-&lt;br /&gt;
| Mexico || 1 || 0.5&lt;br /&gt;
|-&lt;br /&gt;
| Northern Marianas Islands || 1 || 0.5&lt;br /&gt;
|-&lt;br /&gt;
| Papua New Guinea || 1 || 0.5&lt;br /&gt;
|-&lt;br /&gt;
| Tonga || 1 || 0.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
By ticket type&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ticket Type !! Attendees !! % of Total&lt;br /&gt;
|-&lt;br /&gt;
| Full Price || 86 || 41.3&lt;br /&gt;
|-&lt;br /&gt;
| Early Bird || 35 || 16.8&lt;br /&gt;
|-&lt;br /&gt;
| Sponsor || 34 || 16.3&lt;br /&gt;
|-&lt;br /&gt;
| Community Contributor || 18 || 8.7&lt;br /&gt;
|-&lt;br /&gt;
| Travel Grant Program || 13 || 6.3&lt;br /&gt;
|-&lt;br /&gt;
| Student || 10 || 4.8&lt;br /&gt;
|-&lt;br /&gt;
| Keynote || 4 || 1.9&lt;br /&gt;
|-&lt;br /&gt;
| Single Session Presenter || 4 || 1.9&lt;br /&gt;
|-&lt;br /&gt;
| Volunteer || 4 || 1.9&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Media ==&lt;br /&gt;
&lt;br /&gt;
* [https://womeninspatial.wordpress.com/2019/04/10/building-an-open-geo-community-for-oceania-with-daniel-silk/ Building an Open Geo Community for Oceania] by Women in Spatial NZ&lt;br /&gt;
* [https://blog.addressfinder.io/geospatial-eba8e6ff6c20 Free and Open Source Software for Geosptial] by Address Finder&lt;br /&gt;
* [https://www.spatialised.net/sponsoring-foss4g-sotm-oceania/ Sponsoring FOSS4G SotM Oceania] by Spatialised&lt;br /&gt;
* [https://www.winyama.com.au/newsroom/2019/11/21/foss4g-sotm-oceania-attendees-descend-on-wellington FOSS4G SotM Oceania attendees descend on Wellington] by Winyama Digital Solutions&lt;br /&gt;
* [https://www.linkedin.com/pulse/my-first-experience-foss4g-oceania-conference-elisa-puccioni/ My first experience at the FOSS4G Oceania conference] by Elisa Puccioni&lt;br /&gt;
* [https://polemic.nz/2019/11/18/foss4g-qgis-geometry-generators/ FOSS4G / QGIS Geometry Generators] by Hamish Campbell&lt;br /&gt;
&lt;br /&gt;
== Good Mojo ==&lt;br /&gt;
&lt;br /&gt;
=== Travel Grant Program ===&lt;br /&gt;
&lt;br /&gt;
13 attendees were provided with grants to help cover flights, accommodation, child care and visas.&lt;br /&gt;
2 half day workshops, conference registration and access to all social events including the conference dinner were also provided.&lt;br /&gt;
&lt;br /&gt;
These attendees are from:&lt;br /&gt;
* Northern Marianas Islands&lt;br /&gt;
* Papua New Guinea&lt;br /&gt;
* Fiji (2)&lt;br /&gt;
* Samoa (2)&lt;br /&gt;
* French Polynesia&lt;br /&gt;
* Australia (2)&lt;br /&gt;
* New Zealand (4)&lt;br /&gt;
&lt;br /&gt;
== Organisation ==&lt;br /&gt;
&lt;br /&gt;
=== Conference Committee ===&lt;br /&gt;
&lt;br /&gt;
* Matthew Fry - Program Lead&lt;br /&gt;
* Dionne Hansen - Design &amp;amp; Communication Lead&lt;br /&gt;
* Tania Hibbard-Nitz - Local &amp;amp; Logistics Lead&lt;br /&gt;
* Edoardo Neerhut - Sponsorship Lead&lt;br /&gt;
* Daniel Silk - Chair / Governance Lead&lt;br /&gt;
* John Bryant - OSGeo Oceania President&lt;br /&gt;
* Jan Ducnuigeen&lt;br /&gt;
* David Garcia&lt;br /&gt;
* Emma Hain&lt;br /&gt;
* Greg Lauer - OSGeo Oceania Secretary&lt;br /&gt;
* Richard Law&lt;br /&gt;
* Alex Leith - OSGeo Oceania Treasurer&lt;br /&gt;
* Mairead de Roiste&lt;br /&gt;
* Adam Steer&lt;br /&gt;
* Belle Tissott&lt;br /&gt;
&lt;br /&gt;
Kim Fitter was Community Lead, and Adam Steer was Program Lead, early in the organising effort.&lt;br /&gt;
&lt;br /&gt;
=== Partners ===&lt;br /&gt;
&lt;br /&gt;
[https://www.surveyspatialnz.org/ Survey and Spatial New Zealand] was the Industry Partner, providing support with financial logistics.&lt;br /&gt;
&lt;br /&gt;
[https://www.victoria.ac.nz/ Victoria University of Wellington] provided the venue for the workshop and community days.&lt;br /&gt;
&lt;br /&gt;
OSGeo contributed funding toward the Travel Grant Program and Community Day.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Meeting minutes ===&lt;br /&gt;
* [https://drive.google.com/open?id=1zAs9kNwsa4cMPFjpaUabR57EttNmYDTi 2019-04-04]&lt;br /&gt;
* [https://drive.google.com/open?id=1coJ2xC0EQjAIjubv4254mltRHAQJw3Mw 2019-03-21]&lt;br /&gt;
* [https://drive.google.com/open?id=1ZzNnYP-DJ9Bi7gTEvVqTMTzMJJisIxuo 2019-03-07]&lt;br /&gt;
* [https://drive.google.com/open?id=1EJHi18VGdZUL72Kur7r-XJXSrg7XTwJm 2019-02-21]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: FOSS4G]]&lt;br /&gt;
[[Category: Events]]&lt;br /&gt;
[[Category: Oceania]]&lt;br /&gt;
[[Category: New Zealand]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=FOSS4G_SotM_Oceania_2018&amp;diff=125816</id>
		<title>FOSS4G SotM Oceania 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=FOSS4G_SotM_Oceania_2018&amp;diff=125816"/>
		<updated>2020-11-28T21:48:54Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: /* Conference Attendees */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
This conference was the inaugural FOSS4G SotM Oceania, held in '''Melbourne, Australia, 20-23 November 2018'''.&lt;br /&gt;
&lt;br /&gt;
* [https://2018.foss4g-oceania.org Conference website] &lt;br /&gt;
* [https://2018.foss4g-oceania.org/videos Videos]&lt;br /&gt;
* [https://2018.foss4g-oceania.org/photos Photos]&lt;br /&gt;
&lt;br /&gt;
=== Logo ===&lt;br /&gt;
&lt;br /&gt;
[[File:Foss_oceania_pking1.png||500px]]&lt;br /&gt;
&lt;br /&gt;
* [[FOSS4G_SotM_Oceania_2018/Logo_Contest|Logo Contest]]&lt;br /&gt;
* [[FOSS4G_SotM_Oceania_2018/Logo_Entries|Logo Entries]]&lt;br /&gt;
&lt;br /&gt;
=== Venue ===&lt;br /&gt;
&lt;br /&gt;
The conference was held at the University of Melbourne, in the Old Arts Building.&lt;br /&gt;
&lt;br /&gt;
=== Sponsors ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Platinum'''&lt;br /&gt;
* Koordinates&lt;br /&gt;
* Geoplex&lt;br /&gt;
* Bing&lt;br /&gt;
* TerriaJS&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Gold'''&lt;br /&gt;
* Gaia Resources&lt;br /&gt;
* Mapillary&lt;br /&gt;
* Address Finder&lt;br /&gt;
* TechnologyOne&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Silver'''&lt;br /&gt;
* AlantGeo&lt;br /&gt;
* Carto&lt;br /&gt;
* Spatial Vision&lt;br /&gt;
* Mapbox&lt;br /&gt;
* Spatial Partners&lt;br /&gt;
* Georepublic&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Bronze'''&lt;br /&gt;
* North Road&lt;br /&gt;
* AURIN&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''In Kind'''&lt;br /&gt;
* Land Information New Zealand&lt;br /&gt;
* Mammoth Geospatial&lt;br /&gt;
* Synthesis Technologies&lt;br /&gt;
* FrontierSI&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Program Overview ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Date&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Tickets Sold&lt;br /&gt;
|-&lt;br /&gt;
|  | 20 November&lt;br /&gt;
|  | Workshops&lt;br /&gt;
|  | 206&lt;br /&gt;
|-&lt;br /&gt;
|  | 21 November&lt;br /&gt;
|  | Conference Day 1&lt;br /&gt;
|  | 252&lt;br /&gt;
|-&lt;br /&gt;
|  | 22 November&lt;br /&gt;
|  | Conference Day 2&lt;br /&gt;
|  | 250&lt;br /&gt;
|-&lt;br /&gt;
|  | 23 November&lt;br /&gt;
|  | Community Day&lt;br /&gt;
|  | 121&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [https://2018.foss4g-oceania.org/program/keynotes.html Keynotes] ===&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/Nyall_Dawson Nyall Dawson] - [https://www.youtube.com/watch?v=jFsNimOgza8 A spatial community strengthened by a diversity of skill levels]&lt;br /&gt;
* Jane Elith - [https://www.youtube.com/watch?v=64An3bXruFs Using spatial data to model biodiversity]&lt;br /&gt;
* [https://wiki.osgeo.org/wiki/User:Pwramsey3 Paul Ramsay] - [https://www.youtube.com/watch?v=JX0NX9OjyUg Why we code]&lt;br /&gt;
* Alyssa Wright - [https://www.youtube.com/watch?v=Y9tAFJC1tmo What are your salary requirements?]&lt;br /&gt;
&lt;br /&gt;
=== Social Program ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Date&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Venue&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | No. of Attendees&lt;br /&gt;
! style=&amp;quot;font-weight:bold; background-color:#efefef; color:#343434;&amp;quot; | Payment Structure&lt;br /&gt;
|-&lt;br /&gt;
|  | 20 November&lt;br /&gt;
|  | Travel Grant Program Breakfast&lt;br /&gt;
|  | Vertue Coffee Roasters&lt;br /&gt;
|  | &lt;br /&gt;
|  | Paid for out of Good Mojo allocation&lt;br /&gt;
|-&lt;br /&gt;
|  | 20 November&lt;br /&gt;
|  | Icebreaker&lt;br /&gt;
|  | The Shaw Davey Slum&lt;br /&gt;
|  | 96&lt;br /&gt;
|  | Included with conference registration&lt;br /&gt;
|-&lt;br /&gt;
|  | 21 November&lt;br /&gt;
|  | Women in Spatial Breakfast&lt;br /&gt;
|  | Seven Seeds&lt;br /&gt;
|  | &lt;br /&gt;
|  | Paid for out of Good Mojo allocation&lt;br /&gt;
|-&lt;br /&gt;
|  | 21 November&lt;br /&gt;
|  | Conference Dinner&lt;br /&gt;
|  | Brunswick Mess Hall&lt;br /&gt;
|  | 129&lt;br /&gt;
|  | Separate ticket ($80)&lt;br /&gt;
|-&lt;br /&gt;
|  | 22 November&lt;br /&gt;
|  | GeoRabble&lt;br /&gt;
|  | The Clyde Hotel&lt;br /&gt;
|  | &lt;br /&gt;
|  | Organised separately but sponsored by FOSS4G SotM Oceania&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Conference Attendees ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
By jurisdiction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Jurisdiction !! Attendees !! % of Total&lt;br /&gt;
|-&lt;br /&gt;
| Victoria || 102 || 41.0&lt;br /&gt;
|-&lt;br /&gt;
| New Zealand || 28 || 11.2&lt;br /&gt;
|-&lt;br /&gt;
| New South Wales || 28 || 11.2&lt;br /&gt;
|-&lt;br /&gt;
| Australian Capital Territory || 26 || 10.4&lt;br /&gt;
|-&lt;br /&gt;
| Queensland || 18 || 7.2&lt;br /&gt;
|-&lt;br /&gt;
| Western Australia || 14 || 5.6&lt;br /&gt;
|-&lt;br /&gt;
| Tasmania || 8 || 3.2&lt;br /&gt;
|-&lt;br /&gt;
| United States || 6 || 2.4&lt;br /&gt;
|-&lt;br /&gt;
| South Australia || 4 || 1.6&lt;br /&gt;
|-&lt;br /&gt;
| Northern Territory || 2 || 0.8&lt;br /&gt;
|-&lt;br /&gt;
| Fiji || 2 || 0.8&lt;br /&gt;
|-&lt;br /&gt;
| Samoa || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| Timor-Leste || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| Hong Kong || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| Serbia || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| Papua New Guinea || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| Canada || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| Malaysia || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| United Kingdom || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| Germany || 1 || 0.4&lt;br /&gt;
|-&lt;br /&gt;
| Japan || 1 || 0.4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
By ticket type&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ticket Type !! Attendees !! % of Total&lt;br /&gt;
|-&lt;br /&gt;
| Full Price || 146 || 55.7&lt;br /&gt;
|-&lt;br /&gt;
| Early Bird || 30 || 11.4&lt;br /&gt;
|-&lt;br /&gt;
| Community Contributor || 29 || 11.0&lt;br /&gt;
|-&lt;br /&gt;
| Sponsor || 26 || 10.0&lt;br /&gt;
|-&lt;br /&gt;
| Volunteer || 9 || 3.4&lt;br /&gt;
|-&lt;br /&gt;
| Travel Grant Program || 7 || 2.7&lt;br /&gt;
|-&lt;br /&gt;
| Student || 7 || 2.7&lt;br /&gt;
|-&lt;br /&gt;
| Keynote || 4 || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| One Day || 4 || 1.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Media ==&lt;br /&gt;
&lt;br /&gt;
* [https://koordinates.com/blog/why-were-sponsoring-foss4g-oceania/ Why we're sponsoring FOSS4G Oceania] by Koordinates&lt;br /&gt;
* [https://nyalldawson.net/2018/11/thoughts-on-foss4g-sotm-oceania-2018-and-the-pyqgis-api-improvements-which-it-caused/ Thoughts on FOSS4G SotM Oceania 2018 and the PyQGIS API improvements which it caused] by Nyall Dawson&lt;br /&gt;
* [https://www.gaiaresources.com.au/open-source-software-conference-recap/ FOSS4G open source software conference recap] by Gaia Resources&lt;br /&gt;
* [https://blog.geografia.com.au/my-time-at-foss4g-oceania-2018-f5a1fe9f0385 My time at FOSS4G Oceania 2018] by Daniel Hernandez&lt;br /&gt;
&lt;br /&gt;
== Good Mojo ==&lt;br /&gt;
&lt;br /&gt;
=== Travel Grant Program ===&lt;br /&gt;
&lt;br /&gt;
This conference had the first regional Travel Grant Program funded (in part) by OSGeo.&lt;br /&gt;
&lt;br /&gt;
7 attendees were provided with grants to help cover flights, accommodation and visas.&lt;br /&gt;
2 half day workshops, conference registration and access to all social events including the conference dinner were also provided.&lt;br /&gt;
&lt;br /&gt;
You can read interviews with 5 of the attendees:&lt;br /&gt;
* [https://2018.foss4g-oceania.org/news/dorothy-pion-senior-cartographer-mineral-resources-authority-papua-new-guinea.html Dorothy Pion]&lt;br /&gt;
* [https://2018.foss4g-oceania.org/news/nimalika-fernando-research-student-curtin-university.html Nimalika Fernando]&lt;br /&gt;
* [https://2018.foss4g-oceania.org/news/hirini-tane-maorimaps-te-potiki-national-trust-university-otago.html Hirini Tane]&lt;br /&gt;
* [https://2018.foss4g-oceania.org/news/kim-fitter-freelance-developer.html Kim Fitter]&lt;br /&gt;
* [https://2018.foss4g-oceania.org/news/zenoveva-xavier-correia.html Zenoveva Xavier Correia]&lt;br /&gt;
&lt;br /&gt;
== Organisation ==&lt;br /&gt;
&lt;br /&gt;
=== Conference Committee ===&lt;br /&gt;
&lt;br /&gt;
* John Bryant - Chair / Travel Grant Program Lead&lt;br /&gt;
* Dr. David Dean - Community Day Lead&lt;br /&gt;
* Dr. Sarah Goodwin - Academic Program Co-Chair&lt;br /&gt;
* Greg Lauer - Marketing and Promotion Lead&lt;br /&gt;
* Alex Leith - Program Lead&lt;br /&gt;
* Phillip Mallis - Volunteer Lead&lt;br /&gt;
* Trisha Moriarty - Workshop Lead&lt;br /&gt;
* Edoardo Neerhut&lt;br /&gt;
* Cameron Shorter&lt;br /&gt;
* Daniel Silk - Social Program Lead&lt;br /&gt;
* Kerry Smyth &lt;br /&gt;
* Vasiti Soko&lt;br /&gt;
* Dr. Adam Steer - Sponsorship Lead&lt;br /&gt;
* Jonah Sullivan&lt;br /&gt;
* Dr. Martin Tomko - Academic Program Co-Chair&lt;br /&gt;
&lt;br /&gt;
=== Partners ===&lt;br /&gt;
&lt;br /&gt;
This conference was organised in partnership with [https://sssi.org.au/ SSSI], who managed the finances.&lt;br /&gt;
&lt;br /&gt;
OSGeo and the OpenStreetMap Foundation supported our efforts from the beginning.&lt;br /&gt;
&lt;br /&gt;
OSGeo contributed funding toward our Travel Grant Program and Community Day.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Meeting minutes ===&lt;br /&gt;
* [https://drive.google.com/open?id=1d7Hb-R7ZlQGWNykd5WpPXBrCo0TW-XjY 2018-12-14]&lt;br /&gt;
* [https://drive.google.com/open?id=1QSdjXJeY3K5V0HVjyka7POnD_HkulUL_ 2018-11-30]&lt;br /&gt;
* [https://drive.google.com/open?id=1cH9dPt5UZw2XxL3zYDW0aWZ2O9NOEC15 2018-11-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1gkltl4HM1dFTlnU8EqG8Zu10py-00IHg 2018-11-02]&lt;br /&gt;
* [https://drive.google.com/open?id=152RdI95znt5PMk4kyAqCJtWFNmN_fLMV 2018-10-26]&lt;br /&gt;
* [https://drive.google.com/open?id=1r0RQQIMmrJvDu-0eGT50bH7sNrIeX-U5 2018-10-19]&lt;br /&gt;
* [https://drive.google.com/open?id=1bJRbWlQgS5VUbRe7HcpNE6sAOB0Ukfht 2018-10-12]&lt;br /&gt;
* [https://drive.google.com/open?id=18-VwNdqO0umu7mLr5LpDoiTbYaAE2I3- 2018-10-05]&lt;br /&gt;
* [https://drive.google.com/open?id=1Ik9dPYhjIOXnPIWRVRXQj3HZ2yWl7yzi 2018-09-28]&lt;br /&gt;
* [https://drive.google.com/open?id=1O3gKVdDckKD1mgWaxf6pgEBDXTWQG9y7 2018-09-14]&lt;br /&gt;
* [https://drive.google.com/open?id=1b6_fw5QbGJhRWLT8lkmrSNA9awaOSRPz 2018-08-31]&lt;br /&gt;
* [https://drive.google.com/open?id=1lw2Hqy3s-_YYMQVWCwGTGzmToVivl0fw 2018-08-17]&lt;br /&gt;
* [https://drive.google.com/open?id=1Dptq91Z5ZeygiYLhw-APYk5Y_pnYTjdp 2018-08-03]&lt;br /&gt;
* [https://drive.google.com/open?id=1jhdT713VhjADM-4LedlRkW3XsVokt-Vm 2018-07-20]&lt;br /&gt;
* [https://drive.google.com/open?id=1PYIkXGhUw4V4kWGs2gDwN4ySI-YrpiX2 2018-07-06]&lt;br /&gt;
* [https://drive.google.com/open?id=1qcQusCTkUawjFT0-vOJALLX_IK0gGZSG 2018-06-22]&lt;br /&gt;
* [https://drive.google.com/open?id=1zfGVIgwW8Mdge-cIXO3msKB_ScU-Iv4z 2018-06-08]&lt;br /&gt;
* [https://drive.google.com/open?id=13R0UBkejDLByApdd3pDvPGrKrIx2bJ6u 2018-05-25]&lt;br /&gt;
* [https://drive.google.com/open?id=1XboblMCOVOk_PRjTjAZqObvmmdrPe53k 2018-05-04]&lt;br /&gt;
* [https://drive.google.com/open?id=1w8GjmC1gtgZvC4qmGUtsARqNO80h0cv- 2018-04-20]&lt;br /&gt;
* [https://drive.google.com/open?id=1rkUdnwC1Mr824e1vOThDmvtG-3jgK5vC 2018-04-06]&lt;br /&gt;
* [https://drive.google.com/open?id=1gafLgteqv9macT-1EVGsrEqEgTJqqlV- 2018-03-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1IINmVt2SgUhPK-hQLG0hBDkGKtaAe-xZ 2018-03-02]&lt;br /&gt;
* [https://drive.google.com/open?id=1A6nqIR5Z_T9p9FBlPd29XUPuQK3KxkBe 2018-02-16]&lt;br /&gt;
* [https://drive.google.com/open?id=1gcyVWMT7WSxqYtcJ_e-DpCY61nU3mBuF 2018-02-02]&lt;br /&gt;
* [https://drive.google.com/open?id=1ip2fxQlEAsgbLBlwVNXd1q_XkpAmevNT 2017-12-18]&lt;br /&gt;
* [https://drive.google.com/open?id=1k6rJMVJNNOF-xGksa3hC5LbkcVKvELho 2017-12-04]&lt;br /&gt;
* [http://irclogs.geoapt.com/osgeo/%23osgeo.2017-11-27.log 2017-11-27 (IRC log)]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: FOSS4G]]&lt;br /&gt;
[[Category: Events]]&lt;br /&gt;
[[Category: Oceania]]&lt;br /&gt;
[[Category: Australia]]&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Jayenashar&amp;diff=125815</id>
		<title>User:Jayenashar</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Jayenashar&amp;diff=125815"/>
		<updated>2020-11-28T21:48:32Z</updated>

		<summary type="html">&lt;p&gt;Jayenashar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;i made a trip planner using osm &amp;amp; gtfs&lt;br /&gt;
&lt;br /&gt;
i like mapbox&lt;/div&gt;</summary>
		<author><name>Jayenashar</name></author>
	</entry>
</feed>