There's binaries available of the 0.3 prerelease.
On Mon, Aug 4, 2014 at 4:58 PM, Frederico Novaes <[email protected]> wrote: > So far I've been using the one that comes with Julia Studio, which is 0.2.0, > and the available compiled version, 0.2.1. I guess I'll have to (try to) > compile the more recent versions. > > On Monday, August 4, 2014 5:46:40 PM UTC-3, Keno Fischer wrote: >> >> What version of julia do you have? read! may have been introduced >> recently. >> >> On Mon, Aug 4, 2014 at 4:41 PM, Frederico Novaes >> <[email protected]> wrote: >> > Thanks Keno. >> > >> > I am getting the following error when reading a .shp file: >> > >> > read! not defined >> > at In[18]:3 >> > in read at C:\"INSTALLDIR"\.julia\Shapefile\src\Shapefile.jl:95 >> > in read at io.jl:389 >> > >> > As indicated, there is a call to the read! function at line 95 of >> > Shapefile.jl, I could not find the read! function. Should I import some >> > other pkg or something else ? >> > >> > >> > >> > On Friday, July 25, 2014 11:49:56 AM UTC-3, Keno Fischer wrote: >> >> >> >> Here's two usage examples that might get you started: >> >> >> >> >> >> http://nbviewer.ipython.org/github/jiahao/ijulia-notebooks/blob/master/2014-06-30-world-of-julia.ipynb >> >> >> >> >> >> http://nbviewer.ipython.org/github/JuliaX/iap2014/blob/master/GeoData.ipynb >> >> >> >> To install the ShapeFile package, you can just do Pkg.add("ShapeFile") >> >> >> >> On Fri, Jul 25, 2014 at 10:04 AM, Frederico Novaes >> >> <[email protected]> wrote: >> >> > Hi, >> >> > >> >> > Anyone can give some help, like example code, on loading/manipulating >> >> > and >> >> > possibly plotting shapefiles ? I know there is the Shapefile module, >> >> > but >> >> > since I'm new to Julia, I don't know yet how to find out how to use >> >> > it >> >> > just >> >> > by loading or looking at the code. >> >> > >> >> > Thanks in advance. >> >> > >> >> > Frederico
