🙏 Our apologies, there’s no time for introductions!
We’re excited for you to join us, but this meeting is short and task-focused. Please attend core community meetings (see GeoJupyter calendar) to meet the team and add your own agenda items, and/or introduce yourself on Zulip!
JupyterGIS sync meeting (2025-06-17)¶
Please add new agenda items under the New agenda items heading!
Attendees¶
Your name / GitHub ID / affiliation
Matt Fisher / @mfisher / Schmidt DSE
Martin Renou / @martinRenou / QuantStack
Greg Mooney / @gjmooney / QuantStack
Name / GitHub ID / affiliation
Agenda¶
Review our project board
What items should be added?
Are there stale items that are no longer urgent?
Are there things we can change about the project board to make it more useful? Add more information? Remove steps?
Please add more items if you have them!
Status reports¶
Processing refactor: geojupyter
/jupytergis #758 Do we want to include the data which drives generating the processing code in the JSONSchema? Matt: Doesn’t feel right to combine these responsibilities in one place.
If we extract to TypeScript, how to dynamically generate types, e.g. the various processingIds? If each file has a ProcessingID variable, how do we union those?
What about separating the data part of the schemas into separate JSON files that are checked by a schema? Validate at build-time.