specklia 1.9.112__py3-none-any.whl → 1.9.116__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.
specklia/client.py CHANGED
@@ -683,7 +683,7 @@ class Specklia:
683
683
  for column in datasets_df.columns:
684
684
  if "timestamp" in column:
685
685
  datasets_df[column] = datasets_df[column].apply(
686
- lambda x: parser.parse(x, ignoretz=True) if x is not None else None
686
+ lambda x: parser.parse(x, ignoretz=True) if isinstance(x, str) else None
687
687
  )
688
688
  if column == "epsg4326_coverage":
689
689
  datasets_df[column] = gpd.GeoSeries(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: specklia
3
- Version: 1.9.112
3
+ Version: 1.9.116
4
4
  Summary: Python client for Specklia, a geospatial point cloud database by Earthwave.
5
5
  Home-page: https://specklia.earthwave.co.uk/
6
6
  Author: Earthwave Ltd
@@ -1,10 +1,10 @@
1
1
  specklia/__init__.py,sha256=ePVHqq642NocoE8tS0cNTd0B5wJdUB7r3y815oQXD6A,51
2
2
  specklia/chunked_transfer.py,sha256=pTm-x5Vwy9YtVTXcV7i0cYAo1LaSA_3qr1Of16R1u40,7732
3
- specklia/client.py,sha256=oHL0-MbKoj9qMBKZOii_xEkby-RPPSjoZkPK6peNk3Q,40828
3
+ specklia/client.py,sha256=g39YillmDngVZnnDc-K8c1Q929gYpmkaswRx7f50jOQ,40833
4
4
  specklia/internal_admin_client.py,sha256=w3OyXjlWPivgd5lOmnISc6B6rjLbkGoRtmd2kO7lelA,2127
5
5
  specklia/utilities.py,sha256=AjgDOM_UTDCY1QTb0yv83qXVuLSwi_CDKGs0vWen1oM,5087
6
- specklia-1.9.112.dist-info/LICENCE,sha256=kjWTA-TtT_rJtsWuAgWvesvu01BytVXgt_uCbeQgjOg,1061
7
- specklia-1.9.112.dist-info/METADATA,sha256=_nCFLs8zN_v824QoqtCVzEnxQbLHEh-xOdlDdpuOW3c,3083
8
- specklia-1.9.112.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
- specklia-1.9.112.dist-info/top_level.txt,sha256=XgU53UpAJbqEni5EjJaPdQPYuNx16Geg2I5A9lo1BQw,9
10
- specklia-1.9.112.dist-info/RECORD,,
6
+ specklia-1.9.116.dist-info/LICENCE,sha256=kjWTA-TtT_rJtsWuAgWvesvu01BytVXgt_uCbeQgjOg,1061
7
+ specklia-1.9.116.dist-info/METADATA,sha256=HzfgFqLYa-jTOWtHTLY-6oCOhCMylWbstn9u2rMkAOw,3083
8
+ specklia-1.9.116.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
+ specklia-1.9.116.dist-info/top_level.txt,sha256=XgU53UpAJbqEni5EjJaPdQPYuNx16Geg2I5A9lo1BQw,9
10
+ specklia-1.9.116.dist-info/RECORD,,