-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was a manual resolution to the merge conflict between himawari_f…
…unctions and the parent master branch. Himawari_functions was not re-synched to the parent master branch before the previous PR was merged with a squash commit. Here, I re-merged the current parent master branch into himawari_functions, and manually resolved the conflicted files. Hopefully this allows himawari_functions to be easily merged. Merge branch 'master' into himawari_functions Conflicts: Dockerfile Encoding.csv Layer_xml.csv README.md annotated_json_format.txt oco_goes-abi_vistool_config.json oco_vistool.py satpy_overlay_plots.py wmts.xml
- Loading branch information
Showing
8 changed files
with
67 additions
and
29 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: oco_vistool | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3 | ||
- netcdf4=1.5.7 | ||
- h5py=2.10.0 | ||
- pandas=1.1.4 | ||
- cartopy=0.18.0 | ||
- owslib=0.24.1 | ||
- pillow=7.2.0 |
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 |
---|---|---|
|
@@ -24,4 +24,4 @@ | |
"out_plot_name": "", | ||
"out_data_dir": "", | ||
"out_data_name": "" | ||
} | ||
} |
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