Hi!

I have done some bits of code to make maps and calculate results for 
Finnish powered paragliding championships over the years, like this:
http://movasuunnistus.dy.fi/viitasaari2016/tulokset/suunnistus-viitasaari-2016-timlander.pdf

I use Cairo.jl via Luxor.jl and transform geographic coordinates (GNSS 
logger lat, lon) to UTM (cartesian, unit = metre) by calling libgeographic. 
The base maps are from open rasterized tiles from the Finnish National Land 
survey. 

Quite easy really, if there is need I could tidy up the code for a 
module...at least the libgeographic bit. The rest are quite specific to 
Finland.

On Thursday, September 8, 2016 at 9:05:53 PM UTC+3, Philippe Roy wrote:
>
> Hello!
>
> I'm trying to do a geographical map in Julia. Is that even possible? I 
> can't find any package similar to the Matlab Mapping Toolbox or Basemap for 
> Python. 
>
> Thanks for any info!
>

Reply via email to