[julia-users] Re: Maps in Julia?

2016-09-21 Thread Yeesian Ng
It is based on slow work-in-progress, but I have slides (and notebook ) for a talk I'm giving later today on geospatial processing in julia. They give some

[julia-users] Re: Parsing large XML files

2016-01-05 Thread Yeesian Ng
You can have a look at https://github.com/tedsteiner/OpenStreetMap.jl/blob/master/src/parseMap.jl#L208-L217 for an example. Hope it helps! On Tuesday, 5 January 2016 11:54:37 UTC-5, Brandon Booth wrote: > > I considered that, but the xp_streaming_parsefile function is undefined > and I

[julia-users] Re: RasterIO.jl

2015-09-02 Thread Yeesian Ng
Hey Marcio, There is a JuliaGeo organization , and we'll be happy to have you help out! >From what I see, the data field of the Raster object loads the raster to memory, rather than keeping a reference to the values. This is up for debate

[julia-users] Re: RasterIO.jl

2015-09-02 Thread Yeesian Ng
I have opened a thread for discussion regarding broader changes/involvement in the JuliaGeo organization: https://groups.google.com/d/msg/julia-geo/yfkJwtMG4fM/SrzqyaviAQAJ For discussions specific to RasterIO.jl (renaming, reference-versus-copy), I suggest opening an issue over at