atlasai-dstoolkit-client 0.0.17__py3-none-any.whl → 0.0.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- atlasai/toolkit/workflows.py +5 -2
- {atlasai_dstoolkit_client-0.0.17.dist-info → atlasai_dstoolkit_client-0.0.18.dist-info}/METADATA +1 -1
- {atlasai_dstoolkit_client-0.0.17.dist-info → atlasai_dstoolkit_client-0.0.18.dist-info}/RECORD +6 -6
- {atlasai_dstoolkit_client-0.0.17.dist-info → atlasai_dstoolkit_client-0.0.18.dist-info}/LICENSE.txt +0 -0
- {atlasai_dstoolkit_client-0.0.17.dist-info → atlasai_dstoolkit_client-0.0.18.dist-info}/WHEEL +0 -0
- {atlasai_dstoolkit_client-0.0.17.dist-info → atlasai_dstoolkit_client-0.0.18.dist-info}/top_level.txt +0 -0
atlasai/toolkit/workflows.py
CHANGED
@@ -157,6 +157,7 @@ class Electrification(Workflow):
|
|
157
157
|
self.aoi_path = None
|
158
158
|
self.aoi = None
|
159
159
|
self.output_path = None
|
160
|
+
self.start_date = None
|
160
161
|
|
161
162
|
super().__init__(id)
|
162
163
|
|
@@ -166,11 +167,12 @@ class Electrification(Workflow):
|
|
166
167
|
def __str__(self):
|
167
168
|
return f'Electrification({self.aoi_name})'
|
168
169
|
|
169
|
-
def configure(self, aoi_name=None, aoi_path=None, aoi=None, output_path=None):
|
170
|
+
def configure(self, aoi_name=None, aoi_path=None, aoi=None, start_date=None, output_path=None):
|
170
171
|
self.aoi_name = aoi_name or self.aoi_name
|
171
172
|
self.aoi_path = aoi_path or self.aoi_path
|
172
173
|
self.aoi = aoi or self.aoi
|
173
174
|
self.output_path = output_path or self.output_path
|
175
|
+
self.start_date = start_date or self.start_date
|
174
176
|
|
175
177
|
def _config(self):
|
176
178
|
cfg = {}
|
@@ -178,7 +180,8 @@ class Electrification(Workflow):
|
|
178
180
|
('aoi_name', self.aoi_name),
|
179
181
|
('aoi_geojson', self.aoi),
|
180
182
|
('aoi_geojson_uri', self.aoi_path),
|
181
|
-
('output_bucket', self.output_path)
|
183
|
+
('output_bucket', self.output_path),
|
184
|
+
('start_date', self.start_date)
|
182
185
|
):
|
183
186
|
if value:
|
184
187
|
cfg[name] = value
|
{atlasai_dstoolkit_client-0.0.17.dist-info → atlasai_dstoolkit_client-0.0.18.dist-info}/RECORD
RENAMED
@@ -10,9 +10,9 @@ atlasai/toolkit/model.py,sha256=RUe0HbDpzvHOV9A4rzG3PgN9boMWDHQ2tR7IKHXzbx8,4126
|
|
10
10
|
atlasai/toolkit/output.py,sha256=FyDjrpVlbrEyfHfwOpxp8H57jx_qXahDjO1qpHIeuYM,473
|
11
11
|
atlasai/toolkit/requests.py,sha256=X86nIo07hAjUlilZcZ1lV8RB7KOsTKbTGtcY_SpFEXY,1223
|
12
12
|
atlasai/toolkit/utils.py,sha256=lYh3P2XOshRgHCjFeXJ0FOJWQW64sddgx8c2kL6Wqwc,1566
|
13
|
-
atlasai/toolkit/workflows.py,sha256=
|
14
|
-
atlasai_dstoolkit_client-0.0.
|
15
|
-
atlasai_dstoolkit_client-0.0.
|
16
|
-
atlasai_dstoolkit_client-0.0.
|
17
|
-
atlasai_dstoolkit_client-0.0.
|
18
|
-
atlasai_dstoolkit_client-0.0.
|
13
|
+
atlasai/toolkit/workflows.py,sha256=UXkNP84P-EExLtTiRGiO2PN0ZckCdf871GUhbIJtTvw,9603
|
14
|
+
atlasai_dstoolkit_client-0.0.18.dist-info/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
15
|
+
atlasai_dstoolkit_client-0.0.18.dist-info/METADATA,sha256=I91iQj6v4fkVVKWzvgw0XjiYTKrc45WiPw6KFPyK9po,1547
|
16
|
+
atlasai_dstoolkit_client-0.0.18.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
17
|
+
atlasai_dstoolkit_client-0.0.18.dist-info/top_level.txt,sha256=HRTbErU8nmHFDaJJ5R_XYbwpt21dqdjDpSva8xyy_0k,8
|
18
|
+
atlasai_dstoolkit_client-0.0.18.dist-info/RECORD,,
|
{atlasai_dstoolkit_client-0.0.17.dist-info → atlasai_dstoolkit_client-0.0.18.dist-info}/LICENSE.txt
RENAMED
File without changes
|
{atlasai_dstoolkit_client-0.0.17.dist-info → atlasai_dstoolkit_client-0.0.18.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|