Recent Releases of is2view
is2view - v0.1.1
Summary: Some updates to the documentation. Enables zooming beyond the max zoom of the basemap (useful for ATL14).
Itemized Changes:
* docs: update documentation main page (#49)
* docs: use bibtex for citations (#49)
* docs: move notebooks to be within docs (#49)
* feat: added more zoom levels and update max_zoom (#49)
* feat: added optional cmocean colormaps to dropdown menu (#49)
* fix: deprecation update for writing the crs to the dataset object (#49)
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.1.0...0.1.1
- Python
Published by tsutterley about 1 year ago
is2view - v0.1.0
Summary: Fixes deprecated scrolling functionality in CMR searches. Modernize the build and add citation file.
Itemized Changes:
* refactor: modernize build with pyproject.toml (#44)
* feat: generalize hash function to use any available algorithm (#44)
* chore: improve optional dependencies in build (#45)
* fix: update CMR search utility to replace deprecated scrolling (#46)
* fix: change default request type to application/netcdf (#47)
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.0.9...0.1.0
- Python
Published by tsutterley over 1 year ago
is2view - v0.0.9
Summary: Updates for Release-4 of the ICESat-2 ATL14 and ATL15 products :tada:
Itemized Changes:
* refactor: simplify and generalize mapping between observables and functionals #42
* feat: minor updates for R004 #43
* docs: bump docutils #43
* docs: use importlib rather than pkg_resources #43
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.0.8...0.0.9
- Python
Published by tsutterley over 1 year ago
is2view - v0.0.8
Summary: This release updates the notebook UI to combine the mapping object and plot controls into a single row.
Itemized Changes:
- feat: create single row with both map and control widgets #40
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.0.7...0.0.8
- Python
Published by tsutterley almost 2 years ago
is2view - v0.0.6
Summary: This release fixes some deprecation errors and allows a fix for the updated NASA GIBS urls (thanks @michaleaking for pointing out the basemap problem!). The time steps are also now set to be in terms of years instead of quarterly lag (thanks @tarynblack for that suggestion!).
Itemized Changes:
* refactor: set time steps in years versus lags (#36)
* fix: update version to use importlib instead of pkg_resources (#36)
* fix: set dynamic colormap with float64 min and max (#36)
* fix: updated ssl context to fix deprecation error (#37)
* fix: add providers for broken xyzservice links (#38)
* fix: deprecation of copying ipyleaflet layers (#38)
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.0.5...0.0.6
- Python
Published by tsutterley almost 2 years ago
is2view - v0.0.5
Summary: Updates for Release-3 of the ATL14 and ATL15 product. Adds granule merging to allow visualization of the new Antarctic sub-region granules. Adds dask functionality for reading multiple granules in parallel. Thanks @wsauthoff for help and feedback with this release!
Itemized Changes:
* feat: add case for streaming from s3 using h5netcdf #31
* docs: add conda version badge :tada: #31
* feat: add prototype regions and lags for R003 #31
* feat: add merging of xarray datasets for R003 Antarctica #32
* docs: add plot Release-3 Antarctic subregions #32
* feat: can query multiple granules for merging #32
* docs: switch to RTD build.os #33
* ci: use mamba for CI builds #33
* feat: add option for viewing full screen leaflet map #33
* feat: add option to specify the start and end cycle for a local granule #33
* fix: assert cycle is length 2 when querying #33
* feat: add shortcuts for merging Arctic and Antarctic regions #33
* ci: bump GitHub actions to latest versions #33
* refactor: create wrapper function open_dataset #33
* refactor: pass through HBox and VBox to widgets #33
* docs: use micromamba for RTD builds #33
* feat: add delayed reads with dask for multiple granules #33
* fix: filter CMR request type using regular expressions #33
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.0.4...0.0.5
- Python
Published by tsutterley over 2 years ago
is2view - v0.0.4
Summary:
Makes some fixes for building IS2view from Anaconda (Thanks as always @slhowardESR!).
Itemized Changes:
* docs: add code of conduct #30
* fix: drop more dependencies from environnment.yml #30
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.0.3...0.0.4
- Python
Published by tsutterley over 2 years ago
is2view - v0.0.3
Summary:
Makes some fixes for releasing IS2view to conda-forge. Adds capability to save maps as static images (Thanks @slhowardESR!).
Itemized Changes:
* fix: include version.txt in manifest
* fix: NSIDC request type on s3 is now 'application/x-netcdf'
* refactor: use setuptools_scm to set version (#26)
* refactor: split widgets and leaflet tools into separate modules (#26)
* docs: add ATL14/15 region map (#27)
* feat: add capability to save map as a static image for #28 (#29)
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.0.2...0.0.3
- Python
Published by tsutterley over 2 years ago
is2view - v0.0.2
Summary:
Adds a manifest file for releasing IS2view to conda-forge.
Itemized Changes:
* docs: add pypi links now that they are established (#24)
* fix: add manifest for future conda builds
* docs: preparations for pypi and conda release
* docs: update style of documentation and add logo (#25)
Full Changelog: https://github.com/tsutterley/IS2view/compare/0.0.1...0.0.2
- Python
Published by tsutterley over 2 years ago
is2view - v0.0.1
Summary:
First release of IS2view, an interactive visualization and data extraction tool for ICESat-2's gridded land ice products (ATL14/15)!
Itemized Changes:
* fix: pin s3fs to prevent boto3 incompatibility issue
* refactor: using pathlib to define and expand paths (#23)
* feat: add functions to retrieve and revoke NASA Earthdata User tokens (#23)
* fix: add from future annotations to utilities (#23)
* refactor: update postBuild with release of ipyleaflet (#23)
* fix: update postBuild for yarn error yarnpkg/berry#4570 (#22)
* fix: set import warnings to "module" (#21)
* feat: add functions for managing and maintaining git repositories (#20)
* feat: added case for warping input image (#19)
* fix: add zarr to dependencies
* docs: add recipe for setting AWS credentials
* docs: slimmer build to prevent overutilization (#18)
* docs: add data citations (#18)
* refactor: new s3 path for atlas-s3 asset (#18)
* feat: add io module for reading from zarr files (#17)
* docs: update Getting Started with R002 links
* docs: update Resources with R002 links
* docs: add data product tables
* docs: slimmer builds to prevent RTD overutilization
* refactor: update postBuild for ipyleaflet clone
* fix: postBuild to add webpack yarn install (#16)
* feat: public release of NSIDC s3 access (#16)
* docs: add getting started guide (#15)
* fix: add get crs function to leaflet
* feat: add query granules for local and s3 (#14)
* docs: update average plot recipe for all regions (#13)
* docs: add attributes and parameters for classes (#12)
* feat: add function for DEM image service layers (#11)
* refactor: icearea for R002 (#2)
* docs: add some documented recipes (#10)
* refactor: save entire geojson feature in drawn geometries (#9)
* feat: can save geometry features to file (#9)
* feat: add transect class for ATL14 data extraction (#9)
* fix: increase numpy version for compatibility with xarray 2022.06.0 (#9)
* feat: add widgets for ATL14/15 release and ATL15 resolution (#8)
* feat: can use variable `cellareas(for ATL15 Release-02) (#8)
*feat: can addgeopandasGeoDataFramesto maps to calculate regional time series (#8)
*refactor: only add textual popups for the added layer (#8)
*feat: add transect plot (#7)
*feat: add optional background layers (#7)
*feat: addpostBuildwithimageservice(#6)
*feat: observe changes in ATL15 time lag (#5)
*feat: add draw control for extracting geometries (#5)
*docs: add initial user documentation (#4)
*feat: add conversion module to convert tozarr(#4)
*docs: minimize build to prevent overutilization (#4)
*refactor: useimshowfromxarray(#3)
*feat: enable contextual popups (#2)
*feat: add initial github actions workflow (#1)
*feat`: initial commit :tada:
Full Changelog: https://github.com/tsutterley/IS2view/commits/0.0.1
- Python
Published by tsutterley over 2 years ago