https://github.com/arendmoerman/decode
:zap: DESHIMA code for data analysis
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
:zap: DESHIMA code for data analysis
Basic Info
- Host: GitHub
- Owner: arendMoerman
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://deshima-dev.github.io/decode/
- Size: 8.82 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of deshima-dev/decode
Created almost 2 years ago
· Last pushed over 1 year ago
https://github.com/arendMoerman/decode/blob/main/
# de:code
[](https://pypi.org/project/decode/)
[](https://pypi.org/project/decode/)
[](https://pepy.tech/project/decode)
[](https://doi.org/10.5281/zenodo.3384216)
[](https://github.com/deshima-dev/decode/actions)
DESHIMA code for data analysis
## Installation
```shell
pip install decode==2024.9.2
```
## Quick look
de:code ships with a quick look command `decode-qlook`, which will be available from the CUI after installation. It has several subcommands for each observation type. For example, to quick-look at a raster observation:
```shell
$ decode-qlook raster /path/to/dems.zarr.zip
```
where `dems.zarr.zip` is the merged observation data ([DESHIMA measurement set: DEMS](https://github.com/deshima-dev/dems)) to be checked. By default, it will output an image of the result plots by a simple analysis (e.g. continuum map, etc). You can also get the result data themselves by changing the output format:
```shell
$ decode-qlook raster /path/to/dems.zarr.zip --format zarr.zip
```
See the command help for all available options:
```shell
# list of the subcommands and descriptions
$ decode-qlook --help
# list of the available command options
$ decode-qlook raster --help
```
If you are not sure about the observation type, the `auto` subcommand may be useful to automatically select the appropriate command to use:
```shell
$ decode-qlook auto /path/to/dems.zarr.zip
```
Finally, all subcommands are available as functions in the `qlook` submodule. For example, the `raster` command corresponds to `decode.qlook.raster` and the following Python code is equivalent to the CUI:
```python
import decode
decode.qlook.raster("/path/to/dems.zarr.zip")
```
See [the qlook module documentation](https://deshima-dev.github.io/decode/_apidoc/decode.qlook.html) for more information.
Owner
- Login: arendMoerman
- Kind: user
- Repositories: 3
- Profile: https://github.com/arendMoerman
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2