Goes2go

Latest version: v2024.4.0

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

2022.08.26

What's Changed
* Nearesttime multiple bands handling. by olimcc in https://github.com/blaylockbk/goes2go/pull/29

New Contributors
* olimcc made their first contribution in https://github.com/blaylockbk/goes2go/pull/29

**Full Changelog**: https://github.com/blaylockbk/goes2go/compare/2022.7.15...2022.08.26

2022.7.15

What's Changed
* Fix FutureWarning by blaylockbk in https://github.com/blaylockbk/goes2go/pull/17
* 20 Added "bands" argument when requesting **ABI-L1b_Rad** data.
* Changed `_download` function to use Multithreading (this is _much_ cleaner) https://github.com/blaylockbk/goes2go/commit/ae1cb1d193b16841320befba0b5ac6c98367251f
* Changed default branch name from master to main.
* Changed to CalVer versioning scheme. Using `YYYY.MM.DD` to show the date of the release.
* Added a new GOES object with several useful methods. This should make it easier to find and access GOES data.
* Added dark theme to Docs 😎

**Full Changelog**: https://github.com/blaylockbk/goes2go/compare/0.0.4...2022.7.15

>There's bound to be some issues here since I published this in haste. Feel free to submit an issue/pull request if you see problems.

0.0.4

Changelog
- Set `refresh=True` as default to fs file enumeration 5. This enables finding the latest file on s3 and not one from a cached list.
- Change config file to TOML format `~/.config/goes2go/config.toml`.
- Expand settings controlled in by config file.
- Adopt Black formatting
- https://github.com/blaylockbk/goes2go/issues/4 I updated the `field_of_fiew` function to produce both a polygon for the full field of view of the ABI instrument and a domain of the ABI scan for the specific domain.
- Fixed specifying M1 and M2 when selecting a specific mesoscale domain.
- Moved `field_of_view` function from tools.py to an xarray accessor.py. If G is an xarray Dataset of the GOES file, do `G.FOV.crs` for the cartopy coordinate reference system of the satellite. `G.FOV.full_disk` will give you a polygon of the full disk, and `G.FOV.domain` will give you the domain polygon for ABI files.
- Moved RGB recipies to an xarray accessors.py. If G is an xarrray Dataset of the GOES file, do `G.rgb.TrueColor()` for TrueColor RGB.
- Some enhancement to the documentation.

0.0.2

Be aware, this is **v0.0.2**, meaning it is subject to change at my leisure. The purpose of this repository is to serve as an *example* of how you can download GOES data from Amazon Web Services and make RGB composites. Still, I try to keep this package in a workable state that might be useful for you.

[📔 Documentation](https://blaylockbk.github.io/goes2go/_build/html/)

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.