Skip to content

Commit

Permalink
Merge branch 'upload_features_changes'
Browse files Browse the repository at this point in the history
  • Loading branch information
omanges committed Sep 1, 2020
2 parents c11846c + 73faa03 commit 52c7e58
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# XYZ Spaces for Python

[![Documentation Status](https://readthedocs.org/projects/xyz-spaces-python/badge/?version=latest)](https://xyz-spaces-python.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.com/heremaps/xyz-spaces-python.svg?branch=master)](https://travis-ci.com/github/heremaps/xyz-spaces-python)
[![PyPI](https://img.shields.io/pypi/v/xyzspaces)](https://pypi.org/project/xyzspaces/)
[![PyPI - Status](https://img.shields.io/pypi/status/xyzspaces)](https://pypi.org/project/xyzspaces/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xyzspaces)](https://pypi.org/project/xyzspaces/)
[![PyPI](https://img.shields.io/pypi/v/xyzspaces)](https://pypi.org/project/xyzspaces/)
[![Downloads](https://pepy.tech/badge/xyzspaces)](https://pepy.tech/project/xyzspaces)
[![Documentation Status](https://readthedocs.org/projects/xyz-spaces-python/badge/?version=latest)](https://xyz-spaces-python.readthedocs.io/en/latest/?badge=latest)
[![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/xyzspaces)](https://anaconda.org/conda-forge/xyzspaces)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/xyzspaces)](https://anaconda.org/conda-forge/xyzspaces)
[![PyPI - License](https://img.shields.io/pypi/l/xyzspaces)](https://pypi.org/project/xyzspaces/)
[![LGTM alerts](https://img.shields.io/lgtm/alerts/g/heremaps/xyz-spaces-python.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/heremaps/xyz-spaces-python/alerts/)
[![LGTM context](https://img.shields.io/lgtm/grade/python/g/heremaps/xyz-spaces-python.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/heremaps/xyz-spaces-python/context:python)
Expand Down
1 change: 1 addition & 0 deletions changes/features/pr.64.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove duplicate features while add to space using `add_features` and also added a `mutation` parameter to mutate input features or not.
1 change: 1 addition & 0 deletions changes/misc/pr.65.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Released v0.3.2 on Anaconda [conda-forge](https://anaconda.org/conda-forge/xyzspaces) channel.
3 changes: 2 additions & 1 deletion xyzspaces/spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,8 @@ def add_features(
:param id_properties: List of properties name from which id to be generated
if id does not exists for a feature.
:param mutate: If True will update the existing features object passed,
(significant performance increase if False)
this will prevent making copy of the features object which
may help to improving performance.
:return: A GeoJSON representing a feature collection.
"""

Expand Down

0 comments on commit 52c7e58

Please sign in to comment.