From ajstewart426 at gmail.com Fri Dec 1 03:52:12 2023 From: ajstewart426 at gmail.com (Adam Stewart) Date: Fri, 1 Dec 2023 12:52:12 +0100 Subject: [Incubator] TorchGeo interested in joining OSGeo Message-ID: <736C6B88-FE30-4DB0-AA9D-0D953AA3D1EE@gmail.com> Hello, My name is Adam Stewart. I'm a geospatial ML researcher and passionate open-source developer . I earned my B.S. in Science of Earth Systems at Cornell and my Ph.D. in Computer Science at UIUC, and currently work as a postdoc at TUM with a focus on machine learning for Earth observation. I created TorchGeo , and also help maintain the R-tree library and Spack package manager. I've contributed to most geospatial libraries, including GDAL , rasterio , and R-tree , and maintain all geospatial build recipes in the Spack package manager. I'm reaching out to you today to express interest in having TorchGeo join the OSGeo Foundation. TorchGeo is a PyTorch domain library for machine learning with geospatial data, especially remote sensing data. TorchGeo started as an internship project at the Microsoft AI for Good Research Lab and developed into my thesis dissertation with an active community of contributors from around the world. It builds on top of GDAL (via rasterio and fiona) and PyTorch to make it easy to work with any kind of geospatial data in a machine learning workflow. Data can be automatically reprojected and resampled to a common CRS and resolution, making it easy for machine learning researchers without geospatial skills to work with satellite imagery. Some statistics: Stars: 2K Forks: 240 Contributors: 55 Maintainers: 5 with merge privileges (CC'ed) PyPI downloads: Last week: 4.4K Last month: 22K All time: 150K GitHub topics (ranked by number of stars): Earth observation: #4 Satellite imagery: #4 Remote sensing: #7 Geospatial: #21 I believe we already meet most of the criteria for the highest level of membership in OSGeo: Geospatial: yes License: MIT , including file headers Contributions: 55 contributors and counting, contribution guide Code of conduct: yes Community: active Slack workspace Users and contributors from both industry (Microsoft, Intel, Meta, IBM, Amazon) and academia (TUM, EPFL, ETH Zurich, Cambridge, Oxford, Stanford, Berkeley, CMU, MIT, U Washington) GitHub: issue tracker Documentation: readthedocs Release procedure: wiki CI: GitHub Actions with 100% test coverage We already have 10 stable releases and it's easy to install TorchGeo using pip, conda, or spack. We think membership in the OSGeo Foundation would be beneficial to us in a number of ways. OSGeo represents the gold standard of open source software development in the geospatial community, and we would love your expertise to suggest ways we can grow our community of contributors. We would love to have tighter integration with other OSGeo projects like GDAL, working together to improve data loading performance. OSGeo provides a great opportunity to advertise our project on your website (and your foundation on our GitHub). We also have aspirations to present TorchGeo tutorials at as many remote sensing and machine learning conferences as possible, and could use funding to support travel for presenters. Please let us know if TorchGeo fits your requirements for joining the OSGeo Foundation and how we can join. We would be interested in the highest level of membership possible, but are also happy to start off as a member of the OSGeo community and work our way up to OSGeo project or incubation. Dr. Adam J. Stewart Technical University of Munich School of Engineering and Design Data Science in Earth Observation -------------- next part -------------- An HTML attachment was scrubbed... URL: From jody.garnett at gmail.com Mon Dec 11 09:41:23 2023 From: jody.garnett at gmail.com (Jody Garnett) Date: Mon, 11 Dec 2023 12:41:23 -0500 Subject: [Incubator] TorchGeo interested in joining OSGeo In-Reply-To: <736C6B88-FE30-4DB0-AA9D-0D953AA3D1EE@gmail.com> References: <736C6B88-FE30-4DB0-AA9D-0D953AA3D1EE@gmail.com> Message-ID: Hello Adam, Thanks for contacting the incubation committee it is good to hear from you, I really appreciate how organized you have been in your application. You appear very well informed on our requirements (which is much appreciated). Looking at our first checklist to be added to the website: 1. Done: Be Geospatial: https://github.com/microsoft/torchgeo/blob/main/README.md 2. Done: Have a free license or open source license: https://github.com/microsoft/torchgeo/blob/main/LICENSE (MIT) 3. Done: Welcome participation and new contributors. https://torchgeo.readthedocs.io/en/stable/user/contributing.html 1. You may still wish to add a CONTRIBUTING.md linking to this page; as GitHub will show the contents of this file to potential contributors. With that in mind can I ask you to setup an OSGeo UserID (if you have not done so already) and login to the website creating a members profile . Reply to this message with your userID and I can give you permission to make a project page. While we wait we can look at the second checklist: 1. Be gospatial 1. Done: README 2. Pending: Project page on osgeo website 3. Done: User documentation: https://torchgeo.readthedocs.io/en/stable/tutorials/getting_started.html 1. The user docs heading covered installation and contributing (not so much use, the tutorials are more what we are looking for - showing how a normal GIS Professional (or GIS Developer in this case) can use your project 2. Have a free license or an open source license. 1. Done: License 2. Pending: We ask that the project team check the file headers and double check the license has been appropriately applied 1. You may feel comfortable making this statement already? Although I did not see any files with out a header, it is more about asking you to check and confirm on behalf of your team 2. I note your use of a CLA and a contirbution bot - cool ? 3. Welcome participation and new contributors. 1. Done: Clean contribution policy 2. Done: I can see a large number of closed pull requests, and collaborators page shows a number of actors 3. Done: Code of conduct: https://github.com/microsoft/torchgeo/blob/main/CODE_OF_CONDUCT.md As a volunteer run committee we are struggling with a lack of engagement (especially difficult over the seasonal holidays). Thank you for making this as easy as possible thus far. -- Jody Garnett On Dec 1, 2023 at 3:52:12?AM, Adam Stewart via Incubator < incubator at lists.osgeo.org> wrote: > Hello, > > My name is Adam Stewart. I'm a geospatial ML researcher > and passionate open-source > developer . I earned my B.S. in Science > of Earth Systems at Cornell and my Ph.D. in Computer Science at UIUC, and > currently work as a postdoc at TUM with a focus on machine learning for > Earth observation. I created TorchGeo > , and also help maintain the R-tree > library and Spack > package manager. I've contributed to > most geospatial libraries, including GDAL > , rasterio > , and > R-tree , > and maintain all geospatial build recipes in the Spack package manager. > > I'm reaching out to you today to express interest in having TorchGeo > join the OSGeo Foundation. > TorchGeo is a PyTorch domain library for machine learning with geospatial > data, especially remote sensing data. TorchGeo started as an internship > project at the Microsoft AI for Good Research Lab and developed into my > thesis dissertation with an active community of contributors from around > the world. It builds on top of GDAL (via rasterio and fiona) and PyTorch to > make it easy to work with any kind of geospatial data in a machine learning > workflow. Data can be automatically reprojected and resampled to a common > CRS and resolution, making it easy for machine learning researchers without > geospatial skills to work with satellite imagery. > > Some statistics: > > > - Stars: 2K > - Forks: 240 > - Contributors: 55 > - Maintainers: 5 with merge privileges (CC'ed) > - PyPI downloads: > - Last week: 4.4K > - Last month: 22K > - All time: 150K > - GitHub topics (ranked by number of stars): > - Earth observation: #4 > - Satellite imagery: #4 > - Remote sensing: #7 > - Geospatial: #21 > > > I believe we already meet most of the criteria for the highest level of > membership in OSGeo: > > > - Geospatial: yes > - License: MIT > , including > file headers > - Contributions: 55 contributors and counting, contribution guide > > - Code of conduct: yes > > - Community: active Slack workspace > > - Users and contributors from both industry (Microsoft, Intel, Meta, > IBM, Amazon) and academia (TUM, EPFL, ETH Zurich, Cambridge, Oxford, > Stanford, Berkeley, CMU, MIT, U Washington) > - GitHub: issue tracker > - Documentation: readthedocs > > - Release procedure: wiki > > - CI: GitHub Actions > > with 100% test coverage > > > We already have 10 stable releases and it's easy to install TorchGeo using > pip, conda, or spack. > > We think membership in the OSGeo Foundation would be beneficial to us in a > number of ways. OSGeo represents the gold standard of open source software > development in the geospatial community, and we would love your expertise > to suggest ways we can grow our community of contributors. We would love to > have tighter integration with other OSGeo projects like GDAL, working > together to improve data loading performance. OSGeo provides a great > opportunity to advertise our project on your website (and your foundation > on our GitHub). We also have aspirations to present TorchGeo tutorials at > as many remote sensing and machine learning conferences as possible, and > could use funding to support travel for presenters. > > Please let us know if TorchGeo fits your requirements for joining the > OSGeo Foundation and how we can join. We would be interested in the highest > level of membership possible, but are also happy to start off as a member > of the OSGeo community and work our way up to OSGeo project or incubation. > > *Dr. Adam J. Stewart* > Technical University of Munich > School of Engineering and Design > Data Science in Earth Observation > _______________________________________________ > Incubator mailing list > Incubator at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/incubator > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maplabs at light42.com Tue Dec 12 09:06:43 2023 From: maplabs at light42.com (Brian M Hamlin) Date: Tue, 12 Dec 2023 12:06:43 -0500 Subject: [Incubator] Committee activity for TorchGeo Message-ID: <1702400803.klg1byao00cso8kg@webmail.aplus.net> Hello OSGeo Incubation Committee members, Chair and active members - ? I volunteer to serve for the case of TorchGeo project incubation at OSGeo -- I did contact jgarnett on this topic briefly.? ? The #osgeolive project is a place where TorchGeo installation and functionality could be tested. I believe that the TorchGeo project is currently interoperable with many other OSGeo core projects including python3 libraries, and that interoperability will be a key issue for me going forward. ? best regards from Berkeley ? -- Brian M Hamlin OSGeo California Chapter blog.light42.com ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From jody.garnett at gmail.com Tue Dec 12 10:46:16 2023 From: jody.garnett at gmail.com (Jody Garnett) Date: Tue, 12 Dec 2023 10:46:16 -0800 Subject: [Incubator] Committee activity for TorchGeo In-Reply-To: <1702400803.klg1byao00cso8kg@webmail.aplus.net> References: <1702400803.klg1byao00cso8kg@webmail.aplus.net> Message-ID: Thanks Brian, Finding a mentor is one of the most difficult parts of the application process. Thus far the project is going through the steps of being added to the website and joining the "osgeo community" program. I was working on revising our application process (the formal documents) but I expect the update should just reflect what we have on the wiki which is much more straight forward. Jody On Tue, Dec 12, 2023 at 9:32?AM Brian M Hamlin via Incubator < incubator at lists.osgeo.org> wrote: > Hello OSGeo Incubation Committee members, Chair and active members - > > I volunteer to serve for the case of TorchGeo project incubation at > OSGeo -- I did contact jgarnett on this topic briefly. > > The #osgeolive project is a place where TorchGeo installation and > functionality could be tested. I believe that the TorchGeo project is > currently interoperable with many other OSGeo core projects including > python3 libraries, and that interoperability will be a key issue for me > going forward. > > best regards from Berkeley > -- > Brian M Hamlin > OSGeo California Chapter > blog.light42.com > > _______________________________________________ > Incubator mailing list > Incubator at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/incubator > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jody.garnett at gmail.com Wed Dec 13 09:25:25 2023 From: jody.garnett at gmail.com (Jody Garnett) Date: Wed, 13 Dec 2023 12:25:25 -0500 Subject: [Incubator] agm slides and budget guidance for year ahead Message-ID: I updated the osgeo-agm-2023 slides to reflect our activities over the course of 2023. I am not sure if we have any specific budget request for the year ahead. Project mentors may wish to check-in with projects presently in incubation: - IstSOS: Jeff McKenna mentoring - last update 2016. Jeff if this project needs to be dropped please speak up. - Opticks: Mark Lucas mentoring - last update 2013. Mark if this project needs to be dropped please speak up. - Oskari: Arnulf mentoring - Last update 2019, this checklist seems mostly complete, how is the project team doing Arnulf? - TEAM Engine: mentoring Jody Garnett - Last update 2020, this team is not engaged in the incubation process, indeed the activity feels a bit forced due to OSGeo / OGC partnership - pgRouting: Angelos mentoring - Last update 4 days ago, checklist shows good progress being made -- Jody Garnett -------------- next part -------------- An HTML attachment was scrubbed... URL: From arnulf.christl at metaspatial.net Wed Dec 13 10:06:23 2023 From: arnulf.christl at metaspatial.net (Arnulf Christl) Date: Wed, 13 Dec 2023 19:06:23 +0100 Subject: [Incubator] agm slides and budget guidance for year ahead In-Reply-To: References: Message-ID: <0ed763c3-c4e3-4a01-8739-bb02e4e501fa@metaspatial.net> On 13.12.23 18:25, Jody Garnett via Incubator wrote: > I updated theosgeo-agm-2023 > > slides to reflect our activities over the course of 2023. > > I am not sure if we have any specific budget request for the year > ahead. Project mentors may wish to check-in with projects presently in > incubation: > > * IstSOS:?Jeff McKenna mentoring > o last update > 2016. > Jeff if this project needs to be dropped please speak up. > * Opticks:?Mark Lucas mentoring > o last update > > 2013. Mark if this project needs to be dropped please speak up. > * Oskari: Arnulf mentoring > o Last update > > 2019, this checklist seems mostly complete, how is the project > team doing Arnulf? > Arnulf must have been dragging his feet. ? I'll pick up the thread and see where we are meanwhile. Thanks for the nudge. Seven > * TEAM Engine: mentoring Jody Garnett > o Last update > ?2020, > this team is not engaged in the incubation process, indeed the > activity feels a bit forced due to OSGeo / OGC partnership > * pgRouting: Angelos mentoring > o Last update > > 4 days ago, checklist shows good progress being made > > -- > Jody Garnett > > _______________________________________________ > Incubator mailing list > Incubator at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/incubator -- http://metaspatial.net Digitally Enabling your Business. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ajstewart426 at gmail.com Fri Dec 22 05:41:17 2023 From: ajstewart426 at gmail.com (Adam Stewart) Date: Fri, 22 Dec 2023 14:41:17 +0100 Subject: [Incubator] TorchGeo interested in joining OSGeo In-Reply-To: References: <736C6B88-FE30-4DB0-AA9D-0D953AA3D1EE@gmail.com> Message-ID: Hi Jody, Thanks for the suggestions! I added a CONTRIBUTING.md and fixed a few files that were missing the license header. Everything should be in compliance now. My OSGeo UserID is "ajstewart": https://www.osgeo.org/member/stewart-4/. Let me know what I need to do to create a project page. Adam > On Dec 11, 2023, at 18:41, Jody Garnett wrote: > > Hello Adam, > > Thanks for contacting the incubation committee it is good to hear from you, I really appreciate how organized you have been in your application. You appear very well informed on our requirements (which is much appreciated). > > Looking at our first checklist to be added to the website: > > Done: Be Geospatial: https://github.com/microsoft/torchgeo/blob/main/README.md > Done: Have a free license or open source license: https://github.com/microsoft/torchgeo/blob/main/LICENSE (MIT) > Done: Welcome participation and new contributors. https://torchgeo.readthedocs.io/en/stable/user/contributing.html > You may still wish to add a CONTRIBUTING.md linking to this page; as GitHub will show the contents of this file to potential contributors. > > With that in mind can I ask you to setup an OSGeo UserID (if you have not done so already) and login to the website creating a?members profile . Reply to this message with your userID and I can give you permission to make a project page. > > While we wait we can look at the second checklist: > > Be gospatial > Done: README > Pending: Project page on osgeo website > Done: User documentation: https://torchgeo.readthedocs.io/en/stable/tutorials/getting_started.html > The user docs heading covered installation and contributing (not so much use, the tutorials are more what we are looking for - showing how a normal GIS Professional (or GIS Developer in this case) can use your project > Have a free license or an open source license. > Done: License > Pending: We ask that the project team check the file headers and double check the license has been appropriately applied > You may feel comfortable making this statement already? Although I did not see any files with out a header, it is more about asking you to check and confirm on behalf of your team > I note your use of a CLA and a contirbution bot - cool ? > Welcome participation and new contributors. > Done: Clean contribution policy > Done: I can see a large number of closed pull requests, and collaborators page shows a number of actors > Done: Code of conduct: https://github.com/microsoft/torchgeo/blob/main/CODE_OF_CONDUCT.md > > As a volunteer run committee we are struggling with a lack of engagement (especially difficult over the seasonal holidays). Thank you for making this as easy as possible thus far. > -- > Jody Garnett > > > On Dec 1, 2023 at 3:52:12?AM, Adam Stewart via Incubator > wrote: >> Hello, >> >> My name is Adam Stewart. I'm a geospatial ML researcher and passionate open-source developer . I earned my B.S. in Science of Earth Systems at Cornell and my Ph.D. in Computer Science at UIUC, and currently work as a postdoc at TUM with a focus on machine learning for Earth observation. I created TorchGeo , and also help maintain the R-tree library and Spack package manager. I've contributed to most geospatial libraries, including GDAL , rasterio , and R-tree , and maintain all geospatial build recipes in the Spack package manager. >> >> I'm reaching out to you today to express interest in having TorchGeo join the OSGeo Foundation. TorchGeo is a PyTorch domain library for machine learning with geospatial data, especially remote sensing data. TorchGeo started as an internship project at the Microsoft AI for Good Research Lab and developed into my thesis dissertation with an active community of contributors from around the world. It builds on top of GDAL (via rasterio and fiona) and PyTorch to make it easy to work with any kind of geospatial data in a machine learning workflow. Data can be automatically reprojected and resampled to a common CRS and resolution, making it easy for machine learning researchers without geospatial skills to work with satellite imagery. >> >> Some statistics: >> >> Stars: 2K >> Forks: 240 >> Contributors: 55 >> Maintainers: 5 with merge privileges (CC'ed) >> PyPI downloads: >> Last week: 4.4K >> Last month: 22K >> All time: 150K >> GitHub topics (ranked by number of stars): >> Earth observation: #4 >> Satellite imagery: #4 >> Remote sensing: #7 >> Geospatial: #21 >> >> I believe we already meet most of the criteria for the highest level of membership in OSGeo: >> >> Geospatial: yes >> License: MIT , including file headers >> Contributions: 55 contributors and counting, contribution guide >> Code of conduct: yes >> Community: active Slack workspace >> Users and contributors from both industry (Microsoft, Intel, Meta, IBM, Amazon) and academia (TUM, EPFL, ETH Zurich, Cambridge, Oxford, Stanford, Berkeley, CMU, MIT, U Washington) >> GitHub: issue tracker >> Documentation: readthedocs >> Release procedure: wiki >> CI: GitHub Actions with 100% test coverage >> >> We already have 10 stable releases and it's easy to install TorchGeo using pip, conda, or spack. >> >> We think membership in the OSGeo Foundation would be beneficial to us in a number of ways. OSGeo represents the gold standard of open source software development in the geospatial community, and we would love your expertise to suggest ways we can grow our community of contributors. We would love to have tighter integration with other OSGeo projects like GDAL, working together to improve data loading performance. OSGeo provides a great opportunity to advertise our project on your website (and your foundation on our GitHub). We also have aspirations to present TorchGeo tutorials at as many remote sensing and machine learning conferences as possible, and could use funding to support travel for presenters. >> >> Please let us know if TorchGeo fits your requirements for joining the OSGeo Foundation and how we can join. We would be interested in the highest level of membership possible, but are also happy to start off as a member of the OSGeo community and work our way up to OSGeo project or incubation. >> >> Dr. Adam J. Stewart >> Technical University of Munich >> School of Engineering and Design >> Data Science in Earth Observation >> _______________________________________________ >> Incubator mailing list >> Incubator at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/incubator -------------- next part -------------- An HTML attachment was scrubbed... URL: From jody.garnett at gmail.com Fri Dec 22 23:57:41 2023 From: jody.garnett at gmail.com (Jody Garnett) Date: Fri, 22 Dec 2023 23:57:41 -0800 Subject: [Incubator] TorchGeo interested in joining OSGeo In-Reply-To: References: <736C6B88-FE30-4DB0-AA9D-0D953AA3D1EE@gmail.com> Message-ID: Interesting that your profile and osgeo userid are different. I have granted that member project author permission so you should be able to create a new project entry. The Wordpress uses forms, rather than posts for these things (filling in a small database I guess). (The page on adding a service provider has instructions on how to use these forms) Tips: - I recommend looking at GeoNode as it was the example provided by the graphic designer: http://osgeo.org/projects/geonode/ - It is good to have a photo of your team, as the theme of the website is that these projects are made by people - Your logo needs to be on a white background to show up correctly in a list - There are some assets including a laptop frame for screen shots here: https://github.com/OSGeo/osgeo/tree/master/marketing/photos - -- Jody Garnett On Dec 22, 2023 at 5:41:17?AM, Adam Stewart wrote: > Hi Jody, > > Thanks for the suggestions! I added a CONTRIBUTING.md and fixed a few > files that were missing the license header. Everything should be in > compliance now. > > My OSGeo UserID is "ajstewart": https://www.osgeo.org/member/stewart-4/. > Let me know what I need to do to create a project page. > > Adam > > On Dec 11, 2023, at 18:41, Jody Garnett wrote: > > Hello Adam, > > Thanks for contacting the incubation committee it is good to hear from > you, I really appreciate how organized you have been in your application. > You appear very well informed on our requirements (which is much > appreciated). > > Looking at our first checklist to be added to the website: > > > 1. Done: Be Geospatial: > https://github.com/microsoft/torchgeo/blob/main/README.md > 2. Done: Have a free license or open source license: > https://github.com/microsoft/torchgeo/blob/main/LICENSE (MIT) > 3. Done: Welcome participation and new contributors. > https://torchgeo.readthedocs.io/en/stable/user/contributing.html > 1. You may still wish to add a CONTRIBUTING.md linking to this page; > as GitHub will show the contents of this file to potential contributors. > > > With that in mind can I ask you to setup an OSGeo UserID > (if you have not done so already) and > login to the website creating a members profile > . Reply to this message with > your userID and I can give you permission to make a project page. > > While we wait we can look at the second checklist: > > > 1. Be gospatial > 1. Done: README > 2. Pending: Project page on osgeo website > 3. Done: User documentation: > https://torchgeo.readthedocs.io/en/stable/tutorials/getting_started.html > 1. The user docs heading covered installation and contributing > (not so much use, the tutorials are more what we are looking for - showing > how a normal GIS Professional (or GIS Developer in this case) can use your > project > 2. Have a free license or an open source license. > 1. Done: License > 2. Pending: We ask that the project team check the file headers and > double check the license has been appropriately applied > 1. You may feel comfortable making this statement already? > Although I did not see any files with out a header, it is more about asking > you to check and confirm on behalf of your team > 2. I note your use of a CLA and a contirbution bot - cool ? > 3. Welcome participation and new contributors. > 1. Done: Clean contribution policy > 2. Done: I can see a large number of closed pull requests, and > collaborators page shows a number of actors > 3. Done: Code of conduct: > https://github.com/microsoft/torchgeo/blob/main/CODE_OF_CONDUCT.md > > > As a volunteer run committee we are struggling with a lack of engagement > (especially difficult over the seasonal holidays). Thank you for making > this as easy as possible thus far. > -- > Jody Garnett > > > On Dec 1, 2023 at 3:52:12?AM, Adam Stewart via Incubator < > incubator at lists.osgeo.org> wrote: > >> Hello, >> >> My name is Adam Stewart. I'm a geospatial ML researcher >> and passionate open-source >> developer . I earned my B.S. in Science >> of Earth Systems at Cornell and my Ph.D. in Computer Science at UIUC, and >> currently work as a postdoc at TUM with a focus on machine learning for >> Earth observation. I created TorchGeo >> , and also help maintain the >> R-tree library and Spack >> package manager. I've contributed to >> most geospatial libraries, including GDAL >> , rasterio >> , and >> R-tree , >> and maintain all geospatial build recipes in the Spack package manager. >> >> I'm reaching out to you today to express interest in having TorchGeo >> join the OSGeo Foundation. >> TorchGeo is a PyTorch domain library for machine learning with geospatial >> data, especially remote sensing data. TorchGeo started as an internship >> project at the Microsoft AI for Good Research Lab and developed into my >> thesis dissertation with an active community of contributors from around >> the world. It builds on top of GDAL (via rasterio and fiona) and PyTorch to >> make it easy to work with any kind of geospatial data in a machine learning >> workflow. Data can be automatically reprojected and resampled to a common >> CRS and resolution, making it easy for machine learning researchers without >> geospatial skills to work with satellite imagery. >> >> Some statistics: >> >> >> - Stars: 2K >> - Forks: 240 >> - Contributors: 55 >> - Maintainers: 5 with merge privileges (CC'ed) >> - PyPI downloads: >> - Last week: 4.4K >> - Last month: 22K >> - All time: 150K >> - GitHub topics (ranked by number of stars): >> - Earth observation: #4 >> - Satellite imagery: #4 >> - Remote sensing: #7 >> - Geospatial: #21 >> >> >> I believe we already meet most of the criteria for the highest level of >> membership in OSGeo: >> >> >> - Geospatial: yes >> - License: MIT >> , including >> file headers >> - Contributions: 55 contributors and counting, contribution guide >> >> - Code of conduct: yes >> >> - Community: active Slack workspace >> >> - Users and contributors from both industry (Microsoft, Intel, Meta, >> IBM, Amazon) and academia (TUM, EPFL, ETH Zurich, Cambridge, Oxford, >> Stanford, Berkeley, CMU, MIT, U Washington) >> - GitHub: issue tracker >> - Documentation: readthedocs >> >> - Release procedure: wiki >> >> - CI: GitHub Actions >> >> with 100% test coverage >> >> >> We already have 10 stable releases and it's easy to install TorchGeo >> using pip, conda, or spack. >> >> We think membership in the OSGeo Foundation would be beneficial to us in >> a number of ways. OSGeo represents the gold standard of open source >> software development in the geospatial community, and we would love your >> expertise to suggest ways we can grow our community of contributors. We >> would love to have tighter integration with other OSGeo projects like GDAL, >> working together to improve data loading performance. OSGeo provides a >> great opportunity to advertise our project on your website (and your >> foundation on our GitHub). We also have aspirations to present TorchGeo >> tutorials at as many remote sensing and machine learning conferences as >> possible, and could use funding to support travel for presenters. >> >> Please let us know if TorchGeo fits your requirements for joining the >> OSGeo Foundation and how we can join. We would be interested in the highest >> level of membership possible, but are also happy to start off as a member >> of the OSGeo community and work our way up to OSGeo project or incubation. >> >> *Dr. Adam J. Stewart* >> Technical University of Munich >> School of Engineering and Design >> Data Science in Earth Observation >> _______________________________________________ >> Incubator mailing list >> Incubator at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/incubator >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From vicky at erosion.dev Tue Dec 26 07:35:34 2023 From: vicky at erosion.dev (Vicky Vergara) Date: Tue, 26 Dec 2023 09:35:34 -0600 Subject: [Incubator] Budget for pgRouting Message-ID: Hello Incubator committee members. At the begining of 2024 we will send our final application for pgRouting to become an OSGeo project. For this matter we would like a budget of $2000 dollars, which would be used to do last minute tasks for incubation. Reference: https://wiki.osgeo.org/wiki/PgRouting_Budget Regards pgRouting PSC -------------- next part -------------- An HTML attachment was scrubbed... URL: From jody.garnett at gmail.com Tue Dec 26 11:42:37 2023 From: jody.garnett at gmail.com (Jody Garnett) Date: Tue, 26 Dec 2023 11:42:37 -0800 Subject: [Incubator] Budget for pgRouting In-Reply-To: References: Message-ID: Thanks Vicky, We have very few projects incubation at the moment. The ones that remain are ? not very active. I think we should request $6000 USD with the intention of being able to support two projects (or one project twice). I think we should also plan for an osgeo incubation committee sprint to update our outreach focus which faces different challenges in 2024 then when many of our procedures were established. I would hope we can setup a day before a regional foss4g event, and have funding to support committee members attending. -- Jody Garnett On Tue, Dec 26, 2023 at 7:35?AM Vicky Vergara via Incubator < incubator at lists.osgeo.org> wrote: > Hello Incubator committee members. > > At the begining of 2024 we will send our final application for pgRouting to become > an OSGeo project. > For this matter we would like a budget of $2000 dollars, which would be > used to do last minute tasks for incubation. > > Reference: > https://wiki.osgeo.org/wiki/PgRouting_Budget > > Regards > > pgRouting PSC > > _______________________________________________ > Incubator mailing list > Incubator at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/incubator > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Massimiliano.Cannata at supsi.ch Wed Dec 27 00:49:08 2023 From: Massimiliano.Cannata at supsi.ch (Cannata Massimiliano) Date: Wed, 27 Dec 2023 08:49:08 +0000 Subject: [Incubator] Budget for pgRouting Message-ID: Dear all, istSOS is still active despite the very very long 'incubation' status... We continue to develop, use and evolve the solution... Personally as project officer I would love to have a Stewardship program rather than just a mentor waiting for questions... It would be very nice to have a mentor that is actively driving us to the gol, I've seen how projects that had very active mentoring succeed in graduation soon. Maybe you could think of supporting a mentor to drive us actively rather then just wait for a question... This would be a worth to pay work in my opinion ;-) Best wishes Maxi Il 26 dic 2023 20:43, Jody Garnett via Incubator ha scritto: Thanks Vicky, We have very few projects incubation at the moment. The ones that remain are ? not very active. I think we should request $6000 USD with the intention of being able to support two projects (or one project twice). I think we should also plan for an osgeo incubation committee sprint to update our outreach focus which faces different challenges in 2024 then when many of our procedures were established. I would hope we can setup a day before a regional foss4g event, and have funding to support committee members attending. -- Jody Garnett On Tue, Dec 26, 2023 at 7:35?AM Vicky Vergara via Incubator > wrote: Hello Incubator committee members. At the begining of 2024 we will send our final application for pgRouting to become an OSGeo project. For this matter we would like a budget of $2000 dollars, which would be used to do last minute tasks for incubation. Reference: https://wiki.osgeo.org/wiki/PgRouting_Budget Regards pgRouting PSC _______________________________________________ Incubator mailing list Incubator at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/incubator -------------- next part -------------- An HTML attachment was scrubbed... URL: From jody.garnett at gmail.com Wed Dec 27 09:35:51 2023 From: jody.garnett at gmail.com (Jody Garnett) Date: Wed, 27 Dec 2023 09:35:51 -0800 Subject: [Incubator] Budget for pgRouting In-Reply-To: References: Message-ID: I think a mentor can do much more then answer questions; even just encouragement. Keep in mind that the incubation goals are about the project team and improving your transparency - communicating how you operate to the world. It is not really an activity anyone can do for you. Even the IP check is something for your team to do (as you are taking responsibility for distributing software and the foundation wants your assurance before offering to backstop your committee with respect to liability). Where did you get to in incubation Massimiliano? Maybe we can get things moving as a team? I find it tricky as a mentor to figure out where to communicate with each team. Something joining mailing list and as you say answering questions works. Sometimes making an issue in the issue tracker for each checklist item works. aside: I am a bit stuck with team engine as communication appears to be in person at a OGC meeting, or somewhere? -- Jody Garnett On Wed, Dec 27, 2023 at 12:49?AM Cannata Massimiliano < Massimiliano.Cannata at supsi.ch> wrote: > Dear all, > istSOS is still active despite the very very long 'incubation' status... > We continue to develop, use and evolve the solution... > > Personally as project officer I would love to have a Stewardship program > rather than just a mentor waiting for questions... > > It would be very nice to have a mentor that is actively driving us to the > gol, I've seen how projects that had very active mentoring succeed in > graduation soon. > > Maybe you could think of supporting a mentor to drive us actively rather > then just wait for a question... This would be a worth to pay work in my > opinion ;-) > > Best wishes > Maxi > > Il 26 dic 2023 20:43, Jody Garnett via Incubator < > incubator at lists.osgeo.org> ha scritto: > > Thanks Vicky, > > We have very few projects incubation at the moment. The ones that remain > are ? not very active. > > I think we should request $6000 USD with the intention of being able to > support two projects (or one project twice). > > I think we should also plan for an osgeo incubation committee sprint to > update our outreach focus which faces different challenges in 2024 then > when many of our procedures were established. > > I would hope we can setup a day before a regional foss4g event, and have > funding to support committee members attending. > > -- > Jody Garnett > > > On Tue, Dec 26, 2023 at 7:35?AM Vicky Vergara via Incubator < > incubator at lists.osgeo.org> wrote: > > Hello Incubator committee members. > > At the begining of 2024 we will send our final application for pgRouting to become > an OSGeo project. > For this matter we would like a budget of $2000 dollars, which would be > used to do last minute tasks for incubation. > > Reference: > https://wiki.osgeo.org/wiki/PgRouting_Budget > > Regards > > pgRouting PSC > > _______________________________________________ > Incubator mailing list > Incubator at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/incubator > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: