Commit d5ad631c authored by Joseph Siddons's avatar Joseph Siddons
Browse files

fix: remove ICOADS references

parent 60f866e3
......@@ -18,14 +18,14 @@ from warnings import warn
class SpaceTimeRecord:
"""
ICOADS Record class.
SpaceTimeRecord class.
This is a simple instance of an 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, julian day, etc. Note that any uses within an OctTree and
time-stamp, Julian day, etc. Note that any uses within an OctTree and
SpaceTimeRectangle must also have timedelta values replaced with numeric
ranges in this case.
......
......@@ -17,9 +17,9 @@ from math import degrees, sqrt
class Record:
"""
ICOADS Record class
Record class
This is a simple instance of an 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.
......
No preview for this file type
......@@ -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 an 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.
SpaceTimeRecord class.
\sphinxAtStartPar
This is a simple instance of an 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, julian day, etc. Note that any uses within an OctTree and
time\sphinxhyphen{}stamp, Julian day, etc. Note that any uses within an OctTree and
SpaceTimeRectangle must also have timedelta values replaced with numeric
ranges in this case.
......
......@@ -49,6 +49,7 @@ all = [
]
[tool.ruff]
src = ["geospatialtools"]
line-length = 80
indent-width = 4
target-version = "py311"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment