Skip to content

Releases: space-physics/maidenhead

"python -m maidenhead" CLI, Python >= 3.7

25 Nov 19:49
b86bb43
Compare
Choose a tag to compare
  • to_maiden() precision= is now positional argument
  • Python >= 3.7 required
  • to_location() now checks that string is even length
  • CLI is now python -m maidenhead to avoid littering PATH with executable scripts as best practice

add center cell option

10 Feb 03:39
a667e26
Compare
Choose a tag to compare

By default, maidenhead outputs location on southwest corner of grid. added cli --center and to_location(...,center=True) option for more intuitive grid center location. By @Sylogista

CI: added python 3.6 to help ensure we don't botch older python.

python >= 3.6, python -m maidenhead

12 Oct 16:13
a646300
Compare
Choose a tag to compare

Python >= 3.6 required

cleanup testing, make python -m maidenhead cli in addition to console_script

cleanup internals

11 Sep 19:41
8b8b7aa
Compare
Choose a tag to compare
  • remove deprecated functions
  • cleanup test and need for mock
  • eliminate excessive print precision for lat/lon--10 meters is more than adequate

modernize packaging, improve CLI

13 May 15:57
4b72434
Compare
Choose a tag to compare

thanks mostly to @apast for modernizing the Pytest and CLI

using src/ package layout

Increase test coverage, fix Google URL

26 May 12:22
Compare
Choose a tag to compare
  • Google Maps URLs work again
  • allow coordinate tuple or lat, lon input
  • remove discontinued NonSense maps

modernize CI template and metadata

28 Jan 16:46
cf4f1e5
Compare
Choose a tag to compare

simplify API

05 Oct 00:39
7adfe19
Compare
Choose a tag to compare

lat and lon are input as two variables now.
updated Julia code.

Modernize setup and test

26 Jun 06:07
Compare
Choose a tag to compare
  • pep8, mypy type checking
  • setup.cfg
  • readme rst => md