File: feature_request.md

package info (click to toggle)
python-geopandas 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,748 kB
  • sloc: python: 26,450; makefile: 147; sh: 25
file content (34 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---

name: Feature Request
about: Suggest an idea for geopandas
title: "ENH:"
labels: "enhancement"

---

#### Is your feature request related to a problem?

[this should provide a description of what the problem is, e.g. "I wish I could use geopandas to do [...]"]

#### Describe the solution you'd like

[this should provide a description of the feature request, e.g. "`GeoDataFrame.foo` should get a new parameter `bar` that [...]", try to write a docstring for the desired feature]

#### API breaking implications

[this should provide a description of how this feature will affect the API]

#### Describe alternatives you've considered

[this should provide a description of any alternative solutions or features you've considered]

#### Additional context

[add any other context, code examples, or references to existing implementations about the feature request here]

```python
# Your code here, if applicable

```