@@ -4,6 +4,43 @@ Do not edit this file manually! It is updated from manually written text fragmen
44in the [ changes] ( https://github.com/heremaps/xyz-spaces-python/tree/master/changes )
55directory of this repository!
66
7+ ## xyzspaces 0.4.0 (2020-09-18)
8+
9+ - Features
10+ - Added feature to upload data from ` kml ` file to the space.
11+ ([ #49 ] ( https://github.com/heremaps/xyz-spaces-python/pull/49 ) )
12+ - Added ` limit ` param to method ` iter_feature ` to control numer of features to
13+ iterate in single call.
14+ ([ #52 ] ( https://github.com/heremaps/xyz-spaces-python/pull/52 ) )
15+ - Fixed encoding and projections issue for ` shapefile ` upload.
16+ ([ #54 ] ( https://github.com/heremaps/xyz-spaces-python/pull/54 ) )
17+ - Enabled property search while searching features in bounding box.
18+ ([ #56 ] ( https://github.com/heremaps/xyz-spaces-python/pull/56 ) )
19+ - Added feature to upload data from ` geobuff ` file to the space.
20+ ([ #57 ] ( https://github.com/heremaps/xyz-spaces-python/pull/57 ) )
21+ - Remove duplicate features for ` spatial_search_geometry ` with division
22+ ([ #58 ] ( https://github.com/heremaps/xyz-spaces-python/pull/58 ) )
23+ - Enabled property search while searching features in tile.
24+ ([ #61 ] ( https://github.com/heremaps/xyz-spaces-python/pull/61 ) )
25+ - Remove duplicate features while add to space using ` add_features ` and also
26+ added a ` mutation ` parameter to mutate input features or not.
27+ ([ #64 ] ( https://github.com/heremaps/xyz-spaces-python/pull/64 ) )
28+ - ` description ` is optional when creating the space.
29+ ([ #68 ] ( https://github.com/heremaps/xyz-spaces-python/pull/68 ) )
30+ - Added feature to upload data from ` Geopandas Dataframe ` file to the space.
31+ ([ #71 ] ( https://github.com/heremaps/xyz-spaces-python/pull/71 ) )
32+ - Enabled reading space data as Geopandas Dataframe.
33+ ([ #72 ] ( https://github.com/heremaps/xyz-spaces-python/pull/72 ) )
34+ - Improved performance of CSV upload.
35+ ([ #77 ] ( https://github.com/heremaps/xyz-spaces-python/pull/77 ) )
36+ - Improvement in the performance of ` add_features_geojson `
37+ ([ #79 ] ( https://github.com/heremaps/xyz-spaces-python/pull/79 ) )
38+ - Changes to convert shape file with projection of different type to EPSG:4326
39+ ([ #83 ] ( https://github.com/heremaps/xyz-spaces-python/pull/83 ) )
40+ - Documentation
41+ - New notebook illustrating spatial search on MS US building footprints dataset.
42+ ([ #62 ] ( https://github.com/heremaps/xyz-spaces-python/pull/62 ) )
43+
744## xyzspaces 0.3.2 (2020-08-19)
845
946- Features
0 commit comments