Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Plio
Commits
fc19ad9b
Commit
fc19ad9b
authored
7 years ago
by
jay
Browse files
Options
Downloads
Patches
Plain Diff
adding affine dependency to travis
parent
3a097571
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
plio/date/__init__.py
+2
-0
2 additions, 0 deletions
plio/date/__init__.py
plio/io/__init__.py
+12
-0
12 additions, 0 deletions
plio/io/__init__.py
with
15 additions
and
1 deletion
.travis.yml
+
1
−
1
View file @
fc19ad9b
...
...
@@ -50,7 +50,7 @@ install:
# Development installation
-
conda install nose coverage sh anaconda-client
-
pip install coveralls
-
pip install coveralls
affine
# Straight from the menpo team
-
if [["$TRAVIS_OS_NAME" == "osx"]]; then
...
...
This diff is collapsed.
Click to expand it.
plio/date/__init__.py
+
2
−
0
View file @
fc19ad9b
from
.
import
julian2ls
from
.
import
julian2season
This diff is collapsed.
Click to expand it.
plio/io/__init__.py
+
12
−
0
View file @
fc19ad9b
from
.
import
io_autocnetgraph
from
.
import
io_controlnetwork
from
.
import
io_db
from
.
import
io_gdal
from
.
import
io_hdf
from
.
import
io_json
from
.
import
io_krc
from
.
import
io_pvl
from
.
import
io_spectral_profiler
from
.
import
io_tes
from
.
import
io_yaml
from
.
import
isis_serial_number
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment