Skip to content

xyzspaces 0.4.0 (2020-09-18)

Compare
Choose a tag to compare
@sackh sackh released this 18 Sep 09:22
· 120 commits to master since this release

Features

  • Upload data from kml and geobuff files to space.
  • Upload Geopandas Dataframe to space and read space data as Geopandas Dataframe.
  • Enabled property search while searching features in the bounding box.
  • Enabled property search while searching features in tile.
  • Improved performance of CSV and GeoJSON files upload.
  • Enabled conversion of original projection of shapefile to EPSG:4326.
  • New notebook illustrating spatial search on Microsoft US building footprints dataset.

Fixes:

  • Fixed encoding and projections issue for shapefile upload.
  • Fixed duplicate features for spatial_search_geometry with the division.
  • Fixed upload of duplicate features while uploading to space using add_features.
  • Madedescription param optional when creating the space.
  • Added limit param to method iter_feature of Space class to control the number of features to iterate in a single
    call.