Ref: https://stackoverflow.com/questions/2507766/merge-convert-multiple-pdf-files-into-one-pdf
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=merged.pdf mine1.pdf mine2.pdfRef: https://stackoverflow.com/questions/2507766/merge-convert-multiple-pdf-files-into-one-pdf
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=merged.pdf mine1.pdf mine2.pdf| name: base | |
| channels: | |
| - conda-forge | |
| - defaults | |
| dependencies: | |
| - _libgcc_mutex=0.1=conda_forge | |
| - _openmp_mutex=4.5=0_gnu | |
| - aiohttp=3.6.2=py37h516909a_0 | |
| - appdirs=1.4.3=py_1 | |
| - asciitree=0.3.3=py_2 |
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
| module zonal_avg_mod | |
| !----------------------------------------------------------------------------- | |
| ! This module computes basin zonal averages on POP grids. The steps are | |
| ! 1) set up the destination grid | |
| ! 2) compute averaging weights for each grid cell | |
| ! 3) compute normalizing weights for each basin (if required) | |
| ! 4) compute basin zonal averages | |
| ! | |
| ! The averages can be masked in longitude or latitude. |