Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
os:
- ubuntu-latest
#- ubuntu-20.04
#- macos-latest
- macos-latest
- windows-latest
arch:
- x64
include:
Expand All @@ -39,6 +40,11 @@ jobs:
#os: ubuntu-20.04
os: ubuntu-latest
run_in_pr : true
- name: macOS
os: macos-latest
run_in_pr : true
- name: Windows
os: windows-latest

steps:
- name: Cancel Previous Runs
Expand Down
3 changes: 2 additions & 1 deletion src/RemoteS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ end


"""
Package to perform operations with satellite data. Easy to use in computing true color images with automatic contrast stretch, many spectral indices and processing of MODIS L2 files.
Package to perform operations with satellite data. Easy to use in computing true color images with
automatic contrast stretch, many spectral indices and processing of MODIS L2 files.
"""
RemoteS

Expand Down
Loading