CN117828508A - Extraction method for loading and unloading events of oil tanker - Google Patents

Extraction method for loading and unloading events of oil tanker Download PDF

Info

Publication number
CN117828508A
CN117828508A CN202311870525.6A CN202311870525A CN117828508A CN 117828508 A CN117828508 A CN 117828508A CN 202311870525 A CN202311870525 A CN 202311870525A CN 117828508 A CN117828508 A CN 117828508A
Authority
CN
China
Prior art keywords
track
event
current
loading
draft
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202311870525.6A
Other languages
Chinese (zh)
Inventor
赵颖
张怡萱
张然
董道珠
毕家豪
张兵
陈晓慧
周芳芳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Central South University
Original Assignee
Central South University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Central South University filed Critical Central South University
Priority to CN202311870525.6A priority Critical patent/CN117828508A/en
Publication of CN117828508A publication Critical patent/CN117828508A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a method for extracting loading and unloading events of a tanker, which comprises the following steps: step one: extracting the moving track of a certain oil tanker within a certain period of time; step two: extracting a berthing track section using a sliding window; step three: carrying out mutation treatment on the tail end of the berthing track section; step four: splitting an event with a plurality of draft change points; step five: repeating the second to fourth steps, and storing all parking track sections into a dictionary; step six: calculating the draft loading and unloading amount per meter according to the maximum and minimum draft values; step seven: traversing all berthing track sections, and screening events according to the size of draft change; step eight: calculating all event related attribute values and storing the event related attribute values into an event table; step nine: and aiming at the current event table, constructing an event sequence according to the principle of loading and unloading. The automatic extraction of the loading and unloading events of the oil tanker is realized, the monitoring precision is improved, and the crude oil transportation route is accurately tracked.

Description

