Install SeisComP and scanloc ARM64 nightly packages

This commit is contained in:
Enrico Ellguth
2025-10-29 12:34:04 +00:00
parent 2ff097f9d1
commit 165b829fb7
606 changed files with 24438 additions and 16358 deletions

View File

@ -1,15 +1,12 @@
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.2
# This file was automatically generated by SWIG (https://www.swig.org).
# Version 4.3.1
#
# Do not make changes to this file unless you know what you are doing--modify
# Do not make changes to this file unless you know what you are doing - modify
# the SWIG interface file instead.
"""Codes for working with geo features (e.g. polygons)"""
from sys import version_info as _swig_python_version_info
if _swig_python_version_info < (2, 7, 0):
raise RuntimeError("Python 2.7 or later required")
# Import the low-level C/C++ module
if __package__ or "." in __name__:
from . import _geo
@ -31,10 +28,10 @@ def _swig_repr(self):
def _swig_setattr_nondynamic_instance_variable(set):
def set_instance_attr(self, name, value):
if name == "thisown":
self.this.own(value)
elif name == "this":
if name == "this":
set(self, name, value)
elif name == "thisown":
self.this.own(value)
elif hasattr(self, name) and isinstance(getattr(type(self), name), property):
set(self, name, value)
else:
@ -123,7 +120,6 @@ class SwigPyIterator(object):
# Register SwigPyIterator in _geo:
_geo.SwigPyIterator_swigregister(SwigPyIterator)
import seiscomp.math
import seiscomp.core
class GeoCoordinate(object):
@ -194,27 +190,6 @@ class GeoCoordinate(object):
# Register GeoCoordinate in _geo:
_geo.GeoCoordinate_swigregister(GeoCoordinate)
def GeoCoordinate_width(lon0, lon1):
r"""GeoCoordinate_width(Seiscomp::Geo::GeoCoordinate::ValueType lon0, Seiscomp::Geo::GeoCoordinate::ValueType lon1) -> Seiscomp::Geo::GeoCoordinate::ValueType"""
return _geo.GeoCoordinate_width(lon0, lon1)
def GeoCoordinate_normalizeLat(lat):
r"""GeoCoordinate_normalizeLat(Seiscomp::Geo::GeoCoordinate::ValueType lat) -> Seiscomp::Geo::GeoCoordinate::ValueType"""
return _geo.GeoCoordinate_normalizeLat(lat)
def GeoCoordinate_normalizeLon(lon):
r"""GeoCoordinate_normalizeLon(Seiscomp::Geo::GeoCoordinate::ValueType lon) -> Seiscomp::Geo::GeoCoordinate::ValueType"""
return _geo.GeoCoordinate_normalizeLon(lon)
def GeoCoordinate_normalizeLatLon(lat, lon):
r"""GeoCoordinate_normalizeLatLon(Seiscomp::Geo::GeoCoordinate::ValueType & lat, Seiscomp::Geo::GeoCoordinate::ValueType & lon)"""
return _geo.GeoCoordinate_normalizeLatLon(lat, lon)
def GeoCoordinate_distanceLon(lon0, lon1):
r"""GeoCoordinate_distanceLon(Seiscomp::Geo::GeoCoordinate::ValueType lon0, Seiscomp::Geo::GeoCoordinate::ValueType lon1) -> Seiscomp::Geo::GeoCoordinate::ValueType"""
return _geo.GeoCoordinate_distanceLon(lon0, lon1)
def contains(*args):
r"""
contains(GeoCoordinate v, GeoCoordinate polygon, size_t sides) -> bool
@ -239,7 +214,6 @@ class formatted_lat(object):
# Register formatted_lat in _geo:
_geo.formatted_lat_swigregister(formatted_lat)
class formatted_lon(object):
r"""Proxy of C++ Seiscomp::Geo::formatted_lon class."""
@ -254,7 +228,6 @@ class formatted_lon(object):
# Register formatted_lon in _geo:
_geo.formatted_lon_swigregister(formatted_lon)
class GeoBoundingBox(object):
r"""Proxy of C++ Seiscomp::Geo::GeoBoundingBox class."""
@ -357,24 +330,8 @@ class GeoBoundingBox(object):
# Register GeoBoundingBox in _geo:
_geo.GeoBoundingBox_swigregister(GeoBoundingBox)
def GeoBoundingBox_crossesDateLine(*args):
r"""
GeoBoundingBox_crossesDateLine() -> bool
GeoBoundingBox_crossesDateLine(Seiscomp::Geo::GeoBoundingBox::ValueType east, Seiscomp::Geo::GeoBoundingBox::ValueType west) -> bool
"""
return _geo.GeoBoundingBox_crossesDateLine(*args)
cvar = _geo.cvar
def __lshift__(*args):
r"""
__lshift__(std::ostream & os, GeoCoordinate arg2) -> std::ostream
__lshift__(std::ostream & os, formatted_lat arg2) -> std::ostream
__lshift__(std::ostream & os, formatted_lon arg2) -> std::ostream
__lshift__(std::ostream & os, GeoBoundingBox box) -> std::ostream &
"""
return _geo.__lshift__(*args)
class Category(object):
r"""Proxy of C++ Seiscomp::Geo::Category class."""
@ -393,7 +350,6 @@ class Category(object):
# Register Category in _geo:
_geo.Category_swigregister(Category)
class GeoFeature(seiscomp.core.BaseObject):
r"""Proxy of C++ Seiscomp::Geo::GeoFeature class."""
@ -403,12 +359,20 @@ class GeoFeature(seiscomp.core.BaseObject):
def __init__(self, *args):
r"""
__init__(GeoFeature self, Category category=None, unsigned int rank=1) -> GeoFeature
__init__(GeoFeature self, std::string const & name, Category category, unsigned int rank) -> GeoFeature
__init__(GeoFeature self, std::string const & name, Category category, unsigned int rank, Seiscomp::Geo::GeoFeature::Attributes const & attributes) -> GeoFeature
__init__(GeoFeature self, std::string name, Category category, unsigned int rank) -> GeoFeature
__init__(GeoFeature self, std::string name, Category category, unsigned int rank, Seiscomp::Geo::GeoFeature::Attributes attributes) -> GeoFeature
"""
_geo.GeoFeature_swiginit(self, _geo.new_GeoFeature(*args))
__swig_destroy__ = _geo.delete_GeoFeature
def __eq__(self, other):
r"""__eq__(GeoFeature self, GeoFeature other) -> bool"""
return _geo.GeoFeature___eq__(self, other)
def __ne__(self, other):
r"""__ne__(GeoFeature self, GeoFeature other) -> bool"""
return _geo.GeoFeature___ne__(self, other)
def setName(self, name):
r"""setName(GeoFeature self, std::string const & name)"""
return _geo.GeoFeature_setName(self, name)
@ -498,14 +462,6 @@ class GeoFeature(seiscomp.core.BaseObject):
# Register GeoFeature in _geo:
_geo.GeoFeature_swigregister(GeoFeature)
def GeoFeature_area(*args):
r"""
GeoFeature_area() -> double
GeoFeature_area(GeoCoordinate polygon, size_t sides) -> double
"""
return _geo.GeoFeature_area(*args)
class GeoFeatureSetObserver(object):
r"""Proxy of C++ Seiscomp::Geo::GeoFeatureSetObserver class."""
@ -522,7 +478,6 @@ class GeoFeatureSetObserver(object):
# Register GeoFeatureSetObserver in _geo:
_geo.GeoFeatureSetObserver_swigregister(GeoFeatureSetObserver)
class GeoFeatureSet(seiscomp.core.BaseObject):
r"""Proxy of C++ Seiscomp::Geo::GeoFeatureSet class."""
@ -542,6 +497,14 @@ class GeoFeatureSet(seiscomp.core.BaseObject):
r"""unregisterObserver(GeoFeatureSet self, GeoFeatureSetObserver arg2) -> bool"""
return _geo.GeoFeatureSet_unregisterObserver(self, arg2)
def __eq__(self, other):
r"""__eq__(GeoFeatureSet self, GeoFeatureSet other) -> bool"""
return _geo.GeoFeatureSet___eq__(self, other)
def __ne__(self, other):
r"""__ne__(GeoFeatureSet self, GeoFeatureSet other) -> bool"""
return _geo.GeoFeatureSet___ne__(self, other)
def clear(self):
r"""clear(GeoFeatureSet self)"""
return _geo.GeoFeatureSet_clear(self)
@ -581,6 +544,16 @@ class GeoFeatureSet(seiscomp.core.BaseObject):
# Register GeoFeatureSet in _geo:
_geo.GeoFeatureSet_swigregister(GeoFeatureSet)
def __lshift__(*args):
r"""
__lshift__(std::ostream & os, GeoCoordinate arg2) -> std::ostream
__lshift__(std::ostream & os, formatted_lat arg2) -> std::ostream
__lshift__(std::ostream & os, formatted_lon arg2) -> std::ostream
__lshift__(std::ostream & os, GeoBoundingBox box) -> std::ostream
__lshift__(std::ostream & os, GeoFeature gf) -> std::ostream
__lshift__(std::ostream & os, GeoFeatureSet gfs) -> std::ostream &
"""
return _geo.__lshift__(*args)
class GeoFeatureSetSingleton(object):
r"""Proxy of C++ Seiscomp::Geo::GeoFeatureSetSingleton class."""
@ -598,11 +571,6 @@ class GeoFeatureSetSingleton(object):
# Register GeoFeatureSetSingleton in _geo:
_geo.GeoFeatureSetSingleton_swigregister(GeoFeatureSetSingleton)
def GeoFeatureSetSingleton_getInstance():
r"""GeoFeatureSetSingleton_getInstance() -> GeoFeatureSet"""
return _geo.GeoFeatureSetSingleton_getInstance()
class Categories(object):
r"""Proxy of C++ std::vector< Seiscomp::Geo::Category * > class."""
@ -645,21 +613,21 @@ class Categories(object):
def __delitem__(self, *args):
r"""
__delitem__(Categories self, std::vector< Seiscomp::Geo::Category * >::difference_type i)
__delitem__(Categories self, PySliceObject * slice)
__delitem__(Categories self, SWIGPY_SLICEOBJECT * slice)
"""
return _geo.Categories___delitem__(self, *args)
def __getitem__(self, *args):
r"""
__getitem__(Categories self, PySliceObject * slice) -> Categories
__getitem__(Categories self, SWIGPY_SLICEOBJECT * slice) -> Categories
__getitem__(Categories self, std::vector< Seiscomp::Geo::Category * >::difference_type i) -> Category
"""
return _geo.Categories___getitem__(self, *args)
def __setitem__(self, *args):
r"""
__setitem__(Categories self, PySliceObject * slice, Categories v)
__setitem__(Categories self, PySliceObject * slice)
__setitem__(Categories self, SWIGPY_SLICEOBJECT * slice, Categories v)
__setitem__(Categories self, SWIGPY_SLICEOBJECT * slice)
__setitem__(Categories self, std::vector< Seiscomp::Geo::Category * >::difference_type i, Category x)
"""
return _geo.Categories___setitem__(self, *args)
@ -769,7 +737,6 @@ class Categories(object):
# Register Categories in _geo:
_geo.Categories_swigregister(Categories)
class GeoFeatures(object):
r"""Proxy of C++ std::vector< Seiscomp::Geo::GeoFeature * > class."""
@ -812,21 +779,21 @@ class GeoFeatures(object):
def __delitem__(self, *args):
r"""
__delitem__(GeoFeatures self, std::vector< Seiscomp::Geo::GeoFeature * >::difference_type i)
__delitem__(GeoFeatures self, PySliceObject * slice)
__delitem__(GeoFeatures self, SWIGPY_SLICEOBJECT * slice)
"""
return _geo.GeoFeatures___delitem__(self, *args)
def __getitem__(self, *args):
r"""
__getitem__(GeoFeatures self, PySliceObject * slice) -> GeoFeatures
__getitem__(GeoFeatures self, SWIGPY_SLICEOBJECT * slice) -> GeoFeatures
__getitem__(GeoFeatures self, std::vector< Seiscomp::Geo::GeoFeature * >::difference_type i) -> GeoFeature
"""
return _geo.GeoFeatures___getitem__(self, *args)
def __setitem__(self, *args):
r"""
__setitem__(GeoFeatures self, PySliceObject * slice, GeoFeatures v)
__setitem__(GeoFeatures self, PySliceObject * slice)
__setitem__(GeoFeatures self, SWIGPY_SLICEOBJECT * slice, GeoFeatures v)
__setitem__(GeoFeatures self, SWIGPY_SLICEOBJECT * slice)
__setitem__(GeoFeatures self, std::vector< Seiscomp::Geo::GeoFeature * >::difference_type i, GeoFeature x)
"""
return _geo.GeoFeatures___setitem__(self, *args)
@ -936,7 +903,6 @@ class GeoFeatures(object):
# Register GeoFeatures in _geo:
_geo.GeoFeatures_swigregister(GeoFeatures)
class Vertices(object):
r"""Proxy of C++ std::vector< Seiscomp::Geo::GeoCoordinate > class."""
@ -979,21 +945,21 @@ class Vertices(object):
def __delitem__(self, *args):
r"""
__delitem__(Vertices self, std::vector< Seiscomp::Geo::GeoCoordinate >::difference_type i)
__delitem__(Vertices self, PySliceObject * slice)
__delitem__(Vertices self, SWIGPY_SLICEOBJECT * slice)
"""
return _geo.Vertices___delitem__(self, *args)
def __getitem__(self, *args):
r"""
__getitem__(Vertices self, PySliceObject * slice) -> Vertices
__getitem__(Vertices self, SWIGPY_SLICEOBJECT * slice) -> Vertices
__getitem__(Vertices self, std::vector< Seiscomp::Geo::GeoCoordinate >::difference_type i) -> GeoCoordinate
"""
return _geo.Vertices___getitem__(self, *args)
def __setitem__(self, *args):
r"""
__setitem__(Vertices self, PySliceObject * slice, Vertices v)
__setitem__(Vertices self, PySliceObject * slice)
__setitem__(Vertices self, SWIGPY_SLICEOBJECT * slice, Vertices v)
__setitem__(Vertices self, SWIGPY_SLICEOBJECT * slice)
__setitem__(Vertices self, std::vector< Seiscomp::Geo::GeoCoordinate >::difference_type i, GeoCoordinate x)
"""
return _geo.Vertices___setitem__(self, *args)
@ -1103,7 +1069,6 @@ class Vertices(object):
# Register Vertices in _geo:
_geo.Vertices_swigregister(Vertices)
class Indexes(object):
r"""Proxy of C++ std::vector< size_t > class."""
@ -1146,21 +1111,21 @@ class Indexes(object):
def __delitem__(self, *args):
r"""
__delitem__(Indexes self, std::vector< size_t >::difference_type i)
__delitem__(Indexes self, PySliceObject * slice)
__delitem__(Indexes self, SWIGPY_SLICEOBJECT * slice)
"""
return _geo.Indexes___delitem__(self, *args)
def __getitem__(self, *args):
r"""
__getitem__(Indexes self, PySliceObject * slice) -> Indexes
__getitem__(Indexes self, SWIGPY_SLICEOBJECT * slice) -> Indexes
__getitem__(Indexes self, std::vector< size_t >::difference_type i) -> std::vector< size_t >::value_type const &
"""
return _geo.Indexes___getitem__(self, *args)
def __setitem__(self, *args):
r"""
__setitem__(Indexes self, PySliceObject * slice, Indexes v)
__setitem__(Indexes self, PySliceObject * slice)
__setitem__(Indexes self, SWIGPY_SLICEOBJECT * slice, Indexes v)
__setitem__(Indexes self, SWIGPY_SLICEOBJECT * slice)
__setitem__(Indexes self, std::vector< size_t >::difference_type i, std::vector< size_t >::value_type const & x)
"""
return _geo.Indexes___setitem__(self, *args)
@ -1271,5 +1236,3 @@ class Indexes(object):
# Register Indexes in _geo:
_geo.Indexes_swigregister(Indexes)