📝 Pull Request Guidelines#
Branching: Create a new branch for your changes (
git checkout -b feature/add-mydata).Coding Style: Refer to our Community Compass policy on Software Quality.
Follow PEP 8 guidelines.
Use type hints where possible.
Use
fetchez.spatialhelpers for region parsing; avoid manual coordinate unpacking.Use
logginginstead ofprint.
Documentation: Update the docstrings in your code. If you added a new module, ensure it has a class-level docstring describing the data source.
Commit Messages: Write clear, concise commit messages (e.g., “Add support for MyData API”).
Pull Request: Make a pull request to merge your branch into main.