-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# chla module | ||
|
||
::: hypercoast.chla |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import torch | ||
import torch.nn as nn | ||
import numpy as np | ||
from torch.utils.data import DataLoader, TensorDataset, random_split | ||
import torch.nn.functional as F | ||
from sklearn.preprocessing import MinMaxScaler, StandardScaler | ||
import matplotlib.pyplot as plt | ||
import seaborn as sns | ||
import os | ||
import scipy.io | ||
import pandas as pd | ||
import netCDF4 as nc | ||
import rasterio | ||
from rasterio.transform import from_origin | ||
from rasterio.warp import reproject, Resampling | ||
from scipy.interpolate import griddata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters