Skip to content

Releases: heremaps/xyz-spaces-python

0.7.2

18 Aug 10:49
Compare
Choose a tag to compare
  • Made geopandas, turfpy, geobuf as optional dependencies of the xyzspaces

0.7.1

10 Aug 14:31
Compare
Choose a tag to compare
  • Fixed minor issues.

0.7.0

10 Aug 11:57
Compare
Choose a tag to compare
  • Added Interactive Map Layers support

xyzspaces 0.6.0 (2021-06-17)

17 Jun 08:06
Compare
Choose a tag to compare
  • 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)

01 Feb 08:27
Compare
Choose a tag to compare

Features

  • Added functionality to clone Space. (#93)
  • Added support for the new force2D parameter for all the APIs used to read features. (#96)
  • Added support for new mode and vizSampling params in HubApi.get_space_tile. (#101)

xyzspaces 0.4.0 (2020-09-18)

18 Sep 09:22
Compare
Choose a tag to compare

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.

xyzspaces 0.3.2 (2020-08-19)

19 Aug 07:40
Compare
Choose a tag to compare

Features

Upload Enhancements:

  • Supporting upload via shapefile to space. (#40)
  • Supporting upload via WKT file to space. (#41)
  • Supporting upload via gpx file to space. (#42)

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

Misc

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

0.3.1

24 Jul 14:28
Compare
Choose a tag to compare
  • Updated README.md
  • Updated link to PyPI repo
  • Added badges

Initial release

24 Jul 12:21
Compare
Choose a tag to compare

Initial release of xyzspaces, manage your XYZ Hub server or HERE Data Hub from Python.