tedsteiner / OpenStreetMap.jl

Julia OpenStreetMap Package
Other
52 stars 18 forks source link

Add HDF5 map data export #22

Closed tedsteiner closed 10 years ago

tedsteiner commented 10 years ago

This will allow large maps to be parsed once and then reloaded as .jld files, taking up less system memory for large maps.

tedsteiner commented 10 years ago

Probably is better to instead put simple instructions into the documentation rather than adding another dependency.

tedsteiner commented 10 years ago

This seems to be about as slow as just reading the data from a file. Saving the data is straightforward, so I'm just going to skip this.