From theduckylittle at gmail.com Mon Apr 13 10:18:20 2026 From: theduckylittle at gmail.com (Dan Little) Date: Mon, 13 Apr 2026 12:18:20 -0500 Subject: [geomoose-psc] GeoMoose GeoParquet Support Message-ID: Hi Folks! I wanted to get an update on the GeoParquet in GeoMoose support out to the PSC. The original proposal had us concluding this at the end of March. 95% of the code was done then but I had an itch I wanted to scratch -- adding WebWorker support for GeoParquet layers. The WebWorker support allows Parquet files to be loaded without over-burdening the main rendering thread for the application. The current code is available here: - https://github.com/geomoose/gm3/pull/938 I used DuckDB to convert the GeoJSON version of the Parcels to GeoParquet, put the output in a public google bucket, and then continued to Dev. I also keep a copy locally for when working from planes. :-) This should all work seamlessly with the current demo. At this point, I would consider this the conclusion of the scope of work (and a little more got done as well) but would love bug reports and feedback! -------------- next part -------------- An HTML attachment was scrubbed... URL: From eadam at co.lincoln.or.us Tue Apr 14 13:33:38 2026 From: eadam at co.lincoln.or.us (Eli Adam) Date: Tue, 14 Apr 2026 20:33:38 +0000 Subject: [geomoose-psc] GeoMoose GeoParquet Support In-Reply-To: References: Message-ID: Hi Dan, This is exciting development! As people test it out, we'll learn more about how it is working. >From a bookkeeping perspective, look back to the initial scope (https://lists.osgeo.org/pipermail/geomoose-psc/attachments/20260119/a519ae6e/attachment.md) and once complete, submit an invoice for processing by the PSC. I haven't tested GeoParquet yet but a quick look (that may have missed things) suggests that "1. Host a version of the demonstration parcel dataset in GeoParquet format on GitHub" may be met with an equivalent public google bucket. I don't see that 2. has been completed, "2. Publish the instructions for how the conversion from the parcel shapefile was performed. This should appear as a How To in the documentation repository." Again, I only took a glance and may have missed things. Thanks for the exciting improvement! Best regards, Eli ________________________________ From: geomoose-psc on behalf of Dan Little via geomoose-psc Sent: Monday, April 13, 2026 10:18 AM To: GeoMOOSE PSC Subject: [geomoose-psc] GeoMoose GeoParquet Support Hi Folks! I wanted to get an update on the GeoParquet in GeoMoose support out to the PSC. The original proposal had us concluding this at the end of March. 95% of the code was done then but I had an itch I wanted to scratch -- adding WebWorker support for GeoParquet layers. The WebWorker support allows Parquet files to be loaded without over-burdening the main rendering thread for the application. The current code is available here: - https://github.com/geomoose/gm3/pull/938 I used DuckDB to convert the GeoJSON version of the Parcels to GeoParquet, put the output in a public google bucket, and then continued to Dev. I also keep a copy locally for when working from planes. :-) This should all work seamlessly with the current demo. At this point, I would consider this the conclusion of the scope of work (and a little more got done as well) but would love bug reports and feedback! -------------- next part -------------- An HTML attachment was scrubbed... URL: From chughes at co.lincoln.or.us Thu Apr 16 11:06:19 2026 From: chughes at co.lincoln.or.us (Christopher Hughes) Date: Thu, 16 Apr 2026 18:06:19 +0000 Subject: [geomoose-psc] Reminder: PSC Meeting on Friday Message-ID: Hi All, I've added a draft agenda for our meeting tomorrow at https://github.com/geomoose/geomoose/wiki/PSC-Meeting-2026-04-17. I added GeoParquet as agenda item based on Dan's email the other day (I am interested in geoparquet - partly because I was reading that you can have multiple geometry types in a single dataset? - my initial attempts to convert shapefiles to geoparquet failed though, so I'm interested in the conversion process documentation that Eli mentioned). Minutes from previous meetings can be found here: https://github.com/geomoose/geomoose/wiki/PSC-Meetings As with last month, we'll meet on Liberachat here: https://web.libera.chat/?channels=#geomoose The Matrix/Element?FluffyChat option also works via matrix.osgeo.org on Matrix Channel #geomoose:osgeo.org Chris -- Chris Hughes GIS Analyst Lincoln County GIS Department 880 NE 7th St. l Newport, OR 97365 Tel: (541) 574 1283 -------------- next part -------------- An HTML attachment was scrubbed... URL: From klassen.js at gmail.com Fri Apr 17 08:57:40 2026 From: klassen.js at gmail.com (Jim Klassen) Date: Fri, 17 Apr 2026 10:57:40 -0500 Subject: [geomoose-psc] Reminder: PSC Meeting on Friday In-Reply-To: References: Message-ID: GeoPackage and PostGIS also support multiple geometry types in a table. As for creating GeoParquet, this is a decent guide: https://github.com/opengeospatial/geoparquet/blob/main/format-specs/distributing-geoparquet.md When using GDAL (3.12+) I use: |gdal vector set-geom-type \ --lco COMPRESSION=ZSTD --lco COMPRESSION_LEVEL=15 \ --lco GEOMETRY_ENCODING=GEOARROW \ --lco SORT_BY_BBOX=YES \ --multi \ parcels.shp \ parcels.parquet| gdal vector set-geom-type instead of gdal vector convert to get the --multi?option because the shapefile has multi-polygons stored in a file marked as POLYGON. I'm not 100% clear on if the GEOARROW geometries or the WKB+PARQUET_GEO_TYPES is the preferred method going forward. On 4/16/26 1:06 PM, Christopher Hughes via geomoose-psc wrote: > Hi All, > > I've added a draft agenda for our meeting tomorrow at https://github.com/geomoose/geomoose/wiki/PSC-Meeting-2026-04-17. I added GeoParquet as agenda item based on Dan's email the other day (I am interested in geoparquet - partly because I was reading that you can have multiple geometry types in a single dataset? - my initial attempts to convert shapefiles to geoparquet failed though, so I'm interested in the conversion process documentation that Eli mentioned). > > Minutes from previous meetings can be found here: > https://github.com/geomoose/geomoose/wiki/PSC-Meetings > > As with last month, we'll meet on Liberachat here: > https://web.libera.chat/?channels=#geomoose > > The Matrix/Element?FluffyChat option also works via matrix.osgeo.org ?on Matrix Channel #geomoose:osgeo.org > > Chris > > -- > Chris Hughes > > GIS Analyst > Lincoln County GIS Department > 880 NE 7th St. l Newport, OR 97365 > Tel: (541) 574 1283 > > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc -------------- next part -------------- An HTML attachment was scrubbed... URL: From tchaddad at gmail.com Fri Apr 17 10:53:35 2026 From: tchaddad at gmail.com (TC Haddad) Date: Fri, 17 Apr 2026 10:53:35 -0700 Subject: [geomoose-psc] Reminder: PSC Meeting on Friday In-Reply-To: References: Message-ID: Thanks to Chris for creating the agenda for today's meeting! I'm adding one item here as a reminder: As discussed in previous meetings, and in light of Brent's recent announcement of his retirement [1], it would be great to acknowledge the contributions of Chris Hughes and Jeff McKenna to the GeoMoose project by officially adding them to the GeoMoose PSC. So expect 2 emails in your inboxes following this one for the Motions to add Chris and Jeff, and please add your votes to the thread for each motion as soon as possible! best Tanya [1] https://lists.osgeo.org/pipermail/geomoose-psc/2026-February/001212.html On Thu, Apr 16, 2026 at 11:06?AM Christopher Hughes via geomoose-psc < geomoose-psc at lists.osgeo.org> wrote: > Hi All, > > I've added a draft agenda for our meeting tomorrow at > https://github.com/geomoose/geomoose/wiki/PSC-Meeting-2026-04-17. I added > GeoParquet as agenda item based on Dan's email the other day (I am > interested in geoparquet - partly because I was reading that you can have > multiple geometry types in a single dataset? - my initial attempts to > convert shapefiles to geoparquet failed though, so I'm interested in the > conversion process documentation that Eli mentioned). > > Minutes from previous meetings can be found here: > https://github.com/geomoose/geomoose/wiki/PSC-Meetings > > As with last month, we'll meet on Liberachat here: > https://web.libera.chat/?channels=#geomoose > > The Matrix/Element?FluffyChat option also works via matrix.osgeo.org on > Matrix Channel #geomoose:osgeo.org > > Chris > > -- > Chris Hughes > > GIS Analyst > Lincoln County GIS Department > 880 NE 7th St. l Newport, OR 97365 > Tel: (541) 574 1283 > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tchaddad at gmail.com Fri Apr 17 10:56:13 2026 From: tchaddad at gmail.com (TC Haddad) Date: Fri, 17 Apr 2026 10:56:13 -0700 Subject: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC Message-ID: Chris Hughes has been nominated to join the GeoMoose PSC! Chris has been a valuable member of the GeoMoose community for several years, providing help to users on the mailing list, contributing to bug reporting and resolution of GitHub issues, and playing a key role in the 2024 and 2025 sprint activities, including the big steps taken on making GeoMoose more accessible to users who rely on keyboard navigation. Starting with my +1, Tanya Reference: https://www.geomoose.org/rfc/rfc-1.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From tchaddad at gmail.com Fri Apr 17 10:57:37 2026 From: tchaddad at gmail.com (TC Haddad) Date: Fri, 17 Apr 2026 10:57:37 -0700 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC Message-ID: Jeff McKenna has been nominated to join the GeoMoose PSC! As a long time MapServer PSC member and maintainer of the popular MS4W, Jeff has been an invaluable connector between those communities and the GeoMoose project, providing packaging for GeoMoose MS4W users, contributing to GitHub issues/discussions, and keeping an eye on external issues that the GeoMoose PSC should be reacting to. Starting with my +1, Tanya Reference: https://www.geomoose.org/rfc/rfc-1.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From klassen.js at gmail.com Fri Apr 17 11:26:08 2026 From: klassen.js at gmail.com (Jim Klassen) Date: Fri, 17 Apr 2026 13:26:08 -0500 Subject: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC In-Reply-To: References: Message-ID: <2d874bb6-ce20-4588-b7ab-5bb7e6b1a41a@gmail.com> +1 On 4/17/26 12:56 PM, TC Haddad via geomoose-psc wrote: > > Chris Hughes has been nominated to join the GeoMoose PSC! > > Chris has been a valuable member of the GeoMoose community for several years, providing help ?to users on the mailing list, contributing to bug reporting and resolution of GitHub issues, and playing a key role in the 2024 and 2025 sprint activities, including the big steps taken on making GeoMoose more accessible to users who rely on keyboard navigation. > > Starting with my +1, > > Tanya > > Reference: > https://www.geomoose.org/rfc/rfc-1.html > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc From klassen.js at gmail.com Fri Apr 17 11:26:16 2026 From: klassen.js at gmail.com (Jim Klassen) Date: Fri, 17 Apr 2026 13:26:16 -0500 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC In-Reply-To: References: Message-ID: <1a63e0f8-9851-4f6e-9f57-5bfd98eff640@gmail.com> +1 On 4/17/26 12:57 PM, TC Haddad via geomoose-psc wrote: > > Jeff McKenna has been nominated to join the GeoMoose PSC! > > As a long time MapServer PSC member and maintainer of the popular MS4W, Jeff has been an invaluable connector between those communities and the GeoMoose project, providing packaging for GeoMoose MS4W users, contributing to GitHub issues/discussions, and keeping an eye on external issues that the GeoMoose PSC should be reacting to. > > Starting with my +1, > > Tanya > > Reference: > https://www.geomoose.org/rfc/rfc-1.html > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc From eadam at co.lincoln.or.us Fri Apr 17 14:50:38 2026 From: eadam at co.lincoln.or.us (Eli Adam) Date: Fri, 17 Apr 2026 21:50:38 +0000 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC In-Reply-To: <1a63e0f8-9851-4f6e-9f57-5bfd98eff640@gmail.com> References: <1a63e0f8-9851-4f6e-9f57-5bfd98eff640@gmail.com> Message-ID: +1 Eli ________________________________ From: geomoose-psc on behalf of Jim Klassen via geomoose-psc Sent: Friday, April 17, 2026 11:26 AM To: geomoose-psc at lists.osgeo.org Subject: Re: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC +1 On 4/17/26 12:57 PM, TC Haddad via geomoose-psc wrote: > > Jeff McKenna has been nominated to join the GeoMoose PSC! > > As a long time MapServer PSC member and maintainer of the popular MS4W, Jeff has been an invaluable connector between those communities and the GeoMoose project, providing packaging for GeoMoose MS4W users, contributing to GitHub issues/discussions, and keeping an eye on external issues that the GeoMoose PSC should be reacting to. > > Starting with my +1, > > Tanya > > Reference: > https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.geomoose.org%2frfc%2frfc%2d1.html&umid=f62b6778-3a8a-11f1-90f4-000d3a366c75&rct=1776450393&auth=dc2ed28abfc38f9dccdc580b0625a9783b471d36-9a0946b85503ce98372b58d34ac012b0bbced680 > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc _______________________________________________ geomoose-psc mailing list geomoose-psc at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geomoose-psc -------------- next part -------------- An HTML attachment was scrubbed... URL: From eadam at co.lincoln.or.us Fri Apr 17 14:51:07 2026 From: eadam at co.lincoln.or.us (Eli Adam) Date: Fri, 17 Apr 2026 21:51:07 +0000 Subject: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC In-Reply-To: <2d874bb6-ce20-4588-b7ab-5bb7e6b1a41a@gmail.com> References: <2d874bb6-ce20-4588-b7ab-5bb7e6b1a41a@gmail.com> Message-ID: +1 Eli ________________________________ From: geomoose-psc on behalf of Jim Klassen via geomoose-psc Sent: Friday, April 17, 2026 11:26 AM To: geomoose-psc at lists.osgeo.org Subject: Re: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC +1 On 4/17/26 12:56 PM, TC Haddad via geomoose-psc wrote: > > Chris Hughes has been nominated to join the GeoMoose PSC! > > Chris has been a valuable member of the GeoMoose community for several years, providing help to users on the mailing list, contributing to bug reporting and resolution of GitHub issues, and playing a key role in the 2024 and 2025 sprint activities, including the big steps taken on making GeoMoose more accessible to users who rely on keyboard navigation. > > Starting with my +1, > > Tanya > > Reference: > https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.geomoose.org%2frfc%2frfc%2d1.html&umid=ebbeee36-3a8a-11f1-90f5-6045bd06b7a6&rct=1776450379&auth=dc2ed28abfc38f9dccdc580b0625a9783b471d36-8142eed5579d668b7e691afe8aee51791fa6611f > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc _______________________________________________ geomoose-psc mailing list geomoose-psc at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geomoose-psc -------------- next part -------------- An HTML attachment was scrubbed... URL: From bfischer at houstoneng.com Fri Apr 17 14:59:20 2026 From: bfischer at houstoneng.com (Brian Fischer) Date: Fri, 17 Apr 2026 21:59:20 +0000 Subject: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC In-Reply-To: References: <2d874bb6-ce20-4588-b7ab-5bb7e6b1a41a@gmail.com> Message-ID: +1 Brian Fischer Project Director | Geospatial Technology | Vice President O 763.493.4522 | D 763.493.6664 | C 763.229.2734 [cid:email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png] This message shall not be construed as official project information or direction except as expressly provided in the contract documents. This entire message (including all forwards and replies) and any attachments are for the sole use of the intended recipient(s) and may contain proprietary, confidential, trade secret, work-product, attorney-client or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ________________________________ From: geomoose-psc on behalf of Eli Adam via geomoose-psc Sent: Friday, April 17, 2026 4:51 PM To: geomoose-psc at lists.osgeo.org ; Jim Klassen Subject: Re: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC +1 Eli ________________________________ From: geomoose-psc on behalf of Jim Klassen via geomoose-psc Sent: Friday, April 17, 2026 11:26 AM To: geomoose-psc at lists.osgeo.org Subject: Re: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC +1 On 4/17/26 12:56 PM, TC Haddad via geomoose-psc wrote: > > Chris Hughes has been nominated to join the GeoMoose PSC! > > Chris has been a valuable member of the GeoMoose community for several years, providing help to users on the mailing list, contributing to bug reporting and resolution of GitHub issues, and playing a key role in the 2024 and 2025 sprint activities, including the big steps taken on making GeoMoose more accessible to users who rely on keyboard navigation. > > Starting with my +1, > > Tanya > > Reference: > https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.geomoose.org%2frfc%2frfc%2d1.html&umid=ebbeee36-3a8a-11f1-90f5-6045bd06b7a6&rct=1776450379&auth=dc2ed28abfc38f9dccdc580b0625a9783b471d36-8142eed5579d668b7e691afe8aee51791fa6611f > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc _______________________________________________ geomoose-psc mailing list geomoose-psc at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geomoose-psc -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png Type: image/png Size: 3550 bytes Desc: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png URL: From bfischer at houstoneng.com Fri Apr 17 14:59:32 2026 From: bfischer at houstoneng.com (Brian Fischer) Date: Fri, 17 Apr 2026 21:59:32 +0000 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC In-Reply-To: References: <1a63e0f8-9851-4f6e-9f57-5bfd98eff640@gmail.com> Message-ID: +1 Brian Fischer Project Director | Geospatial Technology | Vice President O 763.493.4522 | D 763.493.6664 | C 763.229.2734 [cid:email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png] This message shall not be construed as official project information or direction except as expressly provided in the contract documents. This entire message (including all forwards and replies) and any attachments are for the sole use of the intended recipient(s) and may contain proprietary, confidential, trade secret, work-product, attorney-client or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ________________________________ From: geomoose-psc on behalf of Eli Adam via geomoose-psc Sent: Friday, April 17, 2026 4:50 PM To: geomoose-psc at lists.osgeo.org ; Jim Klassen Subject: Re: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC +1 Eli ________________________________ From: geomoose-psc on behalf of Jim Klassen via geomoose-psc Sent: Friday, April 17, 2026 11:26 AM To: geomoose-psc at lists.osgeo.org Subject: Re: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC +1 On 4/17/26 12:57 PM, TC Haddad via geomoose-psc wrote: > > Jeff McKenna has been nominated to join the GeoMoose PSC! > > As a long time MapServer PSC member and maintainer of the popular MS4W, Jeff has been an invaluable connector between those communities and the GeoMoose project, providing packaging for GeoMoose MS4W users, contributing to GitHub issues/discussions, and keeping an eye on external issues that the GeoMoose PSC should be reacting to. > > Starting with my +1, > > Tanya > > Reference: > https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.geomoose.org%2frfc%2frfc%2d1.html&umid=f62b6778-3a8a-11f1-90f4-000d3a366c75&rct=1776450393&auth=dc2ed28abfc38f9dccdc580b0625a9783b471d36-9a0946b85503ce98372b58d34ac012b0bbced680 > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc _______________________________________________ geomoose-psc mailing list geomoose-psc at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geomoose-psc -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png Type: image/png Size: 3550 bytes Desc: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png URL: From bfischer at houstoneng.com Fri Apr 17 15:05:00 2026 From: bfischer at houstoneng.com (Brian Fischer) Date: Fri, 17 Apr 2026 22:05:00 +0000 Subject: [geomoose-psc] Stepping down from GeoMoose PSC References: Message-ID: Good Afternoon Friends, With the addition of two new PSC members, I think this is a good time for me to step down from the PSC and make room for others to join. I haven't had opportunities to be involved in the past couple of years and for that reason will step down. As always, I'm still reachable at the same email address. Regards, Brian Brian Fischer Project Director | Geospatial Technology | Vice President O 763.493.4522 | D 763.493.6664 | C 763.229.2734 [cid:email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png] This message shall not be construed as official project information or direction except as expressly provided in the contract documents. This entire message (including all forwards and replies) and any attachments are for the sole use of the intended recipient(s) and may contain proprietary, confidential, trade secret, work-product, attorney-client or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png Type: image/png Size: 3550 bytes Desc: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png URL: From bbasques at sharedgeo.org Fri Apr 17 15:21:08 2026 From: bbasques at sharedgeo.org (Bob Basques) Date: Fri, 17 Apr 2026 17:21:08 -0500 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC In-Reply-To: References: Message-ID: +1 Bob Basques bbasques at sharedgeo.org 612.598.9210 ? You can book an appointment here . . . On Fri, Apr 17, 2026, 12:57 PM TC Haddad via geomoose-psc < geomoose-psc at lists.osgeo.org> wrote: > > Jeff McKenna has been nominated to join the GeoMoose PSC! > > As a long time MapServer PSC member and maintainer of the popular MS4W, > Jeff has been an invaluable connector between those communities and the > GeoMoose project, providing packaging for GeoMoose MS4W users, contributing > to GitHub issues/discussions, and keeping an eye on external issues that > the GeoMoose PSC should be reacting to. > > Starting with my +1, > > Tanya > > Reference: > https://www.geomoose.org/rfc/rfc-1.html > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eadam at co.lincoln.or.us Fri Apr 17 15:40:43 2026 From: eadam at co.lincoln.or.us (Eli Adam) Date: Fri, 17 Apr 2026 22:40:43 +0000 Subject: [geomoose-psc] Stepping down from GeoMoose PSC In-Reply-To: References: Message-ID: Hi Brian, Thanks for the years of active involvement (earlier). You helped bring GeoMoose to what it is today. I hope that your current projects are fun. Likewise, you know where to find me or GeoMoose (should your work or interests turn that way again). Best regards, Eli ________________________________ From: geomoose-psc on behalf of Brian Fischer via geomoose-psc Sent: Friday, April 17, 2026 3:05 PM To: geomoose-psc at lists.osgeo.org Subject: [geomoose-psc] Stepping down from GeoMoose PSC Good Afternoon Friends, With the addition of two new PSC members, I think this is a good time for me to step down from the PSC and make room for others to join. I haven't had opportunities to be involved in the past couple of years and for that reason will step down. As always, I'm still reachable at the same email address. Regards, Brian Brian Fischer Project Director | Geospatial Technology | Vice President O 763.493.4522 | D 763.493.6664 | C 763.229.2734 [cid:email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png] This message shall not be construed as official project information or direction except as expressly provided in the contract documents. This entire message (including all forwards and replies) and any attachments are for the sole use of the intended recipient(s) and may contain proprietary, confidential, trade secret, work-product, attorney-client or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png Type: image/png Size: 3550 bytes Desc: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png URL: From bbasques at sharedgeo.org Fri Apr 17 18:12:46 2026 From: bbasques at sharedgeo.org (Bob Basques) Date: Fri, 17 Apr 2026 20:12:46 -0500 Subject: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC In-Reply-To: References: <2d874bb6-ce20-4588-b7ab-5bb7e6b1a41a@gmail.com> Message-ID: +1 On Fri, Apr 17, 2026 at 4:51?PM Eli Adam via geomoose-psc < geomoose-psc at lists.osgeo.org> wrote: > +1 > > Eli > ------------------------------ > *From:* geomoose-psc on behalf of > Jim Klassen via geomoose-psc > *Sent:* Friday, April 17, 2026 11:26 AM > *To:* geomoose-psc at lists.osgeo.org > *Subject:* Re: [geomoose-psc] Motion: Approve addition of Chris Hughes to > GeoMoose PSC > > +1 > > On 4/17/26 12:56 PM, TC Haddad via geomoose-psc wrote: > > > > Chris Hughes has been nominated to join the GeoMoose PSC! > > > > Chris has been a valuable member of the GeoMoose community for several > years, providing help to users on the mailing list, contributing to bug > reporting and resolution of GitHub issues, and playing a key role in the > 2024 and 2025 sprint activities, including the big steps taken on making > GeoMoose more accessible to users who rely on keyboard navigation. > > > > Starting with my +1, > > > > Tanya > > > > Reference: > > > https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.geomoose.org%2frfc%2frfc%2d1.html&umid=ebbeee36-3a8a-11f1-90f5-6045bd06b7a6&rct=1776450379&auth=dc2ed28abfc38f9dccdc580b0625a9783b471d36-8142eed5579d668b7e691afe8aee51791fa6611f > > > > _______________________________________________ > > geomoose-psc mailing list > > geomoose-psc at lists.osgeo.org > > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > -- Bob Basques bbasques at sharedgeo.org 612.598.9210 ? You can book an appointment here . . . -------------- next part -------------- An HTML attachment was scrubbed... URL: From klassen.js at gmail.com Fri Apr 17 18:24:37 2026 From: klassen.js at gmail.com (Jim Klassen) Date: Fri, 17 Apr 2026 20:24:37 -0500 Subject: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC In-Reply-To: References: <2d874bb6-ce20-4588-b7ab-5bb7e6b1a41a@gmail.com> Message-ID: <5986a546-0faf-48d4-ad6f-466829ffb0a8@gmail.com> Welcome to the PSC Chris! Motion passes with +1 from all current PSC members. On 4/17/26 8:12 PM, Bob Basques wrote: > +1 > > On Fri, Apr 17, 2026 at 4:51?PM Eli Adam via geomoose-psc wrote: > > +1 > > Eli > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > *From:* geomoose-psc on behalf of Jim Klassen via geomoose-psc > *Sent:* Friday, April 17, 2026 11:26 AM > *To:* geomoose-psc at lists.osgeo.org > *Subject:* Re: [geomoose-psc] Motion: Approve addition of Chris Hughes to GeoMoose PSC > +1 > > On 4/17/26 12:56 PM, TC Haddad via geomoose-psc wrote: > > > > Chris Hughes has been nominated to join the GeoMoose PSC! > > > > Chris has been a valuable member of the GeoMoose community for several years, providing help ?to users on the mailing list, contributing to bug reporting and resolution of GitHub issues, and playing a key role in the 2024 and 2025 sprint activities, including the big steps taken on making GeoMoose more accessible to users who rely on keyboard navigation. > > > > Starting with my +1, > > > > Tanya > > > > Reference: > > https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.geomoose.org%2frfc%2frfc%2d1.html&umid=ebbeee36-3a8a-11f1-90f5-6045bd06b7a6&rct=1776450379&auth=dc2ed28abfc38f9dccdc580b0625a9783b471d36-8142eed5579d668b7e691afe8aee51791fa6611f > > > > _______________________________________________ > > geomoose-psc mailing list > > geomoose-psc at lists.osgeo.org > > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > > > > -- > Bob Basques > bbasques at sharedgeo.org > 612.598.9210 > > ? > > You can book an appointment here . . . > -------------- next part -------------- An HTML attachment was scrubbed... URL: From klassen.js at gmail.com Fri Apr 17 18:25:01 2026 From: klassen.js at gmail.com (Jim Klassen) Date: Fri, 17 Apr 2026 20:25:01 -0500 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC In-Reply-To: References: Message-ID: Welcome to the PSC Jeff! Motion passes with +1 from all current PSC members. On 4/17/26 5:21 PM, Bob Basques via geomoose-psc wrote: > +1 > > Bob Basques > bbasques at sharedgeo.org > 612.598.9210 > > ? > > You can book an appointment here . . . > > > On Fri, Apr 17, 2026, 12:57 PM TC Haddad via geomoose-psc wrote: > > > Jeff McKenna has been nominated to join the GeoMoose PSC! > > As a long time MapServer PSC member and maintainer of the popular MS4W, Jeff has been an invaluable connector between those communities and the GeoMoose project, providing packaging for GeoMoose MS4W users, contributing to GitHub issues/discussions, and keeping an eye on external issues that the GeoMoose PSC should be reacting to. > > Starting with my +1, > > Tanya > > Reference: > https://www.geomoose.org/rfc/rfc-1.html > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc -------------- next part -------------- An HTML attachment was scrubbed... URL: From klassen.js at gmail.com Fri Apr 17 18:27:19 2026 From: klassen.js at gmail.com (Jim Klassen) Date: Fri, 17 Apr 2026 20:27:19 -0500 Subject: [geomoose-psc] Stepping down from GeoMoose PSC In-Reply-To: References: Message-ID: Brian, Thank you for your work getting GeoMoose off the ground and acting as PSC chair. Jim On 4/17/26 5:40 PM, Eli Adam via geomoose-psc wrote: > Hi Brian, > > Thanks for the years of active involvement (earlier).? You helped bring GeoMoose to what it is today. > > I hope that your current projects are fun.? Likewise, you know where to find me or GeoMoose (should your work or interests turn that way again). > > Best regards, Eli > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > *From:* geomoose-psc on behalf of Brian Fischer via geomoose-psc > *Sent:* Friday, April 17, 2026 3:05 PM > *To:* geomoose-psc at lists.osgeo.org > *Subject:* [geomoose-psc] Stepping down from GeoMoose PSC > Good Afternoon Friends, > > With the addition of two new PSC members, I think this is a good time for me to step down from the PSC and make room for others to join.? I haven't had opportunities to be involved in the past couple of years and for that reason will step down. > > As always, I'm still reachable at the same email address. > > Regards, > Brian > > > > **Brian Fischer * > *Project Director | Geospatial Technology | Vice President > *O*763.493.4522 | *D*763.493.6664 | *C *763.229.2734 > > This message shall not be construed as official project information or direction except as expressly provided in the contract documents. This entire message (including all forwards and replies) and any attachments are for the sole use of the intended recipient(s) and may contain proprietary, confidential, trade secret, work-product, attorney-client or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. > > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png Type: image/png Size: 3550 bytes Desc: not available URL: From jmckenna at gatewaygeomatics.com Sat Apr 18 02:47:53 2026 From: jmckenna at gatewaygeomatics.com (Jeff McKenna) Date: Sat, 18 Apr 2026 06:47:53 -0300 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC In-Reply-To: References: Message-ID: <2b572739-f3ea-417b-8e2d-00f1eff90ae7@gatewaygeomatics.com> Thanks everyone!!! -jeff On 2026-04-17 10:25 p.m., Jim Klassen via geomoose-psc wrote: > Welcome to the PSC Jeff! > > Motion passes with +1 from all current PSC members. > > On 4/17/26 5:21 PM, Bob Basques via geomoose-psc wrote: >> +1 >> >> Bob Basques >> bbasques at sharedgeo.org >> 612.598.9210 >> >> ? >> >> You can book an appointment here . . . > fZXkerwEZEyudL2a8> >> >> >> On Fri, Apr 17, 2026, 12:57 PM TC Haddad via geomoose-psc > psc at lists.osgeo.org> wrote: >> >> >> Jeff McKenna has been nominated to join the GeoMoose PSC! >> >> As a long time MapServer PSC member and maintainer of the popular >> MS4W, Jeff has been an invaluable connector between those >> communities and the GeoMoose project, providing packaging for >> GeoMoose MS4W users, contributing to GitHub issues/discussions, >> and keeping an eye on external issues that the GeoMoose PSC should >> be reacting to. >> >> Starting with my +1, >> >> Tanya >> >> Reference: >> https://www.geomoose.org/rfc/rfc-1.html >> _______________________________________________ >> geomoose-psc mailing list >> geomoose-psc at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/geomoose-psc >> >> >> _______________________________________________ >> geomoose-psc mailing list >> geomoose-psc at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/geomoose-psc > > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev co-founder of FOSS4G http://gatewaygeo.com/ From eadam at co.lincoln.or.us Sat Apr 18 06:48:59 2026 From: eadam at co.lincoln.or.us (Eli Adam) Date: Sat, 18 Apr 2026 13:48:59 +0000 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC In-Reply-To: References: Message-ID: Just being a stickler for process here. Our decision process requires votes to be on the list for two business days. https://geomoose.org/rfc/rfc-1.html That could potentially be shortened by a unanimous vote. I suspect there is a unanimous vote in Jim?s inbox, however, I only count votes that make it to the list archives, https://lists.osgeo.org/pipermail/geomoose-psc/2026-April/thread.html. Indeed, my email client tried sabotaging me into replying only to Jim as well. (This could be another topic, looking at list config defaults.) I?m also excited to welcome Jeff and Chris to the PSC and I?ll consider Jim?s declaration of a successful vote valid on Tuesday at 10:57:37 PDT 2026. I do appreciate Jim?s dedication to the process of clearly declaring a result of motions. Best regards, Eli Sent from mobile with limited functionality (but apparently full stickler for process). ________________________________ From: geomoose-psc on behalf of Jim Klassen via geomoose-psc Sent: Friday, April 17, 2026 6:25:01 PM To: geomoose-psc at lists.osgeo.org Subject: Re: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC Welcome to the PSC Jeff! Motion passes with +1 from all current PSC members. On 4/17/26 5:21 PM, Bob Basques via geomoose-psc wrote: +1 Bob Basques bbasques at sharedgeo.org 612.598.9210 ? You can book an appointment here . . . On Fri, Apr 17, 2026, 12:57 PM TC Haddad via geomoose-psc > wrote: Jeff McKenna has been nominated to join the GeoMoose PSC! As a long time MapServer PSC member and maintainer of the popular MS4W, Jeff has been an invaluable connector between those communities and the GeoMoose project, providing packaging for GeoMoose MS4W users, contributing to GitHub issues/discussions, and keeping an eye on external issues that the GeoMoose PSC should be reacting to. Starting with my +1, Tanya Reference: https://www.geomoose.org/rfc/rfc-1.html _______________________________________________ geomoose-psc mailing list geomoose-psc at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geomoose-psc _______________________________________________ geomoose-psc mailing list geomoose-psc at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geomoose-psc -------------- next part -------------- An HTML attachment was scrubbed... URL: From theduckylittle at gmail.com Mon Apr 20 06:36:53 2026 From: theduckylittle at gmail.com (Dan Little) Date: Mon, 20 Apr 2026 08:36:53 -0500 Subject: [geomoose-psc] Stepping down from GeoMoose PSC In-Reply-To: References: Message-ID: So many great early day memories! Especially of that OG HEI office! Many thanks for all the time and funding put into the project, couldn't have happened without you!!! On Fri, Apr 17, 2026 at 8:27?PM Jim Klassen via geomoose-psc < geomoose-psc at lists.osgeo.org> wrote: > Brian, > > Thank you for your work getting GeoMoose off the ground and acting as PSC > chair. > > Jim > > On 4/17/26 5:40 PM, Eli Adam via geomoose-psc wrote: > > Hi Brian, > > Thanks for the years of active involvement (earlier). You helped bring > GeoMoose to what it is today. > > I hope that your current projects are fun. Likewise, you know where to > find me or GeoMoose (should your work or interests turn that way again). > > Best regards, Eli > ------------------------------ > *From:* geomoose-psc > on behalf of Brian Fischer via > geomoose-psc > *Sent:* Friday, April 17, 2026 3:05 PM > *To:* geomoose-psc at lists.osgeo.org > > *Subject:* [geomoose-psc] Stepping down from GeoMoose PSC > > Good Afternoon Friends, > > With the addition of two new PSC members, I think this is a good time for > me to step down from the PSC and make room for others to join. I haven't > had opportunities to be involved in the past couple of years and for that > reason will step down. > > As always, I'm still reachable at the same email address. > > Regards, > Brian > > > > > *Brian Fischer *Project Director | Geospatial Technology | Vice President > *O* 763.493.4522 | *D* 763.493.6664 | *C *763.229.2734 > > This message shall not be construed as official project information or > direction except as expressly provided in the contract documents. This > entire message (including all forwards and replies) and any attachments are > for the sole use of the intended recipient(s) and may contain proprietary, > confidential, trade secret, work-product, attorney-client or privileged > information. Any unauthorized review, use, disclosure or distribution is > prohibited and may be a violation of law. If you are not the intended > recipient, please contact the sender by reply email and destroy all copies > of the original message. > > > > > > > > _______________________________________________ > geomoose-psc mailing listgeomoose-psc at lists.osgeo.orghttps://lists.osgeo.org/mailman/listinfo/geomoose-psc > > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: email-signature-smaller-use_bde80e85-ebb1-4047-8f05-8f8e19d827ba.png Type: image/png Size: 3550 bytes Desc: not available URL: From theduckylittle at gmail.com Mon Apr 20 12:46:15 2026 From: theduckylittle at gmail.com (Dan Little) Date: Mon, 20 Apr 2026 14:46:15 -0500 Subject: [geomoose-psc] Motion: Approve addition of Jeff McKenna to GeoMoose PSC In-Reply-To: References: Message-ID: I +1?d both but messed up sending to Jim and not the list. On Sat, Apr 18, 2026 at 08:49 Eli Adam via geomoose-psc < geomoose-psc at lists.osgeo.org> wrote: > Just being a stickler for process here. Our decision process requires > votes to be on the list for two business days. > https://geomoose.org/rfc/rfc-1.html > > > That could potentially be shortened by a unanimous vote. I suspect there > is a unanimous vote in Jim?s inbox, however, I only count votes that make > it to the list archives, > https://lists.osgeo.org/pipermail/geomoose-psc/2026-April/thread.html. Indeed, > my email client tried sabotaging me into replying only to Jim as > well. (This could be another topic, looking at list config defaults.) > > > I?m also excited to welcome Jeff and Chris to the PSC and I?ll consider > Jim?s declaration of a successful vote valid on Tuesday at 10:57:37 PDT > 2026. I do appreciate Jim?s dedication to the process of clearly declaring > a result of motions. > > Best regards, Eli > > > Sent from mobile with limited functionality (but apparently full stickler > for process). > > > > ------------------------------ > *From:* geomoose-psc on behalf of > Jim Klassen via geomoose-psc > *Sent:* Friday, April 17, 2026 6:25:01 PM > > *To:* geomoose-psc at lists.osgeo.org > *Subject:* Re: [geomoose-psc] Motion: Approve addition of Jeff McKenna to > GeoMoose PSC > > Welcome to the PSC Jeff! > > Motion passes with +1 from all current PSC members. > > On 4/17/26 5:21 PM, Bob Basques via geomoose-psc wrote: > > +1 > > Bob Basques > bbasques at sharedgeo.org > 612.598.9210 > > ? > You can book an appointment here . . . > > > > On Fri, Apr 17, 2026, 12:57 PM TC Haddad via geomoose-psc < > geomoose-psc at lists.osgeo.org> wrote: > > > Jeff McKenna has been nominated to join the GeoMoose PSC! > > As a long time MapServer PSC member and maintainer of the popular MS4W, > Jeff has been an invaluable connector between those communities and the > GeoMoose project, providing packaging for GeoMoose MS4W users, contributing > to GitHub issues/discussions, and keeping an eye on external issues that > the GeoMoose PSC should be reacting to. > > Starting with my +1, > > Tanya > > Reference: > https://www.geomoose.org/rfc/rfc-1.html > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > > > _______________________________________________ > geomoose-psc mailing listgeomoose-psc at lists.osgeo.orghttps://lists.osgeo.org/mailman/listinfo/geomoose-psc > > > _______________________________________________ > geomoose-psc mailing list > geomoose-psc at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/geomoose-psc > -------------- next part -------------- An HTML attachment was scrubbed... URL: