-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/NREL/mappymatch
- Loading branch information
Showing
92 changed files
with
5,918 additions
and
5,380 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
repos: | ||
- repo: https://github.com/psf/black | ||
rev: 22.10.0 | ||
hooks: | ||
- id: black | ||
args: [--config, pyproject.toml] | ||
- repo: https://github.com/charliermarsh/ruff-pre-commit | ||
rev: v0.0.188 | ||
hooks: | ||
- id: ruff | ||
|
||
repos: | ||
- repo: https://github.com/charliermarsh/ruff-pre-commit | ||
rev: v0.8.0 | ||
hooks: | ||
- id: ruff | ||
- id: ruff-format | ||
|
||
- repo: https://github.com/pre-commit/mirrors-mypy | ||
rev: "v1.13.0" | ||
hooks: | ||
- id: mypy | ||
additional_dependencies: | ||
[matplotlib, pandas-stubs, pytest, types-requests] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Contributing to mappymatch | ||
|
||
Thank you for considering contributing to mappymatch. | ||
This document provides a high-level overview of how you can get involved. | ||
|
||
## Asking Questions | ||
|
||
Have a question? Rather than opening an issue directly, please ask questions | ||
or post comments in [Q&A Discussions](https://github.com/NREL/mappymatch/discussions/categories/q-a). | ||
The NREL team or other members of the community will assist. Your well-worded | ||
question will serve as a resource to others searching for help. | ||
|
||
## Providing Feedback | ||
|
||
Your comments and feedback are very welcome. Please post to | ||
[General Discussions](https://github.com/NREL/mappymatch/discussions/categories/general) | ||
with lots of information and detail. It is beneficial to consider | ||
how someone else will understand your comments in order to make | ||
them most effective. | ||
|
||
## Reporting Issues | ||
|
||
Have you identified a reproducible problem in mappymatch? | ||
Have a feature request? We want to hear about it! Here's how you can make | ||
reporting your issue as effective as possible. | ||
|
||
### Look For an Existing Issue | ||
|
||
Before you create a new issue, please do a search in | ||
[open issues](https://github.com/NREL/mappymatch/issues) to see if | ||
the issue or feature request has already been filed. | ||
|
||
If you find your issue already exists, make relevant comments and add your | ||
[reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). | ||
Use a reaction in place of a "+1" comment: | ||
|
||
- 👍 - upvote | ||
- 👎 - downvote | ||
|
||
If you cannot find an existing issue that describes your bug or feature, | ||
create a new issue using the guidelines below. | ||
|
||
### Writing Good Bug Reports and Feature Requests | ||
|
||
File a single issue per problem and feature request. Do not enumerate | ||
multiple bugs or feature requests in the same issue. | ||
|
||
Do not add your issue as a comment to an existing issue unless it's for the | ||
identical input. Many issues look similar, but have different causes. | ||
|
||
The more information you can provide, the more likely someone will | ||
be successful at reproducing the issue and finding a fix. | ||
|
||
Please follow the issue template guidelines to include relevant information | ||
that will help in diagnosing the problem. | ||
|
||
### Final Checklist | ||
|
||
Please remember to do the following: | ||
|
||
- [ ] Search the issue repository to ensure your report is a new issue | ||
|
||
- [ ] Recreate the issue with a minimally descriptive example | ||
|
||
- [ ] Simplify your code around the issue to better isolate the problem | ||
|
||
## Contributing Fixes | ||
|
||
If you are interested in writing code to fix an issue or | ||
submit a new feature, let us know in | ||
[Ideas Discussions](https://github.com/NREL/mappymatch/discussions/categories/ideas)! |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mappymatch.constructs.coordinate | ||
================================ | ||
|
||
.. automodule:: mappymatch.constructs.coordinate | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Coordinate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mappymatch.constructs.geofence | ||
============================== | ||
|
||
.. automodule:: mappymatch.constructs.geofence | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Geofence | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mappymatch.constructs.match | ||
=========================== | ||
|
||
.. automodule:: mappymatch.constructs.match | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Match | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
mappymatch.constructs.road | ||
========================== | ||
|
||
.. automodule:: mappymatch.constructs.road | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Road | ||
RoadId | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
mappymatch.constructs | ||
===================== | ||
|
||
.. automodule:: mappymatch.constructs | ||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
coordinate | ||
geofence | ||
match | ||
road | ||
trace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mappymatch.constructs.trace | ||
=========================== | ||
|
||
.. automodule:: mappymatch.constructs.trace | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Trace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mappymatch.maps.igraph.igraph\_map | ||
================================== | ||
|
||
.. automodule:: mappymatch.maps.igraph.igraph_map | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
IGraphMap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
mappymatch.maps.igraph | ||
====================== | ||
|
||
.. automodule:: mappymatch.maps.igraph | ||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
igraph_map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mappymatch.maps.map\_interface | ||
============================== | ||
|
||
.. automodule:: mappymatch.maps.map_interface | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
MapInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mappymatch.maps.nx.nx\_map | ||
========================== | ||
|
||
.. automodule:: mappymatch.maps.nx.nx_map | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
NxMap | ||
|
Oops, something went wrong.