examples icon indicating copy to clipboard operation
examples copied to clipboard

[WIP] Update Open Street Map examples to use spatialpandas

Open jonmmease opened this issue 5 years ago • 2 comments

WIP PR to update the Open Street Map examples (1 billion and 3 billion) to use spatialpandas rather than the legacy datashader.spatial module:

TODO:

  • [ ] Upload the two new parquet datasets to the datashader-data s3 bucket. @jlstevens can you give me access? Note, I'm planning to give the new files a different name so that the old examples tutorial will still work. (New names osm-1b.parq and osm-3b.parq.)
  • [ ] DaskGeoDataFrame support in HoloViews is still needed to make the interactive HoloViews examples work. See https://github.com/holoviz/holoviews/issues/4234.
  • [ ] Update census example as well: https://examples.pyviz.org/census/census.html.

jonmmease avatar Feb 21 '20 23:02 jonmmease

Thanks; I've requested S3 access for you. For the new names, I suggest osm-1b.parq and osm-3b.parq. What about the Census dataset?

jbednar avatar Feb 21 '20 23:02 jbednar

For the new names, I suggest osm-1b.parq and osm-3b.parq.

Sounds good

What about the Census dataset?

Ah, right. I forgot that one had a datashader.spatial dataset. I added another TODO above.

jonmmease avatar Feb 21 '20 23:02 jonmmease

It looks like part of the changes made in this PR were also made in this mega PR, hence the conflicts. It seems though that some more changes were planned in this PR, they'll need a closer look.

Pinging @ianthomas23 as this example (OSM 1B and OSM 3B) use datashader and spatialpandas, looking at them you may have ideas for potential improvements.

maximlt avatar Jan 09 '23 18:01 maximlt

Closing to clean up my PR history, but feel free to re-open if someone wants to pick this up again.

jonmmease avatar Sep 06 '23 15:09 jonmmease