Skip to content
Snippets Groups Projects
Commit a8698912 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Updates based on review comments

parent 5d0324b2
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,6 @@ jobs:
auto-activate-base: false
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Add test requirements
run: |
pip install -r requirements_test.txt
- name: Check build environment
run: |
conda list
......
......@@ -19,6 +19,8 @@ dependencies:
- plotly-orca
- psutil
- pvl
- pytest
- pytest-xdist
- pyproj
- kalasiris
- python>=3
......
......@@ -127,7 +127,7 @@ def generate_ground_point(dem, image_pt, camera):
GeoDataset object generated from Plio off of a Digital Elevation
Model (DEM)
image_pt : tuple
Pair of x, y (line, sample) coordinates in pixel space
Pair of x, y (sample, line) coordinates in pixel space
camera : object
USGSCSM camera model object
max_its : int, optional
......
......@@ -23,7 +23,7 @@ requirements:
- python
- setuptools
run:
- ale>=0.3.2
- ale>=0.10.0
- python
- csmapi>=1.0
- gdal>=3.0.0
......@@ -34,7 +34,7 @@ requirements:
- requests
- scipy
- shapely
- usgscsm>=1.3.1
- usgscsm>=2.0
test:
imports:
......
pytest
pytest-xdist
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment