-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
8938b88
commit c68184c
Showing
16 changed files
with
230 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
=== | ||
api | ||
=== | ||
|
||
Plotting tools for visualizing `rioxarray <https://corteva.github.io/rioxarray/stable/>`_ variables on `ipyleaflet <https://ipyleaflet.readthedocs.io/en/latest/>`_ maps | ||
|
||
`Source code`__ | ||
|
||
.. __: https://github.com/tsutterley/IS2view/blob/main/IS2view/api.py | ||
|
||
General Attributes and Methods | ||
============================== | ||
|
||
.. autoclass:: IS2view.api.Leaflet | ||
:members: | ||
|
||
.. autofunction:: IS2view.api.image_service_layer | ||
|
||
.. autoclass:: IS2view.api.LeafletMap | ||
:members: | ||
|
||
.. autoclass:: IS2view.api.TimeSeries | ||
:members: | ||
|
||
.. autoclass:: IS2view.api.Transect | ||
:members: |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
################## | ||
`Release v0.0.3`__ | ||
################## | ||
|
||
* ``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 <https://github.com/tsutterley/IS2view/pull/26>`_) | ||
* ``refactor``: split ``widgets`` and ``leaflet`` tools into separate modules (`#26 <https://github.com/tsutterley/IS2view/pull/26>`_) | ||
* ``docs``: add ATL14/15 region map (`#27 <https://github.com/tsutterley/IS2view/pull/27>`_) | ||
* ``feat``: add capability to save map as a static image for `#28 <https://github.com/tsutterley/IS2view/issues/28>`_ (`#29 <https://github.com/tsutterley/IS2view/pull/29>`_) | ||
|
||
.. __: https://github.com/tsutterley/IS2view/releases/tag/0.0.3 |
Oops, something went wrong.