JupyterGIS breaks through to the next level
21–30 of 32 posts
Re: JupyterGIS breaks through to the next level
#22There's something wrong with the scrolling on this page, like something "puts the brakes on" (Chrome, macOS)
Turning off javascript seems to fix it though.
Re: JupyterGIS breaks through to the next level
#23I do yearn for a day though when we're using something like Marimo over Jupyter as a default for these kinds of things. Particularly in GIS where there's more utility in being able to use a notebook-like interface for an executable routine (rather than an analysis or experiment, which is (and should probably remain) the primary use case for Jupyter).
Re: JupyterGIS breaks through to the next level
#24> Collaborative GIS Environment: Work together on geographic data projects in real-time. What does this mean? How is it collaborative in real-time? (I don't even know how Jupyter is collaborative... as in, several people can open a Jupyter Notebook and make changes simultaneously, and things don't break for either of them?)
I guess things might get nasty when you try to _run_ simultaneously, unless they actually have implemented a CRDT for the whole notebook state (it would still be nasty from a usability POV, but at least it would be consistent). Just writing on the notebook would work just as any other collaborative editor out there, I expect.
Re: JupyterGIS breaks through to the next level
#25> Available tools include:
> Buffer, Convex Hull, Dissolve, Bounding Boxes, Centroid, Concave Hull
Why would they want to calculate these from WASM in the browser instead of calling out to the Python kernel?
Re: JupyterGIS breaks through to the next level
#26> One of the most significant updates is a new browser-based processing toolbox powered by a WebAssembly (WASM) build of the Geospatial Data Abstraction Library (GDAL). > Available tools include: > Buffer, Convex Hull, Dissolve, Bounding Boxes, Centroid, Concave Hull Why would they want to calculate these from WASM in the browser instead of calling out to the Python kernel?
Re: JupyterGIS breaks through to the next level
#27Re: JupyterGIS breaks through to the next level
#28I don't see any advantage working on JupyterGIS over working in QGIS.
(but you can always just use proj/GDAL at the import/export layer...)
Re: JupyterGIS breaks through to the next level
#29There's something wrong with the scrolling on this page, like something "puts the brakes on" (Chrome, macOS)