Skip to content

Commit 19f166d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4e88391 commit 19f166d

103 files changed

Lines changed: 100 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gpm/accessor/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This directory defines GPM-API xarray accessors."""
28+
2829
from .methods import GPM_DataArray_Accessor, GPM_Dataset_Accessor
2930

3031
__all__ = ["GPM_DataArray_Accessor", "GPM_Dataset_Accessor"]

gpm/accessor/methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This module defines GPM-API xarray accessors."""
28+
2829
import functools
2930
import importlib
3031
import inspect

gpm/bucket/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This directory defines the GPM-API geographic binning toolbox."""
28+
2829
import importlib
2930

3031
if not importlib.util.find_spec("pyarrow"):

gpm/bucket/analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This module contains functions to analysis bucket archives."""
28+
2829
import datetime
2930

3031
import numpy as np

gpm/bucket/dataframe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This module implements manipulation wrappers for multiple DataFrame classes."""
28+
2829
import dask.dataframe as dd
2930
import numpy as np
3031
import pandas as pd

gpm/bucket/io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This module provide utilities to search GPM Geographic Buckets files."""
28+
2829
import importlib
2930
import os
3031

gpm/bucket/partitioning.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This module implements Spatial Partitioning classes."""
28+
2829
import os
2930
from functools import reduce, wraps
3031

gpm/bucket/readers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This module provide utilities to read GPM Geographic Buckets Apache Parquet files."""
28+
2829
import inspect
2930
import os
3031

gpm/bucket/routines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This module provides the routines for the creation of GPM Geographic Buckets."""
28+
2829
import os
2930

3031
import dask

gpm/bucket/writers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# -----------------------------------------------------------------------------.
2727
"""This module provide to write a GPM Geographic Bucket Apache Parquet Dataset."""
28+
2829
import math
2930
import os
3031

0 commit comments

Comments
 (0)