forked from DOI-USGS/plio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds dynamic reference indices to ISIS network writes (DOI-USGS#157)
* Adds dynamic reference indices to ISIS network writes * Updates for comments * Stub failing test * Adds tests for referenceIndex in cnets * Updates tests to check for warnings * Removes travis
- Loading branch information
Showing
6 changed files
with
31 additions
and
89 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ dependencies: | |
- numpy | ||
- pyproj | ||
- h5py | ||
- pvl | ||
- pvl >= 1.0 | ||
- scipy | ||
- protobuf | ||
- affine | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ requirements: | |
- python | ||
- setuptools | ||
- numpy | ||
- pvl | ||
- pvl >= 1.0 | ||
- protobuf | ||
- gdal | ||
- icu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
def setup_package(): | ||
setup( | ||
name = "plio", | ||
version = '1.2.4', | ||
author = "Jay Laura", | ||
version = '1.3.0', | ||
author = "USGS Astrogeology", | ||
author_email = "[email protected]", | ||
description = ("I/O API to support planetary data formats."), | ||
long_description = long_description, | ||
|