<?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=Darkblueb</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=Darkblueb"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Darkblueb"/>
	<updated>2026-04-11T22:34:06Z</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=134942</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=134942"/>
		<updated>2025-12-15T18:09:53Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: /* Services on osgeo7 */&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]] - 6 physical machines that are lxd hosts containing ''x'' virtual machines/containers. 1 is currently shutdown&lt;br /&gt;
&lt;br /&gt;
history:&lt;br /&gt;
* 7 physical machines of which 5 ar lxd hosts containing ''x'' virtual machines/containers.&lt;br /&gt;
* As part of migration of data center 2025)&lt;br /&gt;
** 2 machines: [[SAC_Service_Status#Backup_.28osgeo5.29| backup]], [[SAC_Service_Status#osgeo3|osgeo3]] are historical servers.&lt;br /&gt;
&lt;br /&gt;
== Logging into Physical Machines ==&lt;br /&gt;
&lt;br /&gt;
Currently we do not have physical machines under LDAP control.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All [[SAC#Members|SAC administrators]] have LDAP auth to the OSL Machines. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;del&amp;gt;ssh '''your_osgeo_login'''@'''servername'''.osgeo.osuosl.org&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;When prompted for password, use your OSGeo Login password.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logging into LXD Hosts ==&lt;br /&gt;
&lt;br /&gt;
[[SAC_Service_Status#osgeo4|osgeo4]], [[SAC_Service_Status#osgeo7|osgeo7]], [[SAC_Service_Status#osgeo8|osgeo8]], and [[SAC_Service_Status#osgeo9|osgeo9]] are all Ubuntu servers running LXD. &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 OpenVPN. To get an OpenVPN account, you need to put in a support ticket to support@osuosl.org.  In order to qualify for an OpenVPN account, you need to be an OSGeo SAC administrator. You will also need to install [https://openvpn.net/community-downloads/ OpenVPN client]) to use your OpenVPN account.&lt;br /&gt;
&lt;br /&gt;
Each host on the private KVM side is named https://'''osgeo8'''.osuosl.oob -- where replace '''osgeo8''' with the relevant host. The .oob is the private network, so doesn't work unless you are connected to via OpenVPN.&lt;br /&gt;
&lt;br /&gt;
The browser interface is sometimes clunky, so you might want to use  '''ipmitool''' installable on linux/unix or wsl using relevant package manager. KVM passwords are stored in [https://git.osgeo.org/gitea/sac/password-store SAC password-store].&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your ~/.ssh/config to easily login to osgeo's LXD hosts follows: &lt;br /&gt;
&lt;br /&gt;
    Host osgeo?&lt;br /&gt;
      User tech_dev&lt;br /&gt;
      HostName %h.osgeo.osuosl.org&lt;br /&gt;
      Port 2222&lt;br /&gt;
&lt;br /&gt;
Then you would be able to log into those hosts with commands like:&lt;br /&gt;
&lt;br /&gt;
    ssh osgeo7&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;
   # This stanza is only needed if you have an IdentityFile configured below.&lt;br /&gt;
   # The IdentityFile from a target host is not automatically applied to the hop host, so we need to make it explicit:&lt;br /&gt;
   Host hop.*.osgeo.org&lt;br /&gt;
     IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&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 `osgeo9` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo9-matrix&lt;br /&gt;
&lt;br /&gt;
And one on machine `osgeo7` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo7-download&lt;br /&gt;
&lt;br /&gt;
Note you still need to know where each LXC host is hosted... See successive sections to know what's on which machine.&lt;br /&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;
== osgeo 8 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203036/https://hardware.openstreetmap.org/servers/stormfly-01.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Intended to provide additional LXD capacity and backup.&lt;br /&gt;
&lt;br /&gt;
[[osgeo8|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo8 ===&lt;br /&gt;
&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo8.osgeo.org - jump host for accessing containers/vms on osgeo8&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
http, https Proxy for all containers on osgeo8 and also provides mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== centtie-7-pgrouting ====&lt;br /&gt;
Centos 7 running PostgreSQL 15, PostGIS 3.3.2, gcc-4.8.5, cmake 3&lt;br /&gt;
Configured to be a github self-hosted runner for testing centos for pgrouting project&lt;br /&gt;
&lt;br /&gt;
[https://github.com/pgRouting/admin/wiki/CI%3A-Centos-7-GHA-runner Details of Github Action runner setup]&lt;br /&gt;
&lt;br /&gt;
==== download8 ====&lt;br /&gt;
&lt;br /&gt;
Replica of download that is on osgeo7.&lt;br /&gt;
Mirrors download and home folders from osgeo7. &lt;br /&gt;
https://download-cache.osgeo.org&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== geoserver-cite ====&lt;br /&gt;
Houses OGC site certification for geoserver https://cite.geoserver.org&lt;br /&gt;
&lt;br /&gt;
==== grass-wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:GrassWiki]]&lt;br /&gt;
&lt;br /&gt;
==== grass ====&lt;br /&gt;
https://grass.osgeo.org upgraded to Bullseye debian 11.&lt;br /&gt;
&lt;br /&gt;
GRASS GIS server&lt;br /&gt;
&lt;br /&gt;
Current DNS name: grass.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Debian 11 Bullseye&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/grass8/utils/cronjobs_osgeo_lxd&lt;br /&gt;
&lt;br /&gt;
`unattended-upgrades` for automatic installation of security upgrades is installed and running&lt;br /&gt;
&lt;br /&gt;
ssh: reachable via jumphost.&lt;br /&gt;
&lt;br /&gt;
==== meshcentral ====&lt;br /&gt;
https://remote.osgeo.org&lt;br /&gt;
This is a remoting tool currently setup to test livecd vms via a web browser.&lt;br /&gt;
&lt;br /&gt;
4 VMS currently set up on osgeo8 accessible from this. Currently based on livecd 16rc1 snapshots, with wm install script run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== pgrouting-dev ====&lt;br /&gt;
For pgrouting development use to do things like pushing docker images on a scheduled basis.&lt;br /&gt;
Perhaps later for demo sites.  WIP.&lt;br /&gt;
&lt;br /&gt;
==== woodie-client-vm ====&lt;br /&gt;
&lt;br /&gt;
Separate agent for woodie-server, this one is a true VM rather than container.&lt;br /&gt;
&lt;br /&gt;
==== woodie-server ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Woodie]]&lt;br /&gt;
&lt;br /&gt;
== osgeo 9 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203042/https://hardware.openstreetmap.org/servers/stormfly-02.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Is an LXD host.  Also Stores lxd images used by other lxd hosts.&lt;br /&gt;
&lt;br /&gt;
[[osgeo9|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo9 ===&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo9.osgeo.org. For LDAP users allows them to hop thru to get to other containers.&lt;br /&gt;
&lt;br /&gt;
==== Secure (LDAP )  ====&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo9/wiki/secure-container secure] -- ldap.osgeo.org [[SAC:LDAP]] used for ldap service (a rebuild of old secure.osgeo.osuosl.org) now on Debian 11&lt;br /&gt;
Moved from osgeo7&lt;br /&gt;
&lt;br /&gt;
==== ldap-web ====&lt;br /&gt;
&lt;br /&gt;
Currently housing https://id.osgeo.org/ for LDAP management.&lt;br /&gt;
Deployed via ansible&lt;br /&gt;
Moved from osgeo9&lt;br /&gt;
&lt;br /&gt;
* id.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== jitsi ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Jitsi]] (for video meetings)&lt;br /&gt;
&lt;br /&gt;
==== nextcloud  ====&lt;br /&gt;
https://nextcloud.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Ubuntu 22.04 LXD/nginx/postgresql 14 container for document sharing similar to dropbox/google drive - nextcloud.lxd - https://nextcloud.osgeo.org [https://git.osgeo.org/gitea/sac/osgeo9/wiki/Nextcloud-container Nextcloud Setup]&lt;br /&gt;
&lt;br /&gt;
home of https://nextcloud.osgeo.org&lt;br /&gt;
This server does not use ssh osgeo-ldap as it was the first container built.  However nextcloud.osgeo.org does authenticate with osgeo ldap.&lt;br /&gt;
&lt;br /&gt;
TODO: add special page for this&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
nginx (for web proxy of traffic of osgeo9 containers) additional mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== adventure (WIP)====&lt;br /&gt;
https://adventure.osgeo.org runs https://github.com/thecodingmachine/workadventure software&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== limesurvey ====&lt;br /&gt;
Debian 10, PostgreSQL 13, PHP 8 with ldap/ssh. 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;
==== mail ====&lt;br /&gt;
mailman: lists.osgeo.org&lt;br /&gt;
mail.osgeo.org&lt;br /&gt;
tilechache web: tilecache.osgeo.org&lt;br /&gt;
mailserver: postfix&lt;br /&gt;
&lt;br /&gt;
==== matrix ====&lt;br /&gt;
'''Container Name:''' matrix - lxd container with ldap/ssh.&lt;br /&gt;
Hosts [[Matrix]] homeserver ([[SAC:MatrixSynapse]]) and IRC bridges ([[SAC:Heisenbridge]])&lt;br /&gt;
&lt;br /&gt;
https://gitea.osgeo.org/sac/osgeo9/wiki/matrix-container for full detail on how the container is setup&lt;br /&gt;
&lt;br /&gt;
==== pixelfed ====&lt;br /&gt;
&lt;br /&gt;
SHUT OFF (both container and website) cause of lack of interest.  Container is still there.&lt;br /&gt;
[[Pixelfed]] instance reachable on https://photo.osgeo.org to house community photos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== peertube ====&lt;br /&gt;
&lt;br /&gt;
[[Peertube]] instance reachable on https://video.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== pretalx  ====&lt;br /&gt;
Ubuntu 20.04 with OSGeo LDAP and Docker installed.  pretalx software runs in Docker.&lt;br /&gt;
https://talks.osgeo.org - for OSGeo Talk collection and voting See [[Pretalx]]&lt;br /&gt;
&lt;br /&gt;
==== weblate ====&lt;br /&gt;
'''Container Name:''' weblate (for doc translation)&lt;br /&gt;
&lt;br /&gt;
Houses: https://weblate.osgeo.org  (for document translation to different languages)&lt;br /&gt;
&lt;br /&gt;
For further details refer to [[SAC:Weblate]]&lt;br /&gt;
&lt;br /&gt;
==== wordpress ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Wordpress]]&lt;br /&gt;
&lt;br /&gt;
==== geo-docs container ====&lt;br /&gt;
&lt;br /&gt;
Houses:&lt;br /&gt;
* https://blog.geoserver.org&lt;br /&gt;
* https://geos.osgeo.org&lt;br /&gt;
* https://geotools.org&lt;br /&gt;
* https://geowebcache.osgeo.org&lt;br /&gt;
* https://lastools.osgeo.org&lt;br /&gt;
* https://planet.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== discourse ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Discourse]]&lt;br /&gt;
&lt;br /&gt;
==== mail ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hosts: lists.osgeo.org, mail.osgeo.org and a few other services.&lt;br /&gt;
See [[Mail server]] for more details.&lt;br /&gt;
&lt;br /&gt;
== osgeo 7 ==&lt;br /&gt;
&lt;br /&gt;
Server added June 2018. Intended to replace [[SAC_Service_Status#osgeo3|osgeo3]] and old osgeo4 (before reformat).&lt;br /&gt;
See [[Osgeo7]] for 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 need to be in the shell group to be able to access download and the other servers.  If you are not already put in a [https://trac.osgeo.org/osgeo/newticket SAC Ticket Request].  You also need to have your public key registered. To do so edit your profile [https://id.osgeo.org/ldap/edit]  (and put in your public key)&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 on osgeo7 ===&lt;br /&gt;
&lt;br /&gt;
==== Monitor ====&lt;br /&gt;
&lt;br /&gt;
debian10 lxd container with ldap/ssh. https://monitor.osgeo.org (houses grafana dashboard (for all servers) and prometheus server for &amp;lt;del&amp;gt;[[SAC_Service_Status#osgeo3|osgeo3]]&amp;lt;del&amp;gt; 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;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client-osgeo3 ====&lt;br /&gt;
STOPPED See [https://trac.osgeo.org/osgeo/ticket/3415 #3415]&lt;br /&gt;
Its a copy of dronie-client that was on [[SAC_Service_Status#osgeo3|osgeo3]] which has been shutdown&lt;br /&gt;
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;
==== gallery ====&lt;br /&gt;
Under Construction :  experimental media VM; currently hosting the GalleryVM library and a `llama.cpp` client. contact darkblueb (Brian Hamlin) or SAC channel&lt;br /&gt;
&lt;br /&gt;
==== live ====&lt;br /&gt;
Home of [http://live.osgeo.org live.osgeo.org] ; &lt;br /&gt;
Running Ubuntu 24.04.3 LTS with OSGeo LDAP SSH&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== mapserver ====&lt;br /&gt;
&lt;br /&gt;
See [[MapServer_at_osgeo7]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== nexus (repo.osgeo.org, docker.osgeo.org)  ====&lt;br /&gt;
See [[SAC:Repo]] this is a debian 10 lxd container running docker 19.  &lt;br /&gt;
It currently has one docker container running within it called nexus -- exposed as repo.osgeo.org on nginx.&lt;br /&gt;
&lt;br /&gt;
Also exposed as project dockers for pushing images:  postgis-docker.osgeo.org, geoserver-docker.osgeo.org, geos-docker.osgeo.org, sac-docker.osgeo.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== nginx  ====&lt;br /&gt;
Proxy that routes all http/https traffic 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 &amp;lt;del&amp;gt;(only accessible by [[SAC_Service_Status#osgeo3|osgeo3]]), these get queried via monitor.osgeo.org (running on [[SAC_Service_Status#osgeo3|osgeo3]]) via grafana server.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== tracsvn (trac, svn, git) ====&lt;br /&gt;
&lt;br /&gt;
Home of [[Trac]], [[SAC:Git Service|Git]] and [[Subversion]] services.&lt;br /&gt;
&lt;br /&gt;
See [[TracSVN]] for full details.&lt;br /&gt;
&lt;br /&gt;
==== photoprism ====&lt;br /&gt;
Picture gallery. Syncs with https://nextcloud.osgeo.org&lt;br /&gt;
But pictures are shown here https://photoprism.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-wiki (stopped) ====&lt;br /&gt;
This used to be housed on [[SAC_Service_Status#osgeo3|osgeo3]], and was moved 2019-09-14 to osgeo7 as old-wiki container.&lt;br /&gt;
wiki.osgeo.org moved back to [[SAC_Service_Status#osgeo3|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;
Refer to the [[SAC_Service_Status#osgeo3|osgeo3]] section for more details. &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 [[SAC_Service_Status#osgeo3|osgeo3]])&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== nextcloud-ubuntu (stopped) ====&lt;br /&gt;
Moved to osgeo9&lt;br /&gt;
&lt;br /&gt;
==== dronie-server ====&lt;br /&gt;
&lt;br /&gt;
See [[Dronie]]&lt;br /&gt;
&lt;br /&gt;
==== old-projects (stopped) ====&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 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;
&lt;br /&gt;
==== old-web (stopped) ====&lt;br /&gt;
The old web.osgeo.osuosl.org (was on [[SAC_Service_Status#osgeo3|osgeo3]]) &lt;br /&gt;
&lt;br /&gt;
* mapguide.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-webextra ====&lt;br /&gt;
This is a replica of webextra.osgeo.osuosl.org that was hosted on [[SAC_Service_Status#osgeo3|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;
* video.foss4g.org&lt;br /&gt;
* planet.osgeo.org&lt;br /&gt;
* various old foss4g.org years&lt;br /&gt;
* &amp;lt;del&amp;gt;live.osgeo.org&amp;lt;/del&amp;gt; moved to dedicated container&lt;br /&gt;
* journal.osgeo.org (not sure what this is for, should be retired?)&lt;br /&gt;
* &amp;lt;del&amp;gt;vmap0.tiles.osgeo.org&amp;lt;/del&amp;gt; #removed site&lt;br /&gt;
&lt;br /&gt;
Information from webextra on [[SAC_Service_Status#osgeo3|osgeo3]]&lt;br /&gt;
&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;
==== 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;
=== osgeo7 decommissioned containers ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;del&amp;gt;old-adhoc&amp;lt;/del&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
'''SHUTOFF as of 2022-01-29'''&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.  &lt;br /&gt;
Used by osgeo-live for there test docs and by grass for earthquake, and mapserver for demo.&lt;br /&gt;
Note that there is a new live (container that osgeo-live will more to), there is also a mapserver container (which mapserver have started to move their demo to)&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;
== osgeo6 ==&lt;br /&gt;
&lt;br /&gt;
See  [[osgeo6]]&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, and osgeo4 containers are kept here and named &amp;lt;container&amp;gt;-backup and be kept in a stopped state.&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo4 ===&lt;br /&gt;
&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;
==== ansible-dev ====&lt;br /&gt;
'''Container Name:''' ansible-dev, has ansible 2.9.27 installed and all plugins needed to manage OSGeo ansible infrastructure.&lt;br /&gt;
DEPRECATED, use `ansible-dev`&lt;br /&gt;
&lt;br /&gt;
==== ansible-control ====&lt;br /&gt;
'''Container Name:''' ansible-control, can be used to deploy OSGeo ansible infrastructure. Replaces `ansible-dev`&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;
==== pretalx-staging ====&lt;br /&gt;
'''Container Name:''' pretalx-staging - used primarily for experimenting with changes to talks.osgeo.org (pretalx on [[SAC_Service_Status#osgeo9|osgeo9]]) like testing out Docker builds and software upgrade etc, before applying to talks.osgeo.org. - https://talks.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 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;
It was upgraded to Debian 11 on 2024-08-21.&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;
= 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;
== Atlantic.net ==&lt;br /&gt;
&lt;br /&gt;
* host.postgis.net -p 2222 is an LXD Ubuntu 18.04 16GB RAM/ 6 vCPU, 350GB data, 250GB block storage&lt;br /&gt;
* Currenlty running two lxd containers:&lt;br /&gt;
    debbie: debian 10 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;
== 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 [[SAC_Service_Status#osgeo3|osgeo3]]  2020-11-28 -- see [[https://trac.osgeo.org/osgeo/ticket/2362|#2362]]&lt;br /&gt;
&lt;br /&gt;
== osgeo3 ==&lt;br /&gt;
&lt;br /&gt;
osgeo3 physical server refer to [[osgeo3|Configuration Details]] for hardware specs. It was used to run production, but moderately risky things. Refer to [[SAC:Old-osgeo3]] for past history before osgeo3 was rebuilt.&lt;br /&gt;
osgeo3 was a hosted by OSUOSL - No longer accessible &amp;lt;del&amp;gt;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup (osgeo5) ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;del&amp;gt;Backup now runs on dedicated hardware&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Rsync backups of download.osgeo.org&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Bacula backups of various VMs.&amp;lt;del&amp;gt;&lt;br /&gt;
* See [[SAC:Backups]] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;br /&gt;
[[Category:Services]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SAC_Service_Status&amp;diff=134941</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=134941"/>
		<updated>2025-12-15T17:02:22Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: /* live */&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]] - 6 physical machines that are lxd hosts containing ''x'' virtual machines/containers. 1 is currently shutdown&lt;br /&gt;
&lt;br /&gt;
history:&lt;br /&gt;
* 7 physical machines of which 5 ar lxd hosts containing ''x'' virtual machines/containers.&lt;br /&gt;
* As part of migration of data center 2025)&lt;br /&gt;
** 2 machines: [[SAC_Service_Status#Backup_.28osgeo5.29| backup]], [[SAC_Service_Status#osgeo3|osgeo3]] are historical servers.&lt;br /&gt;
&lt;br /&gt;
== Logging into Physical Machines ==&lt;br /&gt;
&lt;br /&gt;
Currently we do not have physical machines under LDAP control.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All [[SAC#Members|SAC administrators]] have LDAP auth to the OSL Machines. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;del&amp;gt;ssh '''your_osgeo_login'''@'''servername'''.osgeo.osuosl.org&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;When prompted for password, use your OSGeo Login password.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logging into LXD Hosts ==&lt;br /&gt;
&lt;br /&gt;
[[SAC_Service_Status#osgeo4|osgeo4]], [[SAC_Service_Status#osgeo7|osgeo7]], [[SAC_Service_Status#osgeo8|osgeo8]], and [[SAC_Service_Status#osgeo9|osgeo9]] are all Ubuntu servers running LXD. &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 OpenVPN. To get an OpenVPN account, you need to put in a support ticket to support@osuosl.org.  In order to qualify for an OpenVPN account, you need to be an OSGeo SAC administrator. You will also need to install [https://openvpn.net/community-downloads/ OpenVPN client]) to use your OpenVPN account.&lt;br /&gt;
&lt;br /&gt;
Each host on the private KVM side is named https://'''osgeo8'''.osuosl.oob -- where replace '''osgeo8''' with the relevant host. The .oob is the private network, so doesn't work unless you are connected to via OpenVPN.&lt;br /&gt;
&lt;br /&gt;
The browser interface is sometimes clunky, so you might want to use  '''ipmitool''' installable on linux/unix or wsl using relevant package manager. KVM passwords are stored in [https://git.osgeo.org/gitea/sac/password-store SAC password-store].&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your ~/.ssh/config to easily login to osgeo's LXD hosts follows: &lt;br /&gt;
&lt;br /&gt;
    Host osgeo?&lt;br /&gt;
      User tech_dev&lt;br /&gt;
      HostName %h.osgeo.osuosl.org&lt;br /&gt;
      Port 2222&lt;br /&gt;
&lt;br /&gt;
Then you would be able to log into those hosts with commands like:&lt;br /&gt;
&lt;br /&gt;
    ssh osgeo7&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;
   # This stanza is only needed if you have an IdentityFile configured below.&lt;br /&gt;
   # The IdentityFile from a target host is not automatically applied to the hop host, so we need to make it explicit:&lt;br /&gt;
   Host hop.*.osgeo.org&lt;br /&gt;
     IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&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 `osgeo9` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo9-matrix&lt;br /&gt;
&lt;br /&gt;
And one on machine `osgeo7` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo7-download&lt;br /&gt;
&lt;br /&gt;
Note you still need to know where each LXC host is hosted... See successive sections to know what's on which machine.&lt;br /&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;
== osgeo 8 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203036/https://hardware.openstreetmap.org/servers/stormfly-01.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Intended to provide additional LXD capacity and backup.&lt;br /&gt;
&lt;br /&gt;
[[osgeo8|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo8 ===&lt;br /&gt;
&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo8.osgeo.org - jump host for accessing containers/vms on osgeo8&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
http, https Proxy for all containers on osgeo8 and also provides mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== centtie-7-pgrouting ====&lt;br /&gt;
Centos 7 running PostgreSQL 15, PostGIS 3.3.2, gcc-4.8.5, cmake 3&lt;br /&gt;
Configured to be a github self-hosted runner for testing centos for pgrouting project&lt;br /&gt;
&lt;br /&gt;
[https://github.com/pgRouting/admin/wiki/CI%3A-Centos-7-GHA-runner Details of Github Action runner setup]&lt;br /&gt;
&lt;br /&gt;
==== download8 ====&lt;br /&gt;
&lt;br /&gt;
Replica of download that is on osgeo7.&lt;br /&gt;
Mirrors download and home folders from osgeo7. &lt;br /&gt;
https://download-cache.osgeo.org&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== geoserver-cite ====&lt;br /&gt;
Houses OGC site certification for geoserver https://cite.geoserver.org&lt;br /&gt;
&lt;br /&gt;
==== grass-wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:GrassWiki]]&lt;br /&gt;
&lt;br /&gt;
==== grass ====&lt;br /&gt;
https://grass.osgeo.org upgraded to Bullseye debian 11.&lt;br /&gt;
&lt;br /&gt;
GRASS GIS server&lt;br /&gt;
&lt;br /&gt;
Current DNS name: grass.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Debian 11 Bullseye&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/grass8/utils/cronjobs_osgeo_lxd&lt;br /&gt;
&lt;br /&gt;
`unattended-upgrades` for automatic installation of security upgrades is installed and running&lt;br /&gt;
&lt;br /&gt;
ssh: reachable via jumphost.&lt;br /&gt;
&lt;br /&gt;
==== meshcentral ====&lt;br /&gt;
https://remote.osgeo.org&lt;br /&gt;
This is a remoting tool currently setup to test livecd vms via a web browser.&lt;br /&gt;
&lt;br /&gt;
4 VMS currently set up on osgeo8 accessible from this. Currently based on livecd 16rc1 snapshots, with wm install script run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== pgrouting-dev ====&lt;br /&gt;
For pgrouting development use to do things like pushing docker images on a scheduled basis.&lt;br /&gt;
Perhaps later for demo sites.  WIP.&lt;br /&gt;
&lt;br /&gt;
==== woodie-client-vm ====&lt;br /&gt;
&lt;br /&gt;
Separate agent for woodie-server, this one is a true VM rather than container.&lt;br /&gt;
&lt;br /&gt;
==== woodie-server ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Woodie]]&lt;br /&gt;
&lt;br /&gt;
== osgeo 9 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203042/https://hardware.openstreetmap.org/servers/stormfly-02.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Is an LXD host.  Also Stores lxd images used by other lxd hosts.&lt;br /&gt;
&lt;br /&gt;
[[osgeo9|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo9 ===&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo9.osgeo.org. For LDAP users allows them to hop thru to get to other containers.&lt;br /&gt;
&lt;br /&gt;
==== Secure (LDAP )  ====&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo9/wiki/secure-container secure] -- ldap.osgeo.org [[SAC:LDAP]] used for ldap service (a rebuild of old secure.osgeo.osuosl.org) now on Debian 11&lt;br /&gt;
Moved from osgeo7&lt;br /&gt;
&lt;br /&gt;
==== ldap-web ====&lt;br /&gt;
&lt;br /&gt;
Currently housing https://id.osgeo.org/ for LDAP management.&lt;br /&gt;
Deployed via ansible&lt;br /&gt;
Moved from osgeo9&lt;br /&gt;
&lt;br /&gt;
* id.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== jitsi ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Jitsi]] (for video meetings)&lt;br /&gt;
&lt;br /&gt;
==== nextcloud  ====&lt;br /&gt;
https://nextcloud.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Ubuntu 22.04 LXD/nginx/postgresql 14 container for document sharing similar to dropbox/google drive - nextcloud.lxd - https://nextcloud.osgeo.org [https://git.osgeo.org/gitea/sac/osgeo9/wiki/Nextcloud-container Nextcloud Setup]&lt;br /&gt;
&lt;br /&gt;
home of https://nextcloud.osgeo.org&lt;br /&gt;
This server does not use ssh osgeo-ldap as it was the first container built.  However nextcloud.osgeo.org does authenticate with osgeo ldap.&lt;br /&gt;
&lt;br /&gt;
TODO: add special page for this&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
nginx (for web proxy of traffic of osgeo9 containers) additional mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== adventure (WIP)====&lt;br /&gt;
https://adventure.osgeo.org runs https://github.com/thecodingmachine/workadventure software&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== limesurvey ====&lt;br /&gt;
Debian 10, PostgreSQL 13, PHP 8 with ldap/ssh. 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;
==== mail ====&lt;br /&gt;
mailman: lists.osgeo.org&lt;br /&gt;
mail.osgeo.org&lt;br /&gt;
tilechache web: tilecache.osgeo.org&lt;br /&gt;
mailserver: postfix&lt;br /&gt;
&lt;br /&gt;
==== matrix ====&lt;br /&gt;
'''Container Name:''' matrix - lxd container with ldap/ssh.&lt;br /&gt;
Hosts [[Matrix]] homeserver ([[SAC:MatrixSynapse]]) and IRC bridges ([[SAC:Heisenbridge]])&lt;br /&gt;
&lt;br /&gt;
https://gitea.osgeo.org/sac/osgeo9/wiki/matrix-container for full detail on how the container is setup&lt;br /&gt;
&lt;br /&gt;
==== pixelfed ====&lt;br /&gt;
&lt;br /&gt;
SHUT OFF (both container and website) cause of lack of interest.  Container is still there.&lt;br /&gt;
[[Pixelfed]] instance reachable on https://photo.osgeo.org to house community photos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== peertube ====&lt;br /&gt;
&lt;br /&gt;
[[Peertube]] instance reachable on https://video.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== pretalx  ====&lt;br /&gt;
Ubuntu 20.04 with OSGeo LDAP and Docker installed.  pretalx software runs in Docker.&lt;br /&gt;
https://talks.osgeo.org - for OSGeo Talk collection and voting See [[Pretalx]]&lt;br /&gt;
&lt;br /&gt;
==== weblate ====&lt;br /&gt;
'''Container Name:''' weblate (for doc translation)&lt;br /&gt;
&lt;br /&gt;
Houses: https://weblate.osgeo.org  (for document translation to different languages)&lt;br /&gt;
&lt;br /&gt;
For further details refer to [[SAC:Weblate]]&lt;br /&gt;
&lt;br /&gt;
==== wordpress ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Wordpress]]&lt;br /&gt;
&lt;br /&gt;
==== geo-docs container ====&lt;br /&gt;
&lt;br /&gt;
Houses:&lt;br /&gt;
* https://blog.geoserver.org&lt;br /&gt;
* https://geos.osgeo.org&lt;br /&gt;
* https://geotools.org&lt;br /&gt;
* https://geowebcache.osgeo.org&lt;br /&gt;
* https://lastools.osgeo.org&lt;br /&gt;
* https://planet.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== discourse ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Discourse]]&lt;br /&gt;
&lt;br /&gt;
==== mail ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hosts: lists.osgeo.org, mail.osgeo.org and a few other services.&lt;br /&gt;
See [[Mail server]] for more details.&lt;br /&gt;
&lt;br /&gt;
== osgeo 7 ==&lt;br /&gt;
&lt;br /&gt;
Server added June 2018. Intended to replace [[SAC_Service_Status#osgeo3|osgeo3]] and old osgeo4 (before reformat).&lt;br /&gt;
See [[Osgeo7]] for 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 need to be in the shell group to be able to access download and the other servers.  If you are not already put in a [https://trac.osgeo.org/osgeo/newticket SAC Ticket Request].  You also need to have your public key registered. To do so edit your profile [https://id.osgeo.org/ldap/edit]  (and put in your public key)&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 on osgeo7 ===&lt;br /&gt;
&lt;br /&gt;
==== Monitor ====&lt;br /&gt;
&lt;br /&gt;
debian10 lxd container with ldap/ssh. https://monitor.osgeo.org (houses grafana dashboard (for all servers) and prometheus server for &amp;lt;del&amp;gt;[[SAC_Service_Status#osgeo3|osgeo3]]&amp;lt;del&amp;gt; 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;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client-osgeo3 ====&lt;br /&gt;
STOPPED See [https://trac.osgeo.org/osgeo/ticket/3415 #3415]&lt;br /&gt;
Its a copy of dronie-client that was on [[SAC_Service_Status#osgeo3|osgeo3]] which has been shutdown&lt;br /&gt;
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;
==== nexus (repo.osgeo.org, docker.osgeo.org)  ====&lt;br /&gt;
See [[SAC:Repo]] this is a debian 10 lxd container running docker 19.  &lt;br /&gt;
It currently has one docker container running within it called nexus -- exposed as repo.osgeo.org on nginx.&lt;br /&gt;
&lt;br /&gt;
Also exposed as project dockers for pushing images:  postgis-docker.osgeo.org, geoserver-docker.osgeo.org, geos-docker.osgeo.org, sac-docker.osgeo.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== nginx  ====&lt;br /&gt;
Proxy that routes all http/https traffic 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 &amp;lt;del&amp;gt;(only accessible by [[SAC_Service_Status#osgeo3|osgeo3]]), these get queried via monitor.osgeo.org (running on [[SAC_Service_Status#osgeo3|osgeo3]]) via grafana server.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== tracsvn (trac, svn, git) ====&lt;br /&gt;
&lt;br /&gt;
Home of [[Trac]], [[SAC:Git Service|Git]] and [[Subversion]] services.&lt;br /&gt;
&lt;br /&gt;
See [[TracSVN]] for full details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== gallery ====&lt;br /&gt;
Under Construction :  experimental media VM; currently hosting the GalleryVM library and a `llama.cpp` client. contact darkblueb (Brian Hamlin) or SAC channel&lt;br /&gt;
&lt;br /&gt;
==== photoprism ====&lt;br /&gt;
Picture gallery. Syncs with https://nextcloud.osgeo.org&lt;br /&gt;
But pictures are shown here https://photoprism.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-wiki (stopped) ====&lt;br /&gt;
This used to be housed on [[SAC_Service_Status#osgeo3|osgeo3]], and was moved 2019-09-14 to osgeo7 as old-wiki container.&lt;br /&gt;
wiki.osgeo.org moved back to [[SAC_Service_Status#osgeo3|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;
Refer to the [[SAC_Service_Status#osgeo3|osgeo3]] section for more details. &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 [[SAC_Service_Status#osgeo3|osgeo3]])&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== nextcloud-ubuntu (stopped) ====&lt;br /&gt;
Moved to osgeo9&lt;br /&gt;
&lt;br /&gt;
==== live ====&lt;br /&gt;
Home of [http://live.osgeo.org live.osgeo.org] ; &lt;br /&gt;
Running Ubuntu 24.04.3 LTS with OSGeo LDAP SSH&lt;br /&gt;
&lt;br /&gt;
==== dronie-server ====&lt;br /&gt;
&lt;br /&gt;
See [[Dronie]]&lt;br /&gt;
&lt;br /&gt;
==== old-projects (stopped) ====&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 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;
&lt;br /&gt;
==== old-web (stopped) ====&lt;br /&gt;
The old web.osgeo.osuosl.org (was on [[SAC_Service_Status#osgeo3|osgeo3]]) &lt;br /&gt;
&lt;br /&gt;
* mapguide.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-webextra ====&lt;br /&gt;
This is a replica of webextra.osgeo.osuosl.org that was hosted on [[SAC_Service_Status#osgeo3|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;
* video.foss4g.org&lt;br /&gt;
* planet.osgeo.org&lt;br /&gt;
* various old foss4g.org years&lt;br /&gt;
* &amp;lt;del&amp;gt;live.osgeo.org&amp;lt;/del&amp;gt; moved to dedicated container&lt;br /&gt;
* journal.osgeo.org (not sure what this is for, should be retired?)&lt;br /&gt;
* &amp;lt;del&amp;gt;vmap0.tiles.osgeo.org&amp;lt;/del&amp;gt; #removed site&lt;br /&gt;
&lt;br /&gt;
Information from webextra on [[SAC_Service_Status#osgeo3|osgeo3]]&lt;br /&gt;
&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;
==== 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;
==== mapserver ====&lt;br /&gt;
&lt;br /&gt;
See [[MapServer_at_osgeo7]]&lt;br /&gt;
&lt;br /&gt;
=== osgeo7 decommissioned containers ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;del&amp;gt;old-adhoc&amp;lt;/del&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
'''SHUTOFF as of 2022-01-29'''&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.  &lt;br /&gt;
Used by osgeo-live for there test docs and by grass for earthquake, and mapserver for demo.&lt;br /&gt;
Note that there is a new live (container that osgeo-live will more to), there is also a mapserver container (which mapserver have started to move their demo to)&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;
== osgeo6 ==&lt;br /&gt;
&lt;br /&gt;
See  [[osgeo6]]&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, and osgeo4 containers are kept here and named &amp;lt;container&amp;gt;-backup and be kept in a stopped state.&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo4 ===&lt;br /&gt;
&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;
==== ansible-dev ====&lt;br /&gt;
'''Container Name:''' ansible-dev, has ansible 2.9.27 installed and all plugins needed to manage OSGeo ansible infrastructure.&lt;br /&gt;
DEPRECATED, use `ansible-dev`&lt;br /&gt;
&lt;br /&gt;
==== ansible-control ====&lt;br /&gt;
'''Container Name:''' ansible-control, can be used to deploy OSGeo ansible infrastructure. Replaces `ansible-dev`&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;
==== pretalx-staging ====&lt;br /&gt;
'''Container Name:''' pretalx-staging - used primarily for experimenting with changes to talks.osgeo.org (pretalx on [[SAC_Service_Status#osgeo9|osgeo9]]) like testing out Docker builds and software upgrade etc, before applying to talks.osgeo.org. - https://talks.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 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;
It was upgraded to Debian 11 on 2024-08-21.&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;
= 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;
== Atlantic.net ==&lt;br /&gt;
&lt;br /&gt;
* host.postgis.net -p 2222 is an LXD Ubuntu 18.04 16GB RAM/ 6 vCPU, 350GB data, 250GB block storage&lt;br /&gt;
* Currenlty running two lxd containers:&lt;br /&gt;
    debbie: debian 10 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;
== 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 [[SAC_Service_Status#osgeo3|osgeo3]]  2020-11-28 -- see [[https://trac.osgeo.org/osgeo/ticket/2362|#2362]]&lt;br /&gt;
&lt;br /&gt;
== osgeo3 ==&lt;br /&gt;
&lt;br /&gt;
osgeo3 physical server refer to [[osgeo3|Configuration Details]] for hardware specs. It was used to run production, but moderately risky things. Refer to [[SAC:Old-osgeo3]] for past history before osgeo3 was rebuilt.&lt;br /&gt;
osgeo3 was a hosted by OSUOSL - No longer accessible &amp;lt;del&amp;gt;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup (osgeo5) ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;del&amp;gt;Backup now runs on dedicated hardware&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Rsync backups of download.osgeo.org&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Bacula backups of various VMs.&amp;lt;del&amp;gt;&lt;br /&gt;
* See [[SAC:Backups]] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;br /&gt;
[[Category:Services]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SAC_Service_Status&amp;diff=134940</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=134940"/>
		<updated>2025-12-15T17:01:48Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: /* live */&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]] - 6 physical machines that are lxd hosts containing ''x'' virtual machines/containers. 1 is currently shutdown&lt;br /&gt;
&lt;br /&gt;
history:&lt;br /&gt;
* 7 physical machines of which 5 ar lxd hosts containing ''x'' virtual machines/containers.&lt;br /&gt;
* As part of migration of data center 2025)&lt;br /&gt;
** 2 machines: [[SAC_Service_Status#Backup_.28osgeo5.29| backup]], [[SAC_Service_Status#osgeo3|osgeo3]] are historical servers.&lt;br /&gt;
&lt;br /&gt;
== Logging into Physical Machines ==&lt;br /&gt;
&lt;br /&gt;
Currently we do not have physical machines under LDAP control.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All [[SAC#Members|SAC administrators]] have LDAP auth to the OSL Machines. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;del&amp;gt;ssh '''your_osgeo_login'''@'''servername'''.osgeo.osuosl.org&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;When prompted for password, use your OSGeo Login password.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logging into LXD Hosts ==&lt;br /&gt;
&lt;br /&gt;
[[SAC_Service_Status#osgeo4|osgeo4]], [[SAC_Service_Status#osgeo7|osgeo7]], [[SAC_Service_Status#osgeo8|osgeo8]], and [[SAC_Service_Status#osgeo9|osgeo9]] are all Ubuntu servers running LXD. &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 OpenVPN. To get an OpenVPN account, you need to put in a support ticket to support@osuosl.org.  In order to qualify for an OpenVPN account, you need to be an OSGeo SAC administrator. You will also need to install [https://openvpn.net/community-downloads/ OpenVPN client]) to use your OpenVPN account.&lt;br /&gt;
&lt;br /&gt;
Each host on the private KVM side is named https://'''osgeo8'''.osuosl.oob -- where replace '''osgeo8''' with the relevant host. The .oob is the private network, so doesn't work unless you are connected to via OpenVPN.&lt;br /&gt;
&lt;br /&gt;
The browser interface is sometimes clunky, so you might want to use  '''ipmitool''' installable on linux/unix or wsl using relevant package manager. KVM passwords are stored in [https://git.osgeo.org/gitea/sac/password-store SAC password-store].&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your ~/.ssh/config to easily login to osgeo's LXD hosts follows: &lt;br /&gt;
&lt;br /&gt;
    Host osgeo?&lt;br /&gt;
      User tech_dev&lt;br /&gt;
      HostName %h.osgeo.osuosl.org&lt;br /&gt;
      Port 2222&lt;br /&gt;
&lt;br /&gt;
Then you would be able to log into those hosts with commands like:&lt;br /&gt;
&lt;br /&gt;
    ssh osgeo7&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;
   # This stanza is only needed if you have an IdentityFile configured below.&lt;br /&gt;
   # The IdentityFile from a target host is not automatically applied to the hop host, so we need to make it explicit:&lt;br /&gt;
   Host hop.*.osgeo.org&lt;br /&gt;
     IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&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 `osgeo9` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo9-matrix&lt;br /&gt;
&lt;br /&gt;
And one on machine `osgeo7` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo7-download&lt;br /&gt;
&lt;br /&gt;
Note you still need to know where each LXC host is hosted... See successive sections to know what's on which machine.&lt;br /&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;
== osgeo 8 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203036/https://hardware.openstreetmap.org/servers/stormfly-01.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Intended to provide additional LXD capacity and backup.&lt;br /&gt;
&lt;br /&gt;
[[osgeo8|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo8 ===&lt;br /&gt;
&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo8.osgeo.org - jump host for accessing containers/vms on osgeo8&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
http, https Proxy for all containers on osgeo8 and also provides mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== centtie-7-pgrouting ====&lt;br /&gt;
Centos 7 running PostgreSQL 15, PostGIS 3.3.2, gcc-4.8.5, cmake 3&lt;br /&gt;
Configured to be a github self-hosted runner for testing centos for pgrouting project&lt;br /&gt;
&lt;br /&gt;
[https://github.com/pgRouting/admin/wiki/CI%3A-Centos-7-GHA-runner Details of Github Action runner setup]&lt;br /&gt;
&lt;br /&gt;
==== download8 ====&lt;br /&gt;
&lt;br /&gt;
Replica of download that is on osgeo7.&lt;br /&gt;
Mirrors download and home folders from osgeo7. &lt;br /&gt;
https://download-cache.osgeo.org&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== geoserver-cite ====&lt;br /&gt;
Houses OGC site certification for geoserver https://cite.geoserver.org&lt;br /&gt;
&lt;br /&gt;
==== grass-wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:GrassWiki]]&lt;br /&gt;
&lt;br /&gt;
==== grass ====&lt;br /&gt;
https://grass.osgeo.org upgraded to Bullseye debian 11.&lt;br /&gt;
&lt;br /&gt;
GRASS GIS server&lt;br /&gt;
&lt;br /&gt;
Current DNS name: grass.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Debian 11 Bullseye&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/grass8/utils/cronjobs_osgeo_lxd&lt;br /&gt;
&lt;br /&gt;
`unattended-upgrades` for automatic installation of security upgrades is installed and running&lt;br /&gt;
&lt;br /&gt;
ssh: reachable via jumphost.&lt;br /&gt;
&lt;br /&gt;
==== meshcentral ====&lt;br /&gt;
https://remote.osgeo.org&lt;br /&gt;
This is a remoting tool currently setup to test livecd vms via a web browser.&lt;br /&gt;
&lt;br /&gt;
4 VMS currently set up on osgeo8 accessible from this. Currently based on livecd 16rc1 snapshots, with wm install script run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== pgrouting-dev ====&lt;br /&gt;
For pgrouting development use to do things like pushing docker images on a scheduled basis.&lt;br /&gt;
Perhaps later for demo sites.  WIP.&lt;br /&gt;
&lt;br /&gt;
==== woodie-client-vm ====&lt;br /&gt;
&lt;br /&gt;
Separate agent for woodie-server, this one is a true VM rather than container.&lt;br /&gt;
&lt;br /&gt;
==== woodie-server ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Woodie]]&lt;br /&gt;
&lt;br /&gt;
== osgeo 9 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203042/https://hardware.openstreetmap.org/servers/stormfly-02.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Is an LXD host.  Also Stores lxd images used by other lxd hosts.&lt;br /&gt;
&lt;br /&gt;
[[osgeo9|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo9 ===&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo9.osgeo.org. For LDAP users allows them to hop thru to get to other containers.&lt;br /&gt;
&lt;br /&gt;
==== Secure (LDAP )  ====&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo9/wiki/secure-container secure] -- ldap.osgeo.org [[SAC:LDAP]] used for ldap service (a rebuild of old secure.osgeo.osuosl.org) now on Debian 11&lt;br /&gt;
Moved from osgeo7&lt;br /&gt;
&lt;br /&gt;
==== ldap-web ====&lt;br /&gt;
&lt;br /&gt;
Currently housing https://id.osgeo.org/ for LDAP management.&lt;br /&gt;
Deployed via ansible&lt;br /&gt;
Moved from osgeo9&lt;br /&gt;
&lt;br /&gt;
* id.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== jitsi ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Jitsi]] (for video meetings)&lt;br /&gt;
&lt;br /&gt;
==== nextcloud  ====&lt;br /&gt;
https://nextcloud.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Ubuntu 22.04 LXD/nginx/postgresql 14 container for document sharing similar to dropbox/google drive - nextcloud.lxd - https://nextcloud.osgeo.org [https://git.osgeo.org/gitea/sac/osgeo9/wiki/Nextcloud-container Nextcloud Setup]&lt;br /&gt;
&lt;br /&gt;
home of https://nextcloud.osgeo.org&lt;br /&gt;
This server does not use ssh osgeo-ldap as it was the first container built.  However nextcloud.osgeo.org does authenticate with osgeo ldap.&lt;br /&gt;
&lt;br /&gt;
TODO: add special page for this&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
nginx (for web proxy of traffic of osgeo9 containers) additional mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== adventure (WIP)====&lt;br /&gt;
https://adventure.osgeo.org runs https://github.com/thecodingmachine/workadventure software&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== limesurvey ====&lt;br /&gt;
Debian 10, PostgreSQL 13, PHP 8 with ldap/ssh. 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;
==== mail ====&lt;br /&gt;
mailman: lists.osgeo.org&lt;br /&gt;
mail.osgeo.org&lt;br /&gt;
tilechache web: tilecache.osgeo.org&lt;br /&gt;
mailserver: postfix&lt;br /&gt;
&lt;br /&gt;
==== matrix ====&lt;br /&gt;
'''Container Name:''' matrix - lxd container with ldap/ssh.&lt;br /&gt;
Hosts [[Matrix]] homeserver ([[SAC:MatrixSynapse]]) and IRC bridges ([[SAC:Heisenbridge]])&lt;br /&gt;
&lt;br /&gt;
https://gitea.osgeo.org/sac/osgeo9/wiki/matrix-container for full detail on how the container is setup&lt;br /&gt;
&lt;br /&gt;
==== pixelfed ====&lt;br /&gt;
&lt;br /&gt;
SHUT OFF (both container and website) cause of lack of interest.  Container is still there.&lt;br /&gt;
[[Pixelfed]] instance reachable on https://photo.osgeo.org to house community photos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== peertube ====&lt;br /&gt;
&lt;br /&gt;
[[Peertube]] instance reachable on https://video.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== pretalx  ====&lt;br /&gt;
Ubuntu 20.04 with OSGeo LDAP and Docker installed.  pretalx software runs in Docker.&lt;br /&gt;
https://talks.osgeo.org - for OSGeo Talk collection and voting See [[Pretalx]]&lt;br /&gt;
&lt;br /&gt;
==== weblate ====&lt;br /&gt;
'''Container Name:''' weblate (for doc translation)&lt;br /&gt;
&lt;br /&gt;
Houses: https://weblate.osgeo.org  (for document translation to different languages)&lt;br /&gt;
&lt;br /&gt;
For further details refer to [[SAC:Weblate]]&lt;br /&gt;
&lt;br /&gt;
==== wordpress ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Wordpress]]&lt;br /&gt;
&lt;br /&gt;
==== geo-docs container ====&lt;br /&gt;
&lt;br /&gt;
Houses:&lt;br /&gt;
* https://blog.geoserver.org&lt;br /&gt;
* https://geos.osgeo.org&lt;br /&gt;
* https://geotools.org&lt;br /&gt;
* https://geowebcache.osgeo.org&lt;br /&gt;
* https://lastools.osgeo.org&lt;br /&gt;
* https://planet.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== discourse ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Discourse]]&lt;br /&gt;
&lt;br /&gt;
==== mail ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hosts: lists.osgeo.org, mail.osgeo.org and a few other services.&lt;br /&gt;
See [[Mail server]] for more details.&lt;br /&gt;
&lt;br /&gt;
== osgeo 7 ==&lt;br /&gt;
&lt;br /&gt;
Server added June 2018. Intended to replace [[SAC_Service_Status#osgeo3|osgeo3]] and old osgeo4 (before reformat).&lt;br /&gt;
See [[Osgeo7]] for 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 need to be in the shell group to be able to access download and the other servers.  If you are not already put in a [https://trac.osgeo.org/osgeo/newticket SAC Ticket Request].  You also need to have your public key registered. To do so edit your profile [https://id.osgeo.org/ldap/edit]  (and put in your public key)&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 on osgeo7 ===&lt;br /&gt;
&lt;br /&gt;
==== Monitor ====&lt;br /&gt;
&lt;br /&gt;
debian10 lxd container with ldap/ssh. https://monitor.osgeo.org (houses grafana dashboard (for all servers) and prometheus server for &amp;lt;del&amp;gt;[[SAC_Service_Status#osgeo3|osgeo3]]&amp;lt;del&amp;gt; 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;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client-osgeo3 ====&lt;br /&gt;
STOPPED See [https://trac.osgeo.org/osgeo/ticket/3415 #3415]&lt;br /&gt;
Its a copy of dronie-client that was on [[SAC_Service_Status#osgeo3|osgeo3]] which has been shutdown&lt;br /&gt;
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;
==== nexus (repo.osgeo.org, docker.osgeo.org)  ====&lt;br /&gt;
See [[SAC:Repo]] this is a debian 10 lxd container running docker 19.  &lt;br /&gt;
It currently has one docker container running within it called nexus -- exposed as repo.osgeo.org on nginx.&lt;br /&gt;
&lt;br /&gt;
Also exposed as project dockers for pushing images:  postgis-docker.osgeo.org, geoserver-docker.osgeo.org, geos-docker.osgeo.org, sac-docker.osgeo.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== nginx  ====&lt;br /&gt;
Proxy that routes all http/https traffic 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 &amp;lt;del&amp;gt;(only accessible by [[SAC_Service_Status#osgeo3|osgeo3]]), these get queried via monitor.osgeo.org (running on [[SAC_Service_Status#osgeo3|osgeo3]]) via grafana server.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== tracsvn (trac, svn, git) ====&lt;br /&gt;
&lt;br /&gt;
Home of [[Trac]], [[SAC:Git Service|Git]] and [[Subversion]] services.&lt;br /&gt;
&lt;br /&gt;
See [[TracSVN]] for full details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== gallery ====&lt;br /&gt;
Under Construction :  experimental media VM; currently hosting the GalleryVM library and a `llama.cpp` client. contact darkblueb (Brian Hamlin) or SAC channel&lt;br /&gt;
&lt;br /&gt;
==== photoprism ====&lt;br /&gt;
Picture gallery. Syncs with https://nextcloud.osgeo.org&lt;br /&gt;
But pictures are shown here https://photoprism.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-wiki (stopped) ====&lt;br /&gt;
This used to be housed on [[SAC_Service_Status#osgeo3|osgeo3]], and was moved 2019-09-14 to osgeo7 as old-wiki container.&lt;br /&gt;
wiki.osgeo.org moved back to [[SAC_Service_Status#osgeo3|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;
Refer to the [[SAC_Service_Status#osgeo3|osgeo3]] section for more details. &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 [[SAC_Service_Status#osgeo3|osgeo3]])&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== nextcloud-ubuntu (stopped) ====&lt;br /&gt;
Moved to osgeo9&lt;br /&gt;
&lt;br /&gt;
==== live ====&lt;br /&gt;
Home of [http://live.osgeo.org live.osgeo.org] (created 2021-10-05ish&lt;br /&gt;
Running Ubuntu 24.04.3 LTS with OSGeo LDAP SSH&lt;br /&gt;
&lt;br /&gt;
==== dronie-server ====&lt;br /&gt;
&lt;br /&gt;
See [[Dronie]]&lt;br /&gt;
&lt;br /&gt;
==== old-projects (stopped) ====&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 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;
&lt;br /&gt;
==== old-web (stopped) ====&lt;br /&gt;
The old web.osgeo.osuosl.org (was on [[SAC_Service_Status#osgeo3|osgeo3]]) &lt;br /&gt;
&lt;br /&gt;
* mapguide.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-webextra ====&lt;br /&gt;
This is a replica of webextra.osgeo.osuosl.org that was hosted on [[SAC_Service_Status#osgeo3|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;
* video.foss4g.org&lt;br /&gt;
* planet.osgeo.org&lt;br /&gt;
* various old foss4g.org years&lt;br /&gt;
* &amp;lt;del&amp;gt;live.osgeo.org&amp;lt;/del&amp;gt; moved to dedicated container&lt;br /&gt;
* journal.osgeo.org (not sure what this is for, should be retired?)&lt;br /&gt;
* &amp;lt;del&amp;gt;vmap0.tiles.osgeo.org&amp;lt;/del&amp;gt; #removed site&lt;br /&gt;
&lt;br /&gt;
Information from webextra on [[SAC_Service_Status#osgeo3|osgeo3]]&lt;br /&gt;
&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;
==== 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;
==== mapserver ====&lt;br /&gt;
&lt;br /&gt;
See [[MapServer_at_osgeo7]]&lt;br /&gt;
&lt;br /&gt;
=== osgeo7 decommissioned containers ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;del&amp;gt;old-adhoc&amp;lt;/del&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
'''SHUTOFF as of 2022-01-29'''&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.  &lt;br /&gt;
Used by osgeo-live for there test docs and by grass for earthquake, and mapserver for demo.&lt;br /&gt;
Note that there is a new live (container that osgeo-live will more to), there is also a mapserver container (which mapserver have started to move their demo to)&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;
== osgeo6 ==&lt;br /&gt;
&lt;br /&gt;
See  [[osgeo6]]&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, and osgeo4 containers are kept here and named &amp;lt;container&amp;gt;-backup and be kept in a stopped state.&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo4 ===&lt;br /&gt;
&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;
==== ansible-dev ====&lt;br /&gt;
'''Container Name:''' ansible-dev, has ansible 2.9.27 installed and all plugins needed to manage OSGeo ansible infrastructure.&lt;br /&gt;
DEPRECATED, use `ansible-dev`&lt;br /&gt;
&lt;br /&gt;
==== ansible-control ====&lt;br /&gt;
'''Container Name:''' ansible-control, can be used to deploy OSGeo ansible infrastructure. Replaces `ansible-dev`&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;
==== pretalx-staging ====&lt;br /&gt;
'''Container Name:''' pretalx-staging - used primarily for experimenting with changes to talks.osgeo.org (pretalx on [[SAC_Service_Status#osgeo9|osgeo9]]) like testing out Docker builds and software upgrade etc, before applying to talks.osgeo.org. - https://talks.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 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;
It was upgraded to Debian 11 on 2024-08-21.&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;
= 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;
== Atlantic.net ==&lt;br /&gt;
&lt;br /&gt;
* host.postgis.net -p 2222 is an LXD Ubuntu 18.04 16GB RAM/ 6 vCPU, 350GB data, 250GB block storage&lt;br /&gt;
* Currenlty running two lxd containers:&lt;br /&gt;
    debbie: debian 10 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;
== 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 [[SAC_Service_Status#osgeo3|osgeo3]]  2020-11-28 -- see [[https://trac.osgeo.org/osgeo/ticket/2362|#2362]]&lt;br /&gt;
&lt;br /&gt;
== osgeo3 ==&lt;br /&gt;
&lt;br /&gt;
osgeo3 physical server refer to [[osgeo3|Configuration Details]] for hardware specs. It was used to run production, but moderately risky things. Refer to [[SAC:Old-osgeo3]] for past history before osgeo3 was rebuilt.&lt;br /&gt;
osgeo3 was a hosted by OSUOSL - No longer accessible &amp;lt;del&amp;gt;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup (osgeo5) ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;del&amp;gt;Backup now runs on dedicated hardware&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Rsync backups of download.osgeo.org&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Bacula backups of various VMs.&amp;lt;del&amp;gt;&lt;br /&gt;
* See [[SAC:Backups]] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;br /&gt;
[[Category:Services]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SAC_Service_Status&amp;diff=134939</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=134939"/>
		<updated>2025-12-15T17:01:04Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: /* live */&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]] - 6 physical machines that are lxd hosts containing ''x'' virtual machines/containers. 1 is currently shutdown&lt;br /&gt;
&lt;br /&gt;
history:&lt;br /&gt;
* 7 physical machines of which 5 ar lxd hosts containing ''x'' virtual machines/containers.&lt;br /&gt;
* As part of migration of data center 2025)&lt;br /&gt;
** 2 machines: [[SAC_Service_Status#Backup_.28osgeo5.29| backup]], [[SAC_Service_Status#osgeo3|osgeo3]] are historical servers.&lt;br /&gt;
&lt;br /&gt;
== Logging into Physical Machines ==&lt;br /&gt;
&lt;br /&gt;
Currently we do not have physical machines under LDAP control.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All [[SAC#Members|SAC administrators]] have LDAP auth to the OSL Machines. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;del&amp;gt;ssh '''your_osgeo_login'''@'''servername'''.osgeo.osuosl.org&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;When prompted for password, use your OSGeo Login password.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logging into LXD Hosts ==&lt;br /&gt;
&lt;br /&gt;
[[SAC_Service_Status#osgeo4|osgeo4]], [[SAC_Service_Status#osgeo7|osgeo7]], [[SAC_Service_Status#osgeo8|osgeo8]], and [[SAC_Service_Status#osgeo9|osgeo9]] are all Ubuntu servers running LXD. &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 OpenVPN. To get an OpenVPN account, you need to put in a support ticket to support@osuosl.org.  In order to qualify for an OpenVPN account, you need to be an OSGeo SAC administrator. You will also need to install [https://openvpn.net/community-downloads/ OpenVPN client]) to use your OpenVPN account.&lt;br /&gt;
&lt;br /&gt;
Each host on the private KVM side is named https://'''osgeo8'''.osuosl.oob -- where replace '''osgeo8''' with the relevant host. The .oob is the private network, so doesn't work unless you are connected to via OpenVPN.&lt;br /&gt;
&lt;br /&gt;
The browser interface is sometimes clunky, so you might want to use  '''ipmitool''' installable on linux/unix or wsl using relevant package manager. KVM passwords are stored in [https://git.osgeo.org/gitea/sac/password-store SAC password-store].&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your ~/.ssh/config to easily login to osgeo's LXD hosts follows: &lt;br /&gt;
&lt;br /&gt;
    Host osgeo?&lt;br /&gt;
      User tech_dev&lt;br /&gt;
      HostName %h.osgeo.osuosl.org&lt;br /&gt;
      Port 2222&lt;br /&gt;
&lt;br /&gt;
Then you would be able to log into those hosts with commands like:&lt;br /&gt;
&lt;br /&gt;
    ssh osgeo7&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;
   # This stanza is only needed if you have an IdentityFile configured below.&lt;br /&gt;
   # The IdentityFile from a target host is not automatically applied to the hop host, so we need to make it explicit:&lt;br /&gt;
   Host hop.*.osgeo.org&lt;br /&gt;
     IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&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 `osgeo9` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo9-matrix&lt;br /&gt;
&lt;br /&gt;
And one on machine `osgeo7` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo7-download&lt;br /&gt;
&lt;br /&gt;
Note you still need to know where each LXC host is hosted... See successive sections to know what's on which machine.&lt;br /&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;
== osgeo 8 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203036/https://hardware.openstreetmap.org/servers/stormfly-01.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Intended to provide additional LXD capacity and backup.&lt;br /&gt;
&lt;br /&gt;
[[osgeo8|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo8 ===&lt;br /&gt;
&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo8.osgeo.org - jump host for accessing containers/vms on osgeo8&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
http, https Proxy for all containers on osgeo8 and also provides mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== centtie-7-pgrouting ====&lt;br /&gt;
Centos 7 running PostgreSQL 15, PostGIS 3.3.2, gcc-4.8.5, cmake 3&lt;br /&gt;
Configured to be a github self-hosted runner for testing centos for pgrouting project&lt;br /&gt;
&lt;br /&gt;
[https://github.com/pgRouting/admin/wiki/CI%3A-Centos-7-GHA-runner Details of Github Action runner setup]&lt;br /&gt;
&lt;br /&gt;
==== download8 ====&lt;br /&gt;
&lt;br /&gt;
Replica of download that is on osgeo7.&lt;br /&gt;
Mirrors download and home folders from osgeo7. &lt;br /&gt;
https://download-cache.osgeo.org&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== geoserver-cite ====&lt;br /&gt;
Houses OGC site certification for geoserver https://cite.geoserver.org&lt;br /&gt;
&lt;br /&gt;
==== grass-wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:GrassWiki]]&lt;br /&gt;
&lt;br /&gt;
==== grass ====&lt;br /&gt;
https://grass.osgeo.org upgraded to Bullseye debian 11.&lt;br /&gt;
&lt;br /&gt;
GRASS GIS server&lt;br /&gt;
&lt;br /&gt;
Current DNS name: grass.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Debian 11 Bullseye&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/grass8/utils/cronjobs_osgeo_lxd&lt;br /&gt;
&lt;br /&gt;
`unattended-upgrades` for automatic installation of security upgrades is installed and running&lt;br /&gt;
&lt;br /&gt;
ssh: reachable via jumphost.&lt;br /&gt;
&lt;br /&gt;
==== meshcentral ====&lt;br /&gt;
https://remote.osgeo.org&lt;br /&gt;
This is a remoting tool currently setup to test livecd vms via a web browser.&lt;br /&gt;
&lt;br /&gt;
4 VMS currently set up on osgeo8 accessible from this. Currently based on livecd 16rc1 snapshots, with wm install script run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== pgrouting-dev ====&lt;br /&gt;
For pgrouting development use to do things like pushing docker images on a scheduled basis.&lt;br /&gt;
Perhaps later for demo sites.  WIP.&lt;br /&gt;
&lt;br /&gt;
==== woodie-client-vm ====&lt;br /&gt;
&lt;br /&gt;
Separate agent for woodie-server, this one is a true VM rather than container.&lt;br /&gt;
&lt;br /&gt;
==== woodie-server ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Woodie]]&lt;br /&gt;
&lt;br /&gt;
== osgeo 9 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203042/https://hardware.openstreetmap.org/servers/stormfly-02.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Is an LXD host.  Also Stores lxd images used by other lxd hosts.&lt;br /&gt;
&lt;br /&gt;
[[osgeo9|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo9 ===&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo9.osgeo.org. For LDAP users allows them to hop thru to get to other containers.&lt;br /&gt;
&lt;br /&gt;
==== Secure (LDAP )  ====&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo9/wiki/secure-container secure] -- ldap.osgeo.org [[SAC:LDAP]] used for ldap service (a rebuild of old secure.osgeo.osuosl.org) now on Debian 11&lt;br /&gt;
Moved from osgeo7&lt;br /&gt;
&lt;br /&gt;
==== ldap-web ====&lt;br /&gt;
&lt;br /&gt;
Currently housing https://id.osgeo.org/ for LDAP management.&lt;br /&gt;
Deployed via ansible&lt;br /&gt;
Moved from osgeo9&lt;br /&gt;
&lt;br /&gt;
* id.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== jitsi ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Jitsi]] (for video meetings)&lt;br /&gt;
&lt;br /&gt;
==== nextcloud  ====&lt;br /&gt;
https://nextcloud.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Ubuntu 22.04 LXD/nginx/postgresql 14 container for document sharing similar to dropbox/google drive - nextcloud.lxd - https://nextcloud.osgeo.org [https://git.osgeo.org/gitea/sac/osgeo9/wiki/Nextcloud-container Nextcloud Setup]&lt;br /&gt;
&lt;br /&gt;
home of https://nextcloud.osgeo.org&lt;br /&gt;
This server does not use ssh osgeo-ldap as it was the first container built.  However nextcloud.osgeo.org does authenticate with osgeo ldap.&lt;br /&gt;
&lt;br /&gt;
TODO: add special page for this&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
nginx (for web proxy of traffic of osgeo9 containers) additional mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== adventure (WIP)====&lt;br /&gt;
https://adventure.osgeo.org runs https://github.com/thecodingmachine/workadventure software&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== limesurvey ====&lt;br /&gt;
Debian 10, PostgreSQL 13, PHP 8 with ldap/ssh. 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;
==== mail ====&lt;br /&gt;
mailman: lists.osgeo.org&lt;br /&gt;
mail.osgeo.org&lt;br /&gt;
tilechache web: tilecache.osgeo.org&lt;br /&gt;
mailserver: postfix&lt;br /&gt;
&lt;br /&gt;
==== matrix ====&lt;br /&gt;
'''Container Name:''' matrix - lxd container with ldap/ssh.&lt;br /&gt;
Hosts [[Matrix]] homeserver ([[SAC:MatrixSynapse]]) and IRC bridges ([[SAC:Heisenbridge]])&lt;br /&gt;
&lt;br /&gt;
https://gitea.osgeo.org/sac/osgeo9/wiki/matrix-container for full detail on how the container is setup&lt;br /&gt;
&lt;br /&gt;
==== pixelfed ====&lt;br /&gt;
&lt;br /&gt;
SHUT OFF (both container and website) cause of lack of interest.  Container is still there.&lt;br /&gt;
[[Pixelfed]] instance reachable on https://photo.osgeo.org to house community photos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== peertube ====&lt;br /&gt;
&lt;br /&gt;
[[Peertube]] instance reachable on https://video.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== pretalx  ====&lt;br /&gt;
Ubuntu 20.04 with OSGeo LDAP and Docker installed.  pretalx software runs in Docker.&lt;br /&gt;
https://talks.osgeo.org - for OSGeo Talk collection and voting See [[Pretalx]]&lt;br /&gt;
&lt;br /&gt;
==== weblate ====&lt;br /&gt;
'''Container Name:''' weblate (for doc translation)&lt;br /&gt;
&lt;br /&gt;
Houses: https://weblate.osgeo.org  (for document translation to different languages)&lt;br /&gt;
&lt;br /&gt;
For further details refer to [[SAC:Weblate]]&lt;br /&gt;
&lt;br /&gt;
==== wordpress ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Wordpress]]&lt;br /&gt;
&lt;br /&gt;
==== geo-docs container ====&lt;br /&gt;
&lt;br /&gt;
Houses:&lt;br /&gt;
* https://blog.geoserver.org&lt;br /&gt;
* https://geos.osgeo.org&lt;br /&gt;
* https://geotools.org&lt;br /&gt;
* https://geowebcache.osgeo.org&lt;br /&gt;
* https://lastools.osgeo.org&lt;br /&gt;
* https://planet.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== discourse ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Discourse]]&lt;br /&gt;
&lt;br /&gt;
==== mail ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hosts: lists.osgeo.org, mail.osgeo.org and a few other services.&lt;br /&gt;
See [[Mail server]] for more details.&lt;br /&gt;
&lt;br /&gt;
== osgeo 7 ==&lt;br /&gt;
&lt;br /&gt;
Server added June 2018. Intended to replace [[SAC_Service_Status#osgeo3|osgeo3]] and old osgeo4 (before reformat).&lt;br /&gt;
See [[Osgeo7]] for 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 need to be in the shell group to be able to access download and the other servers.  If you are not already put in a [https://trac.osgeo.org/osgeo/newticket SAC Ticket Request].  You also need to have your public key registered. To do so edit your profile [https://id.osgeo.org/ldap/edit]  (and put in your public key)&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 on osgeo7 ===&lt;br /&gt;
&lt;br /&gt;
==== Monitor ====&lt;br /&gt;
&lt;br /&gt;
debian10 lxd container with ldap/ssh. https://monitor.osgeo.org (houses grafana dashboard (for all servers) and prometheus server for &amp;lt;del&amp;gt;[[SAC_Service_Status#osgeo3|osgeo3]]&amp;lt;del&amp;gt; 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;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client-osgeo3 ====&lt;br /&gt;
STOPPED See [https://trac.osgeo.org/osgeo/ticket/3415 #3415]&lt;br /&gt;
Its a copy of dronie-client that was on [[SAC_Service_Status#osgeo3|osgeo3]] which has been shutdown&lt;br /&gt;
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;
==== nexus (repo.osgeo.org, docker.osgeo.org)  ====&lt;br /&gt;
See [[SAC:Repo]] this is a debian 10 lxd container running docker 19.  &lt;br /&gt;
It currently has one docker container running within it called nexus -- exposed as repo.osgeo.org on nginx.&lt;br /&gt;
&lt;br /&gt;
Also exposed as project dockers for pushing images:  postgis-docker.osgeo.org, geoserver-docker.osgeo.org, geos-docker.osgeo.org, sac-docker.osgeo.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== nginx  ====&lt;br /&gt;
Proxy that routes all http/https traffic 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 &amp;lt;del&amp;gt;(only accessible by [[SAC_Service_Status#osgeo3|osgeo3]]), these get queried via monitor.osgeo.org (running on [[SAC_Service_Status#osgeo3|osgeo3]]) via grafana server.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== tracsvn (trac, svn, git) ====&lt;br /&gt;
&lt;br /&gt;
Home of [[Trac]], [[SAC:Git Service|Git]] and [[Subversion]] services.&lt;br /&gt;
&lt;br /&gt;
See [[TracSVN]] for full details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== gallery ====&lt;br /&gt;
Under Construction :  experimental media VM; currently hosting the GalleryVM library and a `llama.cpp` client. contact darkblueb (Brian Hamlin) or SAC channel&lt;br /&gt;
&lt;br /&gt;
==== photoprism ====&lt;br /&gt;
Picture gallery. Syncs with https://nextcloud.osgeo.org&lt;br /&gt;
But pictures are shown here https://photoprism.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-wiki (stopped) ====&lt;br /&gt;
This used to be housed on [[SAC_Service_Status#osgeo3|osgeo3]], and was moved 2019-09-14 to osgeo7 as old-wiki container.&lt;br /&gt;
wiki.osgeo.org moved back to [[SAC_Service_Status#osgeo3|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;
Refer to the [[SAC_Service_Status#osgeo3|osgeo3]] section for more details. &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 [[SAC_Service_Status#osgeo3|osgeo3]])&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== nextcloud-ubuntu (stopped) ====&lt;br /&gt;
Moved to osgeo9&lt;br /&gt;
&lt;br /&gt;
==== live ====&lt;br /&gt;
Home of [[live.osgeo.org]] (created 2021-10-05ish&lt;br /&gt;
Running Ubuntu 24.04.3 LTS with OSGeo LDAP SSH&lt;br /&gt;
&lt;br /&gt;
==== dronie-server ====&lt;br /&gt;
&lt;br /&gt;
See [[Dronie]]&lt;br /&gt;
&lt;br /&gt;
==== old-projects (stopped) ====&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 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;
&lt;br /&gt;
==== old-web (stopped) ====&lt;br /&gt;
The old web.osgeo.osuosl.org (was on [[SAC_Service_Status#osgeo3|osgeo3]]) &lt;br /&gt;
&lt;br /&gt;
* mapguide.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-webextra ====&lt;br /&gt;
This is a replica of webextra.osgeo.osuosl.org that was hosted on [[SAC_Service_Status#osgeo3|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;
* video.foss4g.org&lt;br /&gt;
* planet.osgeo.org&lt;br /&gt;
* various old foss4g.org years&lt;br /&gt;
* &amp;lt;del&amp;gt;live.osgeo.org&amp;lt;/del&amp;gt; moved to dedicated container&lt;br /&gt;
* journal.osgeo.org (not sure what this is for, should be retired?)&lt;br /&gt;
* &amp;lt;del&amp;gt;vmap0.tiles.osgeo.org&amp;lt;/del&amp;gt; #removed site&lt;br /&gt;
&lt;br /&gt;
Information from webextra on [[SAC_Service_Status#osgeo3|osgeo3]]&lt;br /&gt;
&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;
==== 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;
==== mapserver ====&lt;br /&gt;
&lt;br /&gt;
See [[MapServer_at_osgeo7]]&lt;br /&gt;
&lt;br /&gt;
=== osgeo7 decommissioned containers ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;del&amp;gt;old-adhoc&amp;lt;/del&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
'''SHUTOFF as of 2022-01-29'''&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.  &lt;br /&gt;
Used by osgeo-live for there test docs and by grass for earthquake, and mapserver for demo.&lt;br /&gt;
Note that there is a new live (container that osgeo-live will more to), there is also a mapserver container (which mapserver have started to move their demo to)&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;
== osgeo6 ==&lt;br /&gt;
&lt;br /&gt;
See  [[osgeo6]]&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, and osgeo4 containers are kept here and named &amp;lt;container&amp;gt;-backup and be kept in a stopped state.&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo4 ===&lt;br /&gt;
&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;
==== ansible-dev ====&lt;br /&gt;
'''Container Name:''' ansible-dev, has ansible 2.9.27 installed and all plugins needed to manage OSGeo ansible infrastructure.&lt;br /&gt;
DEPRECATED, use `ansible-dev`&lt;br /&gt;
&lt;br /&gt;
==== ansible-control ====&lt;br /&gt;
'''Container Name:''' ansible-control, can be used to deploy OSGeo ansible infrastructure. Replaces `ansible-dev`&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;
==== pretalx-staging ====&lt;br /&gt;
'''Container Name:''' pretalx-staging - used primarily for experimenting with changes to talks.osgeo.org (pretalx on [[SAC_Service_Status#osgeo9|osgeo9]]) like testing out Docker builds and software upgrade etc, before applying to talks.osgeo.org. - https://talks.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 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;
It was upgraded to Debian 11 on 2024-08-21.&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;
= 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;
== Atlantic.net ==&lt;br /&gt;
&lt;br /&gt;
* host.postgis.net -p 2222 is an LXD Ubuntu 18.04 16GB RAM/ 6 vCPU, 350GB data, 250GB block storage&lt;br /&gt;
* Currenlty running two lxd containers:&lt;br /&gt;
    debbie: debian 10 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;
== 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 [[SAC_Service_Status#osgeo3|osgeo3]]  2020-11-28 -- see [[https://trac.osgeo.org/osgeo/ticket/2362|#2362]]&lt;br /&gt;
&lt;br /&gt;
== osgeo3 ==&lt;br /&gt;
&lt;br /&gt;
osgeo3 physical server refer to [[osgeo3|Configuration Details]] for hardware specs. It was used to run production, but moderately risky things. Refer to [[SAC:Old-osgeo3]] for past history before osgeo3 was rebuilt.&lt;br /&gt;
osgeo3 was a hosted by OSUOSL - No longer accessible &amp;lt;del&amp;gt;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup (osgeo5) ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;del&amp;gt;Backup now runs on dedicated hardware&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Rsync backups of download.osgeo.org&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Bacula backups of various VMs.&amp;lt;del&amp;gt;&lt;br /&gt;
* See [[SAC:Backups]] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;br /&gt;
[[Category:Services]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=SAC_Service_Status&amp;diff=134938</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=134938"/>
		<updated>2025-12-15T16:56:28Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: /* gallery */&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]] - 6 physical machines that are lxd hosts containing ''x'' virtual machines/containers. 1 is currently shutdown&lt;br /&gt;
&lt;br /&gt;
history:&lt;br /&gt;
* 7 physical machines of which 5 ar lxd hosts containing ''x'' virtual machines/containers.&lt;br /&gt;
* As part of migration of data center 2025)&lt;br /&gt;
** 2 machines: [[SAC_Service_Status#Backup_.28osgeo5.29| backup]], [[SAC_Service_Status#osgeo3|osgeo3]] are historical servers.&lt;br /&gt;
&lt;br /&gt;
== Logging into Physical Machines ==&lt;br /&gt;
&lt;br /&gt;
Currently we do not have physical machines under LDAP control.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All [[SAC#Members|SAC administrators]] have LDAP auth to the OSL Machines. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;del&amp;gt;ssh '''your_osgeo_login'''@'''servername'''.osgeo.osuosl.org&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;When prompted for password, use your OSGeo Login password.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logging into LXD Hosts ==&lt;br /&gt;
&lt;br /&gt;
[[SAC_Service_Status#osgeo4|osgeo4]], [[SAC_Service_Status#osgeo7|osgeo7]], [[SAC_Service_Status#osgeo8|osgeo8]], and [[SAC_Service_Status#osgeo9|osgeo9]] are all Ubuntu servers running LXD. &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 OpenVPN. To get an OpenVPN account, you need to put in a support ticket to support@osuosl.org.  In order to qualify for an OpenVPN account, you need to be an OSGeo SAC administrator. You will also need to install [https://openvpn.net/community-downloads/ OpenVPN client]) to use your OpenVPN account.&lt;br /&gt;
&lt;br /&gt;
Each host on the private KVM side is named https://'''osgeo8'''.osuosl.oob -- where replace '''osgeo8''' with the relevant host. The .oob is the private network, so doesn't work unless you are connected to via OpenVPN.&lt;br /&gt;
&lt;br /&gt;
The browser interface is sometimes clunky, so you might want to use  '''ipmitool''' installable on linux/unix or wsl using relevant package manager. KVM passwords are stored in [https://git.osgeo.org/gitea/sac/password-store SAC password-store].&lt;br /&gt;
&lt;br /&gt;
A convenient block to add to your ~/.ssh/config to easily login to osgeo's LXD hosts follows: &lt;br /&gt;
&lt;br /&gt;
    Host osgeo?&lt;br /&gt;
      User tech_dev&lt;br /&gt;
      HostName %h.osgeo.osuosl.org&lt;br /&gt;
      Port 2222&lt;br /&gt;
&lt;br /&gt;
Then you would be able to log into those hosts with commands like:&lt;br /&gt;
&lt;br /&gt;
    ssh osgeo7&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;
   # This stanza is only needed if you have an IdentityFile configured below.&lt;br /&gt;
   # The IdentityFile from a target host is not automatically applied to the hop host, so we need to make it explicit:&lt;br /&gt;
   Host hop.*.osgeo.org&lt;br /&gt;
     IdentityFile &amp;quot;path/to/your/private/key&amp;quot;&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 `osgeo9` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo9-matrix&lt;br /&gt;
&lt;br /&gt;
And one on machine `osgeo7` with:&lt;br /&gt;
&lt;br /&gt;
   ssh yourusername@osgeo7-download&lt;br /&gt;
&lt;br /&gt;
Note you still need to know where each LXC host is hosted... See successive sections to know what's on which machine.&lt;br /&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;
== osgeo 8 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203036/https://hardware.openstreetmap.org/servers/stormfly-01.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Intended to provide additional LXD capacity and backup.&lt;br /&gt;
&lt;br /&gt;
[[osgeo8|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo8 ===&lt;br /&gt;
&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo8.osgeo.org - jump host for accessing containers/vms on osgeo8&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
http, https Proxy for all containers on osgeo8 and also provides mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== centtie-7-pgrouting ====&lt;br /&gt;
Centos 7 running PostgreSQL 15, PostGIS 3.3.2, gcc-4.8.5, cmake 3&lt;br /&gt;
Configured to be a github self-hosted runner for testing centos for pgrouting project&lt;br /&gt;
&lt;br /&gt;
[https://github.com/pgRouting/admin/wiki/CI%3A-Centos-7-GHA-runner Details of Github Action runner setup]&lt;br /&gt;
&lt;br /&gt;
==== download8 ====&lt;br /&gt;
&lt;br /&gt;
Replica of download that is on osgeo7.&lt;br /&gt;
Mirrors download and home folders from osgeo7. &lt;br /&gt;
https://download-cache.osgeo.org&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== geoserver-cite ====&lt;br /&gt;
Houses OGC site certification for geoserver https://cite.geoserver.org&lt;br /&gt;
&lt;br /&gt;
==== grass-wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:GrassWiki]]&lt;br /&gt;
&lt;br /&gt;
==== grass ====&lt;br /&gt;
https://grass.osgeo.org upgraded to Bullseye debian 11.&lt;br /&gt;
&lt;br /&gt;
GRASS GIS server&lt;br /&gt;
&lt;br /&gt;
Current DNS name: grass.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Debian 11 Bullseye&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/grass8/utils/cronjobs_osgeo_lxd&lt;br /&gt;
&lt;br /&gt;
`unattended-upgrades` for automatic installation of security upgrades is installed and running&lt;br /&gt;
&lt;br /&gt;
ssh: reachable via jumphost.&lt;br /&gt;
&lt;br /&gt;
==== meshcentral ====&lt;br /&gt;
https://remote.osgeo.org&lt;br /&gt;
This is a remoting tool currently setup to test livecd vms via a web browser.&lt;br /&gt;
&lt;br /&gt;
4 VMS currently set up on osgeo8 accessible from this. Currently based on livecd 16rc1 snapshots, with wm install script run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== pgrouting-dev ====&lt;br /&gt;
For pgrouting development use to do things like pushing docker images on a scheduled basis.&lt;br /&gt;
Perhaps later for demo sites.  WIP.&lt;br /&gt;
&lt;br /&gt;
==== woodie-client-vm ====&lt;br /&gt;
&lt;br /&gt;
Separate agent for woodie-server, this one is a true VM rather than container.&lt;br /&gt;
&lt;br /&gt;
==== woodie-server ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[Woodie]]&lt;br /&gt;
&lt;br /&gt;
== osgeo 9 ==&lt;br /&gt;
Server added April 2021, donated by OpenStreetMap project.&lt;br /&gt;
&lt;br /&gt;
Likely machine: https://web.archive.org/web/20191112203042/https://hardware.openstreetmap.org/servers/stormfly-02.openstreetmap.org/&lt;br /&gt;
&lt;br /&gt;
Is an LXD host.  Also Stores lxd images used by other lxd hosts.&lt;br /&gt;
&lt;br /&gt;
[[osgeo9|Configuration Details]]&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo9 ===&lt;br /&gt;
==== hop ====&lt;br /&gt;
hop.osgeo9.osgeo.org. For LDAP users allows them to hop thru to get to other containers.&lt;br /&gt;
&lt;br /&gt;
==== Secure (LDAP )  ====&lt;br /&gt;
[https://git.osgeo.org/gitea/sac/osgeo9/wiki/secure-container secure] -- ldap.osgeo.org [[SAC:LDAP]] used for ldap service (a rebuild of old secure.osgeo.osuosl.org) now on Debian 11&lt;br /&gt;
Moved from osgeo7&lt;br /&gt;
&lt;br /&gt;
==== ldap-web ====&lt;br /&gt;
&lt;br /&gt;
Currently housing https://id.osgeo.org/ for LDAP management.&lt;br /&gt;
Deployed via ansible&lt;br /&gt;
Moved from osgeo9&lt;br /&gt;
&lt;br /&gt;
* id.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== jitsi ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Jitsi]] (for video meetings)&lt;br /&gt;
&lt;br /&gt;
==== nextcloud  ====&lt;br /&gt;
https://nextcloud.osgeo.org&lt;br /&gt;
&lt;br /&gt;
Ubuntu 22.04 LXD/nginx/postgresql 14 container for document sharing similar to dropbox/google drive - nextcloud.lxd - https://nextcloud.osgeo.org [https://git.osgeo.org/gitea/sac/osgeo9/wiki/Nextcloud-container Nextcloud Setup]&lt;br /&gt;
&lt;br /&gt;
home of https://nextcloud.osgeo.org&lt;br /&gt;
This server does not use ssh osgeo-ldap as it was the first container built.  However nextcloud.osgeo.org does authenticate with osgeo ldap.&lt;br /&gt;
&lt;br /&gt;
TODO: add special page for this&lt;br /&gt;
&lt;br /&gt;
==== nginx ====&lt;br /&gt;
nginx (for web proxy of traffic of osgeo9 containers) additional mirror proxy for download.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== adventure (WIP)====&lt;br /&gt;
https://adventure.osgeo.org runs https://github.com/thecodingmachine/workadventure software&lt;br /&gt;
&lt;br /&gt;
==== dronie-client ====&lt;br /&gt;
a ci bot for dronie.osgeo.org which is used for git.osgeo.org/gitea ci jobs&lt;br /&gt;
&lt;br /&gt;
==== limesurvey ====&lt;br /&gt;
Debian 10, PostgreSQL 13, PHP 8 with ldap/ssh. 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;
==== mail ====&lt;br /&gt;
mailman: lists.osgeo.org&lt;br /&gt;
mail.osgeo.org&lt;br /&gt;
tilechache web: tilecache.osgeo.org&lt;br /&gt;
mailserver: postfix&lt;br /&gt;
&lt;br /&gt;
==== matrix ====&lt;br /&gt;
'''Container Name:''' matrix - lxd container with ldap/ssh.&lt;br /&gt;
Hosts [[Matrix]] homeserver ([[SAC:MatrixSynapse]]) and IRC bridges ([[SAC:Heisenbridge]])&lt;br /&gt;
&lt;br /&gt;
https://gitea.osgeo.org/sac/osgeo9/wiki/matrix-container for full detail on how the container is setup&lt;br /&gt;
&lt;br /&gt;
==== pixelfed ====&lt;br /&gt;
&lt;br /&gt;
SHUT OFF (both container and website) cause of lack of interest.  Container is still there.&lt;br /&gt;
[[Pixelfed]] instance reachable on https://photo.osgeo.org to house community photos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== peertube ====&lt;br /&gt;
&lt;br /&gt;
[[Peertube]] instance reachable on https://video.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== pretalx  ====&lt;br /&gt;
Ubuntu 20.04 with OSGeo LDAP and Docker installed.  pretalx software runs in Docker.&lt;br /&gt;
https://talks.osgeo.org - for OSGeo Talk collection and voting See [[Pretalx]]&lt;br /&gt;
&lt;br /&gt;
==== weblate ====&lt;br /&gt;
'''Container Name:''' weblate (for doc translation)&lt;br /&gt;
&lt;br /&gt;
Houses: https://weblate.osgeo.org  (for document translation to different languages)&lt;br /&gt;
&lt;br /&gt;
For further details refer to [[SAC:Weblate]]&lt;br /&gt;
&lt;br /&gt;
==== wordpress ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Wordpress]]&lt;br /&gt;
&lt;br /&gt;
==== geo-docs container ====&lt;br /&gt;
&lt;br /&gt;
Houses:&lt;br /&gt;
* https://blog.geoserver.org&lt;br /&gt;
* https://geos.osgeo.org&lt;br /&gt;
* https://geotools.org&lt;br /&gt;
* https://geowebcache.osgeo.org&lt;br /&gt;
* https://lastools.osgeo.org&lt;br /&gt;
* https://planet.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== wiki ====&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== discourse ====&lt;br /&gt;
&lt;br /&gt;
See [[SAC:Discourse]]&lt;br /&gt;
&lt;br /&gt;
==== mail ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hosts: lists.osgeo.org, mail.osgeo.org and a few other services.&lt;br /&gt;
See [[Mail server]] for more details.&lt;br /&gt;
&lt;br /&gt;
== osgeo 7 ==&lt;br /&gt;
&lt;br /&gt;
Server added June 2018. Intended to replace [[SAC_Service_Status#osgeo3|osgeo3]] and old osgeo4 (before reformat).&lt;br /&gt;
See [[Osgeo7]] for 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 need to be in the shell group to be able to access download and the other servers.  If you are not already put in a [https://trac.osgeo.org/osgeo/newticket SAC Ticket Request].  You also need to have your public key registered. To do so edit your profile [https://id.osgeo.org/ldap/edit]  (and put in your public key)&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 on osgeo7 ===&lt;br /&gt;
&lt;br /&gt;
==== Monitor ====&lt;br /&gt;
&lt;br /&gt;
debian10 lxd container with ldap/ssh. https://monitor.osgeo.org (houses grafana dashboard (for all servers) and prometheus server for &amp;lt;del&amp;gt;[[SAC_Service_Status#osgeo3|osgeo3]]&amp;lt;del&amp;gt; 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;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
See [[Download Server]]&lt;br /&gt;
&lt;br /&gt;
==== dronie-client-osgeo3 ====&lt;br /&gt;
STOPPED See [https://trac.osgeo.org/osgeo/ticket/3415 #3415]&lt;br /&gt;
Its a copy of dronie-client that was on [[SAC_Service_Status#osgeo3|osgeo3]] which has been shutdown&lt;br /&gt;
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;
==== nexus (repo.osgeo.org, docker.osgeo.org)  ====&lt;br /&gt;
See [[SAC:Repo]] this is a debian 10 lxd container running docker 19.  &lt;br /&gt;
It currently has one docker container running within it called nexus -- exposed as repo.osgeo.org on nginx.&lt;br /&gt;
&lt;br /&gt;
Also exposed as project dockers for pushing images:  postgis-docker.osgeo.org, geoserver-docker.osgeo.org, geos-docker.osgeo.org, sac-docker.osgeo.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== nginx  ====&lt;br /&gt;
Proxy that routes all http/https traffic 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 &amp;lt;del&amp;gt;(only accessible by [[SAC_Service_Status#osgeo3|osgeo3]]), these get queried via monitor.osgeo.org (running on [[SAC_Service_Status#osgeo3|osgeo3]]) via grafana server.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== tracsvn (trac, svn, git) ====&lt;br /&gt;
&lt;br /&gt;
Home of [[Trac]], [[SAC:Git Service|Git]] and [[Subversion]] services.&lt;br /&gt;
&lt;br /&gt;
See [[TracSVN]] for full details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== gallery ====&lt;br /&gt;
Under Construction :  experimental media VM; currently hosting the GalleryVM library and a `llama.cpp` client. contact darkblueb (Brian Hamlin) or SAC channel&lt;br /&gt;
&lt;br /&gt;
==== photoprism ====&lt;br /&gt;
Picture gallery. Syncs with https://nextcloud.osgeo.org&lt;br /&gt;
But pictures are shown here https://photoprism.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-wiki (stopped) ====&lt;br /&gt;
This used to be housed on [[SAC_Service_Status#osgeo3|osgeo3]], and was moved 2019-09-14 to osgeo7 as old-wiki container.&lt;br /&gt;
wiki.osgeo.org moved back to [[SAC_Service_Status#osgeo3|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;
Refer to the [[SAC_Service_Status#osgeo3|osgeo3]] section for more details. &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 [[SAC_Service_Status#osgeo3|osgeo3]])&lt;br /&gt;
&lt;br /&gt;
See [[OSGeo Wiki]]&lt;br /&gt;
&lt;br /&gt;
==== nextcloud-ubuntu (stopped) ====&lt;br /&gt;
Moved to osgeo9&lt;br /&gt;
&lt;br /&gt;
==== live ====&lt;br /&gt;
Home of live.osgeo.org (created 2021-10-05ish&lt;br /&gt;
Running Ubuntu 20.04 with OSGeo LDAP SSH&lt;br /&gt;
&lt;br /&gt;
==== dronie-server ====&lt;br /&gt;
&lt;br /&gt;
See [[Dronie]]&lt;br /&gt;
&lt;br /&gt;
==== old-projects (stopped) ====&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 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;
&lt;br /&gt;
==== old-web (stopped) ====&lt;br /&gt;
The old web.osgeo.osuosl.org (was on [[SAC_Service_Status#osgeo3|osgeo3]]) &lt;br /&gt;
&lt;br /&gt;
* mapguide.osgeo.org&lt;br /&gt;
&lt;br /&gt;
==== old-webextra ====&lt;br /&gt;
This is a replica of webextra.osgeo.osuosl.org that was hosted on [[SAC_Service_Status#osgeo3|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;
* video.foss4g.org&lt;br /&gt;
* planet.osgeo.org&lt;br /&gt;
* various old foss4g.org years&lt;br /&gt;
* &amp;lt;del&amp;gt;live.osgeo.org&amp;lt;/del&amp;gt; moved to dedicated container&lt;br /&gt;
* journal.osgeo.org (not sure what this is for, should be retired?)&lt;br /&gt;
* &amp;lt;del&amp;gt;vmap0.tiles.osgeo.org&amp;lt;/del&amp;gt; #removed site&lt;br /&gt;
&lt;br /&gt;
Information from webextra on [[SAC_Service_Status#osgeo3|osgeo3]]&lt;br /&gt;
&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;
==== 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;
==== mapserver ====&lt;br /&gt;
&lt;br /&gt;
See [[MapServer_at_osgeo7]]&lt;br /&gt;
&lt;br /&gt;
=== osgeo7 decommissioned containers ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;del&amp;gt;old-adhoc&amp;lt;/del&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
'''SHUTOFF as of 2022-01-29'''&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.  &lt;br /&gt;
Used by osgeo-live for there test docs and by grass for earthquake, and mapserver for demo.&lt;br /&gt;
Note that there is a new live (container that osgeo-live will more to), there is also a mapserver container (which mapserver have started to move their demo to)&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;
== osgeo6 ==&lt;br /&gt;
&lt;br /&gt;
See  [[osgeo6]]&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, and osgeo4 containers are kept here and named &amp;lt;container&amp;gt;-backup and be kept in a stopped state.&lt;br /&gt;
&lt;br /&gt;
=== Services running on osgeo4 ===&lt;br /&gt;
&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;
==== ansible-dev ====&lt;br /&gt;
'''Container Name:''' ansible-dev, has ansible 2.9.27 installed and all plugins needed to manage OSGeo ansible infrastructure.&lt;br /&gt;
DEPRECATED, use `ansible-dev`&lt;br /&gt;
&lt;br /&gt;
==== ansible-control ====&lt;br /&gt;
'''Container Name:''' ansible-control, can be used to deploy OSGeo ansible infrastructure. Replaces `ansible-dev`&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;
==== pretalx-staging ====&lt;br /&gt;
'''Container Name:''' pretalx-staging - used primarily for experimenting with changes to talks.osgeo.org (pretalx on [[SAC_Service_Status#osgeo9|osgeo9]]) like testing out Docker builds and software upgrade etc, before applying to talks.osgeo.org. - https://talks.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 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;
It was upgraded to Debian 11 on 2024-08-21.&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;
= 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;
== Atlantic.net ==&lt;br /&gt;
&lt;br /&gt;
* host.postgis.net -p 2222 is an LXD Ubuntu 18.04 16GB RAM/ 6 vCPU, 350GB data, 250GB block storage&lt;br /&gt;
* Currenlty running two lxd containers:&lt;br /&gt;
    debbie: debian 10 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;
== 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 [[SAC_Service_Status#osgeo3|osgeo3]]  2020-11-28 -- see [[https://trac.osgeo.org/osgeo/ticket/2362|#2362]]&lt;br /&gt;
&lt;br /&gt;
== osgeo3 ==&lt;br /&gt;
&lt;br /&gt;
osgeo3 physical server refer to [[osgeo3|Configuration Details]] for hardware specs. It was used to run production, but moderately risky things. Refer to [[SAC:Old-osgeo3]] for past history before osgeo3 was rebuilt.&lt;br /&gt;
osgeo3 was a hosted by OSUOSL - No longer accessible &amp;lt;del&amp;gt;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.&amp;lt;del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup (osgeo5) ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;del&amp;gt;Backup now runs on dedicated hardware&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Rsync backups of download.osgeo.org&amp;lt;del&amp;gt;&lt;br /&gt;
* &amp;lt;del&amp;gt;Provides Bacula backups of various VMs.&amp;lt;del&amp;gt;&lt;br /&gt;
* See [[SAC:Backups]] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;br /&gt;
[[Category:Services]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Osgeo8&amp;diff=134915</id>
		<title>Osgeo8</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Osgeo8&amp;diff=134915"/>
		<updated>2025-12-12T22:25:57Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Osgeo8''' is an  Ubuntu 22.04.1 LTS machine administered by [[SAC]], hosted on [[SAC_Service_Status#Servers_at_OSL|OSU OSL servers]] since April 2021.&lt;br /&gt;
Donated to OSGeo by OpenStreetMap Foundation (OSMF)&lt;br /&gt;
&lt;br /&gt;
Up-to-date info about containers can be found (password-protected) in https://git.osgeo.org/gitea/sac/osgeo8/wiki/&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; update dec 2025&lt;br /&gt;
IPv4 140.211.15.9 osgeo8.osgeo.osuosl.org  forwards to container `hop`&lt;br /&gt;
OS  Debian 11&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
IPv4 address..: 140.211.15.9, (OpenVPN KVM IP: osgeo8.osuosl.oob [10.0.0.99])&lt;br /&gt;
Hostname......: osgeo8.osgeo.osuosl.org&lt;br /&gt;
LSB Specs.........:  Ubuntu 20.04.2&lt;br /&gt;
RAM...........: 70 Gi&lt;br /&gt;
Disk..........: &lt;br /&gt;
&lt;br /&gt;
	tech_dev@osgeo8:~$ sudo lsblk&lt;br /&gt;
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS&lt;br /&gt;
loop0          7:0    0  63.2M  1 loop /snap/core20/1623&lt;br /&gt;
loop2          7:2    0 136.4M  1 loop /snap/lxd/23889&lt;br /&gt;
loop3          7:3    0 135.7M  1 loop&lt;br /&gt;
loop4          7:4    0 136.5M  1 loop /snap/lxd/23853&lt;br /&gt;
loop5          7:5    0    48M  1 loop /snap/snapd/17029&lt;br /&gt;
loop6          7:6    0    48M  1 loop /snap/snapd/17336&lt;br /&gt;
loop7          7:7    0  63.2M  1 loop /snap/core20/1634&lt;br /&gt;
sda            8:0    0   6.5T  0 disk&lt;br /&gt;
├─sda1         8:1    0     1M  0 part&lt;br /&gt;
├─sda2         8:2    0   488M  0 part /boot&lt;br /&gt;
└─sda3         8:3    0   6.5T  0 part&lt;br /&gt;
  ├─lvm-swap 253:0    0   1.9G  0 lvm  [SWAP]&lt;br /&gt;
  ├─lvm-root 253:1    0    70G  0 lvm  /&lt;br /&gt;
  └─lvm-lxd  253:2    0   2.9T  0 lvm&lt;br /&gt;
&lt;br /&gt;
##-- dec 2025&lt;br /&gt;
$ lsblk&lt;br /&gt;
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
loop0    7:0    0  44.3M  1 loop &lt;br /&gt;
 ...&lt;br /&gt;
loop27   7:27   0 113.2M  1 loop &lt;br /&gt;
sda      8:0    0   6.5T  0 disk &lt;br /&gt;
├─sda1   8:1    0     1M  0 part &lt;br /&gt;
├─sda2   8:2    0   488M  0 part &lt;br /&gt;
└─sda3   8:3    0   6.5T  0 part &lt;br /&gt;
zd0    230:0    0  93.1G  0 disk &lt;br /&gt;
zd16   230:16   0  27.9G  0 disk &lt;br /&gt;
zd32   230:32   0  46.6G  0 disk &lt;br /&gt;
zd64   230:64   0  93.1G  0 disk &lt;br /&gt;
zd208  230:208  0  27.9G  0 disk &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Cpus..........: 2 processors (24 cores)  (Intel(R) Xeon(R) CPU X5660  @ 2.80GHz, 12288 KB cache)&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
2022-10-20 8 HDD drives each 1.2 TB were put in place and old drives removed for total capacity of 6.5TB under RAID 6&lt;br /&gt;
As of 2021-10-04 the ssh port of the main host (the physical server) is 2222 and there is only one non-root account on it&lt;br /&gt;
and can only be accessed via key access. Keys are deployed using [[AnsibleDeployment]] repo of gitea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So to SSH - ssh tech_dev@osgeo9.osgeo.osuosl.org -p 2222&lt;br /&gt;
&lt;br /&gt;
As of 2021-05-01 some configurations of this machine are deployed using [[AnsibleDeployment]]&lt;br /&gt;
&lt;br /&gt;
* Ubuntu [http://releases.ubuntu.com/20.04/ 20.04] [https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes (Release Notes)].  [https://git.osgeo.org/gitea/sac/osgeo8 more details about install steps]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Containers and Services ====&lt;br /&gt;
&lt;br /&gt;
Refer to [[SAC Service Status#osgeo_8]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Osgeo8&amp;diff=134914</id>
		<title>Osgeo8</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Osgeo8&amp;diff=134914"/>
		<updated>2025-12-12T22:24:18Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Osgeo8''' is an  Ubuntu 22.04.1 LTS machine administered by [[SAC]], hosted on [[SAC_Service_Status#Servers_at_OSL|OSU OSL servers]] since April 2021.&lt;br /&gt;
Donated to OSGeo by OpenStreetMap Foundation (OSMF)&lt;br /&gt;
&lt;br /&gt;
Up-to-date info about containers can be found (password-protected) in https://git.osgeo.org/gitea/sac/osgeo8/wiki/&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; update dec 2025&lt;br /&gt;
IPv4 140.211.15.9 forwards to container `hop`&lt;br /&gt;
OS  Debian 11&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
IPv4 address..: 140.211.15.9, (OpenVPN KVM IP: osgeo8.osuosl.oob [10.0.0.99])&lt;br /&gt;
Hostname......: osgeo8.osgeo.osuosl.org&lt;br /&gt;
LSB Specs.........:  Ubuntu 20.04.2&lt;br /&gt;
RAM...........: 70 Gi&lt;br /&gt;
Disk..........: &lt;br /&gt;
&lt;br /&gt;
	tech_dev@osgeo8:~$ sudo lsblk&lt;br /&gt;
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS&lt;br /&gt;
loop0          7:0    0  63.2M  1 loop /snap/core20/1623&lt;br /&gt;
loop2          7:2    0 136.4M  1 loop /snap/lxd/23889&lt;br /&gt;
loop3          7:3    0 135.7M  1 loop&lt;br /&gt;
loop4          7:4    0 136.5M  1 loop /snap/lxd/23853&lt;br /&gt;
loop5          7:5    0    48M  1 loop /snap/snapd/17029&lt;br /&gt;
loop6          7:6    0    48M  1 loop /snap/snapd/17336&lt;br /&gt;
loop7          7:7    0  63.2M  1 loop /snap/core20/1634&lt;br /&gt;
sda            8:0    0   6.5T  0 disk&lt;br /&gt;
├─sda1         8:1    0     1M  0 part&lt;br /&gt;
├─sda2         8:2    0   488M  0 part /boot&lt;br /&gt;
└─sda3         8:3    0   6.5T  0 part&lt;br /&gt;
  ├─lvm-swap 253:0    0   1.9G  0 lvm  [SWAP]&lt;br /&gt;
  ├─lvm-root 253:1    0    70G  0 lvm  /&lt;br /&gt;
  └─lvm-lxd  253:2    0   2.9T  0 lvm&lt;br /&gt;
&lt;br /&gt;
##-- dec 2025&lt;br /&gt;
$ lsblk&lt;br /&gt;
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
loop0    7:0    0  44.3M  1 loop &lt;br /&gt;
 ...&lt;br /&gt;
loop27   7:27   0 113.2M  1 loop &lt;br /&gt;
sda      8:0    0   6.5T  0 disk &lt;br /&gt;
├─sda1   8:1    0     1M  0 part &lt;br /&gt;
├─sda2   8:2    0   488M  0 part &lt;br /&gt;
└─sda3   8:3    0   6.5T  0 part &lt;br /&gt;
zd0    230:0    0  93.1G  0 disk &lt;br /&gt;
zd16   230:16   0  27.9G  0 disk &lt;br /&gt;
zd32   230:32   0  46.6G  0 disk &lt;br /&gt;
zd64   230:64   0  93.1G  0 disk &lt;br /&gt;
zd208  230:208  0  27.9G  0 disk &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Cpus..........: 2 processors (24 cores)  (Intel(R) Xeon(R) CPU X5660  @ 2.80GHz, 12288 KB cache)&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
2022-10-20 8 HDD drives each 1.2 TB were put in place and old drives removed for total capacity of 6.5TB under RAID 6&lt;br /&gt;
As of 2021-10-04 the ssh port of the main host (the physical server) is 2222 and there is only one non-root account on it&lt;br /&gt;
and can only be accessed via key access. Keys are deployed using [[AnsibleDeployment]] repo of gitea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So to SSH - ssh tech_dev@osgeo9.osgeo.osuosl.org -p 2222&lt;br /&gt;
&lt;br /&gt;
As of 2021-05-01 some configurations of this machine are deployed using [[AnsibleDeployment]]&lt;br /&gt;
&lt;br /&gt;
* Ubuntu [http://releases.ubuntu.com/20.04/ 20.04] [https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes (Release Notes)].  [https://git.osgeo.org/gitea/sac/osgeo8 more details about install steps]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Containers and Services ====&lt;br /&gt;
&lt;br /&gt;
Refer to [[SAC Service Status#osgeo_8]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Osgeo8&amp;diff=134913</id>
		<title>Osgeo8</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Osgeo8&amp;diff=134913"/>
		<updated>2025-12-12T22:23:47Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Osgeo8''' is an  Ubuntu 22.04.1 LTS machine administered by [[SAC]], hosted on [[SAC_Service_Status#Servers_at_OSL|OSU OSL servers]] since April 2021.&lt;br /&gt;
Donated to OSGeo by OpenStreetMap Foundation (OSMF)&lt;br /&gt;
&lt;br /&gt;
Up-to-date info about containers can be found (password-protected) in https://git.osgeo.org/gitea/sac/osgeo8/wiki/&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; update dec 2025&lt;br /&gt;
IPv4 forwards to container `hop`&lt;br /&gt;
OS  Debian 11&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
IPv4 address..: 140.211.15.9, (OpenVPN KVM IP: osgeo8.osuosl.oob [10.0.0.99])&lt;br /&gt;
Hostname......: osgeo8.osgeo.osuosl.org&lt;br /&gt;
LSB Specs.........:  Ubuntu 20.04.2&lt;br /&gt;
RAM...........: 70 Gi&lt;br /&gt;
Disk..........: &lt;br /&gt;
&lt;br /&gt;
	tech_dev@osgeo8:~$ sudo lsblk&lt;br /&gt;
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS&lt;br /&gt;
loop0          7:0    0  63.2M  1 loop /snap/core20/1623&lt;br /&gt;
loop2          7:2    0 136.4M  1 loop /snap/lxd/23889&lt;br /&gt;
loop3          7:3    0 135.7M  1 loop&lt;br /&gt;
loop4          7:4    0 136.5M  1 loop /snap/lxd/23853&lt;br /&gt;
loop5          7:5    0    48M  1 loop /snap/snapd/17029&lt;br /&gt;
loop6          7:6    0    48M  1 loop /snap/snapd/17336&lt;br /&gt;
loop7          7:7    0  63.2M  1 loop /snap/core20/1634&lt;br /&gt;
sda            8:0    0   6.5T  0 disk&lt;br /&gt;
├─sda1         8:1    0     1M  0 part&lt;br /&gt;
├─sda2         8:2    0   488M  0 part /boot&lt;br /&gt;
└─sda3         8:3    0   6.5T  0 part&lt;br /&gt;
  ├─lvm-swap 253:0    0   1.9G  0 lvm  [SWAP]&lt;br /&gt;
  ├─lvm-root 253:1    0    70G  0 lvm  /&lt;br /&gt;
  └─lvm-lxd  253:2    0   2.9T  0 lvm&lt;br /&gt;
&lt;br /&gt;
##-- dec 2025&lt;br /&gt;
$ lsblk&lt;br /&gt;
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
loop0    7:0    0  44.3M  1 loop &lt;br /&gt;
 ...&lt;br /&gt;
loop27   7:27   0 113.2M  1 loop &lt;br /&gt;
sda      8:0    0   6.5T  0 disk &lt;br /&gt;
├─sda1   8:1    0     1M  0 part &lt;br /&gt;
├─sda2   8:2    0   488M  0 part &lt;br /&gt;
└─sda3   8:3    0   6.5T  0 part &lt;br /&gt;
zd0    230:0    0  93.1G  0 disk &lt;br /&gt;
zd16   230:16   0  27.9G  0 disk &lt;br /&gt;
zd32   230:32   0  46.6G  0 disk &lt;br /&gt;
zd64   230:64   0  93.1G  0 disk &lt;br /&gt;
zd208  230:208  0  27.9G  0 disk &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Cpus..........: 2 processors (24 cores)  (Intel(R) Xeon(R) CPU X5660  @ 2.80GHz, 12288 KB cache)&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
2022-10-20 8 HDD drives each 1.2 TB were put in place and old drives removed for total capacity of 6.5TB under RAID 6&lt;br /&gt;
As of 2021-10-04 the ssh port of the main host (the physical server) is 2222 and there is only one non-root account on it&lt;br /&gt;
and can only be accessed via key access. Keys are deployed using [[AnsibleDeployment]] repo of gitea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So to SSH - ssh tech_dev@osgeo9.osgeo.osuosl.org -p 2222&lt;br /&gt;
&lt;br /&gt;
As of 2021-05-01 some configurations of this machine are deployed using [[AnsibleDeployment]]&lt;br /&gt;
&lt;br /&gt;
* Ubuntu [http://releases.ubuntu.com/20.04/ 20.04] [https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes (Release Notes)].  [https://git.osgeo.org/gitea/sac/osgeo8 more details about install steps]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Containers and Services ====&lt;br /&gt;
&lt;br /&gt;
Refer to [[SAC Service Status#osgeo_8]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Osgeo8&amp;diff=134912</id>
		<title>Osgeo8</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Osgeo8&amp;diff=134912"/>
		<updated>2025-12-12T21:50:44Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: add lsblk output&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Osgeo8''' is an  Ubuntu 22.04.1 LTS machine administered by [[SAC]], hosted on [[SAC_Service_Status#Servers_at_OSL|OSU OSL servers]] since April 2021.&lt;br /&gt;
Donated to OSGeo by OpenStreetMap Foundation (OSMF)&lt;br /&gt;
&lt;br /&gt;
Up-to-date info about containers can be found (password-protected) in https://git.osgeo.org/gitea/sac/osgeo8/wiki/&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
IPv4 address..: 140.211.15.9, (OpenVPN KVM IP: osgeo8.osuosl.oob [10.0.0.99])&lt;br /&gt;
Hostname......: osgeo8.osgeo.osuosl.org&lt;br /&gt;
LSB Specs.........:  Ubuntu 20.04.2&lt;br /&gt;
RAM...........: 70 Gi&lt;br /&gt;
Disk..........: &lt;br /&gt;
&lt;br /&gt;
	tech_dev@osgeo8:~$ sudo lsblk&lt;br /&gt;
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS&lt;br /&gt;
loop0          7:0    0  63.2M  1 loop /snap/core20/1623&lt;br /&gt;
loop2          7:2    0 136.4M  1 loop /snap/lxd/23889&lt;br /&gt;
loop3          7:3    0 135.7M  1 loop&lt;br /&gt;
loop4          7:4    0 136.5M  1 loop /snap/lxd/23853&lt;br /&gt;
loop5          7:5    0    48M  1 loop /snap/snapd/17029&lt;br /&gt;
loop6          7:6    0    48M  1 loop /snap/snapd/17336&lt;br /&gt;
loop7          7:7    0  63.2M  1 loop /snap/core20/1634&lt;br /&gt;
sda            8:0    0   6.5T  0 disk&lt;br /&gt;
├─sda1         8:1    0     1M  0 part&lt;br /&gt;
├─sda2         8:2    0   488M  0 part /boot&lt;br /&gt;
└─sda3         8:3    0   6.5T  0 part&lt;br /&gt;
  ├─lvm-swap 253:0    0   1.9G  0 lvm  [SWAP]&lt;br /&gt;
  ├─lvm-root 253:1    0    70G  0 lvm  /&lt;br /&gt;
  └─lvm-lxd  253:2    0   2.9T  0 lvm&lt;br /&gt;
&lt;br /&gt;
##-- dec 2025&lt;br /&gt;
$ lsblk&lt;br /&gt;
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
loop0    7:0    0  44.3M  1 loop &lt;br /&gt;
 ...&lt;br /&gt;
loop27   7:27   0 113.2M  1 loop &lt;br /&gt;
sda      8:0    0   6.5T  0 disk &lt;br /&gt;
├─sda1   8:1    0     1M  0 part &lt;br /&gt;
├─sda2   8:2    0   488M  0 part &lt;br /&gt;
└─sda3   8:3    0   6.5T  0 part &lt;br /&gt;
zd0    230:0    0  93.1G  0 disk &lt;br /&gt;
zd16   230:16   0  27.9G  0 disk &lt;br /&gt;
zd32   230:32   0  46.6G  0 disk &lt;br /&gt;
zd64   230:64   0  93.1G  0 disk &lt;br /&gt;
zd208  230:208  0  27.9G  0 disk &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Cpus..........: 2 processors (24 cores)  (Intel(R) Xeon(R) CPU X5660  @ 2.80GHz, 12288 KB cache)&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
2022-10-20 8 HDD drives each 1.2 TB were put in place and old drives removed for total capacity of 6.5TB under RAID 6&lt;br /&gt;
As of 2021-10-04 the ssh port of the main host (the physical server) is 2222 and there is only one non-root account on it&lt;br /&gt;
and can only be accessed via key access. Keys are deployed using [[AnsibleDeployment]] repo of gitea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So to SSH - ssh tech_dev@osgeo9.osgeo.osuosl.org -p 2222&lt;br /&gt;
&lt;br /&gt;
As of 2021-05-01 some configurations of this machine are deployed using [[AnsibleDeployment]]&lt;br /&gt;
&lt;br /&gt;
* Ubuntu [http://releases.ubuntu.com/20.04/ 20.04] [https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes (Release Notes)].  [https://git.osgeo.org/gitea/sac/osgeo8 more details about install steps]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Containers and Services ====&lt;br /&gt;
&lt;br /&gt;
Refer to [[SAC Service Status#osgeo_8]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134518</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134518"/>
		<updated>2025-10-01T22:11:52Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
Geometa Lab [https://www.giswiki.ch/Agenda LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches on the six key use cases as stated by FAST-EO : weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. &lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF] sponsored by State Key Labs [https://en.wikipedia.org/wiki/State_Key_Laboratories LINK]&lt;br /&gt;
&lt;br /&gt;
GOOGLE_SATELLITE_EMBEDDING_V1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` project founder&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for #bids25 Big Data from Space #osgeo + Pangeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134517</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134517"/>
		<updated>2025-10-01T22:09:40Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
Geometa Lab [https://www.giswiki.ch/Agenda LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches on the six key use cases as stated by FAST-EO : weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. &lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF] sponsored by State Key Labs [https://en.wikipedia.org/wiki/State_Key_Laboratories LINK]&lt;br /&gt;
&lt;br /&gt;
GOOGLE_SATELLITE_EMBEDDING_V1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` project founder&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for #bids25 Big Data from Space #osgeo + Pangeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134516</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134516"/>
		<updated>2025-10-01T21:15:53Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
Geometa Lab [https://www.giswiki.ch/Agenda LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches on the six key use cases as stated by FAST-EO : weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. &lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF]&lt;br /&gt;
&lt;br /&gt;
GOOGLE_SATELLITE_EMBEDDING_V1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` project founder&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for #bids25 Big Data from Space #osgeo + Pangeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134515</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134515"/>
		<updated>2025-10-01T21:12:18Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
Geometa Lab [https://www.giswiki.ch/Agenda LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches on the six key use cases as stated by FAST-EO : weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. &lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF]&lt;br /&gt;
&lt;br /&gt;
GOOGLE_SATELLITE_EMBEDDING_V1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` project founder&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134514</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134514"/>
		<updated>2025-10-01T21:03:37Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
Geometa Lab [https://www.giswiki.ch/Agenda LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches on the six key use cases as stated by FAST-EO : weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. &lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF]&lt;br /&gt;
&lt;br /&gt;
GOOGLE_SATELLITE_EMBEDDING_V1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` project founder&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134513</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134513"/>
		<updated>2025-10-01T20:57:46Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
Geometa Lab [https://www.giswiki.ch/Agenda LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF]&lt;br /&gt;
&lt;br /&gt;
GOOGLE_SATELLITE_EMBEDDING_V1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` project founder&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134412</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134412"/>
		<updated>2025-09-29T02:17:50Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
Geometa Lab [https://www.giswiki.ch/Agenda LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF]&lt;br /&gt;
&lt;br /&gt;
GOOGLE_SATELLITE_EMBEDDING_V1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134411</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134411"/>
		<updated>2025-09-28T17:07:27Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF]&lt;br /&gt;
&lt;br /&gt;
GOOGLE_SATELLITE_EMBEDDING_V1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134410</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134410"/>
		<updated>2025-09-28T02:53:49Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Google Earth Engine - Embeddings v1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134409</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134409"/>
		<updated>2025-09-28T02:53:25Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DeepLearning and OBIA [https://arxiv.org/pdf/2408.01607? PDF]&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Google Earth Engine - Embeddings v1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134408</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134408"/>
		<updated>2025-09-27T22:44:50Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Google Earth Engine - Embeddings v1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://medium.com/google-earth/ai-powered-pixels-introducing-googles-satellite-embedding-dataset-31744c1f4650 MED] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134407</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134407"/>
		<updated>2025-09-27T22:28:09Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Google Earth Engine - Embeddings v1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Global Forest Watch edu [https://glad.umd.edu/projects/global-forest-watch LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134406</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134406"/>
		<updated>2025-09-27T21:48:47Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Google Earth Engine - Embeddings v1 [https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/ BLOG] [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134405</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134405"/>
		<updated>2025-09-27T15:06:22Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Google Earth Engine - Embeddings v1 [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK] related [https://christopherren.substack.com/p/embedding-fields-forever LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134404</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134404"/>
		<updated>2025-09-27T15:04:55Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Google Earth Engine - Embeddings v1 [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK]&lt;br /&gt;
&lt;br /&gt;
 @inproceedings{brown2024learned,&lt;br /&gt;
  title={Learned embedding fields for multi-source, multi-temporal earth observation imagery},&lt;br /&gt;
  author={Brown, Christopher and Kazmierski, Michal and Rucklidge, William and Pasquarella, Valerie and Shelhamer, Evan},&lt;br /&gt;
  booktitle={ICLR Workshop on Machine Learning for Remote Sensing (ML4RS)},&lt;br /&gt;
  year={2024}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134403</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134403"/>
		<updated>2025-09-27T15:03:38Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
Google Earth Engine - Embeddings v1 [https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_SATELLITE_EMBEDDING_V1_ANNUAL LINK]&lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134402</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134402"/>
		<updated>2025-09-27T14:56:46Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
TerraBytes Canada [https://terrabytes-workshop.github.io/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134401</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134401"/>
		<updated>2025-09-27T02:52:48Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
[https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]  https://stdl.ch/ &lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134400</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134400"/>
		<updated>2025-09-27T01:46:27Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities, establishing a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs). [https://arxiv.org/abs/2412.04204v2 PDF]&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134399</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134399"/>
		<updated>2025-09-27T01:21:43Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO] YNews [https://news.ycombinator.com/item?id=37387556 REVIEW]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134398</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134398"/>
		<updated>2025-09-27T00:54:30Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results EU] [https://www.youtube.com/@OpenGeoHubFoundation YouTube] Channel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134397</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134397"/>
		<updated>2025-09-27T00:51:35Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets [https://torchgeo.readthedocs.io/en/latest/api/datasets.html LINK], samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134396</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134396"/>
		<updated>2025-09-27T00:48:14Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets, samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
Thoughts on Geospatial Foundation Models [https://arxiv.org/pdf/2405.04285 PDF] Zhu, Stewart, et al 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134395</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134395"/>
		<updated>2025-09-27T00:29:11Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets, samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images. [https://satlas.allen.ai/map DEMO]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134394</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134394"/>
		<updated>2025-09-27T00:26:59Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets, samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK] a platform for visualizing and downloading global geospatial data products generated by AI using satellite images.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134393</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134393"/>
		<updated>2025-09-27T00:25:59Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets, samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
Satlas [https://satlas-pretrain.allen.ai/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134392</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134392"/>
		<updated>2025-09-27T00:24:28Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets, samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
A Path for Science‑ and Evidence‑based AI [https://understanding-ai-safety.org/ Policy]&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134391</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134391"/>
		<updated>2025-09-27T00:22:45Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets, samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
MOSAIKS CodeCapsule [https://codeocean.com/capsule/6456296/tree/v2 LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134390</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134390"/>
		<updated>2025-09-27T00:19:47Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
datasets, samplers, transforms, and pre-trained models for geospatial data&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134389</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134389"/>
		<updated>2025-09-27T00:18:35Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
Open Earth Monitor [https://cordis.europa.eu/project/id/101059548/results LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134388</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134388"/>
		<updated>2025-09-27T00:15:36Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]  [https://nasa-nccs-hpda.github.io/pytorch-caney/latest/readme.html#objectives DOCS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134387</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134387"/>
		<updated>2025-09-27T00:14:51Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
processsing toolkit [https://github.com/nasa-nccs-hpda/pytorch-caney pytorch-caney]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134386</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134386"/>
		<updated>2025-09-27T00:13:20Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by _giswqs_ Qiusheng Wu, UTenn  [https://opengeoai.org/#statement-of-need DOCS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134385</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134385"/>
		<updated>2025-09-27T00:11:37Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by {{{giswqs}}} Qiusheng Wu, UTenn&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134384</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134384"/>
		<updated>2025-09-27T00:10:43Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by `giswqs` Qiusheng Wu, UTenn&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134383</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134383"/>
		<updated>2025-09-27T00:10:15Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
Model building libraries [https://github.com/opengeos/geoai/tree/main geoAI] by `giswqs` Qiusheng Wu, UTenn&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134382</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134382"/>
		<updated>2025-09-27T00:03:31Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
[https://openlandmap.org/ OpenLandMap]&lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134381</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134381"/>
		<updated>2025-09-27T00:01:36Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
[https://eumap.readthedocs.io/en/latest/ EUMap] client libraries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134380</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134380"/>
		<updated>2025-09-26T23:58:59Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendatacube&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134379</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134379"/>
		<updated>2025-09-26T23:57:50Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
A Geospatial Foundation Model [https://github.com/NASA-IMPACT/Prithvi-EO-2.0 Prithvi-EO-2.0]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134378</id>
		<title>Sprint bdfs25</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Sprint_bdfs25&amp;diff=134378"/>
		<updated>2025-09-26T23:52:28Z</updated>

		<summary type="html">&lt;p&gt;Darkblueb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:yaosgeologo.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''TorchGeo''' an OSGeo [https://www.osgeo.org/projects/torchgeo/ Project]  [https://github.com/torchgeo/torchgeo CODE]  [https://torchgeo.readthedocs.io/ DOCS]&lt;br /&gt;
&lt;br /&gt;
Additional Topics:&lt;br /&gt;
&lt;br /&gt;
1. '''Workshops'''&lt;br /&gt;
&lt;br /&gt;
Berkeley Climate AI Day [https://qb3.org/recap-symposium-on-ai-and-climate-technology-during-sf-climate-week/ LINK]&lt;br /&gt;
&lt;br /&gt;
'''ml4earth.de''' [https://ml4earth.de/workshop_2025/ workshop] featured a keynote by Prof. Dr. Xiaoxiang Zhu from TUM Germany, also home to the creator of TorchGeo Adam Stewart PhD   [https://www.asg.ed.tum.de/sipeo/team/dr-adam-j-stewart/ POSTDOC].  Applications of artificial intelligence (AI) in Earth observation, with a focus on machine learning (ML) approaches for remote sensing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. '''PANGAEA project'''&lt;br /&gt;
&lt;br /&gt;
[[File:Pangaea geofmbenchmark.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
a standardized evaluation protocol that covers a diverse set of datasets, tasks, resolutions, sensor modalities, and temporalities. It establishes a robust and widely applicable benchmark for Geospatial Foundation Models (GFMs).&lt;br /&gt;
&lt;br /&gt;
https://bpa.st/BTQAE  ## code updates&lt;br /&gt;
&lt;br /&gt;
https://eotdl.com/blog/pangaea&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. '''Machine learning approaches'''&lt;br /&gt;
&lt;br /&gt;
PANGAEA [https://github.com/VMarsocci/pangaea-bench benchmark]  shows that specialized, not-CNN and not-ViT , machine learning models can perform better than various Foundation Models for remote sensing landuse / landcover analysis and other specific classification tasks.&lt;br /&gt;
Supervised learning, XGBoost / Catboost or various Random Forest learning can perform better than ViT variations, CNN and related approaches.&lt;br /&gt;
&lt;br /&gt;
this [https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base TerraMind] mixed model is experimental, &lt;br /&gt;
&lt;br /&gt;
another [https://github.com/swiss-territorial-data-lab/proj-vit swiss-territorial-data-lab]  [https://huggingface.co/datasets/heig-vd-geo/M3DRS DATA]&lt;br /&gt;
&lt;br /&gt;
A sparse matrix math tutorial [https://iclr-blogposts.github.io/2025/blog/sparse-autodiff/ LINK]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. '''Data availability'''&lt;br /&gt;
&lt;br /&gt;
Promotion of public datasets for Earth observation research. &lt;br /&gt;
&lt;br /&gt;
US West Coast -- team MSFT, Planet Labs and The Nature Conservancy .. [https://www.microsoft.com/en-us/research/wp-content/uploads/2025/03/Global-Renewables-Watch_Caleb-Robinson_2025.pdf REF] [https://reatlas42216storage.blob.core.windows.net/public/wind_all_2024q2_3_11_2025.gpkg DATA0]&lt;br /&gt;
&lt;br /&gt;
TerraMesh,  ESA (European Space Agency) -- [https://openaccess.thecvf.com/content/CVPR2025W/EarthVision/html/Blumenstiel_TerraMesh_A_Planetary_Mosaic_of_Multimodal_Earth_Observation_Data_CVPRW_2025_paper.html TerraMesh] ,  part of the FAST‑EO project funded by the European Space Agency Φ‑Lab (contract #4000143501/23/I‑DT).&lt;br /&gt;
&lt;br /&gt;
The [https://www.dlr.de/en/eoc/research-transfer/projects-missions/fast-eo FAST-EO] [https://www.fast-eo.eu/ project], officially [https://www.fz-juelich.de/en/ias/jsc/news/news-items/news-flashes/2024/fast-eo-launched launched] on February 5, 2024, is an initiative funded by the European Space Agency ([https://eo4society.esa.int/projects/fast-eo/ ESA]) and led by the German Aerospace Center (DLR).&lt;br /&gt;
Its primary goal is to advance AI Foundation Models (FMs) for Earth Observation (EO) by exploring large multimodal foundation models through unsupervised and self-supervised learning to address downstream tasks.&lt;br /&gt;
The project involves a consortium of partners including Forschungszentrum Jülich, KP Labs, and IBM Research, who are collaborating on six key use cases: weather and climate disaster analysis, methane leak detection, forest above-ground biomass change, soil property estimation, semantic land cover change detection, and monitoring the expansion of mining fields into farmlands. The project is committed to open science, planning to release model weights, configurations, datasets, and source code under a free and permissive Apache-2 license, accessible via platforms like GitHub, HuggingFace, and the SpatioTemporal Asset Catalog (STAC).&lt;br /&gt;
&lt;br /&gt;
Other public training [https://x-ytong.github.io/project/Five-Billion-Pixels.html DATA] for China interior, by Prof. Dr. Xiou xiang Zhu .. who is very much in Germany and is the boss of the department with the `torchGeo` guy&lt;br /&gt;
&lt;br /&gt;
gdal containers [https://github.com/OSGeo/gdal/pkgs/container/gdal LINK]&lt;br /&gt;
&lt;br /&gt;
opendatacube containers [https://github.com/opendatacube/datacube-docker LINK]&lt;br /&gt;
&lt;br /&gt;
https://ceos.org/ard/&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1 SSL4EO-S12-v1]&lt;br /&gt;
&lt;br /&gt;
http://dataspace.copernicus.eu/     https://eotdl.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. '''Geospatial data infrastructure'''&lt;br /&gt;
&lt;br /&gt;
standardized data formats and efficient data access mechanisms such as STAC (SpatioTemporal Asset Catalog) and OSGeoLive &lt;br /&gt;
&lt;br /&gt;
'''Key points and takeaways''':&lt;br /&gt;
&lt;br /&gt;
'''Specialized ML models''': Traditional ML methods can outperform trendy AI approaches in remote sensing tasks.'''Public data availability''': Public datasets are essential for Earth observation research, enabling  collaboration and innovation. '''Collaboration opportunities''': The conversation likely touched upon the potential for international  collaborations across different countries and regions. '''Geospatial data infrastructure''': Standardized data formats and efficient data access mechanisms are crucial for geospatial research.&lt;br /&gt;
&lt;br /&gt;
Preparation for Big Data from Space #osgeo code sprint&lt;br /&gt;
&lt;br /&gt;
The participants' discussion is a preparation activity for an upcoming code sprint, where they will work together to develop innovative solutions using remote sensing and Earth observation datasets. A wiki page summarizing these ideas could be a valuable output from this collaboration.&lt;br /&gt;
&lt;br /&gt;
Overall, the conversation highlights the intersection of geospatial technology, machine learning, and open science initiatives in Earth observation, emphasizing the importance of data availability, specialized ML models, and geospatial data infrastructure for advancing research and innovation in this field.&lt;/div&gt;</summary>
		<author><name>Darkblueb</name></author>
	</entry>
</feed>