Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRTM Version 3 Support #39

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 17, 2017

  1. Add NASA login class

    nawagers committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    0bf71dc View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    388a389 View commit details
    Browse the repository at this point in the history
  2. Removing test files from .gitignore

    deleting *.hgt and *.zip
    nawagers committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    3ad9d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c42517 View commit details
    Browse the repository at this point in the history
  4. Python 2.7 compat

    Using rename instead of replace (could cause errors on windows in the test script if a test previously failed to cleanup). Also changed super() args needed for older versions
    nawagers committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    7665a9d View commit details
    Browse the repository at this point in the history
  5. Moved FileHandler, test get_elevation

    GeoElevationData depends on FileHandler, call in module main depend on module data. This creates a circular dependency. Moved FileHandler to the module data to fix. Added unittest for get_elevation. Adjusted unittests for the new FileHandler location.
    nawagers committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    0971a25 View commit details
    Browse the repository at this point in the history
  6. Travis adjustments, code cleanup, docstrings

    Set UN and PW in travis, added 3.6, run coverage, coveralls, pyflakes and pycodestyle. Small format changes is data.py. Docstring changes in test.py and data.py.
    nawagers committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    01f8379 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Drop Python 2.6

    Python 2.6 support has been dropped by Requests (dependency) and restricts language features. Fixed typo in test.py
    nawagers committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    3cc2ad2 View commit details
    Browse the repository at this point in the history
  2. dev_tools, docstrings, private methods

    Added dev_tools folder for generating srtm.json. Updated or added docstrings and minor code format changes. Cleaned up main.get_data() to remove unneeded code. Made several new functions private (not intended for public API)
    nawagers committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    481a32c View commit details
    Browse the repository at this point in the history