Extraction method for loading and unloading events of oil tanker
Technical Field
The invention belongs to the technical field of marine transportation monitoring, and particularly relates to a method for extracting loading and unloading events of an offshore tanker.
Background
Offshore tanker loading and unloading is one of the vital links in the global oil trade, which means that the tanker performs crude oil loading and unloading activities in ports or wharfs and other areas. These activities involve various types of cargo, such as crude oil, refinery products, etc., and are key components of international petroleum trade and logistics transportation. In order to observe the whole transportation route of crude oil, the loading and unloading place and source country of crude oil are tracked, related personnel record loading and unloading events of a tanker, and detailed information and transportation source track related to the loading and unloading process of crude oil are obtained, so that the country of crude oil is defined. This is of great importance for making important strategic decisions.
Currently, the identification of tanker loading and unloading events is typically obtained by personnel in the relevant sector observing the sailing trajectory data of the tanker. The method uses a special ship track monitoring website or tool to conduct manual observation processing, and judges according to the characteristics of loading and unloading events so as to analyze and extract the loading and unloading events of the tanker. However, the loading and unloading activities of the oil tanker are huge and complex, and only are observed manually, so that the oil tanker is not only tedious and inefficient, but also has the problems of subjectivity and misjudgment. For example, during recording, it is not easy to distinguish between anchoring and berthing activities. While the tanker may be loaded and unloaded in the pontoon area outside the port, rather than in the port. In addition, draft changes due to other factors (such as fuel and water consumption, change in the motion state of the crude oil carrier, change in sea water density, and change in tide and water level) may be misjudged as loading and unloading events, etc., resulting in reduced accuracy and reliability of event recording. Therefore, there is a need for an algorithm that automatically identifies loading and unloading events from tanker trace data to improve monitoring accuracy and efficiency.
Disclosure of Invention
The invention aims to provide a high-efficiency and accurate extraction method for a cargo loading and unloading event of a tanker, which solves the problems of low manual extraction efficiency, more subjective misjudgment, insufficient accuracy and reliability and the like in the traditional event extraction method. At the same time, a loading and unloading event sequence can be constructed to track the transportation route and source of crude oil.
In order to solve the technical problems, the technical scheme adopted by the invention is that the extraction method of the cargo loading and unloading events of the tanker comprises the following steps:
step S1: extracting the moving track of a certain oil tanker within a certain period of time;
step S2: extracting a berthing track section using a sliding window;
step S3: processing the mutation at the end of the parking track segment;
step S4: splitting an event with a plurality of draft change points;
step S5: repeating the steps S2, S3 and S4, and storing all parking track segments into a dictionary;
step S6: calculating the draft loading and unloading amount per meter according to the maximum and minimum draft values;
step S7: traversing all berthing track sections, and screening events according to the size of draft change;
step S8: calculating all event related attribute values and storing the event related attribute values into an event table;
step S9: and aiming at the current event table, constructing an event sequence according to the principle of loading and unloading.
Further, the step S1 includes: from complete track data [ P 1 ,P 2 ,…,P n ]Extracting a certain oil ship V for a period of time [ t ] s ,t e ]All track data [ P ] within s ,P s+1 ,P s+2 ,…,P e ]。
Further, the step S2 includes:
step S2.1: traversing Trace Point data [ P ] s ,P s+1 ,P s+2 ,…,P e ]From the first locus point P s Starting, W track points are taken each time to form a window W current :[P cur1 ,P cur2 ,…,P curW ];
Step S2.2: calculating the average speed S of the current window track point avg
Wherein if S avg Less than the speed threshold value theta sog Adding all track points in the current window into the current parking track segment T current In (a) and (b);
if S avg Greater than or equal to the speed threshold value theta sog Judging whether the speed of each track point is smaller than theta sog The speed within the window is greater than or equal to theta sog Track points preceding the track points of (a) are added to the parking track segment T current In the process, stopping judgment, stopping the process to the current parking track section T current New track points are added.
Further, the step S3 includes:
taking T current The last trace point P in (3) TrackEnd In the complete track data, judging P TrackEnd With the next track point P TrackEnd+1 Whether mutation conditions are satisfied; the mutation conditions were:
P TrackEnd .sog≤θ sog
and P is TrackEnd+1 .sog>θ sog
And P is TrackEnd .draught≠P TrackEnd+1 .draught
Wherein sog is the track point speed and draugh is the track point draft;
wherein if the mutation condition is satisfied, P is TrackEnd The next 20 track points are added into the current parking track section T current In, i.e. new mooring trajectory segment T currentNew :[P TrackStart ,P TrackStart+1 ,P TrackStart+2 ,…,P TrackEnd ,P TrackEnd+1 ,…,P TrackEnd+20 ];
If not, the processing is not performed.
Further, the step S4 includes:
s4.1: record mooring trajectory segment T currentNew Calculate T one by one currentNew The draft change of every two adjacent points in (a) is greater than the draft threshold value theta draught Track point number N;
s4.2: if N is more than or equal to 2, the track section T will be parked currentNew Cutting into multiple parking track segments T current’ 、T current’+1 、…、T current’+N The method comprises the steps of carrying out a first treatment on the surface of the The segmentation method comprises the following steps: find two draft change points [ P ] DraughtChange1 ,P DraughtChange2 ]Intermediate point P of (2) middle The method for calculating the intermediate point sequence number middle comprises the following steps:
wherein [ P ] DraughtChange1 ,P middle ]For an event fragment, [ P ] middle+1 ,P DraughtChange2 ]Is another event fragment;
if N is less than or equal to 2, no processing is performed.
Further, the step S5 includes:
s5.1: repeating the steps S2, S3 and S4 until all track point data are processed;
s5.2: all extracted berthing track segments [ T ] 1 ,T 2 ,…,T n ]Numbering according to time, taking the number as a key, taking the corresponding parking track segment as a value, and storing the value into a dictionary Dict.
Further, the step S6 includes:
s6.1: screening out all track points with all draft records larger than 10 meters;
s6.2: calculating a minimum draft recorded value D MinDraught And maximum draft recorded value D MaxDraught The specific formula is as follows:
further, the step S7 includes:
s7.1: calculating the start-stop draft value D of each track segment start And D end
S7.2: traversing all parking track segments [ T ] in parking track segment dictionary Dict 1 ,T 2 ,…,T n ]Track segment [ T ] that will satisfy the condition load1 ,T load2 ,…,T loadn ]Screening: the specific screening conditions are as follows:
|D end -D start |≥θ draught
further, the step S8 includes:
s8.1: determining each loading and unloading event track segment [ T ] load1 ,T load2 ,…,T loadn ]Whether the loading event or the unloading event is carried out, and the judging conditions are as follows:
if D start ≤D end The current event is a shipment event;
if D start >D end The current event is a discharge event;
s8.2: according to the draft loading and unloading quantity Q per meter rate Calculating the current incident loading or unloading quantity Q current The specific calculation formula is as follows:
Q current =Q rate *|D end -D start |
s8.3: the method comprises the specific steps of:
s8.3.1: traversing a track segment T load Traversing all port polygon data for the current point P (x, y);
s8.3.2: let the current traversed port be H, let each vertex of the polygon where the port boundary is located (x i ,y i ) Sequentially arranged to form a port polygon V harbor ={(x 1 ,y 1 ),(x 2 ,y 2 ),…,(x n ,y n ) Emitting a ray from point P (x, y) in the horizontal direction;
s8.3.3: each side E of the polygon is examined,
s8.3.3.1: if the ray intersects the edge E, checking whether the x coordinate of the intersection point is within the horizontal range of the edge E, specifically:
if the x-coordinate of the intersection point is within the horizontal range of the edge E, this intersection point is recorded,
if the x coordinate of the intersection point is not in the horizontal range of the edge E, continuously judging whether the next edge has an intersection point with the ray;
s8.3.3.2: if the ray does not intersect with the edge E, the ray does not intersect with the polygon, and the number of the intersecting points is 0;
s8.3.4: counting the number of all intersection points, and judging whether P is in polygon V according to parity rule harbor The inner part is specifically as follows:
if the number of intersection points is odd, P is in polygon V harbor Inner or V harbor Is considered to be P in port H, and the current event track section T is determined load Matching with port H, and jumping out for circulation;
if the number of intersection points is even, P is in polygon V harbor Otherwise, P is not considered to be in port H, and circulation is continued;
s8.4: calculating the residual required field values of all the events, constructing event objects, and finally constructing an event table E load :[E 1 ,E 2 ,…,E n ]。
Further, the step S9 includes:
s9.1: traversing event table E load All events in the middle [ E ] 1 ,E 2 ,…,E n ];
Wherein, if the current event E current For loading event and last event E current-1 For unloading events, then consider to start E from the current event current For a new sequence of events, all events before belong to a sequence of events E seqN
Otherwise, go on traversing.
Compared with the existing method, the method has a plurality of advantages and positive effects. Firstly, by introducing an algorithm, the method can automatically extract the loading and unloading events of the tanker from the track data of the tanker, and record the detailed information of the related loading and unloading activities. Compared with the traditional manual observation method, the method has the advantage that the monitoring precision is greatly improved. The automatic feature extraction not only saves a great deal of human resources, but also greatly weakens the influence of the problems of artificial subjective judgment and misjudgment, thereby ensuring the accuracy of the identification of loading and unloading events.
Furthermore, by constructing a loading and unloading event sequence, the method makes it more efficient to track the transport route of crude oil. The user can obtain an overall view of the loading and unloading event to more fully understand the flow path of the crude oil and the source of the cargo. In general, compared with the existing method, the method has obvious advantages in the aspects of monitoring precision, recording reliability, crude oil transportation route tracking and the like, and brings substantial technical progress to the field of offshore tanker loading and unloading.
Drawings
FIG. 1 is a flow chart of a method for extracting cargo loading and unloading events of a tanker according to an embodiment of the present invention;
fig. 2 is a schematic diagram of the extraction of a berthing trajectory segment using a sliding window algorithm.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings in which embodiments of the invention are shown. The invention provides a method for extracting a loading and unloading event of a tanker, wherein FIG. 1 shows a specific flow of an algorithm, and FIG. 2 shows a schematic process for extracting a berthing track section by using a sliding window. The method for extracting the loading and unloading events of the tanker can extract the loading and unloading event information from the track data of the tanker, and comprises the following specific implementation steps:
step 1: extracting the moving track of a certain oil tanker in a certain period of time
From complete track data [ P 1 ,P 2 ,…,P n ]Extracting a certain oil ship V for a period of time [ t ] s ,t e ]All track data [ P ] within s ,P s+1 ,P s+2 ,…,P e ];
Step 2: extraction of berthing trajectory segments using sliding windows
The sliding window algorithm is used for obtaining the track data [ P ] in the step 1 s ,P s+1 ,P s+2 ,…,P e ]And (5) processing. According to the speed threshold value theta sog Judging track points in the window under the condition, and extracting a current parking track section T current :[P TrackStart ,P TrackStart+1 ,P TrackStart+2 ,…,P TrackEnd ]. The specific method is as follows:
the sliding window size W is first determined. Traversing Trace Point data [ P ] s ,P s+1 ,P s+2 ,…,P e ]From the first locus point P s Starting, W track points are taken each time to form a window W current :[P cur1 ,P cur2 ,…,P curW ]. Calculating the average speed S of the current window track point avg . If S avg Less than the speed threshold value theta sog Adding all track points in the current window into the current parking track segment T current In (a) and (b); otherwise, judging whether the speed of each track point is smaller than theta sog If the speed of the ith track point is greater than or equal to theta sog The first i-1 speeds are less than theta sog The track points joining the berthing track segments T current And stopping the judgment.
Step 3: abrupt handling of end of berthing trajectory segment
When the average speed of all track points in the window is greater than or equal to the speed threshold value theta sog When stopping to the current berthing track section T current New track points are added. Taking T current The last trace point P in (3) TrackEnd In the complete track data, judging P TrackEnd With the next track point P TrackEnd+1 Whether mutation conditions are satisfied. If so, P is TrackEnd The next 20 track points are added into the current parking track section T current In, i.e. new mooring trajectory segment T currentNew :[P TrackStart ,P TrackStart+1 ,P TrackStart+2 ,…,P TrackEnd ,P TrackEnd+1 ,…,P TrackEnd+20 ]The method comprises the steps of carrying out a first treatment on the surface of the If not, the processing is not performed. Wherein, the mutation conditions are as follows:
and is also provided with
And P is TrackEnd .draught≠P TrackEnd+1 .draught
Where sog is the track point velocity and draugh is the track point draft.
Step 4: splitting events with multiple draft change points
Recording the berthing track segment T processed from step 3 currentNew Calculate T one by one currentNew The draft change of every two adjacent points in (a) is greater than the draft threshold value theta draught Is defined, the number of trace points N. If N is more than or equal to 2, the track section T will be parked currentNew Cutting into multiple parking track segments T current’ 、T current’+1 、…、T current’+N The method comprises the steps of carrying out a first treatment on the surface of the Otherwise, the processing is not performed.
The segmentation method comprises the following steps: find two draft change points [ P ] DraughtChange1 ,P DraughtChange2 ]Intermediate point P of (2) middle The method for calculating the intermediate point sequence number middle comprises the following steps:
then [ P ] DraughtChange1 ,P middle ]For an event fragment, [ P ] middle+1 ,P DraughtChange2 ]Is another event fragment.
Step 5: repeating the steps 2, 3 and 4, and saving all berthing track segments into a dictionary
Repeating the steps 2, 3 and 4,until all the trace point data are processed. All extracted berthing track segments [ T ] 1 ,T 2 ,…,T n ]Numbering according to time, taking the number as a key, taking a corresponding parking track section as a value, and storing the value into a dictionary Dict;
step 6: calculating the draft loading and unloading amount per meter according to the maximum and minimum draft values
From the current minimum draft recorded value D of the vessel MinDraught And maximum draft recorded value D MaxDraught Calculating the draft loading and unloading quantity Q of each meter of the current oil tanker V rate
The calculation process is as follows: firstly, screening all track points with draft records larger than 10 meters (normally, draft records are about 10 meters to indicate no load of the tanker), and then calculating the minimum draft record value D MinDraught And maximum draft recorded value D MaxDraught And calculate Q according to the following formula rate
Step 7: traversing all berthing track segments, and screening events according to the size of draft change
Traversing all parking track segments [ T ] in the parking track segment dictionary Dict obtained in step 5 1 ,T 2 ,…,T n ]According to draft change threshold value theta draught Screening out the track section [ T ] of the loading and unloading events load1 ,T load2 ,…,T loadn ];
The screening process comprises the following steps: calculating the start-stop draft value D of each track segment start And D end And (3) screening out track segments meeting the following conditions:
|D end -D start |≥θ draught
step 8: calculating all event related attribute values and storing the event related attribute values into an event table
All the loading and unloading event track sections [ T ] obtained in the step 7 load1 ,T load2 ,…,T loadn ]Starting to eat according to each event track segmentWater recording D start And end draft record D end Judging whether it is loading or unloading event, if D start ≤D end The current event is a shipment event; otherwise, the unloading event is performed.
And then according to the draft loading and unloading quantity Q of each meter obtained in the step 6 rate Calculating the current incident loading or unloading quantity Q current The calculation formula is as follows:
Q current =Q rate *|D end -D start |
then, judging which port the current track section is positioned in by using a ray method, and carrying out port matching and country matching on the current track section; finally, calculating the field values required by the rest of all the events, constructing event objects, and finally constructing an event table E load :[E 1 ,E 2 ,…,E n ];
The current track segment is determined in which port by using a ray method, and the process is roughly as follows: traversing a track segment T load Is included. For the current point P (x, y), all port polygon data is traversed. Let the current traversed port be H and its range polygon be V harbor ={(x 1 ,y 1 ),(x 2 ,y 2 ),…,(x n ,y n ) }. A ray is emitted in the horizontal direction from point P (x, y). Each side E of the polygon is checked, and if the ray intersects the side E, it is checked whether the x-coordinate of the intersection point is within the horizontal range of the side E. If yes, recording the intersection point, otherwise, continuing to judge whether the next edge has the intersection point with the ray. Counting the number of all intersection points, and judging whether P is in polygon V according to parity rule harbor And (3) inner part. If the number of intersection points is odd, P is in polygon V harbor Inner or V harbor Is considered to be P in port H, and the current event track section T is determined load Matching with port H, and jumping out for circulation; if the number of intersection points is even, P is in polygon V harbor In addition, P is not considered to be in port H and continues to circulate.
Step 9: for the current event table, an event sequence is constructed according to the principle of loading and unloading
Traversing the event table E resulting from step 8 load Constructing an event sequence E according to the principle of' loading before unloading seq :[E seq1-1 ,E seq1 -2,…,E seqN-M ]. The event sequence is constructed according to the principle of 'loading before unloading'. I.e. traverse event table E load All events in the middle [ E ] 1 ,E 2 ,…,E n ]If the current event E current For loading event and last event E current-1 For unloading events, then consider to start E from the current event current For a new sequence of events, all events before belong to a sequence of events E seqN The method comprises the steps of carrying out a first treatment on the surface of the Otherwise, continuing traversing.
The method for extracting the loading and unloading events of the offshore tanker has remarkable technical advantages and innovation points in the field of offshore transportation monitoring, and realizes efficient, accurate and automatic extraction of the loading and unloading events. Compared with the traditional manual observation method, the method has the following optimal effects:
automation and efficiency: the automatic extraction of the loading and unloading events of the tanker is realized by introducing an algorithm, and the tedious and low-efficiency manual observation process in the traditional method can be replaced. The application of the algorithm greatly improves the monitoring precision, saves a great amount of human resources, and ensures that the event extraction is more efficient;
weakening subjectivity and misjudgment problems: by means of automatic feature extraction of loading and unloading events, the method reduces the influence of artificial subjective judgment and misjudgment problems. For huge and complex cargo loading and unloading activities of the tanker, the objectivity of the algorithm is helpful for ensuring the accuracy of event recording;
calculation of maximum and minimum draft: and (3) integrating expert experience and data calculation, considering the maximum and minimum draft records of the tanker during transportation, and calculating the draft loading and unloading amount per meter according to the maximum and minimum draft records. The method combines actual transportation data, and ensures that the calculation of the loading and unloading amount of each oil tanker per meter is more accurate;
loading and unloading event sequence construction: the method can construct a loading and unloading event sequence to help track the transportation route and source of crude oil. The user can comprehensively know the flow path of the crude oil and the cargo source, and more comprehensive information is provided for decision making.
Therefore, the invention has the advantages of improving the monitoring efficiency of loading and unloading events, recording the credibility, tracking the crude oil transportation route and the like, and brings substantial technical progress to the field of offshore tanker loading and unloading.

