Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
06cd31f
New ArgoSensor class
gmaze Sep 25, 2025
7b57b9a
Update reference_tables.py
gmaze Sep 25, 2025
bac763d
Update options.py
gmaze Sep 25, 2025
a17c997
Determine sensor type from sensor model using AVTT mapping
gmaze Sep 27, 2025
1a79496
Update sensors.py
gmaze Sep 27, 2025
a318545
Refactor ArgoSensor handling of model and type info from r27 and r25
gmaze Sep 27, 2025
546e6b5
Refactor search methods
gmaze Sep 27, 2025
5d6a242
Update sensors.py
gmaze Oct 1, 2025
78656bc
Update sensors.py
gmaze Oct 3, 2025
f23cf05
Refactor NVSrow class to utils.accessories
gmaze Oct 3, 2025
65fc83b
ArgoSensor docstrings
gmaze Oct 3, 2025
b25f252
Update sensors.py
gmaze Oct 3, 2025
d1d6df0
Update accessories.py
gmaze Oct 3, 2025
db8c765
documentation
gmaze Oct 3, 2025
8c7f916
Update reference_tables.py
gmaze Oct 4, 2025
14ca098
more docstrings
gmaze Oct 4, 2025
118a5b2
add documentation
gmaze Oct 4, 2025
b37affa
more documentation
gmaze Oct 4, 2025
163ed70
Improve type checking
gmaze Oct 4, 2025
b5528e5
more typing
gmaze Oct 4, 2025
c04ffe6
Update whats-new.rst
gmaze Oct 5, 2025
8da1f10
Merge branch 'master' into 529-interest-for-sensor-related-feature
gmaze Oct 5, 2025
f618218
Update reference_tables.py
gmaze Oct 6, 2025
fc98ed0
improved arguments def
gmaze Oct 6, 2025
1fd79ee
Update options.py
gmaze Oct 10, 2025
7c471d1
refactor ArgoSensor to related/sensors
gmaze Oct 10, 2025
4c0f1c0
Update reference_tables.py
gmaze Oct 10, 2025
25ee4cb
Update filesystems.py
gmaze Oct 10, 2025
67590d7
Update http.py
gmaze Oct 10, 2025
4a9c8c6
Add urnparser for NVS and schema
gmaze Oct 10, 2025
8384bc6
new class OemArgoSensorMetaData
gmaze Oct 10, 2025
68e1803
more refactoring and docstrings
gmaze Oct 12, 2025
9cda4f0
Update oem_metadata.py
gmaze Oct 13, 2025
8cdd694
Update local.py
gmaze Oct 14, 2025
ec493a7
Implement sensor schema validation
gmaze Oct 14, 2025
8888272
Add new column with URN to ArgoNVSReferenceTables
gmaze Oct 14, 2025
7dc641f
Update oem_metadata.py
gmaze Oct 14, 2025
0c0fdb4
Update oem_metadata_repr.py
gmaze Oct 14, 2025
ad8c4ea
Add JSON schema and list of sensor examples in assets
gmaze Oct 14, 2025
1428641
Fall back on static assets version for schema
gmaze Oct 14, 2025
d6ee999
update docstrings and formating
gmaze Oct 20, 2025
71282ac
Update accessories.py
gmaze Oct 20, 2025
e723fc4
Update data_types.json
gmaze Oct 20, 2025
39d9bec
Merge branch 'master' into 529-interest-for-sensor-related-feature
gmaze Oct 22, 2025
10985f0
Update oem_metadata.py
gmaze Oct 23, 2025
0f6c10e
Update oem_metadata_repr.py
gmaze Oct 23, 2025
b51526c
Update format.py
gmaze Oct 23, 2025
42a5207
New SeaBird webAPI access for sensor metadata
gmaze Oct 23, 2025
754e836
Update sensors.py
gmaze Oct 24, 2025
7689457
Some refactoring and improvements
gmaze Oct 27, 2025
85b2e2f
continue refactoring
gmaze Oct 28, 2025
13575b1
Refactor manufacturer as maker
gmaze Oct 28, 2025
f84e196
refactor .model to .vacabulary + docstrigns
gmaze Oct 28, 2025
370ee36
refactor iterfloats
gmaze Oct 28, 2025
e18061f
end of ArgoSensor refactoring
gmaze Oct 28, 2025
c0f5fa8
let's say more refactoring
gmaze Oct 28, 2025
804e3ce
More separation of concerns
gmaze Oct 29, 2025
96bbfb2
doc + docstring
gmaze Oct 29, 2025
a7435ba
doc and docstrings
gmaze Oct 29, 2025
ae9aef9
refactor OEM sensor metadata
gmaze Oct 29, 2025
ad513e3
New display_style option for html vs text
gmaze Oct 29, 2025
54b8e45
fix dep.
gmaze Oct 29, 2025
795298a
Add OEMSensorMetaData to the documentation
gmaze Oct 29, 2025
33f4588
Update oem_metadata.py
gmaze Oct 29, 2025
abfeada
Update accessories.py
gmaze Oct 29, 2025
d64170f
Internal refactoring
gmaze Nov 7, 2025
a05c7f7
Update repr.py
gmaze Nov 7, 2025
c119775
Play with SensorMetaData
gmaze Nov 24, 2025
44fc02e
Update update_json_assets
gmaze Nov 24, 2025
4e0d35a
Merge branch 'master' into 529-interest-for-sensor-related-feature
gmaze Jan 5, 2026
c617678
Fix merge with master branch
gmaze Jan 5, 2026
1d1ef89
Update whats-new.rst
gmaze Jan 5, 2026
08adaa1
Fix merge with master branch
gmaze Jan 5, 2026
32a3b8d
More Fix merge with master branch
gmaze Jan 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions argopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from .utils import clear_cache, lscache # noqa: E402
from .utils import MonitoredThreadPoolExecutor # noqa: E402, F401
from .utils import monitor_status as status # noqa: E402
from .related import TopoFetcher, OceanOPSDeployments, ArgoNVSReferenceTables, ArgoDocs, ArgoDOI # noqa: E402
from .related import TopoFetcher, OceanOPSDeployments, ArgoNVSReferenceTables, ArgoDocs, ArgoDOI, ArgoSensor, OEMSensorMetaData # noqa: E402
from .extensions import CanyonMED # noqa: E402


Expand Down Expand Up @@ -69,6 +69,8 @@
"ArgoDocs", # Class
"TopoFetcher", # Class
"ArgoDOI", # Class
"ArgoSensor", # Class
"OEMSensorMetaData",

# Advanced Argo data stores:
"ArgoFloat", # Class
Expand All @@ -83,9 +85,6 @@
"stores",
"tutorial",

# Argo xarray accessor extensions
"CanyonMED",

# Constants
# Constants:
"__version__"
)
2 changes: 1 addition & 1 deletion argopy/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class InvalidDataset(ValueError):


class InvalidDatasetStructure(ValueError):
"""Raise when the xarray dataset is not as expected."""
"""Raise when an internal dataset structure is not as expected."""

pass

Expand Down
Loading
Loading