CHANGELOG¶
xyzspaces 0.7.1 (2021-08-10)¶
Fixed minor issues
xyzspaces 0.6.0 (2021-06-17)¶
xyzspaces 0.5.0 (2021-02-01)¶
Features
Documentation
Misc
Migrated CI from Travis to GitHub Actions. (#111)
xyzspaces 0.4.0 (2020-09-18)¶
Features
Added feature to upload data from
kmlfile to the space.(#49)Added
limitparam to methoditer_featureto control numer of features to iterate in single call.(#52)Fixed encoding and projections issue for
shapefileupload.(#54)Enabled property search while searching features in bounding box.(#56)
Added feature to upload data from
geobufffile to the space.(#57)Remove duplicate features for
spatial_search_geometrywith division(#58)Enabled property search while searching features in tile.(#61)
Remove duplicate features while add to space using
add_featuresand also added amutationparameter to mutate input features or not.(#64)descriptionis optional when creating the space.(#68)Added feature to upload data from
Geopandas Dataframefile 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
Misc