Skip to content

Commit

Permalink
remove geojson from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhillier committed Feb 7, 2025
1 parent 70e411b commit c07d18c
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions planet/sync/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,41 +145,6 @@ def add_items(self,
Example:
```
feature = {
"type": "Feature",
"geometry": {
"coordinates": [
[
[
7.05322265625,
46.81509864599243
],
[
7.580566406250001,
46.81509864599243
],
[
7.580566406250001,
47.17477833929903
],
[
7.05322265625,
47.17477833929903
],
[
7.05322265625,
46.81509864599243
]
]
],
"type": "Polygon"
},
"properties": {
"id": "feature-1",
"title": "Feature 1",
"description": "Test feature"
}
}
new_features = pl.features.add_items(
collection_id="my-collection",
feature=feature,
Expand Down

0 comments on commit c07d18c

Please sign in to comment.