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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: atlasai-dstoolkit-client
3
- Version: 0.0.17
3
+ Version: 0.0.18
4
4
  Summary: UNKNOWN
5
5
  Home-page: UNKNOWN
6
6
  Author: AtlasAI SWE
@@ -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=j91nsVTLzv689EE-aBOZyuOV0a7xlZh4DEkgWIzBFiU,9450
14
- atlasai_dstoolkit_client-0.0.17.dist-info/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
15
- atlasai_dstoolkit_client-0.0.17.dist-info/METADATA,sha256=hiDgJIBsJ4WO47gGKD0FdUM-oekVgXZn704V7W08lds,1547
16
- atlasai_dstoolkit_client-0.0.17.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
17
- atlasai_dstoolkit_client-0.0.17.dist-info/top_level.txt,sha256=HRTbErU8nmHFDaJJ5R_XYbwpt21dqdjDpSva8xyy_0k,8
18
- atlasai_dstoolkit_client-0.0.17.dist-info/RECORD,,
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,,