π 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 less we lose the attached Region attributes, such as itβs SRS.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 and all associated
meta_tags in itβs class definition.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.