mdtanker/polartoolkit: v0.4.0 ...

v0.4.0 (2024-06-14) Breaking refactor: change module name from profile to profiles to match plural style of other modules. BREAKING CHANGE: please update all import statements to use profiles instead of profile! (84524e3) refactor: combine fetch modis_moa and modis_mog to modis BREAKING CHANGE: make...

Full description

Bibliographic Details
Main Authors: Matt Tankersley, Penny How
Format: Article in Journal/Newspaper
Language:unknown
Published: Zenodo 2024
Subjects:
Online Access:https://dx.doi.org/10.5281/zenodo.11655302
https://zenodo.org/doi/10.5281/zenodo.11655302
Description
Summary:v0.4.0 (2024-06-14) Breaking refactor: change module name from profile to profiles to match plural style of other modules. BREAKING CHANGE: please update all import statements to use profiles instead of profile! (84524e3) refactor: combine fetch modis_moa and modis_mog to modis BREAKING CHANGE: make sure to update your code to use the new function fetch.modis() and specify MoG vs MoA with parameter hemisphere = "south" or "north" (89e50d2) refactor: rename fetch measures_boundaries to antarctic_boundaries BREAKING CHANGE: make sure to update your code with the new function name! (6951fe2) feat: add hemisphere arg to most plotting functions BREAKING CHANGE: this alters a vast majority of the code! (05cb358) Build build: move deprecation from dev to normal dependencies (4a83f67) build: add deprecation package to dev deps (ac04b0d) build: include environment.yml file as backup for issues with installing (8ef681f) build: set min pylint version (a93d83a) build: explicitly specify ...