Earth-Information-System / fireatlas

4 stars 2 forks source link

LF perimeter, newfirepix, fireline are not ingesting #120

Closed ranchodeluxe closed 1 month ago

ranchodeluxe commented 1 month ago

Problem

LF perimeter and newfirepix are not ingesting.

LF perimeter hasn't been looking into yet

but LF newfirepix seems to be b/c of this

  File "/app/handler.py", line 163, in upsert_to_postgis
    gdf["t"] = gdf["t"].dt.strftime("%Y-%m-%d %H:%M:%S")
  File "/var/lang/lib/python3.9/site-packages/pandas/core/generic.py", line 6299, in __getattr__
    return object.__getattribute__(self, name)
  File "/var/lang/lib/python3.9/site-packages/pandas/core/accessor.py", line 224, in __get__
    accessor_obj = self._accessor(obj)
  File "/var/lang/lib/python3.9/site-packages/pandas/core/indexes/accessors.py", line 643, in __new__
    raise AttributeError("Can only use .dt accessor with datetimelike values")
AttributeError: Can only use .dt accessor with datetimelike values
ranchodeluxe commented 1 month ago

with recent release and commits newfirepix and fireline are back up

for some reason lf_perimeter is not being copied over to be ingested into VEDA 🤔 (working on that now)