Skip to content

Commit

Permalink
remove another mapzen reference, retry bumping version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Aug 12, 2022
1 parent a44e68c commit 4039589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sardem/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _get_username_pass():
print("====================================================================")
print("Please enter NASA Earthdata credentials to download NASA hosted STRM.")
print("See https://urs.earthdata.nasa.gov/users/new for signup info.")
print("Or choose data_source=AWS for Mapzen tiles.")
print("Or choose data_source=COP for Copernicus DSM.")
print("===========================================")
username = input("Username: ")
password = getpass.getpass(prompt="Password (will not be displayed): ")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="sardem",
version="0.10.3",
version="0.10.4",
author="Scott Staniewicz",
author_email="scott.stanie@gmail.com",
description="Create upsampled DEMs for InSAR processing",
Expand Down

0 comments on commit 4039589

Please sign in to comment.