Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Feb 27, 2023
1 parent 684c738 commit 2d45873
Show file tree
Hide file tree
Showing 17 changed files with 1,653 additions and 751 deletions.
Binary file modified __pycache__/map_features.cpython-310.pyc
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/.doctrees/interactive_dwrs.doctree
Binary file not shown.
2 changes: 2 additions & 0 deletions _build/html/India-Shapefiles/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
const thebe_selector_output = ".output, .cell_output"
</script>
<script async="async" src="../_static/sphinx-thebe.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.20.0/dist/embed-amd.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
Binary file modified _build/html/_images/interactive_dwrs_13_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions _build/html/_sources/interactive_dwrs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -704,16 +704,6 @@
"display(plot)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e51700af-75c6-4cc2-8228-fbc8a0ab2272",
"metadata": {},
"outputs": [],
"source": [
"plot."
]
},
{
"cell_type": "code",
"execution_count": 7,
Expand Down
2 changes: 2 additions & 0 deletions _build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
const thebe_selector_output = ".output, .cell_output"
</script>
<script async="async" src="_static/sphinx-thebe.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.20.0/dist/embed-amd.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
2 changes: 2 additions & 0 deletions _build/html/imd_dwrs_2022.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
const thebe_selector_output = ".output, .cell_output"
</script>
<script async="async" src="_static/sphinx-thebe.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.20.0/dist/embed-amd.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Visualization" href="interactive_dwrs.html" />
Expand Down
709 changes: 351 additions & 358 deletions _build/html/interactive_dwrs.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _build/html/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
const thebe_selector_output = ".output, .cell_output"
</script>
<script async="async" src="_static/sphinx-thebe.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.20.0/dist/embed-amd.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="IMD Radar Network 2023" href="introduction.html" />
Expand Down
2 changes: 2 additions & 0 deletions _build/html/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
const thebe_selector_output = ".output, .cell_output"
</script>
<script async="async" src="_static/sphinx-thebe.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.20.0/dist/embed-amd.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Data Preparation" href="imd_dwrs_2022.html" />
Expand Down
2 changes: 2 additions & 0 deletions _build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
const thebe_selector_output = ".output, .cell_output"
</script>
<script async="async" src="_static/sphinx-thebe.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.20.0/dist/embed-amd.js"></script>
<script src="_static/searchtools.js"></script>
<script src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

1,655 changes: 1,289 additions & 366 deletions _build/jupyter_execute/interactive_dwrs.ipynb

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions _build/jupyter_execute/interactive_dwrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ def draw_circle_on_map(df):
# In[7]:


plot.


# In[7]:


import urllib.request
url = "https://raw.githubusercontent.com/syedhamidali/test_scripts/master/map_features.py"
urllib.request.urlretrieve(url, "map_features.py")
Expand Down
Binary file modified _build/jupyter_execute/interactive_dwrs_13_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions interactive_dwrs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -704,16 +704,6 @@
"display(plot)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e51700af-75c6-4cc2-8228-fbc8a0ab2272",
"metadata": {},
"outputs": [],
"source": [
"plot."
]
},
{
"cell_type": "code",
"execution_count": 7,
Expand Down

0 comments on commit 2d45873

Please sign in to comment.