Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,21 @@ Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

## Project Contributors

This project is maintained and contributed to by:

- Athul Sasidharan — athulchira@gmail.com
- Prabuddha Tamhane — prabuddha.tamhane@gmail.com
- Shrabanti Bala Joya — shrabantibala1502@gmail.com
- Shreya Kakachery — shreyakakachery@gmail.com

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the project maintainers via
**example@student.ubc.ca**.
- **athulchira@gmail.com**
- **prabuddha.tamhane@gmail.com**

All complaints will be reviewed and investigated promptly and fairly. If the
incident involves a member of the project team, that individual will recuse
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ quarto preview
- Shrabanti Bala Joya
- Shreya Kakachery

## How to cite

If you use this package in coursework, reports, or research, please cite the GitHub repository:

Geospatial Toolkit contributors. (2026). *geospatial_toolkit* (Version 3.0.0) [Software]. GitHub. https://github.com/UBC-MDS/geospatial-toolkit

## Copyright

- Copyright © 2026 Athul, Bala, Prabuddha, Shreya.
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ version = "0.1.0"

description = "Python package for geospatial functions."
authors = [
{ name = "Athul, Bala, Prabuddha, Shreya", email = "prabuddha.tamhane@gmail.com" },
{ name = "Athul Sasidharan", email = "athulchira@gmail.com" },
{ name = "Prabuddha Tamhane", email = "prabuddha.tamhane@gmail.com" },
{ name = "Shrabanti Bala Joya", email = "shrabantibala1502@gmail.com" },
{ name = "Shreya Kakachery", email = "shreyakakachery@gmail.com" },
]
license = "MIT"
requires-python = ">= 3.10" # Adjust based on the minimum version of Python that you support
Expand Down
Loading