adamapi
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: adamapi | ||
| Version: 2.0.7 | ||
| Version: 2.0.8 | ||
| Summary: Python Adam API | ||
@@ -14,3 +14,3 @@ Home-page: https://git.services.meeo.it/das/adamapi | ||
| 1. adamapi==1.0.1 , This package works only with ADAMCORE 1. | ||
| 2. adamapi==2.0.7, This pachage works only with ADAMCORE 2. | ||
| 2. adamapi==2.0.8, This pachage works only with ADAMCORE 2. | ||
@@ -264,3 +264,10 @@ ## Requirements | ||
| #check order status | ||
| image=data.getData(datasetId, asyncron= True,pk={{orderID}}) | ||
| - get order info: | ||
| image.pk -> order key | ||
| image.status -> order status | ||
| image.location -> order location when status is completed | ||
| image=data.getData(datasetId, asyncron= True,pk=image.pk) | ||
| ``` | ||
@@ -267,0 +274,0 @@ |
@@ -30,4 +30,8 @@ """ | ||
| """Base class for adamapi mesage""" | ||
| pass | ||
| def __init__(self,json): | ||
| self.pk=json["pk"] | ||
| self.status=json["status"] | ||
| self.location = json["location"] if "location" in json else "" | ||
| from . import authorization | ||
@@ -34,0 +38,0 @@ from . import datasets |
+10
-3
| Metadata-Version: 2.1 | ||
| Name: adamapi | ||
| Version: 2.0.7 | ||
| Version: 2.0.8 | ||
| Summary: Python Adam API | ||
@@ -14,3 +14,3 @@ Home-page: https://git.services.meeo.it/das/adamapi | ||
| 1. adamapi==1.0.1 , This package works only with ADAMCORE 1. | ||
| 2. adamapi==2.0.7, This pachage works only with ADAMCORE 2. | ||
| 2. adamapi==2.0.8, This pachage works only with ADAMCORE 2. | ||
@@ -264,3 +264,10 @@ ## Requirements | ||
| #check order status | ||
| image=data.getData(datasetId, asyncron= True,pk={{orderID}}) | ||
| - get order info: | ||
| image.pk -> order key | ||
| image.status -> order status | ||
| image.location -> order location when status is completed | ||
| image=data.getData(datasetId, asyncron= True,pk=image.pk) | ||
| ``` | ||
@@ -267,0 +274,0 @@ |
+1
-1
@@ -31,3 +31,3 @@ """ | ||
| name="adamapi", | ||
| version="2.0.7", | ||
| version="2.0.8", | ||
| author="MEEO s.r.l.", | ||
@@ -34,0 +34,0 @@ author_email="info@meeo.it", |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
48192
1.09%571
0.53%