caom2 2.6.1__tar.gz → 2.6.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {caom2-2.6.1/caom2.egg-info → caom2-2.6.2}/PKG-INFO +1 -1
- {caom2-2.6.1 → caom2-2.6.2}/caom2/obs_reader_writer.py +1 -4
- caom2-2.6.2/caom2/version.py +1 -0
- {caom2-2.6.1 → caom2-2.6.2/caom2.egg-info}/PKG-INFO +1 -1
- {caom2-2.6.1 → caom2-2.6.2}/setup.cfg +1 -1
- caom2-2.6.1/caom2/version.py +0 -1
- {caom2-2.6.1 → caom2-2.6.2}/LICENSE +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/MANIFEST.in +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/README.rst +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/__init__.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/artifact.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/caom_util.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/checksum.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/chunk.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/common.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/data/CAOM-2.2.xsd +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/data/CAOM-2.3.xsd +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/data/CAOM-2.4.xsd +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/diff.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/observation.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/part.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/plane.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/shape.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/__init__.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/caom_test_instances.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/CompleteCompositeCircle-CAOM-2.2.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/CompleteCompositeCircle-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/CompleteCompositePolygon-CAOM-2.2.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/CompleteCompositePolygon-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/CompleteSimpleCircle-CAOM-2.2.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/CompleteSimpleCircle-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/CompleteSimplePolygon-CAOM-2.2.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/CompleteSimplePolygon-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/MinimalCompositeCircle-CAOM-2.2.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/MinimalCompositeCircle-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/MinimalCompositePolygon-CAOM-2.2.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/MinimalCompositePolygon-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/MinimalSimpleCircle-CAOM-2.2.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/MinimalSimpleCircle-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/MinimalSimplePolygon-CAOM-2.2.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/MinimalSimplePolygon-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/SampleComposite-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/SampleDerived-CAOM-2.4.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/SampleSimple-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/diff-actual-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/diff-actual-CAOM-2.4.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/diff-expected-CAOM-2.3.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/data/diff-expected-CAOM-2.4.xml +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_artifact.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_caom_util.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_checksum.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_chunk.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_common.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_diffs.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_obs_reader_writer.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_observation.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_part.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_plane.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_shape.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/test_wcs.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/tests/xml_compare.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2/wcs.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2.egg-info/SOURCES.txt +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2.egg-info/dependency_links.txt +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2.egg-info/entry_points.txt +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2.egg-info/not-zip-safe +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2.egg-info/requires.txt +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/caom2.egg-info/top_level.txt +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/docs/Makefile +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/docs/_templates/autosummary/base.rst +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/docs/_templates/autosummary/class.rst +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/docs/_templates/autosummary/module.rst +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/docs/conf.py +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/docs/index.rst +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/docs/make.bat +0 -0
- {caom2-2.6.1 → caom2-2.6.2}/setup.py +0 -0
|
@@ -2675,10 +2675,7 @@ class ObservationWriter(object):
|
|
|
2675
2675
|
if isinstance(value, str):
|
|
2676
2676
|
element.text = value
|
|
2677
2677
|
else:
|
|
2678
|
-
|
|
2679
|
-
element.text = repr(value)
|
|
2680
|
-
else:
|
|
2681
|
-
element.text = str(value)
|
|
2678
|
+
element.text = str(value)
|
|
2682
2679
|
|
|
2683
2680
|
def _add_boolean_element(self, name, value, parent):
|
|
2684
2681
|
if value is None:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = '2.6.2'
|
caom2-2.6.1/caom2/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = '2.6.1'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|