Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
NOCSurfaceProcesses
GeoSpatialTools
Commits
4cd77c10
Commit
4cd77c10
authored
1 month ago
by
Joseph Siddons
Browse files
Options
Download
Plain Diff
Merge branch 'v0-11-0' into 'main'
v0.11.0 See merge request
!20
parents
2fa000a1
06c6f247
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
3 deletions
+39
-3
docs/Documentation.pdf
docs/Documentation.pdf
+0
-0
docs/Documentation.tex
docs/Documentation.tex
+37
-1
docs/conf.py
docs/conf.py
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
docs/Documentation.pdf
View file @
4cd77c10
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/Documentation.tex
View file @
4cd77c10
...
...
@@ -65,7 +65,7 @@
\title
{
GeoSpatialTools
}
\date
{
Feb 26, 2025
}
\release
{
0.1
0.1
}
\release
{
0.1
1.0
}
\author
{
NOC Surface Processes
}
\newcommand
{
\sphinxlogo
}{
\vbox
{}}
\renewcommand
{
\releasename
}{
Release
}
...
...
@@ -382,6 +382,24 @@ Insert a point into the QuadTree
\end{fulllineitems}
\index
{
len() (GeoSpatialTools.quadtree.QuadTree method)@
\spxentry
{
len()
}
\spxextra
{
GeoSpatialTools.quadtree.QuadTree method
}}
\begin{fulllineitems}
\phantomsection\label
{
\detokenize
{
users
_
guide:GeoSpatialTools.quadtree.QuadTree.len
}}
\pysigstartsignatures
\pysiglinewithargsret
{
\sphinxbfcode
{
\sphinxupquote
{
len
}}}{
\sphinxparam
{
\DUrole
{
n
}{
\_
current
\_
len
}
\DUrole
{
o
}{
=
}
\DUrole
{
default
_
value
}{
0
}}}{}
\pysigstopsignatures
\sphinxAtStartPar
Get the number of points in the OctTree
\begin{quote}\begin{description}
\sphinxlineitem
{
Return type
}
\sphinxAtStartPar
\DUrole
{
sphinx
_
autodoc
_
typehints-type
}{
\sphinxcode
{
\sphinxupquote
{
int
}}}
\end{description}\end{quote}
\end{fulllineitems}
\index
{
nearby
\_
points() (GeoSpatialTools.quadtree.QuadTree method)@
\spxentry
{
nearby
\_
points()
}
\spxextra
{
GeoSpatialTools.quadtree.QuadTree method
}}
\begin{fulllineitems}
...
...
@@ -768,6 +786,24 @@ is consistent with the OctTree.
\end{fulllineitems}
\index
{
len() (GeoSpatialTools.octtree.OctTree method)@
\spxentry
{
len()
}
\spxextra
{
GeoSpatialTools.octtree.OctTree method
}}
\begin{fulllineitems}
\phantomsection\label
{
\detokenize
{
users
_
guide:GeoSpatialTools.octtree.OctTree.len
}}
\pysigstartsignatures
\pysiglinewithargsret
{
\sphinxbfcode
{
\sphinxupquote
{
len
}}}{
\sphinxparam
{
\DUrole
{
n
}{
\_
current
\_
len
}
\DUrole
{
o
}{
=
}
\DUrole
{
default
_
value
}{
0
}}}{}
\pysigstopsignatures
\sphinxAtStartPar
Get the number of points in the OctTree
\begin{quote}\begin{description}
\sphinxlineitem
{
Return type
}
\sphinxAtStartPar
\DUrole
{
sphinx
_
autodoc
_
typehints-type
}{
\sphinxcode
{
\sphinxupquote
{
int
}}}
\end{description}\end{quote}
\end{fulllineitems}
\index
{
nearby
\_
points() (GeoSpatialTools.octtree.OctTree method)@
\spxentry
{
nearby
\_
points()
}
\spxextra
{
GeoSpatialTools.octtree.OctTree method
}}
\begin{fulllineitems}
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
View file @
4cd77c10
...
...
@@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath("../"))
project
=
"GeoSpatialTools"
copyright
=
"2024, National Oceanography Centre"
author
=
"NOC Surface Processes"
release
=
"0.1
0.1
"
release
=
"0.1
1.0
"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
4cd77c10
...
...
@@ -12,7 +12,7 @@ packages = ["GeoSpatialTools"]
[project]
name
=
"GeoSpatialTools"
version
=
"0.1
0.1
"
version
=
"0.1
1.0
"
dependencies
=
[
"numpy"
,
]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment