Skip to content

Commit

Permalink
Python docstrings are added.
Browse files Browse the repository at this point in the history
  • Loading branch information
makyol committed Jul 14, 2024
1 parent 18d2c80 commit 0607dca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions landusemix/indices.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
This module contains a class that calculates land use mix indices.
"""
import math

class LandUseMixIndices:
Expand Down
4 changes: 3 additions & 1 deletion landusemix/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

"""
Utility functions for reading and loading data files.
"""
import json
import pandas as pd
import geopandas as gpd
Expand Down

0 comments on commit 0607dca

Please sign in to comment.