GeoJupyter community meeting (2026-07-14)¶
Please add new agenda items under the New agenda items heading!
GeoJupyter handy links:
Attendees¶
Your name / GitHub ID / affiliation
Benjamin Szeghy /
@benjaminszeghy/ Schmidt DSEMatt Fisher /
@mfisher87/ Schmidt DSEGreg Mooney /
@gjmooney/ QuantStack
New agenda items¶
Greg - Attributees / Properties naming decision & PR geojupyter
/jupytergis #1616 Discussion: geojupyter
/jupytergis #1589 We decided “Attributes”!
Already encoded in glossary: https://
jupytergis .readthedocs .io /en /latest /about /glossary .html #term -Attribute TODO: Matt close issue
Matt - (WIP) Adding Python type checking! geojupyter
/jupytergis #1617 Matt - Fixing up type names: geojupyter
/jupytergis #1622 Benny - ask Greg how he feels about adding a “traverse mode” or gps-based entry for his data drawing tool (I can work on this)
In mainview, there’s a drawend event to finish draw mode, this is what adds a feature to a layer.
Right now, you need to manually create an empty GeoJSON layer. We think you can only draw on either empty GeoJSON layers or GeoJSON layers with only features with the “fromDrawTool” attribute on them.
This UX could use a little work; create a layer for you or let you choose a compatible layer?
Benny - I ran into hard-coded CRS (web mercatur) in the code. Something for converting lat/lon <-> x/y. Is fixing this something we want to tackle?
TODO: Open an issue!
Benny: Hardcoding
Matt: Change projection in GUI (geojupyter
/jupytergis #1626)