Skip to content

Commit 41d8aca

Browse files
Merge pull request #14 from supathdhitalGEO/main
added FIM generatio module using USGS gauge data, added automation of GeoGLOWS streamflow retrival
2 parents 079eb79 + 3d00e2f commit 41d8aca

21 files changed

+797
-555
lines changed

.DS_Store

-6 KB
Binary file not shown.

GeoGLOWS/GeoGLOWS.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": 2,
66
"id": "4f8cad8a",
77
"metadata": {},
88
"outputs": [],
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 8,
21+
"execution_count": 3,
2222
"id": "5cda56c6",
2323
"metadata": {},
2424
"outputs": [],
@@ -44,7 +44,7 @@
4444
},
4545
{
4646
"cell_type": "code",
47-
"execution_count": 9,
47+
"execution_count": 4,
4848
"id": "cf622efb",
4949
"metadata": {},
5050
"outputs": [],
@@ -101,21 +101,21 @@
101101
},
102102
{
103103
"cell_type": "code",
104-
"execution_count": 10,
104+
"execution_count": 5,
105105
"id": "e4515e36",
106106
"metadata": {},
107107
"outputs": [
108108
{
109109
"name": "stderr",
110110
"output_type": "stream",
111111
"text": [
112-
"/var/folders/3g/sycd83_j0fb1l3sf8r5n5j000000gn/T/ipykernel_2243/122790853.py:29: SettingWithCopyWarning: \n",
112+
"/var/folders/3g/sycd83_j0fb1l3sf8r5n5j000000gn/T/ipykernel_5428/122790853.py:29: SettingWithCopyWarning: \n",
113113
"A value is trying to be set on a copy of a slice from a DataFrame.\n",
114114
"Try using .loc[row_indexer,col_indexer] = value instead\n",
115115
"\n",
116116
"See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
117117
" filtered_df['feature_id'] = filtered_df['rivid'].map(linkno_to_featureid)\n",
118-
"/var/folders/3g/sycd83_j0fb1l3sf8r5n5j000000gn/T/ipykernel_2243/122790853.py:32: SettingWithCopyWarning: \n",
118+
"/var/folders/3g/sycd83_j0fb1l3sf8r5n5j000000gn/T/ipykernel_5428/122790853.py:32: SettingWithCopyWarning: \n",
119119
"A value is trying to be set on a copy of a slice from a DataFrame\n",
120120
"\n",
121121
"See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
@@ -130,7 +130,7 @@
130130
],
131131
"metadata": {
132132
"kernelspec": {
133-
"display_name": "OWPHANDFIM",
133+
"display_name": "fimserve",
134134
"language": "python",
135135
"name": "python3"
136136
},
@@ -144,7 +144,7 @@
144144
"name": "python",
145145
"nbconvert_exporter": "python",
146146
"pygments_lexer": "ipython3",
147-
"version": "3.10.14"
147+
"version": "3.10.0"
148148
}
149149
},
150150
"nbformat": 4,

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Version](https://img.shields.io/github/v/release/sdmlua/FIMserv)](https://github.com/sdmlua/FIMserv/releases)
55
[![Issues](https://img.shields.io/github/issues/sdmlua/FIMserv)](https://github.com/sdmlua/FIMserv/issues)
66
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://opensource.org/licenses/GPL-3.0)
7-
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fsdmlua%2FFIMserv&count_bg=%231A93AE&title_bg=%23E48A8A&icon=clyp.svg&icon_color=%23E7E7E7&title=Views&edge_flat=false)](https://hits.seeyoufarm.com)
87
[![PyPI version](https://badge.fury.io/py/fimserve.svg?icon=si%3Apython)](https://badge.fury.io/py/fimserve)
98
[![PyPI Downloads](https://static.pepy.tech/badge/fimserve)](https://pepy.tech/projects/fimserve)
109
[![Publish Status](https://github.com/sdmlua/FIMserv/actions/workflows/python-publish.yml/badge.svg)](https://github.com/sdmlua/FIMserv/actions/workflows/python-publish.yml)

dist/fimserve-0.1.75-py3-none-any.whl

38.1 KB
Binary file not shown.

dist/fimserve-0.1.75.tar.gz

35 KB
Binary file not shown.

dist/fimserve-0.1.76-py3-none-any.whl

41.3 KB
Binary file not shown.

dist/fimserve-0.1.76.tar.gz

36.8 KB
Binary file not shown.

docs/source/conf.py

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,27 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = 'FIMserv'
21-
copyright = '2025, Surface Dynamics Modeling Lab (SDML)'
22-
author = 'Surface Dynamics Modeling Lab (SDML)'
20+
project = "FIMserv"
21+
copyright = "2025, Surface Dynamics Modeling Lab (SDML)"
22+
author = "Surface Dynamics Modeling Lab (SDML)"
2323

2424

2525
# -- General configuration ---------------------------------------------------
2626

2727
# Add any Sphinx extension module names here, as strings. They can be
2828
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2929
# ones.
30-
extensions = [
31-
]
30+
extensions = []
3231

3332
# Add any paths that contain templates here, relative to this directory.
34-
templates_path = ['_templates']
33+
templates_path = ["_templates"]
3534

3635
# The language for content autogenerated by Sphinx. Refer to documentation
3736
# for a list of supported languages.
3837
#
3938
# This is also used if you do content translation via gettext catalogs.
4039
# Usually you set "language" from the command line for these cases.
41-
language = 'python'
40+
language = "python"
4241

4342
# List of patterns, relative to source directory, that match files and
4443
# directories to ignore when looking for source files.
@@ -51,19 +50,17 @@
5150
# The theme to use for HTML and HTML Help pages. See the documentation for
5251
# a list of builtin themes.
5352
#
54-
html_theme = 'alabaster'
53+
html_theme = "alabaster"
5554

5655
# Add any paths that contain custom static files (such as style sheets) here,
5756
# relative to this directory. They are copied after the builtin static files,
5857
# so a file named "default.css" will overwrite the builtin "default.css".
59-
html_static_path = ['_static']
58+
html_static_path = ["_static"]
6059

6160
# Remove the "Powered by Sphinx" footer
6261
html_show_sphinx = False
6362

6463
# Customize the copyright footer
65-
html_theme_options = {
66-
"footer_text": "© 2025, Surface Dynamics Modeling Lab (SDML)."
67-
}
64+
html_theme_options = {"footer_text": "© 2025, Surface Dynamics Modeling Lab (SDML)."}
6865
# Remove "Page source" link from the footer
6966
html_show_sourcelink = False

0 commit comments

Comments
 (0)