CHANGELOG

xyzspaces 0.7.1 (2021-08-10)

  • Fixed minor issues

xyzspaces 0.7.0 (2021-08-10)

  • Features

    • Added support for Interactive Map Layers. (#117)

xyzspaces 0.6.0 (2021-06-17)

  • Features

    • Added support custom base URL of Data Hub APIs for self-hosted Data Hub. (#113)

    • Added support for launch datahub space invader. (commit)

    • Fixed feature_id gettting skipped from GeoPandas data.(commit)

xyzspaces 0.5.0 (2021-02-01)

  • Features

    • Added functionality to clone Space. (#93)

    • Handle HTTP 429 responses with backoff package. (#95)

    • support the new force2D parameter for all the APIs used to read features. (#96)

    • Add support for new mode and vizSampling params in HubApi.get_space_tile. (#101)

  • Documentation

    • Start collecting/documenting architecture decision records (ADRs). (#90)

    • Add support for executable code in Sphinx documentation. (#99)

  • Misc

    • Migrated CI from Travis to GitHub Actions. (#111)

xyzspaces 0.4.0 (2020-09-18)

  • Features

    • Added feature to upload data from kml file to the space.(#49)

    • Added limit param to method iter_feature to control numer of features to iterate in single call.(#52)

    • Fixed encoding and projections issue for shapefile upload.(#54)

    • Enabled property search while searching features in bounding box.(#56)

    • Added feature to upload data from geobuff file to the space.(#57)

    • Remove duplicate features for spatial_search_geometry with division(#58)

    • Enabled property search while searching features in tile.(#61)

    • Remove duplicate features while add to space using add_features and also added a mutation parameter to mutate input features or not.(#64)

    • description is optional when creating the space.(#68)

    • Added feature to upload data from Geopandas Dataframe file to the space.(#71)

    • Enabled reading space data as Geopandas Dataframe.(#72)

    • Improved performance of CSV upload.(#77)

    • Improvement in the performance of add_features_geojson.(#79)

    • Changes to convert shape file with projection of different type to EPSG:4326.(#83)

  • Documentation

    • New notebook illustrating spatial search on MS US building footprints dataset.(#62)

xyzspaces 0.3.2 (2020-08-19)

  • Features

    • Added feature to upload data from shapefile to the space.(#40)

    • Added feature to upload data from WKT file to the space.(#41)

    • Added feature to upload data from gpx file to the space.(#42)

    • Optimized the spatial search to search features from large geometries.(#44)

  • Misc

    • Added Binder support to the repository.(#28)

    • Added clientId in query params of the Hub API requests.(#36)

    • Updated __version__ attribute now it can be used as from xyzspaces import __version__.(#38)

xyzspaces 0.3.1 (2020-07-24)

  • Misc

    • Minor changes to README.(0.3.1)

xyzspaces 0.3.0 (2020-07-24)

  • Misc

    • First public release.(0.3.0)