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
Joseph Siddons
GeoSpatialTools
Commits
d5ad631c
Commit
d5ad631c
authored
1 month ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
fix: remove ICOADS references
parent
60f866e3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
12 deletions
+13
-12
GeoSpatialTools/octtree.py
GeoSpatialTools/octtree.py
+4
-4
GeoSpatialTools/quadtree.py
GeoSpatialTools/quadtree.py
+2
-2
docs/Documentation.pdf
docs/Documentation.pdf
+0
-0
docs/Documentation.tex
docs/Documentation.tex
+6
-6
pyproject.toml
pyproject.toml
+1
-0
No files found.
GeoSpatialTools/octtree.py
View file @
d5ad631c
...
...
@@ -18,14 +18,14 @@ from warnings import warn
class
SpaceTimeRecord
:
"""
ICOADS
Record class.
SpaceTime
Record class.
This is a simple instance of a
n ICOARDS
record, it requires position and
temporal
data. It can optionally include a UID and extra data.
This is a simple instance of a record, it requires position and
temporal
data. It can optionally include a UID and extra data.
The temporal component was designed to use `datetime` values, however all
methods will work with numeric datetime information - for example a pentad,
time-stamp,
j
ulian day, etc. Note that any uses within an OctTree and
time-stamp,
J
ulian day, etc. Note that any uses within an OctTree and
SpaceTimeRectangle must also have timedelta values replaced with numeric
ranges in this case.
...
...
This diff is collapsed.
Click to expand it.
GeoSpatialTools/quadtree.py
View file @
d5ad631c
...
...
@@ -17,9 +17,9 @@ from math import degrees, sqrt
class
Record
:
"""
ICOADS
Record class
Record class
This is a simple instance of a
n ICOARDS
record, it requires position data.
This is a simple instance of a record, it requires position data.
It can optionally include datetime, a UID, and extra data passed as
keyword arguments.
...
...
This diff is collapsed.
Click to expand it.
docs/Documentation.pdf
View file @
d5ad631c
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/Documentation.tex
View file @
d5ad631c
...
...
@@ -527,10 +527,10 @@ Returns True if the Record is removed.
{}
\pysigstopsignatures
\sphinxAtStartPar
ICOADS
Record class
Record class
\sphinxAtStartPar
This is a simple instance of a
n ICOARDS
record, it requires position data.
This is a simple instance of a record, it requires position data.
It can optionally include datetime, a UID, and extra data passed as
keyword arguments.
...
...
@@ -1122,16 +1122,16 @@ Test if a rectangle is near to the Ellipse
{}
\pysigstopsignatures
\sphinxAtStartPar
ICOADS
Record class.
SpaceTime
Record class.
\sphinxAtStartPar
This is a simple instance of a
n ICOARDS
record, it requires position and
temporal
data. It can optionally include a UID and extra data.
This is a simple instance of a record, it requires position and
temporal
data. It can optionally include a UID and extra data.
\sphinxAtStartPar
The temporal component was designed to use
\sphinxtitleref
{
datetime
}
values, however all
methods will work with numeric datetime information
\sphinxhyphen
{}
for example a pentad,
time
\sphinxhyphen
{}
stamp,
j
ulian day, etc. Note that any uses within an OctTree and
time
\sphinxhyphen
{}
stamp,
J
ulian day, etc. Note that any uses within an OctTree and
SpaceTimeRectangle must also have timedelta values replaced with numeric
ranges in this case.
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
d5ad631c
...
...
@@ -49,6 +49,7 @@ all = [
]
[tool.ruff]
src
=
["geospatialtools"]
line-length
=
80
indent-width
=
4
target-version
=
"py311"
...
...
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