DipsScripting 9.1.0__py3-none-any.whl
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.
- dips/AnchorPointVal.py +103 -0
- dips/AngleDataVal.py +62 -0
- dips/AnnotativeTools2DVal.py +273 -0
- dips/ApplicationManager.py +89 -0
- dips/ArrowToolEntityInfoRef.py +43 -0
- dips/ArrowToolEntityInfoVal.py +155 -0
- dips/AutomaticClusterAnalysisSettingsVal.py +161 -0
- dips/BuiltInDataDescriptors.py +81 -0
- dips/BuiltInDataFormatters.py +81 -0
- dips/CircularWindowVal.py +103 -0
- dips/ClusterWindowVal.py +190 -0
- dips/ColorSurrogateVal.py +95 -0
- dips/ConeToolEntityInfoRef.py +43 -0
- dips/ConeToolEntityInfoVal.py +114 -0
- dips/ConeVal.py +92 -0
- dips/ContourEntityVisibilityVal.py +132 -0
- dips/ContourOptionsVal.py +193 -0
- dips/CumulativeChartViewRef.py +42 -0
- dips/CumulativeChartViewVal.py +100 -0
- dips/CumulativePlotSettingsVal.py +94 -0
- dips/CurvedWindowVal.py +102 -0
- dips/CustomColumnCollectionVal.py +69 -0
- dips/CustomHistogramOptionsVal.py +103 -0
- dips/CustomRangeVal.py +84 -0
- dips/CustomRowRawDataVal.py +74 -0
- dips/DataDescriptorVal.py +83 -0
- dips/DataFilterRef.py +23 -0
- dips/DataFilterVal.py +73 -0
- dips/DataFormatterVal.py +62 -0
- dips/DataIdentifierVal.py +62 -0
- dips/DipsAPI_pb2.py +817 -0
- dips/DipsAPI_pb2_grpc.py +12363 -0
- dips/DipsApp.py +81 -0
- dips/DiscontinuityDataVal.py +164 -0
- dips/EllipseToolEntityInfoRef.py +43 -0
- dips/EllipseToolEntityInfoVal.py +153 -0
- dips/FillFormatVal.py +83 -0
- dips/FoldEntityInfoRef.py +23 -0
- dips/FoldEntityInfoVal.py +103 -0
- dips/FoldEntityOptionsVal.py +106 -0
- dips/FoldEntityVisibilityRef.py +38 -0
- dips/FoldEntityVisibilityVal.py +100 -0
- dips/FoldWindowEntityInfoVal.py +92 -0
- dips/FoldWindowEntityVisibilityRef.py +29 -0
- dips/FoldWindowEntityVisibilityVal.py +80 -0
- dips/FreehandWindowVal.py +80 -0
- dips/FullDataFormatVal.py +92 -0
- dips/GlobalPlaneEntityVisibilityVal.py +103 -0
- dips/HistogramChartViewRef.py +42 -0
- dips/HistogramChartViewVal.py +100 -0
- dips/HistogramPlotSettingsVal.py +136 -0
- dips/IntersectionEntityVisibilityVal.py +83 -0
- dips/IntersectionOptionsVal.py +83 -0
- dips/IntervalVal.py +102 -0
- dips/JointFrequencyAnalysisSettingsVal.py +102 -0
- dips/JointFrequencyChartViewRef.py +42 -0
- dips/JointFrequencyChartViewVal.py +100 -0
- dips/JointSpacingAnalysisSettingsVal.py +138 -0
- dips/JointSpacingChartViewRef.py +42 -0
- dips/JointSpacingChartViewVal.py +100 -0
- dips/KinematicAnalysisEntityVisibilityVal.py +73 -0
- dips/KinematicAnalysisSettingsVal.py +140 -0
- dips/LatLongVal.py +84 -0
- dips/LengthDataVal.py +83 -0
- dips/LineFormatVal.py +83 -0
- dips/LineIntersectionCalculatorToolEntityInfoRef.py +43 -0
- dips/LineIntersectionCalculatorToolEntityInfoVal.py +133 -0
- dips/LineToolEntityInfoRef.py +43 -0
- dips/LineToolEntityInfoVal.py +133 -0
- dips/LineationVal.py +83 -0
- dips/MeasureAngleToolEntityInfoRef.py +43 -0
- dips/MeasureAngleToolEntityInfoVal.py +133 -0
- dips/OrientationDataSetRef.py +23 -0
- dips/OrientationDataSetVal.py +453 -0
- dips/PitchGridToolEntityInfoRef.py +43 -0
- dips/PitchGridToolEntityInfoVal.py +114 -0
- dips/PlaneEntityInfoRef.py +23 -0
- dips/PlaneEntityInfoVal.py +92 -0
- dips/PlaneEntityVisibilityRef.py +38 -0
- dips/PlaneEntityVisibilityVal.py +100 -0
- dips/PlaneIntersectionCalculatorToolEntityInfoRef.py +43 -0
- dips/PlaneIntersectionCalculatorToolEntityInfoVal.py +133 -0
- dips/PlaneOptionsVal.py +117 -0
- dips/PlaneVal.py +105 -0
- dips/PoleEntityOptionsVal.py +84 -0
- dips/PoleEntityVisibilityVal.py +83 -0
- dips/PolygonToolEntityInfoRef.py +43 -0
- dips/PolygonToolEntityInfoVal.py +131 -0
- dips/PolylineToolEntityInfoRef.py +43 -0
- dips/PolylineToolEntityInfoVal.py +111 -0
- dips/ProcessedDataVal.py +94 -0
- dips/ProjStubRef.py +388 -0
- dips/ProjStubVal.py +52 -0
- dips/ProtobufCollectionWrappers.py +108 -0
- dips/QualitativeQuantitativeAnalysisSettingsVal.py +151 -0
- dips/QualitativeQuantitativeChartViewRef.py +42 -0
- dips/QualitativeQuantitativeChartViewVal.py +111 -0
- dips/QuantitativeContourSettingsVal.py +103 -0
- dips/RQDAnalysisChartViewRef.py +42 -0
- dips/RQDAnalysisChartViewVal.py +100 -0
- dips/RQDAnalysisSettingsVal.py +111 -0
- dips/RectangleToolEntityInfoRef.py +43 -0
- dips/RectangleToolEntityInfoVal.py +153 -0
- dips/ReportingConventionResultVal.py +62 -0
- dips/RosettePresetOptionsVal.py +227 -0
- dips/RosetteSettingsVal.py +174 -0
- dips/RosetteViewRef.py +296 -0
- dips/RosetteViewVal.py +177 -0
- dips/ScatterChartViewRef.py +42 -0
- dips/ScatterChartViewVal.py +100 -0
- dips/ScatterPlotSettingsVal.py +113 -0
- dips/SetEntityInfoRef.py +23 -0
- dips/SetEntityInfoVal.py +103 -0
- dips/SetEntityOptionsVal.py +133 -0
- dips/SetEntityVisibilityRef.py +38 -0
- dips/SetEntityVisibilityVal.py +100 -0
- dips/SetStatisticsSettingsVal.py +106 -0
- dips/SetVersusSetVal.py +82 -0
- dips/SetWindowEntityInfoVal.py +183 -0
- dips/SetWindowEntityVisibilityRef.py +29 -0
- dips/SetWindowEntityVisibilityVal.py +80 -0
- dips/StatisticalDistributionFilterVal.py +128 -0
- dips/Stereonet2DPresetOptionsVal.py +488 -0
- dips/Stereonet2DViewRef.py +612 -0
- dips/Stereonet2DViewVal.py +363 -0
- dips/Stereonet3DPresetOptionsVal.py +281 -0
- dips/Stereonet3DViewRef.py +440 -0
- dips/Stereonet3DViewVal.py +303 -0
- dips/StereonetOverlayEntityVisibilityVal.py +83 -0
- dips/StereonetOverlaySettingsVal.py +103 -0
- dips/StereonetProjectionModeVal.py +73 -0
- dips/SurveyDataVal.py +103 -0
- dips/SymbolDisplaySettingVal.py +124 -0
- dips/SymbolicSettingsVal.py +89 -0
- dips/TextFormatVal.py +105 -0
- dips/TextToolEntityInfoRef.py +43 -0
- dips/TextToolEntityInfoVal.py +176 -0
- dips/TraverseEntityOptionsVal.py +84 -0
- dips/TraverseEntityVisibilityRef.py +38 -0
- dips/TraverseEntityVisibilityVal.py +100 -0
- dips/TrendLineToolEntityInfoRef.py +43 -0
- dips/TrendLineToolEntityInfoVal.py +114 -0
- dips/TrendPlungeVal.py +91 -0
- dips/UnitSystemResultVal.py +62 -0
- dips/UserPlaneEntityOptionsVal.py +100 -0
- dips/ValidatableResultVal.py +69 -0
- dips/ValidatableResult_ProtoReference_ArrowToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_ConeToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_EllipseToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_FoldEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_LineIntersectionCalculatorToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_LineToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_MeasureAngleToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_OrientationDataSetVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PitchGridToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PlaneEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PlaneIntersectionCalculatorToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PolygonToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PolylineToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_RectangleToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_SetEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_TextToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_TrendLineToolEntityInfoVal.py +86 -0
- dips/ValidationErrorVal.py +73 -0
- dips/Vector2DVal.py +73 -0
- dips/Vector3Val.py +84 -0
- dips/VectorDensityContourSettingsVal.py +73 -0
- dips/WeightingSettingsVal.py +83 -0
- dips/WrappedFreehandWindowVal.py +102 -0
- dips/__init__.py +29 -0
- dipsscripting-9.1.0.dist-info/METADATA +29 -0
- dipsscripting-9.1.0.dist-info/RECORD +175 -0
- dipsscripting-9.1.0.dist-info/WHEEL +5 -0
- dipsscripting-9.1.0.dist-info/licenses/License.txt +20 -0
- dipsscripting-9.1.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: DipsScripting
|
|
3
|
+
Version: 9.1.0
|
|
4
|
+
Summary: Client library for interacting with Dips through python
|
|
5
|
+
Author: Rocscience
|
|
6
|
+
Project-URL: Homepage, https://www.rocscience.com/software/dips
|
|
7
|
+
Project-URL: Documentation, https://www.rocscience.com/help/dips/overview
|
|
8
|
+
Keywords: Rocscience,Dips,Scripting,RocScript,Geotechnical
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Topic :: Scientific/Engineering
|
|
12
|
+
Requires-Python: >=3.7
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
License-File: License.txt
|
|
15
|
+
Requires-Dist: grpcio
|
|
16
|
+
Requires-Dist: protobuf<6.0
|
|
17
|
+
Requires-Dist: pytest>=7.0.0
|
|
18
|
+
Requires-Dist: pytest-mock>=3.0.0
|
|
19
|
+
Dynamic: license-file
|
|
20
|
+
|
|
21
|
+
## Introduction
|
|
22
|
+
This project is a library that can be used to interact with Dips 9 through python.
|
|
23
|
+
|
|
24
|
+
## Getting Started
|
|
25
|
+
|
|
26
|
+
**First Tutorial**
|
|
27
|
+
https://www.rocscience.com/help/dips/v9/tutorials/tutorials-overview/10-scripting
|
|
28
|
+
**Reference Manual**
|
|
29
|
+
https://rocscience.github.io/dips-scripting/
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
dips/AnchorPointVal.py,sha256=Ro8oE0x91Pbh55Jiy_Y2hylMFkJjAoJvcnimnW6lBI4,4010
|
|
2
|
+
dips/AngleDataVal.py,sha256=Z3UEW-NqkWUAMhfAX9UTvgN8WNIjgrOrHZ_vwdIq2u8,1914
|
|
3
|
+
dips/AnnotativeTools2DVal.py,sha256=p9xaQPqqFln-O00CAb5zzhg1OLk5ptCQrYO8EjXZbCU,13649
|
|
4
|
+
dips/ApplicationManager.py,sha256=LopRyLtkLQp-v3ICtjJ5dTbgpNIjwizKbnQDl9DV4Kc,3818
|
|
5
|
+
dips/ArrowToolEntityInfoRef.py,sha256=khyufzRNjwzi_RRLN5TMSBiLJara5-t_qYLa49SbPr0,2132
|
|
6
|
+
dips/ArrowToolEntityInfoVal.py,sha256=uaPANIyr3yTxRo8fgyD5SVmTcK9ItzPncKLkll9gSM8,6038
|
|
7
|
+
dips/AutomaticClusterAnalysisSettingsVal.py,sha256=QqFzhWIRLQrKkgoXjZfuoCq7_PbhhnzHVNe3GAOOPZA,5355
|
|
8
|
+
dips/BuiltInDataDescriptors.py,sha256=ZO0PqTkKz3sYjOyP1ueXj6NW1_bl1div3as-tps_ysE,3263
|
|
9
|
+
dips/BuiltInDataFormatters.py,sha256=9WRtknkq8WuLg1nxuMwQtpzutEHauiPtB6drZF2x-nI,3638
|
|
10
|
+
dips/CircularWindowVal.py,sha256=ceaygjACVpAysDZ3iRe5PUcuCiaDzt7-6KW9FUhw1jk,3708
|
|
11
|
+
dips/ClusterWindowVal.py,sha256=EZ4cWGLscnhaXCACVYiV-531nJlkgGKpDjyd9xM1fJA,7776
|
|
12
|
+
dips/ColorSurrogateVal.py,sha256=2S_ZMnAW3gKhlvQbBz6-zSbfynCWf7pDu9qWFzqP8Lk,2623
|
|
13
|
+
dips/ConeToolEntityInfoRef.py,sha256=6vaxi3eQ977Nik01jUZttsbTAIdZGTO9ofMoxkgvrSg,2108
|
|
14
|
+
dips/ConeToolEntityInfoVal.py,sha256=aIhJ5Eycz7GoHDL1-4Q_mxAyc3SganP_P9qd1J2lZ2w,3920
|
|
15
|
+
dips/ConeVal.py,sha256=fb7BQxJl3DlX_AaXJHpUWNJA5RcAAjFVB9U2ujgN85Q,3395
|
|
16
|
+
dips/ContourEntityVisibilityVal.py,sha256=zVIvJrRsLJ9alQ69x0Qsb34GkE0Y_dnOnSqdAp2HwSM,6537
|
|
17
|
+
dips/ContourOptionsVal.py,sha256=b5E8tosh8e0J7kif8gMkzybdBXr3hT7ovPPYya1e-YU,7437
|
|
18
|
+
dips/CumulativeChartViewRef.py,sha256=Tr_LLpJ-otIjE7X7Dn6DjA_vX6U_Mcfk5eJXgLProSI,2034
|
|
19
|
+
dips/CumulativeChartViewVal.py,sha256=eG3TKJlqkQVShF_SqzMKY7zDtCryYEXEYOCqsoQjyGg,3990
|
|
20
|
+
dips/CumulativePlotSettingsVal.py,sha256=3-CpPAVA-pPPShhZ4JdCvhYqhc2WaslG0y5Vgm4DHDQ,3342
|
|
21
|
+
dips/CurvedWindowVal.py,sha256=uIhdE9kXrjnGP0JQlB2QuQT_eD8Xi23YlYBQnDBntKE,3831
|
|
22
|
+
dips/CustomColumnCollectionVal.py,sha256=c5-v_BOE-_Xn48psQpKTWAMN4X33HZ6kSz-k7YeHzbk,2439
|
|
23
|
+
dips/CustomHistogramOptionsVal.py,sha256=2gPYSuz3UaXLBOr91EV93R9ycIofQ7Id0P5uPg4A5zk,4302
|
|
24
|
+
dips/CustomRangeVal.py,sha256=jczqceEKfZMVHY0VG330Vym5YRO-RQfsQ6KyHdj74q4,2501
|
|
25
|
+
dips/CustomRowRawDataVal.py,sha256=oSDMZg55HVm5hWKGbtonHrysrrF5I3Qh8apm3ZLuR2U,2692
|
|
26
|
+
dips/DataDescriptorVal.py,sha256=lF3R8NcK7wnYEaaa3QIqptJhT0A7Xv3QmtSn-Ht5SgY,2871
|
|
27
|
+
dips/DataFilterRef.py,sha256=Ee43sUVm0Nrlfa_7pEpZOq7cYUO9mebSLOLMcNGOUGU,839
|
|
28
|
+
dips/DataFilterVal.py,sha256=LtdedG6VwfGuOkowYfnbLGBAfTNwahKFzQXkkfAVmG8,2192
|
|
29
|
+
dips/DataFormatterVal.py,sha256=NxlLM46nmmsRYtveL6ZvMZcYzUF_RyoubKFEnDFKAds,1916
|
|
30
|
+
dips/DataIdentifierVal.py,sha256=37ipqocdKFcm4st2j_CFZ4eOplqOvw0dHyj_vZr59lo,1907
|
|
31
|
+
dips/DipsAPI_pb2.py,sha256=uDEAheaJTnYxRSrxAd6NxisfGEYTBsZ2IY8dd0hdKaA,195618
|
|
32
|
+
dips/DipsAPI_pb2_grpc.py,sha256=1LZjfZEql8ctgduAuJr9zBimdlnFxAxN76qx97E9jnQ,574302
|
|
33
|
+
dips/DipsApp.py,sha256=DMmlRp40RIb_B1vSUdW0b0jIbtl3Rnt7UjX7mswffls,3497
|
|
34
|
+
dips/DiscontinuityDataVal.py,sha256=Ejr0t3AbKnAh4Zld0hNziBU5MdedQzOO2My7jmG0N2o,6414
|
|
35
|
+
dips/EllipseToolEntityInfoRef.py,sha256=BcdhoTnNvc86kYydlUaMn-zaL548ooBY7wfmJRM6fto,2180
|
|
36
|
+
dips/EllipseToolEntityInfoVal.py,sha256=jsnT_OCvBU2C0c9FNxz6xAKBGNjZPsp0h-EOIDfcKh8,6129
|
|
37
|
+
dips/FillFormatVal.py,sha256=kUbgSxxAa6ZxWueaqg25bnMCBT5CBys_cqdRzAVZq-s,2879
|
|
38
|
+
dips/FoldEntityInfoRef.py,sha256=kgHUAiyaF5tY5Ztf1pHTT0qGg-IjlKEzqV1qTJGAvdk,867
|
|
39
|
+
dips/FoldEntityInfoVal.py,sha256=IaCN-vshkvtzsbhLakHVR8_2IfCrdoG2VwLIikqEdbQ,4008
|
|
40
|
+
dips/FoldEntityOptionsVal.py,sha256=bXU_IZSE0_6gS3Y9EteVuZYN2KOCVrh2kCP_QKwPqHM,3306
|
|
41
|
+
dips/FoldEntityVisibilityRef.py,sha256=n1NWQYV5RA9K362UaaSazGaKBScbf5tI7g5gJLAtgqU,1926
|
|
42
|
+
dips/FoldEntityVisibilityVal.py,sha256=7CQs7Kf3-7SGlEbr_p88S6-L15BKc0BtRJLtBI6R2Gw,3771
|
|
43
|
+
dips/FoldWindowEntityInfoVal.py,sha256=SsSNRt2BWFKTZ1T8jhgdejKHlQIzDNoJ4JroqJOyQZk,3876
|
|
44
|
+
dips/FoldWindowEntityVisibilityRef.py,sha256=srV-4JawdGkUmpL8xDOhsn2OB41ssDSsp6aAvPn-mqA,1352
|
|
45
|
+
dips/FoldWindowEntityVisibilityVal.py,sha256=M0D9Zo7QKnpO8XZ-WUyNz5u1NmemLxror6iD7hrXT5Q,2853
|
|
46
|
+
dips/FreehandWindowVal.py,sha256=ILy54OMnD0piuIdk6vaT4J6vw1MQzkfgYCrL893p9BU,2650
|
|
47
|
+
dips/FullDataFormatVal.py,sha256=NeHlcmXvzAY-GUedb0Z0iMkVGXNxyC-DGcL4dAPj9x0,3493
|
|
48
|
+
dips/GlobalPlaneEntityVisibilityVal.py,sha256=tWhQjoSGbnzfnU7ogEbFnjihuWUj_N47DeotDFZvoEk,3901
|
|
49
|
+
dips/HistogramChartViewRef.py,sha256=SC6e2emcZ1ezuPCQoHEfHmmhvYDN7X5UNj_ITg13eac,1998
|
|
50
|
+
dips/HistogramChartViewVal.py,sha256=y0ln6UXAc332mCJIMwwqVrW9Zh_Fosn-GvdRQSTbPe4,3960
|
|
51
|
+
dips/HistogramPlotSettingsVal.py,sha256=5rJwiH09UCVT6tQFAoDSZWTsUYYyYpR0M1NlnWjlBv8,5267
|
|
52
|
+
dips/IntersectionEntityVisibilityVal.py,sha256=_no6ZbZW55-d1ouidxAw2YuNOjESR9bjuj74X99YBp0,3189
|
|
53
|
+
dips/IntersectionOptionsVal.py,sha256=QGEnOpDwlYrE4ahuhRVuyq8dNNhODvzdfp-zA9CkrHA,3029
|
|
54
|
+
dips/IntervalVal.py,sha256=daBbT-Q_xP4_W6I9ESmwguLLi9_H1sq5KVje2j-F6y8,4167
|
|
55
|
+
dips/JointFrequencyAnalysisSettingsVal.py,sha256=hmJGZkdwwvsJfMATQkAqcKyj7ToumFGp67v2G8J-20k,3763
|
|
56
|
+
dips/JointFrequencyChartViewRef.py,sha256=v8pymlfTCxTEMfzkrnVcIY7EC7_zzR4VGN8_v60huEQ,2102
|
|
57
|
+
dips/JointFrequencyChartViewVal.py,sha256=0KUtv2IWB86skGljMeYZ_YysHW1nUWS74N7_FVympyQ,4223
|
|
58
|
+
dips/JointSpacingAnalysisSettingsVal.py,sha256=r6vRFvaZJ6E_30R-3jSY3k8MEFC-hN4LKkp0xCA-BCo,5249
|
|
59
|
+
dips/JointSpacingChartViewRef.py,sha256=_TwItSmmhIO7TAzgi4_Et4H2MmRbF1cEXysUY-4e3oI,2068
|
|
60
|
+
dips/JointSpacingChartViewVal.py,sha256=5PSQ1ggnLVko4z-nqFKhd-I9oJrr3f5lQzNFORYI4UI,4163
|
|
61
|
+
dips/KinematicAnalysisEntityVisibilityVal.py,sha256=nYVz9sOJZRhUkRmfl8dgQBViewpoJPerFk7YPjYZZEU,2436
|
|
62
|
+
dips/KinematicAnalysisSettingsVal.py,sha256=H-PW7OHN2ZH16E6b_ELhFFNEz82Zm7p4_rU9L1X66C4,6012
|
|
63
|
+
dips/LatLongVal.py,sha256=qeYZrfGbbkUyyY_acgv0UEYPJ6qpr4Lq5_qemaiLy0c,2505
|
|
64
|
+
dips/LengthDataVal.py,sha256=N6RfaQ7hyPXWygavFeAIkVsqSFNr2eAlzFdNMgDFg_E,2870
|
|
65
|
+
dips/LineFormatVal.py,sha256=BtG1GX-flbIurdDxaD2-seHoNpmnv_mdPg0UrGNou20,2877
|
|
66
|
+
dips/LineIntersectionCalculatorToolEntityInfoRef.py,sha256=OteNLwh6XdKHmojkl4aGjhUtL46Eoq2RMtvaoAEZH00,2636
|
|
67
|
+
dips/LineIntersectionCalculatorToolEntityInfoVal.py,sha256=9CzRZLwyPa00eIJeIrS2DAG0MwfKROLWAY6dd8jhqmU,4921
|
|
68
|
+
dips/LineToolEntityInfoRef.py,sha256=ZZgOTspjNO-tkOJ-39njvxEx48l9nnM4cB54LAMvqG0,2108
|
|
69
|
+
dips/LineToolEntityInfoVal.py,sha256=2PpoGN3aSQAIKuUbtBMPFKCZ_aWjjOD94L48jyZgQYU,5333
|
|
70
|
+
dips/LineationVal.py,sha256=7QOWVG4WEtWUb0RdGMhAOAC10H10ix9L1CFlz1SC2ZA,2750
|
|
71
|
+
dips/MeasureAngleToolEntityInfoRef.py,sha256=wHvDa0k-Qn69X4GX0jmIpV1hd_D09DLsfEEQa9iXiUY,2300
|
|
72
|
+
dips/MeasureAngleToolEntityInfoVal.py,sha256=MHAHaAPFn0b5wnwpPGMTaMAA8TA9QPWKQsfQQpLA688,4851
|
|
73
|
+
dips/OrientationDataSetRef.py,sha256=eRJHX5uR4AWhu4b5eQuw-g3rMPXY9t1F9JNgpIdcZvc,895
|
|
74
|
+
dips/OrientationDataSetVal.py,sha256=ec8Ym66psjNF9i4EliwClMoGxfNq5yd_U6XrLBynn0s,21988
|
|
75
|
+
dips/PitchGridToolEntityInfoRef.py,sha256=Ce33yHHRlU5E5oFNplrQBWI-eQGJ9F9EX5TZIM6SdSw,2228
|
|
76
|
+
dips/PitchGridToolEntityInfoVal.py,sha256=CGwwCaaz0kxT8jZDX3edvlYFP6RQ2-zzdVpw1jgezoM,3987
|
|
77
|
+
dips/PlaneEntityInfoRef.py,sha256=Cc2bayDMO_w2Lg9M6STlFg1YIMpk2yyX6a7PVd4OeeM,874
|
|
78
|
+
dips/PlaneEntityInfoVal.py,sha256=YzHxnLM2vA8y5SEBmnEVAp2PyjFp-iwY7fqqwPb_GKE,3336
|
|
79
|
+
dips/PlaneEntityVisibilityRef.py,sha256=Q9IF8whfhOPu4xOx3zOUDLes4G_wmhIt5FjWvFAHolo,1963
|
|
80
|
+
dips/PlaneEntityVisibilityVal.py,sha256=n8qTrR9PDwX2kmR4GJbiLT6s3wZ0AdHdCSyb2mHIEKM,3823
|
|
81
|
+
dips/PlaneIntersectionCalculatorToolEntityInfoRef.py,sha256=rbZNKmxsw60rkrehVsSNr0PWKrX3nrW5fiC1E1l5Xgs,2660
|
|
82
|
+
dips/PlaneIntersectionCalculatorToolEntityInfoVal.py,sha256=wvySUEiQhI378a_wtTeZm6bZlWwkHeNLgPPkHf1G1Gc,4926
|
|
83
|
+
dips/PlaneOptionsVal.py,sha256=e5qu0d_pbOfiPXNFsKEU1DMCwYQi5gGRdcktI8xBiRU,3678
|
|
84
|
+
dips/PlaneVal.py,sha256=E5SgQd1fU3LF1nGsWUfRY-AzmijjjmFBX6sEKvqzhSQ,3278
|
|
85
|
+
dips/PoleEntityOptionsVal.py,sha256=X1-KDslnlUpiXFpmyY4y3bhzYN54VTaB1w-8R8w7eTw,2670
|
|
86
|
+
dips/PoleEntityVisibilityVal.py,sha256=K-6pvv5R8RnR5WtCzKQj8tEN2Kngx-Pqq6z__JagxlY,2896
|
|
87
|
+
dips/PolygonToolEntityInfoRef.py,sha256=SbLu0xTSgKihKb9sspJtK_bL2ROMlCFAMJAUfMzE5aU,2180
|
|
88
|
+
dips/PolygonToolEntityInfoVal.py,sha256=HY6e2ZWDKmYeF4lRVRSKurb0Ng6Q7_SvCaMEEMSVipw,4891
|
|
89
|
+
dips/PolylineToolEntityInfoRef.py,sha256=pz5Idflv8LYDH8WAkhNRlmBG0GSIyiwVFJzwDXDUC0g,2204
|
|
90
|
+
dips/PolylineToolEntityInfoVal.py,sha256=mUrLju_51Tw2YEjmgp2E0BjMGCFkSlZSKsFdJul9OJE,3920
|
|
91
|
+
dips/ProcessedDataVal.py,sha256=zNUOE_7wInj5vW90gQIuoifaYUPF7Dr8Ihq8sB7oVEw,3188
|
|
92
|
+
dips/ProjStubRef.py,sha256=UWI4Oa8SDtjjgXDgqK8tGwAfqWEYm_SPPY4XXyYdQkU,22229
|
|
93
|
+
dips/ProjStubVal.py,sha256=ljiupvjbFUOrABubn3eq76G-t5u5j9a__qXZ3PEMjVY,1571
|
|
94
|
+
dips/ProtobufCollectionWrappers.py,sha256=QbRoh8MyHc5MpSr4RTvv7Cyi8Dv2roLZoalegG1uOuc,3459
|
|
95
|
+
dips/QualitativeQuantitativeAnalysisSettingsVal.py,sha256=SAlBVtSVYbsRNFlqvBtZsFkZ8VISgvJvmhYV9o_w_Ak,5725
|
|
96
|
+
dips/QualitativeQuantitativeChartViewRef.py,sha256=jeDambxvgS76qtGgkDyig0h95tRApgjdtePL4GsNNXE,2255
|
|
97
|
+
dips/QualitativeQuantitativeChartViewVal.py,sha256=ZkaU6OXRBcLhXRgM65ZlMoS6lnyBBg9CbJ3YnZZNMyg,4808
|
|
98
|
+
dips/QuantitativeContourSettingsVal.py,sha256=SO_4RZRUbj4viCDgRqYEgchvhDkjB-w8KOqYnZ4Ey0E,4052
|
|
99
|
+
dips/RQDAnalysisChartViewRef.py,sha256=LRfZiRqNXTGOwm_BNtvdpGucNMCaa8sLte1x4gSkCvY,2051
|
|
100
|
+
dips/RQDAnalysisChartViewVal.py,sha256=dMhD-xH6n_h4_S3cKQPDB2ODxmXCSGK3D6GNKcycEp8,3920
|
|
101
|
+
dips/RQDAnalysisSettingsVal.py,sha256=hze5tLEF_Wt6wJFInxwQiKAp77mzXBVCyGXw5m6bQzI,4614
|
|
102
|
+
dips/RectangleToolEntityInfoRef.py,sha256=C3MszbxMKv7AxChDyyn-6rKEPBx5V3Pf5ytoeSqJr2A,2228
|
|
103
|
+
dips/RectangleToolEntityInfoVal.py,sha256=KzHu331m0hvLPxFxsL4F4V3nHxfu0l3Bv5Z0GDegs2Y,6139
|
|
104
|
+
dips/ReportingConventionResultVal.py,sha256=XBaT5HnkRRhi6YOyvRAL5wj_C6y6lJ3qT2ihgFJmjg8,1938
|
|
105
|
+
dips/RosettePresetOptionsVal.py,sha256=cP0xAUPIby9-neeiUksUpInUV3zbTKvt4TWFZ84hd2Y,9500
|
|
106
|
+
dips/RosetteSettingsVal.py,sha256=sqjH9PLeOPmKCVnmVlUSP273GmtsIDcEJAsQrebiA8o,7054
|
|
107
|
+
dips/RosetteViewRef.py,sha256=6fGMXgIlooL4ql_s6HKdwTM1ZxG4C0rzBJKTlDHdrII,17196
|
|
108
|
+
dips/RosetteViewVal.py,sha256=noJ9zOiurss9no9CnLTJgJe1i3-O8BYKGw03c27duD4,8049
|
|
109
|
+
dips/ScatterChartViewRef.py,sha256=onZm6G8oxhyrd2mbEtHjvqsd3BFi4Jg-UmjLYsoj3Cw,1983
|
|
110
|
+
dips/ScatterChartViewVal.py,sha256=SWrNXjt9BhiXhunePkJX18_JDRVjPm2Tw0qrDiWRcqI,3900
|
|
111
|
+
dips/ScatterPlotSettingsVal.py,sha256=QteslWrESKybhDPdvL0x4eSm2ABYcACnEBDyXoxXUi4,4499
|
|
112
|
+
dips/SetEntityInfoRef.py,sha256=amkGuzO2rEWDn_8kXNLbV53gnWo94U_AkhZ16KwrIuc,860
|
|
113
|
+
dips/SetEntityInfoVal.py,sha256=XTdkH6G2beWFrpEgh0gRVT_EjdPFZ2bSu5RRJ-BrrM8,3978
|
|
114
|
+
dips/SetEntityOptionsVal.py,sha256=HBzj75N_33g-V5DKQ2eapvSGmL_RNJcC1p-MGc3Ej5s,5761
|
|
115
|
+
dips/SetEntityVisibilityRef.py,sha256=kdVCXwbj-yHQfxUcslpTRlSMeBEsOOZGoVsd5f6QEww,1941
|
|
116
|
+
dips/SetEntityVisibilityVal.py,sha256=2NgdG6HubvUOSbue-MEcHv5L2BDKQuUSDC0APcl-Raw,3743
|
|
117
|
+
dips/SetStatisticsSettingsVal.py,sha256=0moLb-jUoKDzuv4gMTcK8B4g_ncUY9S13DH--P7bmVM,3338
|
|
118
|
+
dips/SetVersusSetVal.py,sha256=PJef8vBV32zl2HDOkj3cUASKtFiv6Bda0qkToczbL1w,2786
|
|
119
|
+
dips/SetWindowEntityInfoVal.py,sha256=KAMT24mYhkZHoufd8qbqSJiuo-SqdFVFNd8PmOwx0J0,8755
|
|
120
|
+
dips/SetWindowEntityVisibilityRef.py,sha256=XAqQqYlk7nyDbL4LW4FhfKkqECwDGW2ZhTl_zJ5UUYI,1342
|
|
121
|
+
dips/SetWindowEntityVisibilityVal.py,sha256=jrSDSMu1-mh4OgnHmCLPcFn5rXvJQ4Jzg9XnOAI7XUg,2831
|
|
122
|
+
dips/StatisticalDistributionFilterVal.py,sha256=_FdecD628l7ybRHHwT_QkCAO-kw63xw0T1ziQnwTd_8,4404
|
|
123
|
+
dips/Stereonet2DPresetOptionsVal.py,sha256=vbUu7lYjxg04rV2PAzLBGZwdmsT5ZEKjcBcocxi1fy0,24485
|
|
124
|
+
dips/Stereonet2DViewRef.py,sha256=nVV760ehP3NOtgEPNBh1wJZ8MfR1nNgQoUc_H2pwYPU,38906
|
|
125
|
+
dips/Stereonet2DViewVal.py,sha256=ho88x713JnKUm00sQR_a5lslxXbBxGJ_HAAakwuZh9c,19479
|
|
126
|
+
dips/Stereonet3DPresetOptionsVal.py,sha256=U8xgiZF5SueKj5xnLDPhs7yxjPuZ7jxEPi9cL41qdWo,14553
|
|
127
|
+
dips/Stereonet3DViewRef.py,sha256=h1xJ4Z3oQ_SOLdSE65SxBInD6yiYSOIR5RI5SCBATs4,29792
|
|
128
|
+
dips/Stereonet3DViewVal.py,sha256=fbUQGbqT4k7qEhPugcA6IFzom5gXmWpUzBahrrGN7G8,15872
|
|
129
|
+
dips/StereonetOverlayEntityVisibilityVal.py,sha256=Fn1Q7uBqIuEGh7qDq8OSgr25TE5lEk6DFbEaxclmdhI,3347
|
|
130
|
+
dips/StereonetOverlaySettingsVal.py,sha256=Ayy1f7xu6CMXrB-KODAKqV91pl9wrrrofSrswe7s5XE,3949
|
|
131
|
+
dips/StereonetProjectionModeVal.py,sha256=f71NejR4v8L-ZxYD3jKy4plW4pgnWPhRurrHXlEe8l8,2479
|
|
132
|
+
dips/SurveyDataVal.py,sha256=v-DMvYCK7YYKZ7gvsrdKMHsxds84Rq8jcVz7lJz-9QU,3871
|
|
133
|
+
dips/SymbolDisplaySettingVal.py,sha256=FhnuhcjVpIYoF-gul-gORKyMECQY3D-3rrOPYYjuoNo,4539
|
|
134
|
+
dips/SymbolicSettingsVal.py,sha256=yRUFmKvtlzSH_R4o9siaiLn9G5Yg36ecG1Ma5YmOZvQ,4166
|
|
135
|
+
dips/TextFormatVal.py,sha256=BJ_lWR_X7qU64wCRmr1WjKoYhD24XYQZyvbTxZ5S8H8,3594
|
|
136
|
+
dips/TextToolEntityInfoRef.py,sha256=C-rXnor-DyfHa0iu8NFyOmcueUq5tXaGT-XnKkh5vmg,2108
|
|
137
|
+
dips/TextToolEntityInfoVal.py,sha256=8Iv4W-OtDc6UHNniJHVW1s5S7SJD0DwGRe0cW7NBXlg,6792
|
|
138
|
+
dips/TraverseEntityOptionsVal.py,sha256=LkRs2yWmTUxm_DRmHxxqn4GRqAIgoZ0qQP4qOVdmKVA,2647
|
|
139
|
+
dips/TraverseEntityVisibilityRef.py,sha256=2x_rrttbzLSksLGsu7b4rFmkvqJsA5ojmgoKLhFdEDs,2010
|
|
140
|
+
dips/TraverseEntityVisibilityVal.py,sha256=1W5hVOaDClij3pT7MFobjijnsaR3vSRLT59sJt0AVSs,3883
|
|
141
|
+
dips/TrendLineToolEntityInfoRef.py,sha256=bm2kLN3XAJw94ghPVDcqQ5_VMd9TksCxXD7xGt2otIA,2228
|
|
142
|
+
dips/TrendLineToolEntityInfoVal.py,sha256=a2yaVuJ_rIrfcW9-H1GOZGMC7DxsMmuUh0M2yjbGE08,3994
|
|
143
|
+
dips/TrendPlungeVal.py,sha256=U4nghHS-4vf9RzoV2qDeQq0PLGgMEPgYGvTnz1Aub3Q,3289
|
|
144
|
+
dips/UnitSystemResultVal.py,sha256=ZsglUwca79fsNa8NaerkFagqdWgMGI26lktazy9E7XE,1893
|
|
145
|
+
dips/UserPlaneEntityOptionsVal.py,sha256=Kx_wJYy0f1_2AYqK0Z_XAk7SQDplaz6nuxOJDL4fHYw,3765
|
|
146
|
+
dips/ValidatableResultVal.py,sha256=_YL0zWN12cUVzTeTIqtUOdpVmW9HJDnmSz0Vclv5EmI,2360
|
|
147
|
+
dips/ValidatableResult_ProtoReference_ArrowToolEntityInfoVal.py,sha256=wDhptzrO3KSufUgH_a6AZ7XaBt7mK1d1nTeicQRHpEo,3283
|
|
148
|
+
dips/ValidatableResult_ProtoReference_ConeToolEntityInfoVal.py,sha256=qHGxOBTbdyuVEP91N3GFfsAWPvZeNSCGrlG-mluMZC8,3272
|
|
149
|
+
dips/ValidatableResult_ProtoReference_EllipseToolEntityInfoVal.py,sha256=gF9V35lBSn9ROloeTvSnW7OGIyCPwpsvhCF0AxCNeuQ,3305
|
|
150
|
+
dips/ValidatableResult_ProtoReference_FoldEntityInfoVal.py,sha256=W3nwdDSBADKBjFdOk3fg0eNX5iumBDaYfCOi3VSdhBc,3228
|
|
151
|
+
dips/ValidatableResult_ProtoReference_LineIntersectionCalculatorToolEntityInfoVal.py,sha256=Z2CqBa_XLvOdXhCqkLlQp248qL1eSerPssp-1uDcY2I,3514
|
|
152
|
+
dips/ValidatableResult_ProtoReference_LineToolEntityInfoVal.py,sha256=zovfko8ZVAhcKEvc-cFVssTR_eMb317D0OWewCN95tc,3272
|
|
153
|
+
dips/ValidatableResult_ProtoReference_MeasureAngleToolEntityInfoVal.py,sha256=KN-Nde8i1pY89MJYTsdJ2WZK4slw-ZtSP1uSZN7WDOM,3360
|
|
154
|
+
dips/ValidatableResult_ProtoReference_OrientationDataSetVal.py,sha256=_1c_uovTWy3J3zTMw5kJ1VXH56XsVv10GYFLiIDj8Hw,3272
|
|
155
|
+
dips/ValidatableResult_ProtoReference_PitchGridToolEntityInfoVal.py,sha256=4qVXIzJZ1GPbpZlaeAgeFOAuAXovFzNjrCSh29MWXFA,3327
|
|
156
|
+
dips/ValidatableResult_ProtoReference_PlaneEntityInfoVal.py,sha256=0T45UEtSqTWc2R3ORrSSaXzF132TDjath26oTyRKuzQ,3239
|
|
157
|
+
dips/ValidatableResult_ProtoReference_PlaneIntersectionCalculatorToolEntityInfoVal.py,sha256=0MlKBJl5l3wbvJ7zv4Y4At2mEAMpnlappMC5zajYoag,3525
|
|
158
|
+
dips/ValidatableResult_ProtoReference_PolygonToolEntityInfoVal.py,sha256=DMckPOVamFc0Rrtzv-XIPmGDzttV6s59j7rGi7sX4GQ,3305
|
|
159
|
+
dips/ValidatableResult_ProtoReference_PolylineToolEntityInfoVal.py,sha256=eVO0FqR3MtPglzLmOyU_Her1B78micb5jsxgE1vdQpo,3316
|
|
160
|
+
dips/ValidatableResult_ProtoReference_RectangleToolEntityInfoVal.py,sha256=UZ9BpZ1BmTDgVZzuDgh0agOGYaChqMb42vuzKwfwx34,3327
|
|
161
|
+
dips/ValidatableResult_ProtoReference_SetEntityInfoVal.py,sha256=qhPIwRnTn2p9oS9PuHB7Y9Fgpw7ErMAbUdTU9pGxsWo,3217
|
|
162
|
+
dips/ValidatableResult_ProtoReference_TextToolEntityInfoVal.py,sha256=yidSNq5KeeDScPAQWOivyGMkYKrjFYZ9AyBSWIySl5U,3272
|
|
163
|
+
dips/ValidatableResult_ProtoReference_TrendLineToolEntityInfoVal.py,sha256=qAqerpZw5hzP9UPwwzQzbFofSydj4U8DpbnDOEmzD8Q,3327
|
|
164
|
+
dips/ValidationErrorVal.py,sha256=ChOGX1sNyOQyASO6aVENxxW7KTOARUBiF69VpiAoGaU,2276
|
|
165
|
+
dips/Vector2DVal.py,sha256=28qa32QFhPYVA2hXmm9SVAfZCkzER4ykmfKqPUDfdsI,2089
|
|
166
|
+
dips/Vector3Val.py,sha256=nwk5amfXeJTwLW_5_WSbe6Q20e4B_-n-sX1E15wxFkA,2344
|
|
167
|
+
dips/VectorDensityContourSettingsVal.py,sha256=Sjs9shqqgch8TmXSA4Vjis7I8A6oEWYG6p5IN6aij3U,2470
|
|
168
|
+
dips/WeightingSettingsVal.py,sha256=LWL8Iwf9ANEWm0XLwAY_qeZ-_jkevVq42pkyUZ_y7GU,3070
|
|
169
|
+
dips/WrappedFreehandWindowVal.py,sha256=Hc3XTuzNerdfShc8oFYQxNmeCfKzo1uQ6wyRsIG2j3E,4001
|
|
170
|
+
dips/__init__.py,sha256=Vm_cbJ2dcdZuPVh0nQXJXlQxJe3Gyre7Ht4T_O03vOU,737
|
|
171
|
+
dipsscripting-9.1.0.dist-info/licenses/License.txt,sha256=3yOfCc7NuJiZKg_e2foEMQ5h0YulnqysC6QObBlaYcs,1077
|
|
172
|
+
dipsscripting-9.1.0.dist-info/METADATA,sha256=0L0kRh3TVVGife8ZfAR7H2m1Kh32Xrb_mNdJxF4e9YY,1029
|
|
173
|
+
dipsscripting-9.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
174
|
+
dipsscripting-9.1.0.dist-info/top_level.txt,sha256=LRKBAtwAnOn9Hcc5VhoqWZIxIJLF_hHbu6KYLxjw9bo,5
|
|
175
|
+
dipsscripting-9.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright (c) 2026 Rocscience Inc.
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
|
+
a copy of this software and associated documentation files (the
|
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
9
|
+
the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be
|
|
12
|
+
included in all copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dips
|