Claims (10)

1. A method of retrieving a tanker loading and unloading event, comprising the steps of:
step S1: extracting the moving track of a certain oil tanker within a certain period of time;
step S2: extracting a berthing track section using a sliding window;
step S3: processing the mutation at the end of the parking track segment;
step S4: splitting an event with a plurality of draft change points;
step S5: repeating the steps S2, S3 and S4, and storing all parking track segments into a dictionary;
step S6: calculating the draft loading and unloading amount per meter according to the maximum and minimum draft values;
step S7: traversing all berthing track sections, and screening events according to the size of draft change;
step S8: calculating all event related attribute values and storing the event related attribute values into an event table;
step S9: and aiming at the current event table, constructing an event sequence according to the principle of loading and unloading.
2. The method of extracting a tanker loading event according to claim 1, wherein said step S1 comprises: from complete track data [ P 1 ,P 2 ,…,P n ]Extracting a certain oil ship V for a period of time [ t ] s ,t e ]All track data [ P ] within s ,P s+1 ,P s+2 ,…,P e ]。
3. The method of extracting a tanker loading event according to claim 1, wherein said step S2 comprises:
step S2.1: traversing Trace Point data [ P ] s ,P s+1 ,P s+2 ,…,P e ]From the first locus point P s Starting, W track points are taken each time to form a window W current :[P cur1 ,P cur2 ,…,P curW ];
Step S2.2: calculating the average speed S of the current window track point avg
Wherein if S avg Less than the speed threshold value theta sog Adding all track points in the current window into the current parking track segment T current In (a) and (b);
if S avg Greater than or equal to the speed threshold value theta sog Judging whether the speed of each track point is smaller than theta sog The speed within the window is greater than or equal to theta sog Track points preceding the track points of (a) are added to the parking track segment T current In the process, stopping judgment, stopping the process to the current parking track section T current New track points are added.
4. A method of extracting a tanker loading event according to claim 3, wherein said step S3 comprises:
taking T current The last trace point P in (3) TrackEnd In the complete track data, judging P TrackEnd With the next track point P TrackEnd+1 Whether mutation conditions are satisfied; the mutation conditions were:
P TrackEnd .sog≤θ sog
and P is TrackEnd+1 .sog>θ sog
And P is TrackEnd .draught≠PT rackEnd+1 .draught
Wherein sog is the track point speed and draugh is the track point draft;
wherein if the mutation condition is satisfied, P is TrackEnd The next 20 track points are added into the current parking track section T current In, i.e. new mooring trajectory segment T currentNew :[P TrackStart ,P TrackStart+1 ,P TrackStart+2 ,…,P TrackEnd ,P TrackEnd+1 ,…,P TrackEnd+20 ];
If not, the processing is not performed.
5. The method of claim 4, wherein said step S4 comprises:
s4.1: record mooring trajectory segment T currentNew Calculate T one by one currentNew The draft change of every two adjacent points in (a) is greater than the draft threshold value theta draught Track point number N;
s4.2: if N is more than or equal to 2, the track section T will be parked currentNew Cutting into multiple parking track segments T current’ 、T current’+1 、…、T current’+N The method comprises the steps of carrying out a first treatment on the surface of the The segmentation method comprises the following steps: find two draft change points [ P ] DraughtChange1 ,P DraughtChange2 ]Intermediate point P of (2) middle The method for calculating the intermediate point sequence number middle comprises the following steps:
wherein [ P ] DraughtChange1 ,P middle ]For an event fragment, [ P ] middle+1 ,P DraughtChange2 ]Is another event fragment;
if N is less than or equal to 2, no processing is performed.
6. A method of extracting a tanker loading event according to claim 1 or 5, wherein said step S5 comprises:
s5.1: repeating the steps S2, S3 and S4 until all track point data are processed;
s5.2: all extracted berthing track segments [ T ] 1 ,T 2 ,…,T n ]Numbering is carried out according to the time of the process,and taking the serial number as a key, taking the corresponding parking track segment as a value, and storing the value into a dictionary Dict.
7. The method of claim 6, wherein said step S6 comprises:
s6.1: screening out all track points with all draft records larger than 10 meters;
s6.2: calculating a minimum draft recorded value D MinDraught And maximum draft recorded value D MaxDraught The specific formula is as follows:
8. the method of claim 6, wherein step S7 includes:
s7.1: calculating the start-stop draft value D of each track segment start And D end
S7.2: traversing all parking track segments [ T ] in parking track segment dictionary Dict 1 ,T 2 ,…,T n ]Track segment [ T ] that will satisfy the condition load1 ,T load2 ,…,T loadn ]Screening: the specific screening conditions are as follows:
|D end -D start |≥θ draught
9. the method of claim 8, wherein said step S8 comprises:
s8.1: determining each loading and unloading event track segment [ T ] load1 ,T load2 ,…,T loadn ]Whether the loading event or the unloading event is carried out, and the judging conditions are as follows:
if D start ≤D end The current event is a shipment event;
if D start >D end The current event is a discharge event;
s8.2: according to the draft loading and unloading quantity Q per meter rate Calculating the current incident loading or unloading quantity Q current The specific calculation formula is as follows:
Q current =Q rate *|D end -D start |
s8.3: the method comprises the specific steps of:
s8.3.1: traversing a track segment T load Traversing all port polygon data for the current point P (x, y);
s8.3.2: let the current traversed port be H, let each vertex of the polygon where the port boundary is located (x i ,y i ) Sequentially arranged to form a port polygon V harbor ={(x 1 ,y 1 ),(x 2 ,y 2 ),…,(x n ,y n ) Emitting a ray from point P (x, y) in the horizontal direction;
s8.3.3: each side E of the polygon is examined,
s8.3.3.1: if the ray intersects the edge E, checking whether the x coordinate of the intersection point is within the horizontal range of the edge E, specifically:
if the x-coordinate of the intersection point is within the horizontal range of the edge E, this intersection point is recorded,
if the x coordinate of the intersection point is not in the horizontal range of the edge E, continuously judging whether the next edge has an intersection point with the ray;
s8.3.3.2: if the ray does not intersect with the edge E, the ray does not intersect with the polygon, and the number of the intersecting points is 0;
s8.3.4: counting the number of all intersection points, and judging whether P is in polygon V according to parity rule harbor The inner part is specifically as follows:
if the number of intersection points is odd, P is in polygon V harbor Inner or V harbor Is considered to be P in port H, and the current event track section T is determined load Matching with port H, and jumping out for circulation;
if the number of intersection points is even, P is in polygon V harbor Otherwise, P is not considered to be in port H, and circulation is continued;
s8.4: calculating the residual required field values of all the events, constructing event objects, and finally constructing an event table E load :[E 1 ,E 2 ,…,E n ]。
10. The method of claim 9, wherein said step S9 comprises:
s9.1: traversing event table E load All events in the middle [ E ] 1 ,E 2 ,…,E n ];
Wherein, if the current event E current For loading event and last event E current-1 For unloading events, then consider to start E from the current event current For a new sequence of events, all events before belong to a sequence of events E seqN
Otherwise, go on traversing.
CN202311870525.6A 2023-12-29 2023-12-29 Extraction method for loading and unloading events of oil tanker Pending CN117828508A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311870525.6A CN117828508A (en) 2023-12-29 2023-12-29 Extraction method for loading and unloading events of oil tanker

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311870525.6A CN117828508A (en) 2023-12-29 2023-12-29 Extraction method for loading and unloading events of oil tanker

Publications (1)

Publication Number Publication Date
CN117828508A true CN117828508A (en) 2024-04-05

Family

ID=90513004

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311870525.6A Pending CN117828508A (en) 2023-12-29 2023-12-29 Extraction method for loading and unloading events of oil tanker

Country Status (1)

Country Link
CN (1) CN117828508A (en)

Similar Documents

Publication Publication Date Title
CN110363115B (en) AIS (automatic identification system) track data based ship operation abnormity semi-supervised real-time detection method
CN109740460B (en) Optical remote sensing image ship detection method based on depth residual error dense network
CN113537386A (en) Ship typical motion track self-adaptive mining method based on improved K-Medoids clustering
WO2022068417A1 (en) Vessel loitering detection method based on ais data
CN112541591A (en) Parking position identification method and platform
CN112016730B (en) Port berth loading and unloading efficiency mining method, device, equipment and storage medium
CN108052707B (en) Ship navigation condition division method based on cluster analysis
CN111091095A (en) Method for detecting ship target in remote sensing image
Bonnín-Pascual et al. Detection of Cracks and Corrosion for Automated Vessels Visual Inspection.
CN116608861A (en) Ship track behavior abnormality detection method, system, device and storage medium
CN115294804A (en) Submarine cable safety early warning method and system based on ship state monitoring
CN114049316A (en) Steel wire rope defect detection method based on metallic luster area
Taghavi et al. Data driven digital twin applications towards green ship operations
CN117828508A (en) Extraction method for loading and unloading events of oil tanker
CN113822518B (en) AIS big data driven container port loading and unloading efficiency calculation method
CN112733935A (en) Fishing boat fishing mode prediction method based on Stacking algorithm
Warren et al. Fatigue estimation on a high-speed wave piercing catamaran during normal operations
CN113962321B (en) Ship-to-ship loading and unloading identification processing method and system
CN112350733B (en) Rapid track compression method based on effective distance
CN115309948A (en) Fishing boat operation method based on automatic motion trail identification
CN112208728B (en) Ship fouling monitoring and early warning method
CN112093004B (en) Ship fouling monitoring and evaluating method based on overall fouling coefficient
CN114118243A (en) Track data-based construction track identification method for trailing suction hopper dredger
CN113936156A (en) Detection, identification and classification method and system for fishing behaviors of water-surface ships
CN109815273B (en) Ship segmental logistics mode-based mining and visualization method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination