Giter Club home page Giter Club logo

azmap's Introduction

azmap

Azimuth Mapping for Contacts

This no longer needs Pandas. Just basemap and matplotlib. log.adi - this should be your ADIF formatted log file. Try to put as many grids in there as possible.

You can likely see the notebook in the viewer using:

http://nbviewer.ipython.org/github/k2ack/azmap/blob/master/AzimuthMapExperiment.ipynb

Note: The figures are large here because I've edited my local ipython notebook configuration to set a 12x8 figure size. This is explained in part here: http://stackoverflow.com/questions/17230797/how-to-set-the-matplotlib-figure-default-size-in-ipython-notebook

Getting Started

You need a working matplotlib and basemap installation.

In my new virtualenv, install matplotlib with :

pip install matplotlib

Then install basemap from:

pip install git+https://github.com/matplotlib/basemap.git#egg=basemap

Then install mlocs; the package that provides Maidenhead to lat/lon conversion routines:

pip install mlocs

At this point your list of installed packages in the virtualenv should be very similar to:

basemap >=1.0.8
matplotlib >=1.4.2
mlocs >=1.0.5
mock >=1.0.1
nose >=1.3.4
numpy >=1.9.1
pyparsing >=2.0.3
python-dateutil >=2.2
pytz >=2014.9
six >=1.8.0
wsgiref >=0.1.2

Slides can be made with:

ipython nbconvert AzimuthMapExperiment.ipynb --reveal-prefix=../js --to slides --template output_toggle.tpl

Assumption is that when hosted, the reveal.js folder is in ../js.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.