Xyz Spaces Python Versions Save

Manage your XYZ Hub or HERE Data Hub spaces from Python.

v0.7.2

2 years ago
  • Made geopandas, turfpy, geobuf as optional dependencies of the xyzspaces

v0.7.1

2 years ago
  • Fixed minor issues.

v0.7.0

2 years ago
  • Added Interactive Map Layers support

v0.6.0

2 years ago
  • 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)

0.5.0

3 years ago

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)

0.4.0

3 years ago

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.

0.3.2

3 years ago

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

3 years ago
  • Updated README.md
  • Updated link to PyPI repo
  • Added badges

0.3

3 years ago

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