Skip to content

Commit

Permalink
update link to script
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Aug 21, 2023
1 parent c3176b0 commit 901477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/plotting_functions/datashader.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ end
#### 2.7 billion OSM GPS points

Download the data from [OSM GPS points](https://planet.osm.org/gps/simple-gps-points-120604.csv.xz)
and use the [updated script](https://gist.github.com/SimonDanisch/c5a92afe63476343e5b6b45be84774b7#file-fast-csv-parse-jl) from [drawing-2-7-billion-points-in-10s](https://medium.com/hackernoon/drawing-2-7-billion-points-in-10s-ecc8c85ca8fa) to convert the CSV to a binary blob that we can memory map.
and use the [updated script](https://gist.github.com/SimonDanisch/69788fce47c13020d9ae9dbe08546f89#file-datashader-2-7-billion-points-jl) from [drawing-2-7-billion-points-in-10s](https://medium.com/hackernoon/drawing-2-7-billion-points-in-10s-ecc8c85ca8fa) to convert the CSV to a binary blob that we can memory map.

```julia
using GLMakie, Mmap
Expand Down

0 comments on commit 901477c

Please sign in to comment.