Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOry committed Sep 17, 2020
2 parents 7b445c1 + 62819d1 commit d3057b0
Show file tree
Hide file tree
Showing 10 changed files with 188 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Description of problem"
labels: bug
assignees: ''

---

## Describe the bug
A clear and concise description of what the bug is or the error code you got. e.g.
```python
KeyError: 'Passing list-likes to .loc or [] with any missing labels is no longer supported, see https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#deprecate-loc-reindex-listlike'
```

## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Failing tests
- [ ] No applicable test failed, need to create.
- [ ]

### Triggering line of code


### Thoughts on resolution

### Full stack trace


### Environment

Operating system:
Context (conda, jupyter, etc):
Environment (e.g. output from `conda list`):
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees: ''

---

### User Story
*As a ...insert type of user... I'd like to ...insert desired feature or behavior...*

### Priority

### Level of Effort

### Resolution Ideas

### Project
*Is there a funder or project associated with this feature?*

### Who should be involved?
Implementer:
Commenters:
Users:
Reviewers:

### Risk
*Will this potentially break anything?*

#### Tests
*What are relevant tests or what tests need to be created in order to determine that this issue is complete?*
1 change: 1 addition & 0 deletions metcouncil_data/area_type/downtownzones_TAZ.cpg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UTF-8
Binary file added metcouncil_data/area_type/downtownzones_TAZ.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions metcouncil_data/area_type/downtownzones_TAZ.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["NAD_1983_UTM_Zone_15N",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-93.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]
Binary file added metcouncil_data/area_type/downtownzones_TAZ.sbn
Binary file not shown.
Binary file added metcouncil_data/area_type/downtownzones_TAZ.sbx
Binary file not shown.
Binary file added metcouncil_data/area_type/downtownzones_TAZ.shp
Binary file not shown.
115 changes: 115 additions & 0 deletions metcouncil_data/area_type/downtownzones_TAZ.shp.xml

Large diffs are not rendered by default.

Binary file added metcouncil_data/area_type/downtownzones_TAZ.shx
Binary file not shown.

0 comments on commit d3057b0

Please sign in to comment.