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