-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from taylorsteffanj/pages
Release 3.1.3
- Loading branch information
Showing
151 changed files
with
40,111 additions
and
616 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
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 @@ | ||
.. _examples: | ||
|
||
Examples | ||
======== | ||
|
||
Example applications that use ``ibmpairs`` can be located in the `Environmental-Intelligence <https://github.com/IBM/Environmental-Intelligence/tree/main>`_ project. |
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,144 @@ | ||
IBM Environmental Intelligence: Geospatial APIs SDK (ibmpairs) | ||
=============================================================== | ||
|
||
Getting started | ||
--------------- | ||
|
||
To get started using IBM Environmental Intelligence: Geospatial APIs SDK (ibmpairs), take a look at the tutorials. | ||
|
||
What's new | ||
---------- | ||
|
||
June 14, 2024 | ||
************* | ||
|
||
- **3.1.3** Fix in AOI.get in :mod:`query`. | ||
|
||
May 24, 2024 | ||
************ | ||
|
||
- **3.1.2** Added QueryJob.message in :mod:`query`. Fix (unit -> units) in DataLayer.display in :mod:`catalog`. | ||
|
||
March 28, 2024 | ||
************** | ||
|
||
- **3.1.1** Added constants.CLIENT_TOKEN_REFRESH_MESSAGE_APIC to improve accuracy of authenticaion retry attempt in the Client object in :mod:`client`. Fix in Query.point_data_as_dataframe in :mod:`query`. | ||
|
||
March 11, 2024 | ||
************** | ||
|
||
- **3.1.0** Added v4 support in :mod:`query`, :mod:`authentication` and :mod:`client`. | ||
|
||
January 24, 2024 | ||
**************** | ||
|
||
- **3.0.9** Fix in Query.async_download in :mod:`query`. | ||
|
||
January 22, 2024 | ||
**************** | ||
|
||
- **3.0.8** Added support for online queries that are automatically converted to batch in :mod:`query`. | ||
|
||
January 5, 2024 | ||
*************** | ||
|
||
- **3.0.7** Fixes for add_dashboard_layer in :mod:`dashboard`. | ||
|
||
December 15, 2023 | ||
***************** | ||
|
||
- **3.0.6** Added additional csv format support. Fixes for Client init in :mod:`client`. | ||
|
||
December 6, 2023 | ||
**************** | ||
|
||
- **3.0.5** Pinned version of Pillow. Optional verify fix for DataLayers.create in :mod:`catalog`. | ||
|
||
November 8, 2023 | ||
**************** | ||
|
||
- **3.0.4** Fixes for AOIs.search and Query.download in :mod:`query`. | ||
|
||
September 22, 2023 | ||
****************** | ||
|
||
- **3.0.3** Fixes to :mod:`dashboard`. | ||
|
||
September 8, 2023 | ||
***************** | ||
|
||
- **3.0.2** Added eis_get_auth_token() authentication into :mod:`authentication`. | ||
|
||
September 5, 2023 | ||
***************** | ||
|
||
- **3.0.1** Added catalog.search into :mod:`catalog` | ||
|
||
August 15, 2023 | ||
*************** | ||
|
||
- **3.0.0** Added capability for /v3/ endpoints. | ||
|
||
June 26, 2023 | ||
************* | ||
|
||
- **0.2.10** Added new authentication options for /v3/ endpoints. | ||
|
||
June 13, 2023 | ||
************* | ||
|
||
- **0.2.8** Added an environment selector, added IBM API Connect authentication into :mod:`authentication`. | ||
|
||
March 15, 2023 | ||
************** | ||
|
||
- **0.2.7** Added a new default timeout in :mod:`client`. | ||
|
||
January 18, 2023 | ||
**************** | ||
|
||
- **0.2.6** A fix to a data type in :mod:`paw`. | ||
|
||
November 8, 2022 | ||
**************** | ||
|
||
- **0.2.5** A fix to allow existing script loggers in :mod:`config`. | ||
|
||
September 12, 2022 | ||
****************** | ||
|
||
- **0.2.4** Added api_key as an alternative for authentication to :mod:`external.ibm` IBMCOSClient. | ||
|
||
May 18, 2022 | ||
************ | ||
|
||
- **0.2.3** A maintenance fix to token refresh in the :mod:`authentication` OAuth2 class. | ||
|
||
December 9, 2021 | ||
**************** | ||
|
||
- **0.2.2** Added :mod:`query` functionality- 'alias' attribute to query.QueryResponseData and 'expression' attribute to query.Filter. Please see Reference for more details. | ||
|
||
December 1, 2021 | ||
**************** | ||
|
||
- **0.2.1** The SDK removed some mandatory requirements to improve the experience of setup on Windows. | ||
|
||
December 1, 2021 | ||
***************** | ||
|
||
- **0.2.0** The SDK now includes new :mod:`catalog`, :mod:`client`, :mod:`dashboard`, :mod:`query` and :mod:`upload` modules as well as updates to :mod:`authentication`. Please see Reference for more details. | ||
|
||
February 24, 2021 | ||
***************** | ||
|
||
- **0.1.3** :mod:`paw` now supports OAuth 2.0 authentication by use of a `Geospatial Analytics API key <https://ibm.github.io/Environmental-Intelligence-Suite/geospatial-api.html#authentication>`_. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
installation | ||
tutorials/index | ||
reference/index | ||
examples |
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,15 @@ | ||
.. _installation: | ||
|
||
Installation | ||
============ | ||
|
||
Python | ||
------ | ||
|
||
IBM Environmental Intelligence: Geospatial APIs SDK (ibmpairs) is a Python SDK, in order to use it you must already have a Python environment with pip installed. | ||
|
||
ibmpairs | ||
-------- | ||
|
||
To install: | ||
``pip install ibmpairs`` |
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,7 @@ | ||
.. _ibm_api_hub: | ||
|
||
API | ||
=== | ||
|
||
For the IBM Environmental Intelligence: Geospatial APIs RESTful reference documentation, please see `IBM API Hub | ||
<https://developer.ibm.com/apis/catalog/envintelsuite--ibm-environmental-intelligence/Introduction>`_ |
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,5 @@ | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
ibm_api_hub | ||
udf_function_reference |
84 changes: 84 additions & 0 deletions
84
docs/_sources/reference/api/udf_function_reference.rst.txt
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,84 @@ | ||
.. _udf_function_reference: | ||
|
||
User Defined Functions (UDF) | ||
============================ | ||
|
||
.. function:: X + Y | ||
|
||
Returns the sum of layers X and Y. | ||
|
||
.. function:: X - Y | ||
|
||
Returns the difference between layers X and Y. | ||
|
||
.. function:: X * Y | ||
|
||
Returns the product of layers X and Y. | ||
|
||
.. function:: X / Y | ||
|
||
Returns the quotient of layers X and Y. | ||
|
||
.. function:: X ? Y : Z | ||
|
||
This is a pixel-wise if-then-else construction. For each pixel, the value is Y if X is true, otherwise Z. | ||
|
||
.. function:: math:abs(X) | ||
|
||
Returns the absolute value of layer X. | ||
|
||
.. function:: math:acos(X) | ||
|
||
Calculates the inverse cosine (arc cosine) over layer X. The returned angle is in the range :math:`[0, \pi]`. | ||
|
||
.. function math:addExact(X, Y) | ||
.. function:: math:asin(X) | ||
|
||
Inverse sine (arc sine) function. The return value is in the range :math:`[-\pi/2, \pi/2]`. | ||
|
||
.. function:: math:atan(X) | ||
|
||
Inverse tangent (arc tan) function. The return value is in the range :math:`[-\pi/2, \pi/2]`. | ||
|
||
.. function:: math:atan2(X, Y) | ||
|
||
.. function:: math:cbrt(X) | ||
|
||
Returns the cube root of X. | ||
|
||
.. function:: math:ceil(X) | ||
|
||
Rounds each pixel up to the nearest larger integer. | ||
|
||
.. function:: math:copySign(X, Y) | ||
|
||
.. function:: math:cos(X) | ||
|
||
Cosine of X. | ||
|
||
.. function:: math:cosh(X) | ||
|
||
Hyperbolic cosine of X. | ||
|
||
.. function:: math:decrementExact(X) | ||
|
||
.. function:: math:exp(X) | ||
|
||
Exponential function. | ||
|
||
.. function:: math:expm1(X) | ||
|
||
Returns :math:`e^X - 1`. | ||
|
||
.. function:: math:floorDiv(X, Y) | ||
|
||
.. function:: math:floorMod(X, Y) | ||
|
||
.. function:: math:getExponent(X) | ||
|
||
.. function:: math:hypot(X, Y) | ||
|
||
Calculates :math:`\sqrt{X^2 + Y^2}`. | ||
|
||
The complete list is based on `java.lang.Math <https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html>`_. |
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,8 @@ | ||
Reference | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
api/index | ||
sdk/index |
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,5 @@ | ||
Authentication | ||
============== | ||
|
||
.. automodule:: authentication | ||
:members: |
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,5 @@ | ||
Catalog | ||
======= | ||
|
||
.. automodule:: catalog | ||
:members: |
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,5 @@ | ||
Client | ||
====== | ||
|
||
.. automodule:: client | ||
:members: |
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,5 @@ | ||
Common | ||
====== | ||
|
||
.. automodule:: common | ||
:members: |
Oops, something went wrong.