Live data from Hacker News

JupyterGIS breaks through to the next level

eo4society.esa.int

1–10 of 32 posts

Re: JupyterGIS breaks through to the next level

#5

Question from the ignorant, how does this relate to OpenStreetMap?

This seems to be a Python based Jupiter notebook (style?) thing for collaboratively working with GIS data/visualizations.

OpenStreetMap is a project to "map the world". In the end, OpenStreetMap provides data (and map tiles) for other things to use.

Going out on a limb (since I haven't used it) but JupyterGIS can probably make use of OSM data, along with other data sources.

Re: JupyterGIS breaks through to the next level

#7

Question from the ignorant, how does this relate to OpenStreetMap?

JGIS builds on OpenStreetMap and other open geospatial data sources as basemaps or overlays. JupyterGIS itself is a Jupyter-based interface for working with GIS data—so you can visualize, query, and process OSM or any other data directly from notebooks alongside Python tools like GeoPandas.

Re: JupyterGIS breaks through to the next level

#9

Question from the ignorant, how does this relate to OpenStreetMap?

Openstreetmap is not mentioned anywhere in the JupyterGIS repo [1]. As is mentioned OSM data can be used anywhere.

[1] https://github.com/search?q=repo%253Ageojupyter%252Fjupyterg...

Re: JupyterGIS breaks through to the next level

#10
> 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?)

Post reply on HN