WO2023119680A1 - Program, information processing device, information processing system, and information processing method - Google Patents

Program, information processing device, information processing system, and information processing method Download PDF

Info

Publication number
WO2023119680A1
WO2023119680A1 PCT/JP2022/007532 JP2022007532W WO2023119680A1 WO 2023119680 A1 WO2023119680 A1 WO 2023119680A1 JP 2022007532 W JP2022007532 W JP 2022007532W WO 2023119680 A1 WO2023119680 A1 WO 2023119680A1
Authority
WO
WIPO (PCT)
Prior art keywords
fishing
catch
information
bid
activity
Prior art date
Application number
PCT/JP2022/007532
Other languages
French (fr)
Japanese (ja)
Inventor
克貴 新藤
慎央 神戸
洋介 松野
Original Assignee
株式会社ライトハウス
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 株式会社ライトハウス filed Critical 株式会社ライトハウス
Publication of WO2023119680A1 publication Critical patent/WO2023119680A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/02Agriculture; Fishing; Forestry; Mining

Definitions

  • the present disclosure relates to a program, an information processing device, an information processing system, and an information processing method.
  • Patent Literature 1 discloses a fishing boat operation authentication device based on scientific grounds that utilizes position information, images, etc., in order to prove where and by whom the catch was caught.
  • Patent Literature 2 discloses a fishing performance report creation support system that enables even small-scale fishermen to easily create a fishing performance report by supporting the creation of a fishing performance report.
  • the present disclosure has been made to solve the above problems, and its purpose is to provide a technique for acquiring and storing the catch amount for each fishing activity.
  • a program to be executed by a computer comprising a processor and a storage unit, the program causing the processor to acquire a specific step of identifying fishing activities of a fishing vessel and the amount of catches in the fishing activities identified by the specific steps.
  • the catch amount for each fishing activity can be stored in association with the fishing activity. This makes it possible to acquire, store, and accumulate the amount of catch for each fishing activity rather than for each fishing operation.
  • the memorized and accumulated amount of catch for each fishing activity can be used for efficient fishing, and can be used for fishery resource management.
  • FIG. 1 is a diagram showing an overall configuration of an information processing system 1;
  • FIG. 3 is a block diagram showing the functional configuration of the server 10;
  • FIG. 3 is a block diagram showing a functional configuration of communication terminal 30.
  • FIG. 3 is a block diagram showing a functional configuration of a user terminal 40;
  • FIG. 10 is a diagram showing the data structure of a user table 1012;
  • FIG. 10 is a diagram showing the data structure of a fleet table 1013;
  • 3 is a diagram showing the data structure of a ship information table 1014;
  • FIG. 10 is a diagram showing the data structure of a sensing table 1015;
  • FIG. 10 is a diagram showing the data structure of an operation history table 1016;
  • FIG. 10 shows the data structure of a fishing record table 1017.
  • FIG. It is a figure which shows the data structure of the catch amount table 1018.
  • FIG. It is a flowchart which shows the operation
  • 2 is a block diagram showing the basic hardware configuration of computer 90.
  • FIG. 1 is a diagram showing the overall configuration of an information processing system 1.
  • An information processing system 1 according to the present disclosure is an information processing system that collects and manages information on fishing boats and provides services using information on fishing activities of fishing boats.
  • FIG. 1 shows an information processing system 1 according to the present disclosure.
  • the information processing system 1 includes a server 10, a ship 20, a communication terminal 30, a user terminal 40, and an administrator terminal 50, which are connected via a network N.
  • FIG. 2 is a block diagram showing the functional configuration of the server 10.
  • FIG. 3 is a block diagram showing the functional configuration of the communication terminal 30 provided on the ship 20.
  • FIG. 4 is a block diagram showing the functional configuration of the user terminal 40.
  • FIG. 1 shows an information processing system 1 according to the present disclosure.
  • the information processing system 1 includes a server 10, a ship 20, a communication terminal 30, a user terminal 40, and an administrator terminal 50, which are connected via a network N.
  • FIG. 2 is a block diagram showing the functional configuration of the server 10.
  • FIG. 3 is a block diagram showing the functional configuration of the communication terminal 30 provided on the ship 20.
  • FIG. 4 is a block diagram showing the functional configuration of the user terminal 40.
  • FIG. 1 shows an information processing system 1 according
  • the server 10 is an information processing device that collects and manages information on fishing boats and provides users with services using information on the fishing activities of fishing boats.
  • the communication terminal 30 is an information processing device provided on the ship 20 .
  • the user terminal 40 is an information processing device operated by a user who uses the service.
  • the administrator terminal 50 is an information processing device operated by a user having administrator authority to manage services.
  • the communication terminal 30, user terminal 40, and administrator terminal 50 may be, for example, mobile terminals such as smartphones and tablets, or may be stationary PCs (Personal Computers) and laptop PCs. It may also be a wearable terminal such as an HMD (Head Mount Display) or a wristwatch type terminal.
  • mobile terminals such as smartphones and tablets
  • stationary PCs Personal Computers
  • laptop PCs laptop PCs
  • wearable terminal such as an HMD (Head Mount Display) or a wristwatch type terminal.
  • HMD Head Mount Display
  • Each information processing device is composed of a computer equipped with an arithmetic device and a storage device.
  • the basic hardware configuration of the computer and the basic functional configuration of the computer realized by the hardware configuration will be described later.
  • the server 10 the communication terminal 30, the user terminal 40, and the administrator terminal 50, the explanation overlapping with the basic hardware configuration of the computer and the basic functional configuration of the computer, which will be described later, will be omitted.
  • the server 10 has a storage unit 101 and a control unit 104 .
  • the storage unit 101 of the server 10 includes an application program 1011, a user table 1012, a fleet table 1013, a ship information table 1014, a sensing table 1015, an operation history table 1016, a catch record table 1017, and a catch amount table 1018.
  • FIG. 5 is a diagram showing the data structure of the user table 1012.
  • FIG. 6 is a diagram showing the data structure of the fleet table 1013.
  • FIG. 7 is a diagram showing the data structure of the ship information table 1014.
  • FIG. FIG. 8 is a diagram showing the data structure of the sensing table 1015.
  • FIG. FIG. 9 is a diagram showing the data structure of the operation history table 1016.
  • FIG. 10 is a diagram showing the data structure of the fishing record table 1017.
  • FIG. 11 is a diagram showing the data structure of the fish catch table 1018.
  • FIG. 5 is a diagram showing the data structure of the user table 1012.
  • FIG. 6 is a diagram showing the data structure of the fleet table 10
  • the user table 1012 is a table that stores and manages information on member users (hereinafter referred to as users) who use the service. By registering to use the service, the user's information is stored in a new record in the user table. This enables the user to use the service according to the present disclosure.
  • a user ID is an item that stores user identification information for identifying a user.
  • User identification information is an item in which a unique value is set for each user.
  • the user name is an item that stores the user's name. Any character string such as a nickname may be set as the user name instead of the full name.
  • the fleet table 1013 is a table that stores and manages fleet information.
  • the fleet table 1013 associates the fleet with each ship that constitutes the fleet by means of the fleet ID and the ship ID of each ship that constitutes the fleet.
  • Fleet ID is an item for storing fleet identification information for identifying a fleet.
  • the fleet name is an item for storing the name of the fleet.
  • An arbitrary character string may be set for the fleet name.
  • the ship ID is an item that stores ship identification information of ships that constitute a fleet.
  • the ship information table 1014 is a table that stores and manages ship information, which is information about each ship that constitutes a fleet.
  • Ship ID is an item for storing ship identification information for identifying a ship.
  • Ship identification information is an item in which a unique value is set for each ship.
  • the ship name is an item for storing the name of the ship. Any character string may be set for the ship name.
  • the role data is an item that stores ship role information, which is information about the role of the ship.
  • the ship role information has values such as a "search ship” that searches for a school of fish, a "net ship” that catches a school of fish, and a "transporter” that ices up the catch and unloads it at a fishing port. A plurality of role information may be stored for one ship.
  • On-board equipment data is an item for storing on-board equipment information, which is information about equipment mounted on a ship.
  • values of a position information acquisition device GPS
  • a fish finder a sonar
  • a camera etc.
  • a plurality of on-board equipment information may be stored for one ship.
  • Length is an item that stores information about the length of the ship.
  • Width is an item that stores information about the width of the ship.
  • Depth is an item that stores information about the depth of the ship.
  • the planned gross tonnage is an item for storing information on the planned gross tonnage of the ship.
  • the maximum loading capacity is an item that stores information about the maximum loading capacity of the ship.
  • the maximum displacement is an item that stores information about the maximum displacement of the ship.
  • the homeport is an item that stores information about the port where the ship is based. Multiple homeports may be stored for one ship.
  • the sensing table 1015 is a table that stores and manages sensing information, which is information sensed by various sensing devices provided on each ship that constitutes the fleet.
  • the ship ID is an item that stores ship identification information of a ship that has acquired sensing information.
  • the fish finder image is an item that stores information (fish finder image information) related to the fish finder image.
  • the fish finder image information is acquired by a fish finder provided on the ship.
  • the fish finder image information may be acquired from a camera (not shown) that captures a display device such as a display provided in the fish finder.
  • the sonar image is an item that stores information (sonar image information) related to the sonar image.
  • the sonar image information is acquired by a sonar provided on the ship.
  • the sonar image information may be acquired from a camera (not shown) that captures a display device such as a display included in the sonar.
  • Position data is an item that stores information (position information) about the position of the ship.
  • the ship's position information is acquired by a position information acquisition device provided on the ship.
  • Ship position information includes information such as latitude and longitude.
  • a camera image is an item that stores information (camera image information) about a camera image.
  • Camera image information is acquired by a camera provided on the ship. If the ship is equipped with a plurality of cameras, information such as camera identification information for identifying each camera may be included. In other words, the camera image may include identifiable information output by each of a plurality of cameras. Camera images include still images and moving images.
  • the fish hold data is an item that stores information (fish hold information) output from a fish hold sensor that senses the fish hold.
  • the fish hold information may include identifiable information output by each of a plurality of fish hold sensors.
  • the equipment data is an item that stores information (equipment information) output from the equipment sensor.
  • the device information may include identifiable information output by each of a plurality of device sensors.
  • the date and time is an item for storing the date and time when the sensing information is stored.
  • the operation history table 1016 is a table that stores and manages operation information, which is information regarding the operation of each ship that makes up the fleet.
  • An operation history table 1016 associates an operation with a ship that performed the operation using an operation ID and a ship ID.
  • the operation ID is an item that stores operation identification information for identifying operations.
  • Operation identification information is an item in which a unique value is set for each operation.
  • the ship ID is an item for storing ship identification information of a ship from which operation information is acquired.
  • the operation start date and time is an item for storing information on the date and time when the operation was started.
  • the operation end date and time is an item for storing information on the date and time when the operation was ended.
  • the catch record table 1017 is a table that stores and manages catch record information, which is information about catch records for each of one or more fishing activities during operation.
  • the fishing record table 1017 associates an operation with a fishing record for each fishing activity of one or more times during the operation by an operation ID and a fishing record ID.
  • the fishing record information is information including the data of the fishing record table 1017 and the data of the fishing amount table 1018 associated with the fishing record ID.
  • the fishing record ID is an item that stores fishing record identification information for identifying a fishing record for each fishing activity.
  • the operation ID is an item that stores operation identification information of the operation that performed the fishing activity.
  • Track data is an item that stores information (track information) on the track of a ship in fishing activities. Track information includes vessel position information during fishing activities, information about the vessel's track based on time and date.
  • the fishing start date and time is an item for storing information on the date and time when the fishing activity was started.
  • the fishing end date and time is an item for storing information on the date and time when the fishing activity was ended.
  • the fishing position is an item that stores information (fishing position information) regarding the position of the boat when the fishing activity was performed.
  • the fishing location information may include information about the typical location of the vessel during fishing activities, or the location of the extent to which the vessel traveled during fishing activities.
  • Catch data is an item that stores ship information (fishing activity information) in fishing activities.
  • the fishing activity information is an item that stores in an identifiable manner various sensing information acquired from the fishing vessel.
  • the fishing method is an item that stores information about the fishing method used when fishing activities are performed.
  • Fishing methods include a net fishing method and a fishing method. Net fishing methods include purse seine, drift net, trawl, and bottom gillnet. Fishing methods include longline, dragline, pole and line, and bottom longline.
  • the catch amount table 1018 is a table that stores and manages catch amount information, which is information about the catch amount for each fish species in fishing activities.
  • catch amount information is information about the catch amount for each fish species in fishing activities.
  • the fishing activity and the catch amount for each fish species in the fishing activity are associated with each other by the catch record ID and the catch amount ID. If the fish type is unknown, the fish catch table 1018 may store only the fish catch.
  • the catch ID is an item that stores catch identification information for identifying the catch for each fish species.
  • the catch identification information is an item in which a unique value is set for each catch of each fish species.
  • the fishing record ID is fishing record identification information for identifying the fishing record.
  • the fish species data is an item that stores information (fish species information) on the caught fish species.
  • the fish species information includes information such as fish species code, standard Japanese name, scientific name, local name, and the like. If the fish species is unknown, blank, null, or information indicating that the fish species is unknown is stored.
  • the catch amount is an item that stores information (catch amount information) on the quantity of fish caught for each fish species.
  • the fish catch information includes information on the quantity of fish caught, such as the number of fish caught and the weight of the fish caught.
  • the fish size data is an item that stores information on the size of the caught fish (fish size information).
  • the fish size information includes information such as the size, fork length, and body height of the caught fish.
  • Catch image is an item that stores information (catch image information) related to the image of the caught fish.
  • the catch animation is an item that stores information on the caught fish animation (catch animation information).
  • Quality data is an item that stores information (quality information) on the quality of caught fish.
  • the quality information includes information such as the amount of fat, freshness, and K value.
  • the processing data is an item that stores information (fish processing information) regarding processing methods of caught fish.
  • the fish processing information includes information such as live fish, fresh fish, ice tightening, nerve tightening/extracting, blood removal, quick freezing, and fillet.
  • the storage data is an item that stores information (fish storage information) regarding the storage state of caught fish.
  • the fish storage information includes information such as fish hold temperature, freezing temperature, live fish hold temperature, and live fish hold dissolved oxygen.
  • the storage data stores information on the storage state of fish caught by date and time during operation. The user can check the state of preservation of the fish by referring to the saved data.
  • the control unit 104 of the server 10 includes a user registration control unit 1041 , a setting unit 1042 , a catch processing unit 1043 , a report creation unit 1044 , a bid processing unit 1045 and a presentation unit 1046 .
  • Control unit 104 implements each functional unit by executing application program 1011 stored in storage unit 101 .
  • the user registration control unit 1041 performs processing for storing information of users who wish to use the service according to the present disclosure in the user table 1012 .
  • the user ID and user name information stored in the user table 1012 can be obtained by opening a web page or the like operated by the service provider from any information processing terminal and entering the user ID and user name in a predetermined input form. Send to server 10 .
  • the user registration control unit 1041 of the server 10 stores the received user ID and user name in a new record of the user table 1012, and user registration is completed. As a result, the users stored in the user table 1012 can use the service.
  • the service provider may perform a predetermined examination to limit whether or not the user can use the service.
  • the user ID may be any character string or number that can identify the user, any character string or number desired by the user, or any character string or number automatically set by the user registration control unit 1041 of the server 10. can be
  • the setting unit 1042 executes a fleet setting process. Details will be described later.
  • the catch processing unit 1043 executes catch storage processing. Details will be described later.
  • the report creation unit 1044 executes fishing result report creation processing. Details will be described later.
  • the bidding processing unit 1045 executes bidding processing. Details will be described later.
  • the presentation unit 1046 executes fishing activity area presentation processing. Details will be described later.
  • the ship 20 includes a communication terminal 30, sensing equipment 204, a fish hold 205, a crane 206, and the like.
  • the sensing equipment 204 includes a fish finder 2041 , a sonar 2042 , a position information acquisition device 2043 , a camera 2044 , a fish hold sensor 2055 and equipment sensors 2056 .
  • Ship 20 is a fishing boat.
  • the fish hold 205 is a facility that is mounted on the ship 20 and stores catches caught by the ship.
  • the ship 20 does not necessarily have to have the fish hold 205 depending on its role.
  • the fish hold 205 includes a fish hold that can be filled with seawater and transported live catch.
  • the fish hold 205 includes a fish hold equipped with refrigeration equipment and capable of transporting catch in a frozen state.
  • the crane 206 is a machine that is mounted on the ship 20 and pulls up fishing gear such as nets and ropes on the ship.
  • the ship 20 does not necessarily have to have the crane 206 depending on its role.
  • the fish finder 2041 is a device mounted on the ship 20 that emits ultrasonic waves toward the sea below the ship and captures the reflected waves to search for schools of fish.
  • the fish finder 2041 captures the underwater situation like a radar image, and displays the distribution of fish schools, density, sea surface, bottom topography, water depth, etc. on the screen in different shapes, densities, and colors.
  • the sonar 2042 is a device that is mounted on the ship 20 to search for schools of fish by emitting ultrasonic waves toward the sea around the ship and capturing the reflected waves.
  • the sonar 2042 captures the underwater situation like a radar image, and displays an image of a school of fish, an image of the seabed, etc. on the screen in different shapes, densities, and colors.
  • the position information acquisition device 2043 is a sensor that is mounted on the ship 20 and detects the position of the ship, such as a GPS (Global Positioning System) module.
  • a GPS module is a receiving device used in a satellite positioning system.
  • a satellite positioning system receives signals from at least three or four satellites and detects the current position of a ship equipped with a GPS module based on the received signals.
  • the camera 2044 is a device provided on the ship for photographing the situation on the ship. Camera 2044 need not be a single camera and may include multiple cameras.
  • the camera 2044 may include a camera installed on the deck of the ship at a position capable of photographing fishing activities by sailors.
  • the camera 2044 is provided on the upper part of the net boat, and may include a camera installed at a position capable of photographing the work of sending out and hoisting the net and the catch.
  • the camera 2044 may include a camera installed at a position capable of photographing the contents of the fish hold 205 .
  • the fish hold sensor 2055 is a sensor for sensing the contents of the fish hold 205 .
  • Fish hold sensor 2055 includes a camera that captures the contents of fish hold 205 .
  • the camera can photograph the state of the fish caught in the fish hold 205 .
  • the fish hold sensor 2055 includes a sensor that detects the state of the contents of the fish hold 205 using ultrasonic waves or the like. It is possible to output the state of the fish caught in the fish hold 205 as image data with different shapes, densities and colors.
  • the equipment sensor 2056 is a sensor for measuring the weight of the catch pulled up by the crane 206. Instrument sensors 2056 allow the weight of catch hoisted by crane 206 to be weighed.
  • the sensing devices mounted on the ship 20 are not limited to the above devices, and include a water temperature sensor that measures seawater temperature, an anemometer that measures wind direction and speed, an exhaust temperature sensor provided near the engine exhaust port, and the like. may include.
  • Communication terminal 30 includes storage unit 301 , control unit 304 , input device 306 as camera 3061 , microphone 3062 , position information sensor 3063 and motion sensor 3064 , and output device 308 as display 3081 and speaker 3082 .
  • Storage unit 301 of communication terminal 30 stores ship ID 3011 and application program 3012 for identifying users who use communication terminal 30 .
  • the ship ID is ship identification information for identifying the ship 20 provided with the communication terminal 30 .
  • Communication terminal 30 transmits ship ID 3011 to server 10 .
  • the server 10 identifies the ship 20 based on the ship ID 3011 and provides the communication terminal 30 with the service according to the present disclosure.
  • the ship ID includes information such as a session ID temporarily assigned by the server 10 to identify the user using the communication terminal 30 .
  • the application program 3012 may be stored in advance in the storage unit 301, or may be downloaded from a web server or the like operated by the service provider via the communication IF.
  • Application program 3012 includes an interpreted programming language such as JavaScript (registered trademark) that runs on a web browser application stored in communication terminal 30 .
  • the control unit 304 of the communication terminal 30 includes an input control unit 3041 , an output control unit 3042 , a first wireless communication unit 3111 , a second wireless communication unit 3112 and a third wireless communication unit 3113 .
  • the control unit 304 controls the input control unit 3041, the output control unit 3042, the first wireless communication unit 3111, the second wireless communication unit 3112, the third wireless communication unit 3113 functional units are implemented.
  • the input control unit 3041 of the communication terminal 30 acquires information output from input devices such as operation contents to the input device 306, voice input to the microphone 3062, position information sensor 3063, camera 3061, and motion sensor 3064, and performs various processes.
  • the input control unit 3041 of the communication terminal 30 executes processing for transmitting the information acquired from the input device to the server 10 together with the ship ID 3011 .
  • the output control unit 3042 of the communication terminal 30 receives information from the operation of the input device and the server 10 , and executes control processing of the display content of the display 3081 and the audio output content of the speaker 3082 .
  • the first wireless communication unit 3111, the second wireless communication unit 3112, and the third wireless communication unit 3113 are connected to a plurality of antennas, the first antenna 3121, the second antenna 3122, and the third antenna 3123, respectively.
  • the first antenna 3121, the second antenna 3122, and the third antenna 3123 radiate signals emitted by the communication terminal 30 as radio waves.
  • the first antenna 3121, the second antenna 3122, and the third antenna 3123 receive radio waves from space and transmit the received signals to the first wireless communication unit 3111, the second wireless communication unit 3112, and the third wireless communication unit 3113, respectively. give to
  • the first wireless communication unit 3111 is a wireless communication unit that performs communication control based on a communication standard such as a wireless network (for example, Wi-Fi (registered trademark)) that can be connected to the Internet through a predetermined access point.
  • the second wireless communication unit 3112 is a wireless communication unit that performs communication control based on communication standards mainly used in mobile phones such as 3G, 4G, 5G mobile communication systems, LTE (Long Term Evolution), and the like.
  • a third wireless communication unit 3113 is a wireless communication unit that performs communication control via an artificial satellite or the like launched into outer space.
  • the first wireless communication unit 3111, the second wireless communication unit 3112, and the third wireless communication unit 3113 have different communicable ranges with the communication partner.
  • the first wireless communication unit 3111 is mainly used for communication within the ship and between other ships belonging to the same fleet and close to each other.
  • the second wireless communication unit 3112 is mainly used for communication with a base station provided on land when the ship 20 is navigating near the coast.
  • the third wireless communication unit 3113 can communicate even when the ship 20 is sailing in the ocean.
  • the user terminal 40 includes a storage unit 401 , a control unit 404 , an input device such as a touch panel 406 , a touch sensitive device 4061 , a display 4062 , a microphone 4081 , a speaker 4082 , a position information sensor 4083 , a camera 4084 and a motion sensor 4085 .
  • an input device such as a touch panel 406 , a touch sensitive device 4061 , a display 4062 , a microphone 4081 , a speaker 4082 , a position information sensor 4083 , a camera 4084 and a motion sensor 4085 .
  • the storage unit 401 of the user terminal 40 stores a user ID 4011 for identifying a user who uses the user terminal 40 and an application program 4012 .
  • the user ID is the user's account ID.
  • the user transmits the user ID 4011 from the user terminal 40 to the server 10 .
  • the server 10 identifies the user based on the user ID 4011 and provides the user with the service according to the present disclosure.
  • the user ID includes information such as a session ID temporarily assigned by the server 10 to identify the user using the user terminal 40 .
  • the application program 4012 may be stored in the storage unit 401 in advance, or may be downloaded from a web server or the like operated by the service provider via the communication IF.
  • Application program 4012 includes an interpreted programming language such as JavaScript (registered trademark) that runs on a web browser application stored in user terminal 40 .
  • the control unit 404 of the user terminal 40 has an input control unit 4041 and an output control unit 4042 .
  • the control unit 404 realizes the functional units of the input control unit 4041 and the output control unit 4042 .
  • the input control unit 4041 of the user terminal 40 outputs from input devices such as the user's operation content to the touch-sensitive device 4061 of the touch panel 406, voice input to the microphone 4081, position information sensor 4083, camera 4084, motion sensor 4085, etc. Acquire information and execute various processes.
  • the input control unit 4041 of the user terminal 40 executes processing for transmitting information acquired from the input device to the server 10 together with the user ID 4011 .
  • the output control unit 4042 of the user terminal 40 receives the user's operation on the input device and information from the server 10 , and executes control processing of the display content of the display 4062 and the audio output content of the speaker 4082 .
  • the functional configuration of the administrator terminal 50 is such that the user ID of a user who has administrator authority to manage services is stored as a user ID in the storage unit, and other configurations are the same as those of the user terminal 40, so the description is omitted. do.
  • FIG. 12 is a flow chart showing the operation of the catch memory processing in the server 10.
  • FIG. 13 is an example of a screen showing the operation of the catch calculation process (sixth mode) in the communication terminal 30.
  • FIG. 14A and 14B are screen examples showing the operation of the bid acceptance process in the user terminal 40.
  • FIG. 12 is a flow chart showing the operation of the catch memory processing in the server 10.
  • FIG. 13 is an example of a screen showing the operation of the catch calculation process (sixth mode) in the communication terminal 30.
  • FIG. 14A and 14B are screen examples showing the operation of the bid acceptance process in the user terminal 40.
  • ⁇ Fleet setting process> This is a process of setting and registering associations between a fleet and each ship that constitutes the fleet.
  • a user having administrator authority operates the input device of the administrator terminal 50 to transmit a request including a fleet ID, a fleet name, and a ship ID of a fishing boat belonging to the fleet to the server 10 .
  • the setting unit 1042 of the server 10 stores the fleet ID, fleet name, and ship ID included in the received request in the fleet ID, fleet name, and ship ID items of the fleet table 1013, respectively. Associate with the fishing vessel to which it belongs.
  • the control unit 104 of the server 10 stores operating information.
  • a user on board the ship 20 operates the input device 306 of the communication terminal 30 to transmit to the server 10 a request regarding the start of operation of the ship 20 .
  • the control unit 104 of the server 10 stores the ship ID of the ship 20 and the date and time when the operation was started in the items of the ship ID and the operation start date and time of the new record of the operation history table 1016 .
  • the control part 104 of the server 10 memorize
  • a user on board the ship 20 operates the input device 306 of the communication terminal 30 to transmit to the server 10 a request including an operation ID related to the operation to be ended regarding the end of the operation of the ship 20 .
  • the control unit 104 of the server 10 searches the operation history table 1016 based on the received operation ID, and stores the date and time when the operation ended in the item of operation end date and time of the corresponding record.
  • the control unit 104 of the server 10 may determine whether or not the fishing boat is out fishing based on the track information of the fishing boat.
  • the control unit 104 of the server 10 may be configured to detect and store the start and end of operation of the fishing boat based on the track information of the fishing boat. Specifically, the control unit 104 of the server 10 acquires the track information of the ship 20 by acquiring the position data and the date and time of the sensing table 1015 . Based on the acquired track information, the control unit 104 of the server 10 determines whether the ship is out fishing or is heading to a dock for maintenance and is not out fishing.
  • control unit 104 of the server 10 determines that the ship is out fishing based on the acquired track information, it identifies the operation start date and time based on the track information, and associates it with the ship ID of the ship related to the track. are stored in the items of ship ID and operation start date and time in the operation history table 1016 .
  • the control unit 104 of the server 10 determines that the ship has finished operations and called at a port based on the acquired track information, the control unit 104 identifies the operation end date and time based on the track information, and the ship ID of the ship related to the track. It is stored in the operation end date and time item of the operation history table 1016 in association with it.
  • the catch memory processing is processing for calculating and storing the catch amount for each fishing activity by the ship 20 . Details of the catch memory processing will be described below with reference to the flowchart of FIG. 12 .
  • the catch memory processing is a series of processes of acquiring ship information from the ship 20, identifying fishing activities based on the ship information, calculating the catches related to the identified fishing activities, and storing the calculated catches.
  • step S101 the catch processing unit 1043 of the server 10 periodically acquires sensing information sensed by the sensing device 204 of the ship 20 and stores it. Specifically, the communication terminal 30 of the ship 20 transmits sensing information, which is information sensed by the sensing device 204 of the own ship, to the server 10 .
  • the sensing information includes detection values from the fish finder 2041, sonar 2042, position information acquisition device 2043, camera 2044, fish hold sensor 2055, equipment sensor 2056, and the like.
  • the fish catch processing unit 1043 of the server 10 stores the detected values of the fish finder 2041, the sonar 2042, the position information acquisition device 2043, the camera 2044, the fish hold sensor 2055, and the equipment sensor 2056 received from the communication terminal 30 in the sensing table 1015. , fish finder image, sonar image, position data, camera image, fish hold data, and equipment data. If the sensing information includes seawater temperature, wind direction and speed, exhaust temperature, etc., the sensing table 1015 may be provided with items for seawater temperature, wind direction and speed, and exhaust temperature, respectively, and stored. The fish catch processing unit 1043 of the server 10 periodically acquires the sensing information of all the ships 20 that make up the fleet and stores it in the sensing table 1015 .
  • This processing is executed asynchronously even while the fishing activity identification processing (S102), the catch calculation processing (S103), and the catch storage processing (S104) are being performed. That is, the sensing table 1015 periodically stores and accumulates the sensing information of the sensing devices 204 in all the ships 20 that use the service according to the present disclosure.
  • the server 10 may set different periods for periodically acquiring the sensing information according to the degree of importance of the plurality of pieces of sensing information. For example, sensing information with higher importance may be acquired more frequently and stored in the sensing table 1015 .
  • Communication terminal 30 selectively transmits sensing information to server 10 via first wireless communication unit 3111, second wireless communication unit 3112, and third wireless communication unit 3113 for each of a plurality of pieces of sensing information.
  • sensing information with a high degree of importance may be configured to be transmitted via the third wireless communication unit 3113 .
  • information of high importance can be transmitted to the server 10 via an artificial satellite or the like.
  • the catch processing unit 1043 of the server 10 identifies the fishing activity of the fishing boat.
  • the fishing processing unit 1043 of the server 10 may specify the fishing activity of the fishing boat in response to receiving a request specifying the start and end of the fishing activity from the communication terminal 30 .
  • the catch processing unit 1043 of the server 10 may identify the fishing activity of the fishing boat from the sensing information of the boat 20 by the following method.
  • the catch processing unit 1043 of the server 10 may identify the catch activity based on the track information of the fishing boat. Specifically, the fish catch processing unit 1043 of the server 10 acquires the items of position data and date and time stored in the sensing table 1015 and acquires track information of the ship 20 . Based on the ship ID of the ship 20, the ship ID item of the ship information table 1014 is searched to obtain the role data of the ship 20. FIG. When the ship role information of the ship 20 specified based on the role data of the ship 20 is "net ship", the wake of the ship 20 sails from a predetermined position with a predetermined centripetal acceleration while drawing a predetermined curvature.
  • the fishing processing unit 1043 of the server 10 identifies that fishing activities are being performed by comparing information such as the speed, curvature, and centripetal acceleration of the ship 20 included in the track information with a predetermined threshold value. can do. Note that the fishing processing unit 1043 of the server 10 may identify that fishing activities are being performed based on at least one of the speed, curvature, and centripetal acceleration of the ship 20 included in the track information. good.
  • the catch processing unit 1043 of the server 10 performs specific fishing according to fishing methods such as purse seine, drift net, bottom trawl, bottom gill net, longline, trawline, pole-and-line, and bottom longline. Based on the track patterns, fishing activity and fishing methods on vessel 20 can be identified. After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 . The catch processing unit 1043 of the server 10 converts the operation ID related to the operation of the ship 20, the start date and time of the identified fishing activity, and the end date and time of the identified fishing activity into new records in the fishing record table 1017, respectively.
  • the start date and time and the fishing end date and time are stored in the items, and the operation information and the fishing record information are associated.
  • the fishing processing unit 1043 of the server 10 searches the ship ID item of the sensing table 1015 based on the ship ID of the ship 20, acquires the position data of the record whose date and time is included in the fishing activity, and the date and time item. Track information is generated from a combination of data and date/time data, and stored in the track data item of a new record in the fishing record table 1017 .
  • the catch processing unit 1043 of the server 10 stores the acquired position data and the specified fishing method in the catch data and fishing method items of the new record in the catch record table 1017, respectively. As a result, the sensing information related to the track information of the ship 20 in the specified fishing activity is stored in the fishing record table 1017.
  • the fishing processing unit 1043 of the server 10 may identify fishing activities based on respective track information of a plurality of fishing boats. At this time, the fishing processing unit 1043 of the server 10 may identify fishing activities in a fleet of fishing boats. Specifically, the fishing processing unit 1043 of the server 10 acquires track information for each ship role information of a plurality of ships 20 forming a fleet, as in the fishing activity identification process (first form). The catch processing unit 1043 of the server 10 can identify fishing activities in the fleet based on not only the track information of the "net boat” but also the track information of the "search boat” and the "carrier ship".
  • the fishing processing unit 1043 of the server 10 identifies the fishing activities of the ships 20 with higher accuracy than the fishing activity identification processing (first form) by considering the track information of the plurality of ships 20 constituting the fleet. can do. For example, the wake of the ship 20 whose ship role information is "net ship” travels from a predetermined position with a predetermined centripetal acceleration while drawing a predetermined curvature, and the speed is zero near the first predetermined position while the wake draws a circle. , and the ship 20 whose ship role information is "carrier” is stopped near a predetermined position, the catch caught by the net ship is loaded onto the carrier.
  • the catch processing unit 1043 of the server 10 can more accurately identify the catch activities of the ships 20 by considering the wakes of the ships 20 that constitute the fleet and whose ship role information is "carrier ship".
  • Fleet fishing activity can be identified.
  • the catch processing unit 1043 of the server 10 compares information such as the relative distance and relative speed between the ships 20 included in the track information of the plurality of ships 20 constituting the fleet with a predetermined threshold value to determine the catch. It can identify that an activity is taking place.
  • the fishing processing unit 1043 of the server 10 may specify that fishing activities are being performed based on at least one of the relative distance and relative speed between the ships 20 included in the track information. .
  • the catch processing unit 1043 of the server 10 After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 .
  • the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 with the operation ID, the start date and time of the specified fishing activity, and the end date and time of the specified fishing activity. are stored in the items of operation ID, fishing start date and time, and fishing end date and time, and the operation information and the fishing record information are associated.
  • the fishing processing unit 1043 of the server 10 searches the ship ID item of the sensing table 1015 based on the ship ID of each ship 20 that constitutes the fleet, and finds the position data and the date and time items of records whose dates and times are included in fishing activities.
  • track information is generated from a combination of the position data and the date and time data, and stored in the track data item of the new record of the fishing record table 1017 .
  • the catch processing unit 1043 of the server 10 stores the acquired position data and the specified fishing method in the catch data and fishing method items of the new record in the catch record table 1017, respectively.
  • the sensing information related to the track information of each vessel 20 that constitutes the fleet in the specified fishing activity is stored in the fishing record table 1017 .
  • the track information of each ship 20 constituting the fleet may be collectively stored in one record of the fishing record table 1017 in association with the fleet ID for each fleet instead of each ship.
  • the catch processing unit 1043 of the server 10 may identify the catch activity based on the fish hold information of the fishing vessel. Specifically, the catch processing unit 1043 of the server 10 acquires the items of fish hold data and date and time stored in the sensing table 1015 and acquires the fish hold information of the ship 20 . Based on the fish hold information of the ship 20 , fishing activity on the ship 20 can be identified when it is detected that new catches have been received in the fish hold 205 . For example, if the fish hold information is a camera that captures the contents of the fish hold 205, the catch processing unit 1043 of the server 10 identifies the fishing activity based on the increase in live fish in the fish hold 205. Also good.
  • the catch processing unit 1043 of the server 10 may specify fishing activities based on changes in image data.
  • the catch processing unit 1043 of the server 10 may be able to specify the fishing method in the catch activity based on the image data of the inside of the fish hold 205 or the like.
  • the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 .
  • the catch processing unit 1043 of the server 10 converts the operation ID related to the operation of the ship 20, the start date and time of the identified fishing activity, and the end date and time of the identified fishing activity into new records of the fishing record table 1017, respectively.
  • the start date and time and the fishing end date and time are stored in the items, and the operation information and the fishing record information are associated.
  • the catch processing unit 1043 of the server 10 stores the acquired fish hold data and the specified fishing method in the catch data and fishing method items of the new record in the catch record table 1017, respectively.
  • the sensing information related to the fish hold information of the ship 20 in the specified fishing activity is stored in the fishing record table 1017.
  • the fishing processing unit 1043 of the server 10 may identify fishing activities based on the camera image of the fishing boat. Specifically, the fish catch processing unit 1043 of the server 10 acquires the item of the camera image and date and time stored in the sensing table 1015 and acquires the camera image of the ship 20 . Based on the camera image of the ship 20, fishing operations according to fishing methods such as purse seine, drift net, trawl, bottom gill net, longline, trawline, pole-and-line fishing, and bottom longline are shown. The fishing activity on the ship 20 can be specified when it is detected that it is being photographed.
  • the catch processing unit 1043 of the server 10 identifies the catch activity when it detects that the camera image includes image data obtained by photographing cast-net, haul-in, and the like in purse seine fishing.
  • the fishing processing unit 1043 of the server 10 may specify the fishing method in the fishing activity based on the camera image. After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 .
  • the catch processing unit 1043 of the server 10 converts the operation ID related to the operation of the ship 20, the start date and time of the identified fishing activity, and the end date and time of the identified fishing activity into new records of the fishing record table 1017, respectively.
  • the start date and time and the fishing end date and time are stored in the items, and the operation information and the fishing record information are associated.
  • the catch processing unit 1043 of the server 10 stores the acquired camera image and the specified fishing method in the catch data and fishing method items of the new record in the catch record table 1017, respectively. As a result, the sensing information regarding the camera image of the ship 20 in the specified fishing activity is stored in the fishing record table 1017. FIG.
  • the fishing processing unit 1043 of the server 10 may identify fishing activities based on the equipment data of the fishing vessel. Specifically, the catch processing unit 1043 of the server 10 acquires the items of equipment data and date and time stored in the sensing table 1015 and acquires the equipment data of the ship 20 . Based on the equipment data of the ship 20, the operating status of the cranes 206 of the ship 20 and the weighing of the catch by the cranes 206 are detected, so that the fishing activity on the ship 20 can be identified. After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 .
  • the catch processing unit 1043 of the server 10 converts the operation ID related to the operation of the ship 20, the start date and time of the identified fishing activity, and the end date and time of the identified fishing activity into new records of the fishing record table 1017, respectively.
  • the start date and time and the catch end date and time are stored in the items, and the operation information and the catch record information are associated.
  • the catch processing unit 1043 of the server 10 stores the acquired equipment data in the catch data item of the new record of the catch record table 1017 .
  • the sensing information related to the equipment data of the ship 20 in the specified fishing activity is stored in the fishing record table 1017.
  • the fishing processing unit 1043 of the server 10 may specify the fishing activity by combining all or a plurality of selected specifying methods among the specifying methods of the first to fifth modes as the fishing activity specifying process. .
  • the fishing processing unit 1043 of the server 10 can identify fishing activities with higher accuracy by combining a plurality of forms of fishing activity identification processing.
  • the fishing activity specified for the same fishing activity may store the fishing record information as a record having the same fishing record ID in the fishing record table 1017 .
  • the fishing record information may include information on how to identify the fishing activity.
  • the catch processing unit 1043 of the server 10 can store the catch activity identified by a plurality of identification methods in the catch record table 1017 .
  • step S103 the catch processing unit 1043 of the server 10 calculates and acquires the catch in the fishing activity identified in step S102.
  • the catch processing unit 1043 of the server 10 calculates the catch for each fishing activity of the ship 20 by the following method.
  • the catch processing unit 1043 of the server 10 acquires the catch amount in the fishing activity calculated based on the track information of the fishing boat. Specifically, the catch processing unit 1043 of the server 10 searches the catch record table 1017 and acquires items of the catch record ID, the track data, and the fishing method from the catch record information.
  • the fish catch record information to be acquired may be fish catch record information that has not undergone the catch amount calculation process.
  • the fishing record information acquired by the fishing processing unit 1043 of the server 10 may be the fishing record information of the fishing activity specified by the fishing activity specifying process (first form), or the specifying method other than the fishing activity specifying process (first form). You may combine the fishing activity record information specified by and the some fishing activity record information specified.
  • the fishing processing unit 1043 of the server 10 for the fishing activity record information specified by the specifying method other than the fishing activity specifying process (first form), the operation ID, the fishing start date and time, and the fishing end included in the fishing record information.
  • the track data of the ship 20 during the fishing activity period may be generated from the position data of the ship 20 involved in the fishing activity and the information on the date and time, which can be specified by referring to the operation history table 1016 and the sensing table 1015 based on the date and time. . That is, the fishing processing unit 1043 of the server 10 can acquire the fishing record ID and the track data also for the fishing activity record information specified by a specifying method other than the fishing activity specifying process (first form).
  • the fishing processing unit 1043 of the server 10 may acquire and use the fishing method included in the fishing activity record information specified by another specifying method.
  • the catch processing unit 1043 of the server 10 calculates the catch amount in the fishing activity based on the acquired track data. Specifically, when the fishing method is "purse seine" fishing, the catch processing unit 1043 of the server 10 calculates the catch based on information such as the speed, curvature, and centripetal acceleration of the ship 20 included in the track information. do. Note that the catch processing unit 1043 of the server 10 may calculate the catch based on at least one of the speed, curvature, and centripetal acceleration of the ship 20 included in the track information.
  • the catch processing unit 1043 of the server 10 performs specific fishing according to fishing methods such as purse seine, drift net, bottom trawl, bottom gill net, longline, trawline, pole-and-line, and bottom longline. Calculate the catch based on the track pattern.
  • the catch processing unit 1043 of the server 10 may be configured to calculate the wake data as input data and the catch as output data using known machine learning, deep learning, artificial intelligence models, or the like. At this time, it is not always necessary to include information on fishing methods as the input data, and the configuration may be such that the catch amount is calculated only from the track data.
  • the catch processing unit 1043 of the server 10 may calculate the catch based on the track information and role information of each of the plurality of fishing boats. At this time, the catch processing unit 1043 of the server 10 may calculate the catch of a fleet of fishing boats. Specifically, the fish catch processing unit 1043 of the server 10 acquires track data for each ship role information of the plurality of ships 20 constituting the fleet, as in the fish catch calculation process (first form). The catch processing unit 1043 of the server 10 can calculate the catch of the fleet based on not only the track data of the "net boat” but also the track data of the "search ship” and the "carrier ship".
  • the catch processing unit 1043 of the server 10 calculates the catch amount of the ship 20 with higher accuracy than the catch calculation specific process (first form) by considering the track data of the plurality of ships 20 that make up the fleet. can do. For example, the wake of the ship 20 whose ship role information is "net ship” travels from a predetermined position with a predetermined centripetal acceleration while drawing a predetermined curvature, and the speed is zero near the first predetermined position while the wake draws a circle. , and the ship 20 whose ship role information is "carrier” is stopped near a predetermined position, the catch caught by the net ship is loaded onto the carrier.
  • the fish catch processing unit 1043 of the server 10 detects that the ship 20 that constitutes the fleet whose role information is “net ship” and the ship 20 that constitutes the fleet whose ship role information is “carrier” come close to each other and stop. It can be assumed that the time taken by the net vessel is the loading time of the catch caught by the net vessel onto the carrier vessel. Based on the estimated loading time, the catch of catch can be calculated. As a result, it is possible to more accurately calculate the catch of the ship 20, and to calculate the catch of the fleet. Specifically, the catch processing unit 1043 of the server 10 calculates the catch based on information such as the relative distance and relative speed between the ships 20 included in the track information of the plurality of ships 20 forming the fleet.
  • the catch processing unit 1043 of the server 10 may calculate the catch based on at least one of the relative distances and relative velocities between the ships 20 included in the track information.
  • the catch processing unit 1043 of the server 10 is configured such that the purse seine, drift net, bottom trawler (trawl), bottom gill net, etc. of the net fishing method are longline, trawline, pole-and-line fishing, bottom longline, etc. according to the fishing method, A fish catch is calculated based on a specific wake pattern for each ship role information of a plurality of ships 20 .
  • the catch processing unit 1043 of the server 10 uses known machine learning, deep learning, artificial intelligence models, etc., and uses the track data of the plurality of ships 20 that make up the fleet as input data, and the catch amount as output data. It is good as At this time, it is not always necessary to include information on fishing methods as the input data, and the fish catch amount may be calculated only from the track data of the plurality of ships 20 forming the fleet.
  • the catch processing unit 1043 of the server 10 calculates the catch based on the fish hold information of the fishing boat. Specifically, the catch processing unit 1043 of the server 10 searches the catch record table 1017 to acquire items of catch data including the catch record ID and fish hold data from the catch record information.
  • the fish catch record information to be acquired may be fish catch record information that has not undergone the catch amount calculation process.
  • the fishing record information acquired by the fishing processing unit 1043 of the server 10 may be the fishing record information of the fishing activity specified by the fishing activity specifying process (third form), or the specifying method other than the fishing activity specifying process (third form). You may combine the fishing activity record information specified by and the some fishing activity record information specified.
  • the fishing processing unit 1043 of the server 10 for the fishing activity record information specified by the specifying method other than the fishing activity specifying process (third form), the operation ID, the fishing start date and time, and the fishing end included in the fishing record information. Based on the date and time, it can be specified by referring to the fish hold data of the operation history table 1016 and the sensing table 1015. It is also possible to obtain a fishing record ID and fish hold data for the fishing activity record information. Based on the obtained fish hold data of the ship 20, the catch processing unit 1043 of the server 10 detects that new catches have been accommodated in the fish hold 205, or the like. Catch can be calculated.
  • the fish catch processing unit 1043 of the server 10 can calculate the catch by counting the number of fish for each fish species. If the fish hold data is a sensor that detects the contents of the fish hold 205 using ultrasonic waves or the like, the catch processing unit 1043 of the server 10 calculates the fish species and the catch amount for each fish species based on changes in the image data. You can calculate.
  • the catch processing unit 1043 of the server 10 can also calculate information about the size of the fish, the image of the fish, the quality of the fish, and the state of preservation of the fish based on the fish hold data.
  • the catch processing unit 1043 of the server 10 calculates the catch based on the camera image of the fishing boat. Specifically, the catch processing unit 1043 of the server 10 searches the catch record table 1017 to acquire items of catch data including a catch record ID and a camera image from the catch record information.
  • the fish catch record information to be acquired may be fish catch record information that has not undergone the catch amount calculation process.
  • the fishing record information acquired by the fishing processing unit 1043 of the server 10 may be the fishing record information of the fishing activity specified by the fishing activity specifying process (fourth form), or the specifying method other than the fishing activity specifying process (fourth form). You may combine the fishing activity record information specified by and the some fishing activity record information specified.
  • the fishing processing unit 1043 of the server 10 for the fishing activity record information specified by the specifying method other than the fishing activity specifying process (fourth form), the operation ID, the fishing start date and time, and the fishing end included in the fishing record information. Based on the date and time, it can be identified by referring to the camera images of the operation history table 1016 and the sensing table 1015. A fishing record ID and a camera image can also be acquired for the fishing activity record information.
  • the fish catch processing unit 1043 of the server 10 can calculate the fish species in the ship 20 and the fish catch amount for each fish species based on the camera image.
  • camera images include purse seines, drift nets, trawls, bottom gill nets, etc., which show fishing operations according to fishing methods such as longline, trawline, pole and line, and bottom longline.
  • the fish species in the ship 20 Based on the photographed image data, the fish species in the ship 20 and the catch amount of each fish species are calculated.
  • the catch processing unit 1043 of the server 10 based on the image data of the catch to be unhauled, determines the fish species and each fish species. Calculate catches.
  • the fish catch processing unit 1043 of the server 10 counts the number of fish for each fish species based on the image data of the hauled catch.
  • the catch can be calculated by
  • the fish catch processing unit 1043 of the server 10 counts the number of fish for each fish type based on the image data of the fish caught.
  • the catch can be calculated by
  • the catch processor 1043 of the server 10 can also calculate information about the size of the fish, the image of the fish, and the quality of the fish based on the camera image.
  • the catch processing unit 1043 of the server 10 calculates the catch based on the equipment data of the fishing boat. Specifically, the catch processing unit 1043 of the server 10 searches the catch record table 1017 to acquire items of catch data including the catch record ID and equipment data from the catch record information.
  • the fish catch record information to be acquired may be fish catch record information that has not undergone the catch amount calculation process.
  • the fishing record information acquired by the fishing processing unit 1043 of the server 10 may be the fishing record information of the fishing activity specified by the fishing activity specifying process (fifth form), or the specifying method other than the fishing activity specifying process (fifth form). You may combine the fishing activity record information specified by and the some fishing activity record information specified.
  • the fishing processing unit 1043 of the server 10 for the fishing activity record information specified by a specifying method other than the fishing activity specifying process (fifth form), the operation ID, the fishing start date and time, and the fishing end included in the fishing record information. It can be specified by referring to the equipment data of the operation history table 1016 and the sensing table 1015 based on the date and time. A fishing record ID and equipment data can also be obtained from the fishing activity record information.
  • the fish catch processing unit 1043 of the server 10 can calculate the fish catch in the ship 20 based on the equipment data. For example, the catch can be calculated based on the operating status of the crane 206 of the ship 20 and the measured value of the catch by the crane 206 included in the equipment data.
  • the catch processing unit 1043 of the server 10 acquires the catch amount for each fish type based on the information input by the user.
  • the communication terminal 30 allows the user to display an input screen in which an image of a fishing activity and an input field for inputting a catch amount for each fish species are displayed side by side on one screen. Based on the information input by the user to the displayed input screen, the catch amount for each fish species is acquired.
  • a user on board the ship 20 operates the input device 306 of the communication terminal 30 and inputs a catch amount provided by the server 10 by specifying a predetermined URL (Uniform Resource Locator) using a web browser or the like. Open page. At this time, the fishing activity for which the catch amount is to be entered is selected.
  • a predetermined URL Uniform Resource Locator
  • the fishing record ID in the fishing record table 1017 is selected.
  • the control unit 304 of the communication terminal 30 transmits to the server 10 a request including the fishing record ID and requesting a fishing amount input screen.
  • the catch processing unit 1043 of the server 10 searches the catch record ID in the catch record table 1017 based on the catch record ID included in the received request, and acquires the catch data including the camera image of the fishing operation.
  • the catch processing unit 1043 of the server 10 transmits the catch amount input data including the camera image to the communication terminal 30 .
  • communication terminal 30 displays a fish catch input screen on display 3081 of communication terminal 30 .
  • FIG. 14 shows a fish catch input screen 60 displayed on the display 3081 of the communication terminal 30.
  • An input field 601 and a camera image 602 are displayed side by side on one screen on the fish catch input screen 60 .
  • the user can operate the input device 306 of the communication terminal 30 with reference to the camera image 602 that captures the fishing activity, and input the fish species and the catch amount for each fish species in the input field 601 .
  • the user can efficiently input the catch amount for each fish species while viewing the captured image of the fishing activity. Without using an expensive sensing device, it is possible to acquire, store, and accumulate the fish species and the catch amount of each fish species for each fishing activity.
  • the camera images 602 capturing the fishing activity can be selectively switched and displayed by the user's selection operation of the tab 6021.
  • the user may input information about the size of the fish and the quality of the fish on the catch input screen.
  • the user transmits to the server 10 information about the fish species entered in the input field 601 and the catch amount, fish size, and fish quality of each fish species.
  • the catch processing unit 1043 of the server 10 acquires information on the fish species, the catch amount for each fish species, the size of the fish, and the quality of the fish.
  • the user may use his/her own user terminal 40 instead of the communication terminal 30 to display and input the catch amount input screen in the catch amount calculation process (sixth form).
  • the user may input the fish catch information via any information processing terminal.
  • the catch processing unit 1043 of the server 10 associates and stores the catch activity specified by the catch activity specifying process and the catch amount information calculated or acquired by the catch calculation process. Specifically, the catch processing unit 1043 of the server 10 creates a new record in the catch table 1018 when calculating or acquiring the catch information.
  • the catch processing unit 1043 of the server 10 calculates or acquires the fish species and the catch amount for each fish species, the size of the fish, the image of the catch, the quality of the fish, and the storage state of the fish. Stored in the items of the catch record ID, fish species data, catch amount, fish size data, catch image, quality data, and saved data of the new record of the catch table 1018, and the catch record information and the catch amount information are stored. associate.
  • the catch amount calculation process blanks, null values, and information indicating that there are no values are stored for items that are not calculated or obtained.
  • the fishing record report creation process is a process of creating a fishing record report based on the fishing record information and the catch amount information.
  • the fishing result report creation process is a series of processes for acquiring the catch record information and catch amount information for each fishing activity for each operation by a fleet or fishing vessel and creating a fishing result report.
  • the report creation unit 1044 of the server 10 searches the ship ID item of the operation history table 1016 based on the ship ID of the ship 20 for each operation by the fleet and fishing boat, and acquires the operation ID item.
  • the report creation unit 1044 of the server 10 retrieves the fishing record table 1017 for the fishing fishing record information based on the obtained fishing fishing ID.
  • the fish catch record ID item in the fish catch table 1018 is searched to acquire the fish catch information.
  • the report creation unit 1044 of the server 10 creates a catch result report by accumulating the fish species and the catch amount for each fish species for each operation based on the acquired catch record information and catch amount information.
  • the bidding process is a process of accepting bids for catches caught by fleets and fishing boats based on catch record information and catch amount information before landing, and concluding a transaction regarding the caught catches.
  • the details of the bidding process will be described below using the display screen example of FIG.
  • the bidding process consists of listing the catches caught by the fleet and fishing boats, accepting bids for the exhibited catches, judging the predetermined bidders as successful bidders according to the bidding conditions, and closing the transaction. is.
  • the bidding processing unit 1045 of the server 10 detects that a new catch record is stored in the catch record table 1017 and starts the auction process.
  • the exhibition process may be started in response to an exhibition request transmitted by a user on board the ship 20 via the communication terminal 30 or the user terminal 40 .
  • the exhibition process may be started in response to an exhibition request transmitted via the user terminal 40 by a user who has not boarded the ship 20 .
  • the exhibition process may be started in response to an exhibition request transmitted via the administrator terminal 50 by a user having administrator authority.
  • the bidding processing unit 1045 of the server 10 may start the auction process when the catch amount of the catch record newly stored in the catch record table 1017, the expected catch amount based on the catch amount, the expected sales amount, etc. are equal to or greater than a predetermined value. good.
  • the bid processing unit 1045 of the server 10 When the exhibition process is started, the bid processing unit 1045 of the server 10 generates bid acceptance data for displaying a bid acceptance screen for accepting bids for each fishing activity based on the catch amount for each fishing activity.
  • the bid processing unit 1045 of the server 10 can accept bids from a plurality of users via the bid acceptance screen for a certain period of time (bid acceptance period).
  • the bid acceptance period can be a predetermined period, a period specified by the user who sent the exhibition request, or an arbitrary period until the ship 20 calls a port and the catch is landed.
  • the period for accepting bids may include the period after the catch is landed.
  • a user who wishes to make a purchase operates an input device such as the touch panel 406 of his/her own user terminal 40 and designates a predetermined URL (Uniform Resource Locator) using a web browser or the like to open a bid reception page provided by the server 10. .
  • the control unit 404 of the user terminal 40 transmits a request for a bid reception screen to the server 10 .
  • the bid processing unit 1045 of the server 10 transmits bid acceptance data to the user terminal 40 upon receiving the request.
  • the user terminal 40 displays a bid acceptance screen on the display 4062 of the user terminal 40 .
  • the server 10 may be configured to generate bid reception data in response to receiving a request for a bid reception screen.
  • FIG. 14 shows the bid acceptance screen 70 displayed on the display 4062 of the user terminal 40.
  • the bid acceptance screen 70 is a screen on which a bid can be accepted by designating a fish species, a bid amount, and a unit price for each fishing activity.
  • the bid acceptance screen 70 displays a bid entry field 701, a catch summary 702, a bid deadline 703, and the like.
  • a user who wishes to purchase a catch specifies the desired fish species, bid amount, and unit price and bids. Specifically, a user who wishes to purchase a catch operates the touch panel 406 of the user terminal 40, and selects a fish species selection column 7011, a bid amount input column 7012, and a unit price included in the bid input column 701 of the bid reception screen 70.
  • the bid acceptance screen 70 may be a screen that can accept bids by designating the bid amount and unit price for each fishing activity, each fish species, and each fish size or quality. Also, the bid acceptance screen 70 may be a screen that can accept bids by designating the bid amount and unit price for each fishing activity, each fish species, and each fish size and quality.
  • the bid processing unit 1045 of the server 10 accepts and stores bid information received from multiple users who wish to purchase the catch.
  • the bid processing unit 1045 of the server 10 closes the reception of new bid information from the user when the current date and time passes the bid acceptance period.
  • the bid processing unit 1045 of the server 10 executes contract determination processing when the bid acceptance period has passed.
  • the bid processing unit 1045 of the server 10 accumulates the bids in the order of bids with the highest unit price among the bids received within a predetermined period, and bids within a range where the accumulated bids do not exceed the fish catch are closed. It is determined that Specifically, the bid processing unit 1045 of the server 10 sorts the bid information received during the bid acceptance period in the order of unit price for each fish species.
  • the bid processing unit 1045 of the server 10 accumulates the bid amounts included in the bid information in descending order of unit price to calculate the cumulative bid amount.
  • the bid processing unit 1045 of the server 10 determines as much bid information as successful bid information as long as the cumulative bid amount does not exceed the catch amount of the exhibited fish. As a result, it is possible to preferentially close the bid information of the user who has made a bid with a high unit price.
  • the bid processing unit 1045 of the server 10 may define contracted bid information as follows. Among the bids received within a predetermined period, the bid amount for each fish species is determined within a predetermined range so as to increase the amount of sales, and it is determined that the bid for which the bid amount is not zero has been concluded. Specifically, the bid processing unit 1045 of the server 10 calculates an estimated closing amount for each piece of bid information by accumulating the bid amount and the unit price for each piece of bid information received during the bid reception period. The bid processing unit 1045 of the server 10 identifies the combination of bid information that maximizes the sum of estimated contract amounts within a range in which the combination of bid information does not exceed the catch amount of the catch, and concludes the contract for the combination of bid information. Determined as bid information.
  • the combination of bid information does not have to be the maximum, and a larger combination may be used.
  • a larger combination may be used.
  • the transaction can be closed, thereby increasing the sales of the transaction.
  • the bid processing unit 1045 of the server 10 accumulates the bid amount in the order of the bid with the highest unit price for each fish species, for each fish size or quality, among the bids received within a predetermined period, and the integrated bids are calculated. It may be judged that a contract has been concluded for a bid within a range in which the amount does not exceed the catch. In other words, the contract determination process may be executed for each fish species, fish size, and quality.
  • the bid amount input field 7012 included in the bid input field 701 of the bid reception screen 70 displayed on the display 4062 of the user terminal 40 may be configured to allow input of a range of bid amounts. For example, it may be configured such that the minimum and maximum bid amounts can be entered.
  • the bid processing unit 1045 of the server 10 identifies a combination of bid amounts for each piece of bid information that maximizes the sum of expected contract amounts within the range of bid amounts included in the bid information, and selects the combination of bid information as a closed bid. It may be judged as information. This makes it possible to increase the sum of the assumed contract amounts, that is, the sales amount of the catch, while responding to the wishes of the bidders.
  • the bid processing unit 1045 of the server 10 among the bids received within a predetermined period, for each fish species, for each fish size or quality, within the range of the bid amount included in the bid information, the estimated contract price A combination of bid amounts for each piece of bid information that maximizes the sum may be specified, and this combination of bid information may be determined as closed bid information.
  • the contract determination process may be executed for each fish species, fish size, and quality.
  • the user who has made a bid can evaluate the ship 20, fleet, etc. that have put up the catch.
  • the user opens the evaluation page provided by the server 10 by operating the touch panel 406 of the user terminal 40 and specifying a predetermined URL with a web browser or the like.
  • the control unit 404 of the user terminal 40 transmits a request for an evaluation screen to the server 10 .
  • the bid processing unit 1045 of the server 10 transmits evaluation input data to the user terminal 40 upon receiving the request.
  • the user terminal 40 displays an evaluation screen on the display 4062 of the user terminal 40 .
  • the user operates the touch panel 406 of the user terminal 40 and inputs an evaluation value on the evaluation screen.
  • the user transmits the evaluation value to the server 10 by operating the touch panel 406 of the user terminal 40 and pressing the “send” button 705 .
  • the bidding processing unit 1045 of the server 10 stores the received evaluation value in association with the ship 20, the fleet, etc. that exhibited the catch.
  • the bidding processing unit 1045 of the server 10 accepts the evaluation value of the user of the contracting party from the user who belongs to the ship 20 or the fleet that exhibited the catch, and stores it in association with the user of the contracting party. can be In other words, the exhibitor and the contracted person may evaluate each other.
  • a user who is a bidder may be able to conclude a contract before the bid acceptance period elapses by paying a predetermined additional fee.
  • the user related to the contracting party may be configured to receive the catch before landing.
  • the vessel 20 may be configured to receive the catch prior to normal landing via a drone, helicopter, or other carrier vessel. This allows the user to obtain fresh catch before landing.
  • the user who is the bidder may be configured to obtain more detailed information on the fishes on display by paying a predetermined additional fee.
  • the user related to the bidder operates the touch panel 406 of his/her user terminal 40 to operate the ship 20 based on communication via an artificial satellite such as the third wireless communication unit 3113 provided on the ship 20.
  • 20 may be configured to allow acquisition of detailed information on catches.
  • a user who is a bidder may obtain a captured image of the fish hold 205 of the ship 20 or sensing data of the fish hold sensor 2055 . This allows the user to obtain more detailed information about the catch to be bid on.
  • the fishing activity area presentation process is a process of proposing a desirable fishing activity area mainly to the user boarding the ship 20 .
  • the fishing activity area presentation process is a series of processes for generating demand information for each fish type based on the bid information received in the bidding process, and presenting a preferable fishing activity area to users boarding the ship 20 based on the demand information. is.
  • a user or the like who mainly board the ship 20 operates the communication terminal 30 to transmit a request for a fishing activity area presentation process including detection values by the position information acquisition device 2043 of the ship 20 to the server 10 .
  • the presentation unit 1046 of the server 10 executes fishing activity area presentation processing upon receiving the request.
  • the presentation unit 1046 of the server 10 acquires the position information of the ship 20 from the received request.
  • the presentation unit 1046 of the server 10 generates demand information for each fish species based on the bid received in the bidding process. Specifically, the presentation unit 1046 of the server 10 identifies fish species with a large number of bids and a large amount of bids during a predetermined period, and generates demand information.
  • the bid processing unit 1045 of the server 10 may identify fish species with a high unit price in a predetermined period and generate demand information.
  • the presentation unit 1046 of the server 10 presents a preferable fishing activity area to the user on the fishing boat based on the position information of the boat 20 and the generated demand information. Specifically, the presentation unit 1046 of the server 10 refers to the catch record information stored in the catch record table 1017 and the catch information stored in the catch record table 1018, and selects the fish species included in the demand information.
  • a fishing area that is highly likely to be caught is specified and transmitted to the communication terminal 30. ⁇ The display 3081 of the communication terminal 30 presents the received fishing area to the user boarding the boat 20 .
  • FIG. 15 is a block diagram showing the basic hardware configuration of computer 90.
  • the computer 90 includes at least a processor 901, a main storage device 902, an auxiliary storage device 903, and a communication IF 991 (interface). These are electrically connected to each other by a communication bus 921 .
  • the processor 901 is hardware for executing the instruction set described in the program.
  • the processor 901 is composed of an arithmetic unit, registers, peripheral circuits, and the like.
  • the main storage device 902 is for temporarily storing programs and data processed by the programs.
  • it is a volatile memory such as a DRAM (Dynamic Random Access Memory).
  • the auxiliary storage device 903 is a storage device for storing data and programs. Examples include flash memory, HDD (Hard Disc Drive), magneto-optical disk, CD-ROM, DVD-ROM, and semiconductor memory.
  • the communication IF 991 is an interface for inputting and outputting signals for communicating with other computers via a network using a wired or wireless communication standard.
  • the network is composed of various mobile communication systems constructed by the Internet, LAN, wireless base stations, and the like.
  • networks include 3G, 4G, and 5G mobile communication systems, LTE (Long Term Evolution), wireless networks (for example, Wi-Fi (registered trademark)) that can be connected to the Internet through predetermined access points, and the like.
  • communication protocols include, for example, Z-Wave (registered trademark), ZigBee (registered trademark), Bluetooth (registered trademark), and the like.
  • the network includes direct connection using a USB (Universal Serial Bus) cable or the like.
  • the computer 90 can be virtually realized by distributing all or part of each hardware configuration to a plurality of computers 90 and connecting them to each other via a network.
  • the computer 90 is a concept that includes not only the computer 90 housed in a single housing or case, but also a virtualized computer system.
  • the computer includes at least functional units of a control section, a storage section, and a communication section.
  • the functional units included in the computer 90 can be implemented by distributing all or part of each functional unit to a plurality of computers 90 interconnected via a network.
  • the computer 90 is a concept that includes not only a single computer 90 but also a virtualized computer system.
  • the control unit is implemented by the processor 901 reading various programs stored in the auxiliary storage device 903, developing them in the main storage device 902, and executing processing according to the programs.
  • the control unit can implement functional units that perform various information processing according to the type of program.
  • the computer is implemented as an information processing device that performs information processing.
  • the storage unit is realized by the main storage device 902 and the auxiliary storage device 903.
  • the storage unit stores data, various programs, and various databases.
  • the processor 901 can secure a storage area corresponding to the storage unit in the main storage device 902 or the auxiliary storage device 903 according to a program.
  • the control unit can cause the processor 901 to execute addition, update, and deletion processing of data stored in the storage unit according to various programs.
  • a database refers to a relational database, and is used to manage tabular tables structurally defined by rows and columns, and data sets called masters in association with each other.
  • a table is called a table
  • a master is called a column
  • a row is called a record.
  • relationships between tables and masters can be set and associated.
  • each table and each master has a primary key column for uniquely identifying a record, but setting a primary key to a column is not essential.
  • the control unit can cause the processor 901 to add, delete, and update records in specific tables and masters stored in the storage unit according to various programs.
  • the database and master in the present disclosure may include any data structure (list, dictionary, associative array, object, etc.) in which information is structurally defined.
  • the data structure also includes data that can be regarded as a data structure by combining data with functions, classes, methods, etc. written in any programming language.
  • the communication unit is realized by the communication IF 991.
  • the communication unit implements a function of communicating with another computer 90 via a network.
  • the communication section can receive information transmitted from another computer 90 and input it to the control section.
  • the control unit can cause the processor 901 to execute information processing on the received information according to various programs. Also, the communication section can transmit information output from the control section to another computer 90 .
  • a program to be executed by a computer comprising a processor and a storage unit, the program instructing the processor to identify a fishing activity of a fishing vessel (S102), and to calculate the amount of catch in the fishing activity identified by the identification step. and a storage step (S104) of associating and storing the fishing activity specified by the specifying step and the amount of catch acquired by the acquiring step (S104).
  • the catch amount for each fishing activity can be stored in association with the fishing activity. It is possible to obtain, store, and accumulate catches for each fishing activity rather than for each fishing operation.
  • Appendix 2 The program according to Appendix 1, wherein the acquisition step is a step of acquiring a catch amount in fishing activities calculated based on the track information of the fishing boat (S103). As a result, it is possible to acquire, store, and accumulate the amount of catch for each fishing activity without using an expensive sensing device.
  • the identification step is a step of identifying fishing activities in a fleet of fishing vessels (S102), and the obtaining step is a step of obtaining the catches in the fishing activities calculated based on the track information of each of the plurality of fishing vessels (S103). ), the program according to any one of appendices 1 to 3. As a result, it is possible to acquire, store, and accumulate the amount of fish caught for each fishing activity in a fleet of fishing boats without using expensive sensing equipment.
  • Appendix 7 The program according to any one of appendices 4 to 6, wherein the identifying step is a step of identifying fishing activities (S102) based on respective track information of a plurality of fishing boats. This makes it possible to identify fishing activity in a fleet of fishing vessels without using expensive sensing equipment.
  • Appendix 8 4. The program according to any one of Appendices 1 to 3, wherein the identification step is a step of identifying fishing activities (S102) based on track information of each of a plurality of fishing boats in a fleet of fishing boats. This makes it possible to identify fishing activity in a fleet of fishing vessels without using expensive sensing equipment.
  • the specifying step is a step of specifying fishing activity based on at least one of the relative distance and relative speed of the plurality of fishing boats included in the track information of each of the plurality of fishing boats. program. This makes it possible to identify fishing activity in a fleet of fishing vessels without using expensive sensing equipment.
  • Appendix 10 10. The program according to any one of appendices 1 to 9, wherein the acquisition step is a step of acquiring a catch amount in a fishing activity calculated based on the fish hold information of the fishing vessel (S103). As a result, it is possible to acquire, store, and accumulate the amount of catch for each fishing activity without using an expensive sensing device.
  • the acquiring step is a step of acquiring the catch amount for each fish species in the fishing activity (S103), and the storing step associates the fishing activity specified by the specifying step with the catch amount for each fish species acquired by the acquiring step.
  • (Appendix 12) a display step of causing the processor to display, for the user, an input screen in which images of captured fishing activities and input fields for inputting a catch amount for each fish species are displayed side by side on one screen;
  • the acquisition step is a step (S103) of acquiring the catch amount for each fish species based on the information input by the user to the input screen displayed in the display step (S103). program as described.
  • the images captured by the fishing activity include images captured by a plurality of cameras, and the images captured by the plurality of cameras can be selectively switched and displayed by a selection operation by the user.
  • appendix 15 15. The program according to appendix 14, wherein the identification step is a step of identifying the fishing activity based on at least one of information on the speed, curvature and centripetal acceleration of the fishing vessel included in the track information of the fishing vessel. This makes it possible to identify fishing activities without using expensive sensing devices.
  • Appendix 17 The program causes the processor to execute a fishing departure determination step of determining whether or not the fishing boat is out fishing based on the track information of the fishing boat, and a step of storing information as to whether the fishing boat is out fishing in association with the fishing boat. 17.
  • Appendix 18 18. The program according to any one of Appendices 1 to 17, wherein the program causes the processor to execute a creation step of creating a fishing performance report based on the stored catch amount in association with the fishing activity stored in the storage step. . As a result, it is possible to accurately create a catch report in a short period of time.
  • the program causes the processor to display a bid acceptance screen for accepting bids for fishing activities based on the stored catches associated with the fishing activities stored in the storing step; 19.
  • the program according to any one of appendices 1 to 18, wherein a bid acceptance step of accepting a bid via a bid acceptance screen is executed, and the bid acceptance step is capable of accepting bids before a fishing boat is landed. This makes it possible to accept bids on catches for each fishing activity and to sell the catches before they are landed.
  • (Appendix 20) 19 The program according to supplementary note 19, wherein the bidding step is a step of displaying a bid acceptance screen for accepting a bid for the fishing activity when the catch amount in the fishing activity is equal to or greater than a predetermined value.
  • the bidding step is a step of displaying a bid acceptance screen for accepting a bid for the fishing activity when the catch amount in the fishing activity is equal to or greater than a predetermined value.
  • bids can be accepted only when the amount of fish caught is equal to or greater than a predetermined value for each fishing activity. Bids may not be accepted if the catch is low.
  • the bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating a bid amount and a unit price for each fish species with respect to fishing activities.
  • a contract determination step of accumulating bids in the order of bids with higher unit prices among the bids received within the period, and determining that bids within the range where the accumulated bids do not exceed the fish catch have been concluded.
  • bidders can bid by specifying the fish species, bid amount, and unit price for each fishing activity, and the exhibitor can conclude a contract in order of bidders with the highest unit prices. It is possible to increase the sales amount of catches.
  • the bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating a bid amount and a unit price for each fish species with respect to fishing activities. 21.
  • the bid acceptance screen displayed in the bidding step is a screen on which bids can be accepted by specifying a bid amount and unit price within a predetermined range for each fish species for fishing activities.
  • the bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating the bid amount and unit price for each fish species, each size or quality of fish, for fishing activities, from appendix 21. 24.
  • the bidder can bid by designating the bid quantity and unit price for each fish species and each fish size or quality. Bidders can bid on the catch on more detailed terms.
  • the program provides the processor with a position acquisition step of acquiring position information of the fishing boat, a demand generation step of generating demand information for each fish species based on the bids received in the bid reception step, and a position information of the fishing boat acquired in the position acquisition step. 25.
  • the program according to any one of appendices 19 to 24, causing execution of a presentation step of presenting a preferable fishing activity area to a user in the fishing boat based on the position information and the demand information generated in the demand generation step.
  • An information processing apparatus comprising a processor and a storage unit, wherein the processor is provided with a specifying step (S102) of specifying fishing activities of a fishing vessel and an acquiring step (S103) of acquiring a catch in the fishing activities specified by the specifying step. ), and a storage step (S104) of associating and storing the fishing activity specified by the specifying step and the amount of catch acquired by the acquiring step (S104).
  • the catch amount for each fishing activity can be stored in association with the fishing activity. It is possible to acquire, store and accumulate catches for each fishing activity rather than for each fishing operation.
  • an information processing system comprising an information processing device having a processor, a storage unit, and a fishing boat, a specifying step (S102) of specifying the fishing activity of the fishing boat, and acquiring the catch amount in the fishing activity specified by the specifying step.
  • the catch amount for each fishing activity can be stored in association with the fishing activity. It is possible to obtain, store, and accumulate catches for each fishing activity rather than for each fishing operation.
  • Appendix 28 An information processing method executed by a computer comprising a processor and a storage unit, wherein the processor is provided with an identification step (S102) of identifying the fishing activity of a fishing vessel, and acquiring the catch in the fishing activity identified by the identification step. and a storing step (S104) of correlating and storing the fishing activity specified by the specifying step and the amount of catch acquired by the acquiring step (S104).
  • the catch amount for each fishing activity can be stored in association with the fishing activity. It is possible to obtain, store, and accumulate catches for each fishing activity rather than for each fishing operation.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Marine Sciences & Fisheries (AREA)
  • Mining & Mineral Resources (AREA)
  • Agronomy & Crop Science (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Husbandry (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Traffic Control Systems (AREA)

Abstract

Provided is a program for executing a specification step for specifying a fishing activity of a fishing vessel, an acquisition step for acquiring the amount of catch in the fishing activity specified by the specification step, and a storage step for storing the fishing activity specified by the specification step and the amount of catch acquired by the acquisition step in association with each other.

Description

プログラム、情報処理装置、情報処理システム及び情報処理方法Program, information processing device, information processing system, and information processing method
 本開示は、プログラム、情報処理装置、情報処理システム及び情報処理方法に関する。 The present disclosure relates to a program, an information processing device, an information processing system, and an information processing method.
 漁船の操業時に、漁船に備えられた操業情報を記録する操業情報作成装置(データロガー)が知られている。
 特許文献1には、漁獲物がどこで、誰によって漁獲されたかを証明するために、位置情報や画像などを活用した科学的根拠に基づく漁船操業認証装置が開示されている。
 特許文献2には、漁獲成績報告書の作成を支援することで、小規模な漁業者であっても、簡便に作成することを可能とする漁獲成績報告書作成支援システムが開示されている。
2. Description of the Related Art An operation information creating device (data logger) is known that records operation information provided in a fishing boat when the fishing boat operates.
Patent Literature 1 discloses a fishing boat operation authentication device based on scientific grounds that utilizes position information, images, etc., in order to prove where and by whom the catch was caught.
Patent Literature 2 discloses a fishing performance report creation support system that enables even small-scale fishermen to easily create a fishing performance report by supporting the creation of a fishing performance report.
特開2021-124937号公報JP 2021-124937 A 特開2021-157722号公報JP 2021-157722 A
 漁船による漁獲物の漁獲量の情報を取得する際に、操業に含まれる漁獲活動ごとに漁獲量を取得することができなかった。また、漁獲量の計測などの際には、高価な高精度な魚群探知機などが必要とされ、高価なセンシング機器なしに漁獲活動ごとに漁獲量を取得することができていないという課題がある。  When obtaining information on the catch amount of fish caught by fishing vessels, it was not possible to obtain the catch amount for each fishing activity included in the operation. In addition, when measuring the amount of catches, an expensive high-precision fish finder is required, and there is a problem that the amount of catches for each fishing activity cannot be obtained without expensive sensing equipment. .
 そこで、本開示は、上記課題を解決すべくなされたものであって、その目的は、漁獲活動ごとに漁獲量を取得し記憶する技術を提供することである。 Therefore, the present disclosure has been made to solve the above problems, and its purpose is to provide a technique for acquiring and storing the catch amount for each fishing activity.
 プロセッサと、記憶部とを備えるコンピュータに実行させるためのプログラムであって、プログラムは、プロセッサに、漁船の漁獲活動を特定する特定ステップと、特定ステップにより特定された漁獲活動における漁獲量を取得する取得ステップと、特定ステップにより特定した漁獲活動と、取得ステップにより取得した漁獲量を関連付けて記憶する記憶ステップと、を実行させるプログラム。 A program to be executed by a computer comprising a processor and a storage unit, the program causing the processor to acquire a specific step of identifying fishing activities of a fishing vessel and the amount of catches in the fishing activities identified by the specific steps. A program for executing an obtaining step, and a storing step of associating and storing the fishing activity identified by the identifying step and the amount of catch obtained by the obtaining step.
 本開示によれば、漁獲活動ごとの漁獲量を、漁獲活動と関連付けて記憶することができる。これにより、操業ごとではなく、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。記憶、蓄積した漁獲活動ごとの漁獲量は、効率的な漁業に役立てることができたり、漁業資源管理などに利用することができる。 According to the present disclosure, the catch amount for each fishing activity can be stored in association with the fishing activity. This makes it possible to acquire, store, and accumulate the amount of catch for each fishing activity rather than for each fishing operation. The memorized and accumulated amount of catch for each fishing activity can be used for efficient fishing, and can be used for fishery resource management.
情報処理システム1の全体の構成を示す図である。1 is a diagram showing an overall configuration of an information processing system 1; FIG. サーバ10の機能構成を示すブロック図である。3 is a block diagram showing the functional configuration of the server 10; FIG. 通信端末30の機能構成を示すブロック図である。3 is a block diagram showing a functional configuration of communication terminal 30. FIG. ユーザ端末40の機能構成を示すブロック図である。3 is a block diagram showing a functional configuration of a user terminal 40; FIG. ユーザテーブル1012のデータ構造を示す図である。FIG. 10 is a diagram showing the data structure of a user table 1012; FIG. 船団テーブル1013のデータ構造を示す図である。FIG. 10 is a diagram showing the data structure of a fleet table 1013; 船情報テーブル1014のデータ構造を示す図である。3 is a diagram showing the data structure of a ship information table 1014; FIG. センシングテーブル1015のデータ構造を示す図である。FIG. 10 is a diagram showing the data structure of a sensing table 1015; FIG. 操業履歴テーブル1016のデータ構造を示す図である。FIG. 10 is a diagram showing the data structure of an operation history table 1016; FIG. 漁獲記録テーブル1017のデータ構造を示す図である。FIG. 10 shows the data structure of a fishing record table 1017. FIG. 漁獲量テーブル1018のデータ構造を示す図である。It is a figure which shows the data structure of the catch amount table 1018. FIG. 漁獲記憶処理の動作を示すフローチャートである。It is a flowchart which shows the operation|movement of catch memory processing. 漁獲量算定処理(第六形態)の動作を示す画面例である。It is an example of a screen which shows operation|movement of a catch calculation process (sixth form). 入札受付処理の動作を示す画面例である。It is an example of a screen which shows operation|movement of a bid reception process. コンピュータ90の基本的なハードウェア構成を示すブロック図である。2 is a block diagram showing the basic hardware configuration of computer 90. FIG.
 以下、本開示の実施形態について図面を参照して説明する。実施形態を説明する全図において、共通の構成要素には同一の符号を付し、繰り返しの説明を省略する。なお、以下の実施形態は、特許請求の範囲に記載された本開示の内容を不当に限定するものではない。また、実施形態に示される構成要素のすべてが、本開示の必須の構成要素であるとは限らない。また、各図は模式図であり、必ずしも厳密に図示されたものではない。 Hereinafter, embodiments of the present disclosure will be described with reference to the drawings. In all the drawings for explaining the embodiments, common constituent elements are denoted by the same reference numerals, and repeated explanations are omitted. It should be noted that the following embodiments do not unduly limit the content of the present disclosure described in the claims. Also, not all the components shown in the embodiments are essential components of the present disclosure. Each figure is a schematic diagram and is not necessarily strictly illustrated.
 <情報処理システム1の概要>
 図1は、情報処理システム1の全体の構成を示す図である。本開示における情報処理システム1は、漁船の情報を収集、管理するとともに漁船の漁獲活動に関する情報を用いたサービスを提供する情報処理システムである。
<Overview of information processing system 1>
FIG. 1 is a diagram showing the overall configuration of an information processing system 1. As shown in FIG. An information processing system 1 according to the present disclosure is an information processing system that collects and manages information on fishing boats and provides services using information on fishing activities of fishing boats.
 <情報処理システム1の基本構成>
 本開示における情報処理システム1を図1に示す。情報処理システム1は、ネットワークNを介して接続された、サーバ10、船20、通信端末30、ユーザ端末40、管理者端末50を備えて構成されている。図2は、サーバ10の機能構成を示すブロック図である。図3は、船20に備えられる通信端末30の機能構成を示すブロック図である。図4は、ユーザ端末40の機能構成を示すブロック図である。
<Basic Configuration of Information Processing System 1>
FIG. 1 shows an information processing system 1 according to the present disclosure. The information processing system 1 includes a server 10, a ship 20, a communication terminal 30, a user terminal 40, and an administrator terminal 50, which are connected via a network N. FIG. 2 is a block diagram showing the functional configuration of the server 10. As shown in FIG. FIG. 3 is a block diagram showing the functional configuration of the communication terminal 30 provided on the ship 20. As shown in FIG. FIG. 4 is a block diagram showing the functional configuration of the user terminal 40. As shown in FIG.
 サーバ10は、漁船の情報を収集、管理するとともに漁船の漁獲活動に関する情報を用いたサービスをユーザに対して提供する情報処理装置である。 The server 10 is an information processing device that collects and manages information on fishing boats and provides users with services using information on the fishing activities of fishing boats.
 通信端末30は、船20に備えられる情報処理装置である。
 ユーザ端末40は、サービスを利用するユーザが操作する情報処理装置である。
 管理者端末50は、サービスを管理する管理者権限を有するユーザが操作する情報処理装置である。
The communication terminal 30 is an information processing device provided on the ship 20 .
The user terminal 40 is an information processing device operated by a user who uses the service.
The administrator terminal 50 is an information processing device operated by a user having administrator authority to manage services.
 通信端末30、ユーザ端末40、管理者端末50は、例えば、スマートフォン、タブレット等の携帯端末でもよいし、据え置き型のPC(Personal Computer)、ラップトップPCであってもよい。また、HMD(Head Mount Display)、腕時計型端末等のウェアラブル端末であってもよい。 The communication terminal 30, user terminal 40, and administrator terminal 50 may be, for example, mobile terminals such as smartphones and tablets, or may be stationary PCs (Personal Computers) and laptop PCs. It may also be a wearable terminal such as an HMD (Head Mount Display) or a wristwatch type terminal.
 各情報処理装置は演算装置と記憶装置とを備えたコンピュータにより構成されている。コンピュータの基本ハードウェア構成および、当該ハードウェア構成により実現されるコンピュータの基本機能構成は後述する。サーバ10、通信端末30、ユーザ端末40、管理者端末50のそれぞれについて、後述するコンピュータの基本ハードウェア構成およびコンピュータの基本機能構成と重複する説明は省略する。 Each information processing device is composed of a computer equipped with an arithmetic device and a storage device. The basic hardware configuration of the computer and the basic functional configuration of the computer realized by the hardware configuration will be described later. For each of the server 10, the communication terminal 30, the user terminal 40, and the administrator terminal 50, the explanation overlapping with the basic hardware configuration of the computer and the basic functional configuration of the computer, which will be described later, will be omitted.
 以下、各装置の構成およびその動作を説明する。 The configuration and operation of each device will be described below.
 <サーバ10の機能構成>
 サーバ10のハードウェア構成が実現する機能構成を図2に示す。サーバ10は、記憶部101、制御部104を備える。
<Functional Configuration of Server 10>
A functional configuration realized by the hardware configuration of the server 10 is shown in FIG. The server 10 has a storage unit 101 and a control unit 104 .
 <サーバ10の記憶部の構成>
 サーバ10の記憶部101は、アプリケーションプログラム1011、ユーザテーブル1012、船団テーブル1013、船情報テーブル1014、センシングテーブル1015、操業履歴テーブル1016、漁獲記録テーブル1017、漁獲量テーブル1018、を備える。
 図5は、ユーザテーブル1012のデータ構造を示す図である。
 図6は、船団テーブル1013のデータ構造を示す図である。
 図7は、船情報テーブル1014のデータ構造を示す図である。
 図8は、センシングテーブル1015のデータ構造を示す図である。
 図9は、操業履歴テーブル1016のデータ構造を示す図である。
 図10は、漁獲記録テーブル1017のデータ構造を示す図である。
 図11は、漁獲量テーブル1018のデータ構造を示す図である。
<Configuration of Storage Unit of Server 10>
The storage unit 101 of the server 10 includes an application program 1011, a user table 1012, a fleet table 1013, a ship information table 1014, a sensing table 1015, an operation history table 1016, a catch record table 1017, and a catch amount table 1018.
FIG. 5 is a diagram showing the data structure of the user table 1012. As shown in FIG.
FIG. 6 is a diagram showing the data structure of the fleet table 1013. As shown in FIG.
FIG. 7 is a diagram showing the data structure of the ship information table 1014. As shown in FIG.
FIG. 8 is a diagram showing the data structure of the sensing table 1015. As shown in FIG.
FIG. 9 is a diagram showing the data structure of the operation history table 1016. As shown in FIG.
FIG. 10 is a diagram showing the data structure of the fishing record table 1017. As shown in FIG.
FIG. 11 is a diagram showing the data structure of the fish catch table 1018. As shown in FIG.
 ユーザテーブル1012は、サービスを利用する会員ユーザ(以下、ユーザ)の情報を記憶し管理するテーブルである。ユーザは、サービスの利用登録を行うことで、当該ユーザの情報がユーザテーブルの新しいレコードに記憶される。これにより、ユーザは本開示にかかるサービスを利用できるようになる。 The user table 1012 is a table that stores and manages information on member users (hereinafter referred to as users) who use the service. By registering to use the service, the user's information is stored in a new record in the user table. This enables the user to use the service according to the present disclosure.
 ユーザIDは、ユーザを識別するためのユーザ識別情報を記憶する項目である。ユーザ識別情報は、ユーザごとにユニークな値が設定されている項目である。 A user ID is an item that stores user identification information for identifying a user. User identification information is an item in which a unique value is set for each user.
 ユーザ名は、ユーザの氏名を記憶する項目である。ユーザ名は、氏名ではなく、ニックネームなど任意の文字列を設定しても良い。 The user name is an item that stores the user's name. Any character string such as a nickname may be set as the user name instead of the full name.
 船団テーブル1013は、船団の情報である船団情報を記憶し管理するテーブルである。船団テーブル1013により、船団と、船団を構成する各船とが、船団IDと、船団を構成する各船の船IDにより関連づけられる。 The fleet table 1013 is a table that stores and manages fleet information. The fleet table 1013 associates the fleet with each ship that constitutes the fleet by means of the fleet ID and the ship ID of each ship that constitutes the fleet.
 船団IDは、船団を識別するための船団識別情報を記憶する項目である。
 船団名は、船団の名称を記憶する項目である。船団名は、任意の文字列を設定しても良い。
 船IDは、船団を構成する船の船識別情報を記憶する項目である。
Fleet ID is an item for storing fleet identification information for identifying a fleet.
The fleet name is an item for storing the name of the fleet. An arbitrary character string may be set for the fleet name.
The ship ID is an item that stores ship identification information of ships that constitute a fleet.
 船情報テーブル1014は、船団を構成する各船の情報である船情報を記憶し管理するテーブルである。 The ship information table 1014 is a table that stores and manages ship information, which is information about each ship that constitutes a fleet.
 船IDは、船を識別するための船識別情報を記憶する項目である。船識別情報は、船ごとにユニークな値が設定されている項目である。
 船名は、船の名称を記憶する項目である。船名は、任意の文字列を設定しても良い。
 役割データは、船の役割に関する情報である船役割情報を記憶する項目である。船役割情報は、魚群を探す「探索船」、魚群を捕獲する「網船」、及び、漁獲物を氷蔵して漁港に水揚げする「運搬船」などの値がある。1つの船に対して複数の役割情報が記憶されても良い。
 搭載機器データは、船に搭載された機器に関する情報である搭載機器情報を記憶する項目である。搭載機器情報は、位置情報取得装置(GPS)、魚群探知機、ソナー、カメラなどの値が記憶される。1つの船に対して複数の搭載機器情報が記憶されても良い。
 長さは、船の長さに関する情報を記憶する項目である。
 幅は、船の幅に関する情報を記憶する項目である。
 深さは、船の深さに関する情報を記憶する項目である。
 計画総トン数は、船の計画総トン数に関する情報を記憶する項目である。
 最大積載量は、船の最大積載量に関する情報を記憶する項目である。
 最大排水量は、船の最大排水量に関する情報を記憶する項目である。
 母港は、船が拠点を置く港に関する情報を記憶する項目である。1つの船に対して複数の母港が記憶されても良い。
Ship ID is an item for storing ship identification information for identifying a ship. Ship identification information is an item in which a unique value is set for each ship.
The ship name is an item for storing the name of the ship. Any character string may be set for the ship name.
The role data is an item that stores ship role information, which is information about the role of the ship. The ship role information has values such as a "search ship" that searches for a school of fish, a "net ship" that catches a school of fish, and a "transporter" that ices up the catch and unloads it at a fishing port. A plurality of role information may be stored for one ship.
On-board equipment data is an item for storing on-board equipment information, which is information about equipment mounted on a ship. As the on-board device information, values of a position information acquisition device (GPS), a fish finder, a sonar, a camera, etc. are stored. A plurality of on-board equipment information may be stored for one ship.
Length is an item that stores information about the length of the ship.
Width is an item that stores information about the width of the ship.
Depth is an item that stores information about the depth of the ship.
The planned gross tonnage is an item for storing information on the planned gross tonnage of the ship.
The maximum loading capacity is an item that stores information about the maximum loading capacity of the ship.
The maximum displacement is an item that stores information about the maximum displacement of the ship.
The homeport is an item that stores information about the port where the ship is based. Multiple homeports may be stored for one ship.
 センシングテーブル1015は、船団を構成する各船が備える各種センシング機器によりセンシングした情報であるセンシング情報を記憶し管理するテーブルである。 The sensing table 1015 is a table that stores and manages sensing information, which is information sensed by various sensing devices provided on each ship that constitutes the fleet.
 船IDは、センシング情報を取得した船の船識別情報を記憶する項目である。
 魚探映像は、魚探映像に関する情報(魚探映像情報)を記憶する項目である。魚探映像情報は、船に設けられた魚群探知機により取得される。魚探映像情報は、魚群探知機が備えるディスプレイなどの表示装置を撮影する不図示のカメラから取得しても良い。
 ソナー映像は、ソナー映像に関する情報(ソナー映像情報)を記憶する項目である。ソナー映像情報は、船に設けられたソナーにより取得される。ソナー映像情報は、ソナーが備えるディスプレイなどの表示装置を撮影する不図示のカメラから取得しても良い。
 位置データは、船の位置に関する情報(位置情報)を記憶する項目である。船の位置情報は、船に設けられた位置情報取得装置により取得される。船の位置情報は、緯度、経度などの情報を含む。
 カメラ画像は、カメラ画像に関する情報(カメラ画像情報)を記憶する項目である。カメラ画像情報は、船に設けられたカメラにより取得される。船に複数のカメラが設けられている場合には、それぞれのカメラを識別するためのカメラ識別情報などの情報を含んでも良い。つまり、カメラ画像は、複数のカメラごとに出力される情報を識別可能に含んでも良い。カメラ画像は、静止画および動画を含む。
 魚倉データは、魚倉をセンシングする魚倉センサから出力される情報(魚倉情報)を記憶する項目である。魚倉情報は、複数の魚倉センサごとに出力される情報を識別可能に含んでも良い。
 機器データは、機器センサから出力される情報(機器情報)を記憶する項目である。機器情報は、複数の機器センサごとに出力される情報を識別可能に含んでも良い。
 日時は、センシング情報を記憶した日時を記憶する項目である。
The ship ID is an item that stores ship identification information of a ship that has acquired sensing information.
The fish finder image is an item that stores information (fish finder image information) related to the fish finder image. The fish finder image information is acquired by a fish finder provided on the ship. The fish finder image information may be acquired from a camera (not shown) that captures a display device such as a display provided in the fish finder.
The sonar image is an item that stores information (sonar image information) related to the sonar image. The sonar image information is acquired by a sonar provided on the ship. The sonar image information may be acquired from a camera (not shown) that captures a display device such as a display included in the sonar.
Position data is an item that stores information (position information) about the position of the ship. The ship's position information is acquired by a position information acquisition device provided on the ship. Ship position information includes information such as latitude and longitude.
A camera image is an item that stores information (camera image information) about a camera image. Camera image information is acquired by a camera provided on the ship. If the ship is equipped with a plurality of cameras, information such as camera identification information for identifying each camera may be included. In other words, the camera image may include identifiable information output by each of a plurality of cameras. Camera images include still images and moving images.
The fish hold data is an item that stores information (fish hold information) output from a fish hold sensor that senses the fish hold. The fish hold information may include identifiable information output by each of a plurality of fish hold sensors.
The equipment data is an item that stores information (equipment information) output from the equipment sensor. The device information may include identifiable information output by each of a plurality of device sensors.
The date and time is an item for storing the date and time when the sensing information is stored.
 操業履歴テーブル1016は、船団を構成する各船の操業に関する情報である操業情報を記憶し管理するテーブルである。操業履歴テーブル1016により、操業と、操業を行った船とが、操業IDと、船IDにより関連づけられる。 The operation history table 1016 is a table that stores and manages operation information, which is information regarding the operation of each ship that makes up the fleet. An operation history table 1016 associates an operation with a ship that performed the operation using an operation ID and a ship ID.
 操業IDは、操業を識別するための操業識別情報を記憶する項目である。操業識別情報は、操業ごとにユニークな値が設定されている項目である。
 船IDは、操業情報を取得した船の船識別情報を記憶する項目である。
 操業開始日時は、操業を開始した日時の情報を記憶する項目である。
 操業終了日時は、操業を終了した日時の情報を記憶する項目である。
The operation ID is an item that stores operation identification information for identifying operations. Operation identification information is an item in which a unique value is set for each operation.
The ship ID is an item for storing ship identification information of a ship from which operation information is acquired.
The operation start date and time is an item for storing information on the date and time when the operation was started.
The operation end date and time is an item for storing information on the date and time when the operation was ended.
 漁獲記録テーブル1017は、操業中の1または複数回の漁獲活動ごとの漁獲記録に関する情報である漁獲記録情報を記憶し管理するテーブルである。漁獲記録テーブル1017により、操業と、操業中の1または複数回の漁獲活動ごとの漁獲記録とが、操業IDと、漁獲記録IDにより関連づけられる。
 漁獲記録情報とは、漁獲記録テーブル1017のデータおよび、漁獲記録IDにより関連付けられる漁獲量テーブル1018のデータを含む情報である。
The catch record table 1017 is a table that stores and manages catch record information, which is information about catch records for each of one or more fishing activities during operation. The fishing record table 1017 associates an operation with a fishing record for each fishing activity of one or more times during the operation by an operation ID and a fishing record ID.
The fishing record information is information including the data of the fishing record table 1017 and the data of the fishing amount table 1018 associated with the fishing record ID.
 漁獲記録IDは、漁獲活動ごとの漁獲記録を識別するための漁獲記録識別情報を記憶する項目である。
 操業IDは、漁獲活動を行った操業の操業識別情報を記憶する項目である。
 航跡データは、漁獲活動における船の航跡に関する情報(航跡情報)を記憶する項目である。航跡情報は、漁獲活動を行っている間の船の位置情報、日時に基づく船の航跡に関する情報を含む。
 漁獲開始日時は、漁獲活動を開始した日時の情報を記憶する項目である。
 漁獲終了日時は、漁獲活動を終了した日時の情報を記憶する項目である。
 漁獲位置は、漁獲活動を行った際の船の位置に関する情報(漁獲位置情報)を記憶する項目である。漁獲位置情報は、漁獲活動中の船の代表的な位置、または漁獲活動中に船が移動した範囲の位置の情報を含んでも良い。
 漁獲データは、漁獲活動における船の情報(漁獲活動情報)を記憶する項目である。漁獲活動情報は、漁獲活動中の船から取得した各種センシング情報を識別可能に記憶する項目である。
 漁法は、漁獲活動を行った際の漁法に関する情報を記憶する項目である。漁法には、網漁法、釣り漁法などがある。網漁法には巻き網、流し網、底引き網(トロール)、底刺し網などがある。釣り漁法には、延縄、引き縄、一本釣り、底延縄などがある。
The fishing record ID is an item that stores fishing record identification information for identifying a fishing record for each fishing activity.
The operation ID is an item that stores operation identification information of the operation that performed the fishing activity.
Track data is an item that stores information (track information) on the track of a ship in fishing activities. Track information includes vessel position information during fishing activities, information about the vessel's track based on time and date.
The fishing start date and time is an item for storing information on the date and time when the fishing activity was started.
The fishing end date and time is an item for storing information on the date and time when the fishing activity was ended.
The fishing position is an item that stores information (fishing position information) regarding the position of the boat when the fishing activity was performed. The fishing location information may include information about the typical location of the vessel during fishing activities, or the location of the extent to which the vessel traveled during fishing activities.
Catch data is an item that stores ship information (fishing activity information) in fishing activities. The fishing activity information is an item that stores in an identifiable manner various sensing information acquired from the fishing vessel.
The fishing method is an item that stores information about the fishing method used when fishing activities are performed. Fishing methods include a net fishing method and a fishing method. Net fishing methods include purse seine, drift net, trawl, and bottom gillnet. Fishing methods include longline, dragline, pole and line, and bottom longline.
 漁獲量テーブル1018は、漁獲活動における魚種ごとの漁獲量に関する情報である漁獲量情報を記憶し管理するテーブルである。漁獲量テーブル1018により、漁獲活動と、漁獲活動における魚種ごとの漁獲量とが、漁獲記録IDと、漁獲量IDにより関連づけられる。なお、魚種が不明な場合は、漁獲量テーブル1018には、漁獲量のみを記憶する構成としても良い。 The catch amount table 1018 is a table that stores and manages catch amount information, which is information about the catch amount for each fish species in fishing activities. By the catch amount table 1018, the fishing activity and the catch amount for each fish species in the fishing activity are associated with each other by the catch record ID and the catch amount ID. If the fish type is unknown, the fish catch table 1018 may store only the fish catch.
 漁獲量IDは、魚種ごとの漁獲量を識別するための漁獲量識別情報を記憶する項目である。漁獲量識別情報は、魚種ごとの漁獲量ごとにユニークな値が設定されている項目である。 The catch ID is an item that stores catch identification information for identifying the catch for each fish species. The catch identification information is an item in which a unique value is set for each catch of each fish species.
 漁獲記録IDは、漁獲記録を識別するための漁獲記録識別情報である。
 魚種データは、漁獲した魚種に関する情報(魚種情報)を記憶する項目である。魚種情報は、魚種コード、標準和名、学名、地方名などの情報を含む。なお、魚種が不明な場合は、ブランク、ヌルまたは魚種が不明であることを示す情報が記憶される。
 漁獲量は、魚種ごとの漁獲した漁獲物の数量に関する情報(漁獲量情報)を記憶する項目である。漁獲量情報は、漁獲した魚の数、漁獲した魚の重量など、漁獲した漁獲物の数量の情報を含む。
 魚の大きさデータは、漁獲した魚の大きさに関する情報(魚の大きさ情報)を記憶する項目である。魚の大きさ情報は、漁獲した魚の大きさ、尾叉長、体高などの情報を含む。
 漁獲物の画像は、漁獲した魚の画像に関する情報(漁獲物の画像情報)を記憶する項目である。
 漁獲物の動画は、漁獲した魚の動画に関する情報(漁獲物の動画情報)を記憶する項目である。
 品質データは、漁獲した魚の品質に関する情報(品質情報)を記憶する項目である。品質情報は、脂質の量、鮮度、K値などの情報を含む。
 処理データは、漁獲した魚の処理方法に関する情報(魚処理情報)を記憶する項目である。魚処理情報は、活魚、 鮮魚、氷締め、神経締め・神経抜き、血抜き、急速冷凍、フィレなどの情報を含む。
 保存データは、漁獲した魚の保存状態に関する情報(魚保存情報)を記憶する項目である。魚保存情報は、魚倉温度、冷凍温度、活魚倉温度、活魚倉溶存酸素などの情報を含む。保存データは、操業中の、漁獲した魚の日時ごとの魚の保存状態に関する情報が記憶される。ユーザは、保存データを参照することにより、魚の保存状態を確認することができる。
The fishing record ID is fishing record identification information for identifying the fishing record.
The fish species data is an item that stores information (fish species information) on the caught fish species. The fish species information includes information such as fish species code, standard Japanese name, scientific name, local name, and the like. If the fish species is unknown, blank, null, or information indicating that the fish species is unknown is stored.
The catch amount is an item that stores information (catch amount information) on the quantity of fish caught for each fish species. The fish catch information includes information on the quantity of fish caught, such as the number of fish caught and the weight of the fish caught.
The fish size data is an item that stores information on the size of the caught fish (fish size information). The fish size information includes information such as the size, fork length, and body height of the caught fish.
Catch image is an item that stores information (catch image information) related to the image of the caught fish.
The catch animation is an item that stores information on the caught fish animation (catch animation information).
Quality data is an item that stores information (quality information) on the quality of caught fish. The quality information includes information such as the amount of fat, freshness, and K value.
The processing data is an item that stores information (fish processing information) regarding processing methods of caught fish. The fish processing information includes information such as live fish, fresh fish, ice tightening, nerve tightening/extracting, blood removal, quick freezing, and fillet.
The storage data is an item that stores information (fish storage information) regarding the storage state of caught fish. The fish storage information includes information such as fish hold temperature, freezing temperature, live fish hold temperature, and live fish hold dissolved oxygen. The storage data stores information on the storage state of fish caught by date and time during operation. The user can check the state of preservation of the fish by referring to the saved data.
 <サーバ10の制御部の構成>
 サーバ10の制御部104は、ユーザ登録制御部1041、設定部1042、漁獲処理部1043、報告作成部1044、入札処理部1045、提示部1046を備える。制御部104は、記憶部101に記憶されたアプリケーションプログラム1011を実行することにより、各機能ユニットが実現される。
<Configuration of Control Unit of Server 10>
The control unit 104 of the server 10 includes a user registration control unit 1041 , a setting unit 1042 , a catch processing unit 1043 , a report creation unit 1044 , a bid processing unit 1045 and a presentation unit 1046 . Control unit 104 implements each functional unit by executing application program 1011 stored in storage unit 101 .
 ユーザ登録制御部1041は、本開示に係るサービスの利用を希望するユーザの情報をユーザテーブル1012に記憶する処理を行う。
 ユーザテーブル1012に記憶される、ユーザID、ユーザ名の情報は、ユーザが任意の情報処理端末からサービス提供者が運営するウェブページなどを開き、所定の入力フォームにユーザID、ユーザ名を入力しサーバ10へ送信する。サーバ10のユーザ登録制御部1041は、受信したユーザID、ユーザ名をユーザテーブル1012の新しいレコードに記憶し、ユーザ登録が完了する。これにより、ユーザテーブル1012に記憶されたユーザはサービスを利用することができるようになる。
 ユーザ登録制御部1041によるユーザ情報のユーザテーブル1012への登録に先立ち、サービス提供者は所定の審査を行いユーザによるサービス利用可否を制限しても良い。
 ユーザIDは、ユーザを識別できる任意の文字列または数字で良く、ユーザが希望する任意の文字列または数字、もしくはサーバ10のユーザ登録制御部1041が自動的に任意の文字列または数字を設定しても良い。
The user registration control unit 1041 performs processing for storing information of users who wish to use the service according to the present disclosure in the user table 1012 .
The user ID and user name information stored in the user table 1012 can be obtained by opening a web page or the like operated by the service provider from any information processing terminal and entering the user ID and user name in a predetermined input form. Send to server 10 . The user registration control unit 1041 of the server 10 stores the received user ID and user name in a new record of the user table 1012, and user registration is completed. As a result, the users stored in the user table 1012 can use the service.
Prior to registration of user information in the user table 1012 by the user registration control unit 1041, the service provider may perform a predetermined examination to limit whether or not the user can use the service.
The user ID may be any character string or number that can identify the user, any character string or number desired by the user, or any character string or number automatically set by the user registration control unit 1041 of the server 10. can be
 設定部1042は、船団設定処理を実行する。詳細は後述する。
 漁獲処理部1043は、漁獲記憶処理を実行する。詳細は後述する。
 報告作成部1044は、漁獲成績報告書作成処理を実行する。詳細は後述する。
 入札処理部1045は、入札処理を実行する。詳細は後述する。
 提示部1046は、漁獲活動エリア提示処理を実行する。詳細は後述する。
The setting unit 1042 executes a fleet setting process. Details will be described later.
The catch processing unit 1043 executes catch storage processing. Details will be described later.
The report creation unit 1044 executes fishing result report creation processing. Details will be described later.
The bidding processing unit 1045 executes bidding processing. Details will be described later.
The presentation unit 1046 executes fishing activity area presentation processing. Details will be described later.
 <船20の機能構成>
 船20は、通信端末30、センシング機器204、魚倉205、クレーン206などを備える。センシング機器204は、魚群探知機2041、ソナー2042、位置情報取得装置2043、カメラ2044、魚倉センサ2055、機器センサ2056を含む。船20は、漁船である。
<Functional Configuration of Ship 20>
The ship 20 includes a communication terminal 30, sensing equipment 204, a fish hold 205, a crane 206, and the like. The sensing equipment 204 includes a fish finder 2041 , a sonar 2042 , a position information acquisition device 2043 , a camera 2044 , a fish hold sensor 2055 and equipment sensors 2056 . Ship 20 is a fishing boat.
 魚倉205は、船20に搭載され、当該船において漁獲した漁獲物を収容する設備である。船20は、役割に応じて必ずしも魚倉205を備えなくとも良い。魚倉205には、海水が入れられ漁獲物を活魚のまま運搬することができる魚倉が含まれる。魚倉205には、冷凍設備を備え、漁獲物を冷凍状態で運搬することができる魚倉が含まれる。 The fish hold 205 is a facility that is mounted on the ship 20 and stores catches caught by the ship. The ship 20 does not necessarily have to have the fish hold 205 depending on its role. The fish hold 205 includes a fish hold that can be filled with seawater and transported live catch. The fish hold 205 includes a fish hold equipped with refrigeration equipment and capable of transporting catch in a frozen state.
 クレーン206は、船20に搭載され、当該船において網や縄などの漁具を引き上げる機械である。船20は、役割に応じて必ずしもクレーン206を備えなくとも良い。 The crane 206 is a machine that is mounted on the ship 20 and pulls up fishing gear such as nets and ropes on the ship. The ship 20 does not necessarily have to have the crane 206 depending on its role.
 魚群探知機2041は、船20に搭載され、当該船の下の海中に向けて超音波を発射し、その反射波を捉えることで魚群を探すためのデバイスである。魚群探知機2041は、海中の状況をレーダー映像のように捉え、魚群の分布状況、密集度、海面、海底の地形、水深などを、異なる形、濃度及び色合いで画面上に表示する。 The fish finder 2041 is a device mounted on the ship 20 that emits ultrasonic waves toward the sea below the ship and captures the reflected waves to search for schools of fish. The fish finder 2041 captures the underwater situation like a radar image, and displays the distribution of fish schools, density, sea surface, bottom topography, water depth, etc. on the screen in different shapes, densities, and colors.
 ソナー2042は、船20に搭載され、当該船の周囲方向の海中に向けて超音波を発射し、その反射波を捉えることで魚群を探すためのデバイスである。ソナー2042は、海中の状況をレーダー映像のように捉え、魚群の映像及び海底の映像などを、異なる形、濃度及び色合いで画面上に表示する。 The sonar 2042 is a device that is mounted on the ship 20 to search for schools of fish by emitting ultrasonic waves toward the sea around the ship and capturing the reflected waves. The sonar 2042 captures the underwater situation like a radar image, and displays an image of a school of fish, an image of the seabed, etc. on the screen in different shapes, densities, and colors.
 位置情報取得装置2043は、船20に搭載され、船の位置を検出するセンサであり、例えばGPS(Global Positioning System)モジュールである。GPSモジュールは、衛星測位システムで用いられる受信装置である。衛星測位システムでは、少なくとも3個または4個の衛星からの信号を受信し、受信した信号に基づいて、GPSモジュールが搭載される船の現在位置を検出する。 The position information acquisition device 2043 is a sensor that is mounted on the ship 20 and detects the position of the ship, such as a GPS (Global Positioning System) module. A GPS module is a receiving device used in a satellite positioning system. A satellite positioning system receives signals from at least three or four satellites and detects the current position of a ship equipped with a GPS module based on the received signals.
 カメラ2044は、船に設けられて、船上の様子を撮影するための装置である。カメラ2044は一台のカメラである必要はなく、複数台のカメラを含んでも良い。
 カメラ2044は、甲板上の船上において船員による漁獲活動の様子を撮影可能な位置に設置したカメラを含んでも良い。
 カメラ2044は、網船の上部に設けられ、網の送り出し及び巻き上げの作業や、漁獲物を撮影可能な位置に設置したカメラを含んでも良い。
 カメラ2044は、魚倉205の収容物を撮影可能な位置に設置したカメラを含んでも良い。
The camera 2044 is a device provided on the ship for photographing the situation on the ship. Camera 2044 need not be a single camera and may include multiple cameras.
The camera 2044 may include a camera installed on the deck of the ship at a position capable of photographing fishing activities by sailors.
The camera 2044 is provided on the upper part of the net boat, and may include a camera installed at a position capable of photographing the work of sending out and hoisting the net and the catch.
The camera 2044 may include a camera installed at a position capable of photographing the contents of the fish hold 205 .
 魚倉センサ2055は、魚倉205の収容物をセンシングするためのセンサである。
 魚倉センサ2055は、魚倉205の収容物を撮影するカメラを含む。カメラは、魚倉205の収容物である漁獲物の様子を撮影することができる。例えば、魚倉205が活魚を収容している場合には、カメラは、魚倉205内の活魚の様子を撮影することができる。
 魚倉センサ2055は、超音波などにより魚倉205の収容物の様子を検出するセンサを含む。魚倉205の収容物である漁獲物の様子を異なる形、濃度及び色合いの画像データとして出力することができる。
The fish hold sensor 2055 is a sensor for sensing the contents of the fish hold 205 .
Fish hold sensor 2055 includes a camera that captures the contents of fish hold 205 . The camera can photograph the state of the fish caught in the fish hold 205 . For example, when the fish hold 205 contains live fish, the camera can photograph the state of the live fish in the fish hold 205 .
The fish hold sensor 2055 includes a sensor that detects the state of the contents of the fish hold 205 using ultrasonic waves or the like. It is possible to output the state of the fish caught in the fish hold 205 as image data with different shapes, densities and colors.
 機器センサ2056は、クレーン206により引き上げられた漁獲物の重量を計測するためのセンサである。機器センサ2056により、クレーン206により引き上げられた漁獲物の重量を計量することができる。 The equipment sensor 2056 is a sensor for measuring the weight of the catch pulled up by the crane 206. Instrument sensors 2056 allow the weight of catch hoisted by crane 206 to be weighed.
  なお、船20に搭載されているセンシング機器は、上記装置に限らず、海水温を測定する水温センサー、風向風速を測定する風向風速計、エンジンの排気口近傍に設けられた排気温センサなどを含むとしてもよい。 The sensing devices mounted on the ship 20 are not limited to the above devices, and include a water temperature sensor that measures seawater temperature, an anemometer that measures wind direction and speed, an exhaust temperature sensor provided near the engine exhaust port, and the like. may include.
 <通信端末30の機能構成>
 通信端末30のハードウェア構成が実現する機能構成を図3に示す。通信端末30は、記憶部301、制御部304、入力装置306として、カメラ3061、マイク3062、位置情報センサ3063、モーションセンサ3064、出力装置308として、ディスプレイ3081、スピーカ3082を備える。
<Functional Configuration of Communication Terminal 30>
A functional configuration realized by the hardware configuration of the communication terminal 30 is shown in FIG. Communication terminal 30 includes storage unit 301 , control unit 304 , input device 306 as camera 3061 , microphone 3062 , position information sensor 3063 and motion sensor 3064 , and output device 308 as display 3081 and speaker 3082 .
 <通信端末30の記憶部の構成>
 通信端末30の記憶部301は、通信端末30を利用するユーザを識別するための船ID3011、アプリケーションプログラム3012を記憶する。
 船IDは、通信端末30が設けられた船20を識別するための船識別情報である。通信端末30は、船ID3011を、サーバ10へ送信する。サーバ10は、船ID3011に基づき船20を識別し、本開示にかかるサービスを通信端末30に対して提供する。なお、船IDには、通信端末30を利用しているユーザを識別するにあたりサーバ10から一時的に付与されるセッションIDなどの情報を含む。
 アプリケーションプログラム3012は、記憶部301に予め記憶されていても良いし、通信IFを介してサービス提供者が運営するウェブサーバ等からダウンロードする構成としても良い。アプリケーションプログラム3012は、通信端末30に記憶されているウェブブラウザアプリケーション上で実行されるJavaScript(登録商標)などのインタープリター型プログラミング言語を含む。
<Configuration of Storage Unit of Communication Terminal 30>
Storage unit 301 of communication terminal 30 stores ship ID 3011 and application program 3012 for identifying users who use communication terminal 30 .
The ship ID is ship identification information for identifying the ship 20 provided with the communication terminal 30 . Communication terminal 30 transmits ship ID 3011 to server 10 . The server 10 identifies the ship 20 based on the ship ID 3011 and provides the communication terminal 30 with the service according to the present disclosure. Note that the ship ID includes information such as a session ID temporarily assigned by the server 10 to identify the user using the communication terminal 30 .
The application program 3012 may be stored in advance in the storage unit 301, or may be downloaded from a web server or the like operated by the service provider via the communication IF. Application program 3012 includes an interpreted programming language such as JavaScript (registered trademark) that runs on a web browser application stored in communication terminal 30 .
 <通信端末30の制御部の構成>
 通信端末30の制御部304は、入力制御部3041、出力制御部3042、第1無線通信部3111、第2無線通信部3112、第3無線通信部3113、を備える。制御部304は、記憶部301に記憶されたアプリケーションプログラム3012を実行することにより、入力制御部3041、出力制御部3042、第1無線通信部3111、第2無線通信部3112、第3無線通信部3113、の機能ユニットが実現される。
 通信端末30の入力制御部3041は、入力装置306への操作内容、マイク3062への音声入力、位置情報センサ3063、カメラ3061、モーションセンサ3064などの入力装置から出力される情報を取得し各種処理を実行する。通信端末30の入力制御部3041は、入力装置から取得した情報を船ID3011とともにサーバ10へ送信する処理を実行する。
 通信端末30の出力制御部3042は、入力装置に対する操作およびサーバ10から情報を受信し、ディスプレイ3081の表示内容、スピーカ3082の音声出力内容の制御処理を実行する。
<Configuration of Control Unit of Communication Terminal 30>
The control unit 304 of the communication terminal 30 includes an input control unit 3041 , an output control unit 3042 , a first wireless communication unit 3111 , a second wireless communication unit 3112 and a third wireless communication unit 3113 . By executing the application program 3012 stored in the storage unit 301, the control unit 304 controls the input control unit 3041, the output control unit 3042, the first wireless communication unit 3111, the second wireless communication unit 3112, the third wireless communication unit 3113 functional units are implemented.
The input control unit 3041 of the communication terminal 30 acquires information output from input devices such as operation contents to the input device 306, voice input to the microphone 3062, position information sensor 3063, camera 3061, and motion sensor 3064, and performs various processes. to run. The input control unit 3041 of the communication terminal 30 executes processing for transmitting the information acquired from the input device to the server 10 together with the ship ID 3011 .
The output control unit 3042 of the communication terminal 30 receives information from the operation of the input device and the server 10 , and executes control processing of the display content of the display 3081 and the audio output content of the speaker 3082 .
 第1無線通信部3111、第2無線通信部3112、第3無線通信部3113は、それぞれ、複数のアンテナ、第1アンテナ3121、第2アンテナ3122、第3アンテナ3123と接続される。第1アンテナ3121、第2アンテナ3122、第3アンテナ3123は、通信端末30が発する信号を電波として放射する。また、第1アンテナ3121、第2アンテナ3122、第3アンテナ3123は、空間から電波を受信して受信信号を、それぞれ第1無線通信部3111、第2無線通信部3112、第3無線通信部3113へ与える。 The first wireless communication unit 3111, the second wireless communication unit 3112, and the third wireless communication unit 3113 are connected to a plurality of antennas, the first antenna 3121, the second antenna 3122, and the third antenna 3123, respectively. The first antenna 3121, the second antenna 3122, and the third antenna 3123 radiate signals emitted by the communication terminal 30 as radio waves. In addition, the first antenna 3121, the second antenna 3122, and the third antenna 3123 receive radio waves from space and transmit the received signals to the first wireless communication unit 3111, the second wireless communication unit 3112, and the third wireless communication unit 3113, respectively. give to
 第1無線通信部3111は、所定のアクセスポイントによってインターネットに接続可能な無線ネットワーク(例えばWi-Fi(登録商標))等の通信規格に基づく通信制御を行う無線通信部である。
 第2無線通信部3112は、3G、4G、5G移動通信システム、LTE(Long Term Evolution)などの主に携帯電話等で利用される通信規格に基づく通信制御を行う無線通信部である。
 第3無線通信部3113は、宇宙空間に打ち上げられた人工衛星等を介した通信制御を行う無線通信部である。
The first wireless communication unit 3111 is a wireless communication unit that performs communication control based on a communication standard such as a wireless network (for example, Wi-Fi (registered trademark)) that can be connected to the Internet through a predetermined access point.
The second wireless communication unit 3112 is a wireless communication unit that performs communication control based on communication standards mainly used in mobile phones such as 3G, 4G, 5G mobile communication systems, LTE (Long Term Evolution), and the like.
A third wireless communication unit 3113 is a wireless communication unit that performs communication control via an artificial satellite or the like launched into outer space.
 第1無線通信部3111、第2無線通信部3112、第3無線通信部3113はそれぞれ通信相手との通信可能範囲が異なる。例えば、第1無線通信部3111は、主に船内、同じ船団に属し近接する他船との間の通信に用いられる。第2無線通信部3112は、船20が沿岸付近を航行している場合に、主に陸上に設けられた基地局との間の通信に用いられる。第3無線通信部3113は、船20が遠洋を航行している場合にも、通信を行うことができる。 The first wireless communication unit 3111, the second wireless communication unit 3112, and the third wireless communication unit 3113 have different communicable ranges with the communication partner. For example, the first wireless communication unit 3111 is mainly used for communication within the ship and between other ships belonging to the same fleet and close to each other. The second wireless communication unit 3112 is mainly used for communication with a base station provided on land when the ship 20 is navigating near the coast. The third wireless communication unit 3113 can communicate even when the ship 20 is sailing in the ocean.
 <ユーザ端末40の機能構成>
 ユーザ端末40のハードウェア構成が実現する機能構成を図4に示す。ユーザ端末40は、記憶部401、制御部404、タッチパネル406などの入力装置、タッチセンシティブデバイス4061、ディスプレイ4062、マイク4081、スピーカ4082、位置情報センサ4083、カメラ4084、モーションセンサ4085を備える。
<Functional Configuration of User Terminal 40>
A functional configuration realized by the hardware configuration of the user terminal 40 is shown in FIG. The user terminal 40 includes a storage unit 401 , a control unit 404 , an input device such as a touch panel 406 , a touch sensitive device 4061 , a display 4062 , a microphone 4081 , a speaker 4082 , a position information sensor 4083 , a camera 4084 and a motion sensor 4085 .
 <ユーザ端末40の記憶部の構成>
 ユーザ端末40の記憶部401は、ユーザ端末40を利用するユーザを識別するためのユーザID4011、アプリケーションプログラム4012を記憶する。
 ユーザIDはユーザのアカウントIDである。ユーザは、ユーザ端末40からユーザID4011を、サーバ10へ送信する。サーバ10は、ユーザID4011に基づきユーザを識別し、本開示にかかるサービスをユーザに対して提供する。なお、ユーザIDには、ユーザ端末40を利用しているユーザを識別するにあたりサーバ10から一時的に付与されるセッションIDなどの情報を含む。
 アプリケーションプログラム4012は、記憶部401に予め記憶されていても良いし、通信IFを介してサービス提供者が運営するウェブサーバ等からダウンロードする構成としても良い。アプリケーションプログラム4012は、ユーザ端末40に記憶されているウェブブラウザアプリケーション上で実行されるJavaScript(登録商標)などのインタープリター型プログラミング言語を含む。
<Configuration of Storage Unit of User Terminal 40>
The storage unit 401 of the user terminal 40 stores a user ID 4011 for identifying a user who uses the user terminal 40 and an application program 4012 .
The user ID is the user's account ID. The user transmits the user ID 4011 from the user terminal 40 to the server 10 . The server 10 identifies the user based on the user ID 4011 and provides the user with the service according to the present disclosure. The user ID includes information such as a session ID temporarily assigned by the server 10 to identify the user using the user terminal 40 .
The application program 4012 may be stored in the storage unit 401 in advance, or may be downloaded from a web server or the like operated by the service provider via the communication IF. Application program 4012 includes an interpreted programming language such as JavaScript (registered trademark) that runs on a web browser application stored in user terminal 40 .
 <ユーザ端末40の制御部の構成>
 ユーザ端末40の制御部404は、入力制御部4041および出力制御部4042を備える。制御部404は、記憶部401に記憶されたアプリケーションプログラム4012を実行することにより、入力制御部4041、出力制御部4042の機能ユニットが実現される。
 ユーザ端末40の入力制御部4041は、ユーザによるタッチパネル406のタッチセンシティブデバイス4061への操作内容、マイク4081への音声入力、位置情報センサ4083、カメラ4084、モーションセンサ4085などの入力装置から出力される情報を取得し各種処理を実行する。ユーザ端末40の入力制御部4041は、入力装置から取得した情報をユーザID4011とともにサーバ10へ送信する処理を実行する。
 ユーザ端末40の出力制御部4042は、入力装置に対するユーザによる操作およびサーバ10から情報を受信し、ディスプレイ4062の表示内容、スピーカ4082の音声出力内容の制御処理を実行する。
<Configuration of Control Unit of User Terminal 40>
The control unit 404 of the user terminal 40 has an input control unit 4041 and an output control unit 4042 . By executing the application program 4012 stored in the storage unit 401 , the control unit 404 realizes the functional units of the input control unit 4041 and the output control unit 4042 .
The input control unit 4041 of the user terminal 40 outputs from input devices such as the user's operation content to the touch-sensitive device 4061 of the touch panel 406, voice input to the microphone 4081, position information sensor 4083, camera 4084, motion sensor 4085, etc. Acquire information and execute various processes. The input control unit 4041 of the user terminal 40 executes processing for transmitting information acquired from the input device to the server 10 together with the user ID 4011 .
The output control unit 4042 of the user terminal 40 receives the user's operation on the input device and information from the server 10 , and executes control processing of the display content of the display 4062 and the audio output content of the speaker 4082 .
 管理者端末50の機能構成は、記憶部にユーザIDとしてサービスを管理する管理者権限を有するユーザのユーザIDが記憶されており、その他の構成についてはユーザ端末40と同様であるため説明を省略する。 The functional configuration of the administrator terminal 50 is such that the user ID of a user who has administrator authority to manage services is stored as a user ID in the storage unit, and other configurations are the same as those of the user terminal 40, so the description is omitted. do.
 <情報処理システム1の動作>
 以下、情報処理システム1の各処理について説明する。
 図12は、サーバ10における漁獲記憶処理の動作を示すフローチャートである。
 図13は、通信端末30における漁獲量算定処理(第六形態)の動作を示す画面例である。
 図14は、ユーザ端末40における入札受付処理の動作を示す画面例である。
<Operation of information processing system 1>
Each process of the information processing system 1 will be described below.
FIG. 12 is a flow chart showing the operation of the catch memory processing in the server 10. As shown in FIG.
FIG. 13 is an example of a screen showing the operation of the catch calculation process (sixth mode) in the communication terminal 30. As shown in FIG.
14A and 14B are screen examples showing the operation of the bid acceptance process in the user terminal 40. FIG.
 <船団設定処理>
 船団と、船団を構成する各船との関連付けを設定し登録する処理である。管理者権限を有するユーザは、管理者端末50の入力装置を操作することにより、サーバ10へ船団ID、船団名、船団に属する漁船の船IDを含むリクエストを送信する。サーバ10の設定部1042は、受信したリクエストに含まれる船団ID、船団名、船IDをそれぞれ、船団テーブル1013の船団ID、船団名、船IDの項目に記憶することにより、船団と、船団に属する漁船とを関連づける。
<Fleet setting process>
This is a process of setting and registering associations between a fleet and each ship that constitutes the fleet. A user having administrator authority operates the input device of the administrator terminal 50 to transmit a request including a fleet ID, a fleet name, and a ship ID of a fishing boat belonging to the fleet to the server 10 . The setting unit 1042 of the server 10 stores the fleet ID, fleet name, and ship ID included in the received request in the fleet ID, fleet name, and ship ID items of the fleet table 1013, respectively. Associate with the fishing vessel to which it belongs.
 <操業開始・終了処理>
 船20が操業を開始すると、サーバ10の制御部104は、操業情報を記憶する。船20に乗船しているユーザは、通信端末30の入力装置306を操作することにより、船20の操業を開始したことに関するリクエストをサーバ10へ送信する。サーバ10の制御部104は、リクエストを受信すると操業履歴テーブル1016の新たなレコードの船ID、操業開始日時の項目に、船20の船ID、操業を開始した日時を記憶する。
 同様に、船20が操業を終了すると、サーバ10の制御部104は、操業情報を記憶する。船20に乗船しているユーザは、通信端末30の入力装置306を操作することにより、船20の操業を終了したことに関し、終了する操業に関する操業IDを含むリクエストをサーバ10へ送信する。サーバ10の制御部104は、リクエストを受信すると、受信した操業IDに基づき操業履歴テーブル1016を検索し、該当レコードの操業終了日時の項目に、操業を終了した日時を記憶する。
<Operation start/end processing>
When the ship 20 starts operating, the control unit 104 of the server 10 stores operating information. A user on board the ship 20 operates the input device 306 of the communication terminal 30 to transmit to the server 10 a request regarding the start of operation of the ship 20 . Upon receiving the request, the control unit 104 of the server 10 stores the ship ID of the ship 20 and the date and time when the operation was started in the items of the ship ID and the operation start date and time of the new record of the operation history table 1016 .
Similarly, when the ship 20 finishes operation, the control part 104 of the server 10 memorize|stores operation information. A user on board the ship 20 operates the input device 306 of the communication terminal 30 to transmit to the server 10 a request including an operation ID related to the operation to be ended regarding the end of the operation of the ship 20 . Upon receiving the request, the control unit 104 of the server 10 searches the operation history table 1016 based on the received operation ID, and stores the date and time when the operation ended in the item of operation end date and time of the corresponding record.
 サーバ10の制御部104は、漁船の航跡情報に基づき、漁船が出漁中か否かを判定しても良い。サーバ10の制御部104は、漁船の航跡情報に基づき、漁船の操業開始、創業終了を検出し、記憶する構成としても良い。 
 具体的には、サーバ10の制御部104は、センシングテーブル1015の位置データ、日時を取得することにより、船20の航跡情報を取得する。サーバ10の制御部104は、取得した航跡情報に基づき、船が出漁中か、船がメンテナンスのためドックなどに向かっており出漁中ではないかの判定を行う。サーバ10の制御部104は、取得した航跡情報に基づき、船が出漁中であると判定された場合には、当該航跡情報に基づき操業開始日時を特定し、当該航跡に関する船の船IDと関連付けて操業履歴テーブル1016の、船ID、操業開始日時の項目に記憶する。サーバ10の制御部104は、取得した航跡情報に基づき、船が操業を終え寄港したことを判定した場合には、当該航跡情報に基づき操業終了日時を特定し、当該航跡に関する船の船IDと関連付けて操業履歴テーブル1016の、操業終了日時の項目に記憶する。
The control unit 104 of the server 10 may determine whether or not the fishing boat is out fishing based on the track information of the fishing boat. The control unit 104 of the server 10 may be configured to detect and store the start and end of operation of the fishing boat based on the track information of the fishing boat.
Specifically, the control unit 104 of the server 10 acquires the track information of the ship 20 by acquiring the position data and the date and time of the sensing table 1015 . Based on the acquired track information, the control unit 104 of the server 10 determines whether the ship is out fishing or is heading to a dock for maintenance and is not out fishing. If the control unit 104 of the server 10 determines that the ship is out fishing based on the acquired track information, it identifies the operation start date and time based on the track information, and associates it with the ship ID of the ship related to the track. are stored in the items of ship ID and operation start date and time in the operation history table 1016 . When the control unit 104 of the server 10 determines that the ship has finished operations and called at a port based on the acquired track information, the control unit 104 identifies the operation end date and time based on the track information, and the ship ID of the ship related to the track. It is stored in the operation end date and time item of the operation history table 1016 in association with it.
 <漁獲記憶処理>
 漁獲記憶処理は、船20による漁獲活動ごとの漁獲量を算定し、記憶するための処理である。以下、漁獲記憶処理の詳細を図12のフローチャートを用いて説明する。
<Catch Amnestics>
The catch memory processing is processing for calculating and storing the catch amount for each fishing activity by the ship 20 . Details of the catch memory processing will be described below with reference to the flowchart of FIG. 12 .
 <漁獲記憶処理の概要>
 漁獲記憶処理は、船20から船情報を取得し、船情報に基づき漁獲活動を特定し、特定した漁獲活動に関する漁獲量を算定し、算定した漁獲量を記憶する一連の処理である。
<Overview of catch memory processing>
The catch memory processing is a series of processes of acquiring ship information from the ship 20, identifying fishing activities based on the ship information, calculating the catches related to the identified fishing activities, and storing the calculated catches.
 <漁獲記憶処理の詳細>
 ステップS101において、サーバ10の漁獲処理部1043は、船20のセンシング機器204がセンシングしたセンシング情報を定期的に取得し、記憶する。
 具体的に、船20の通信端末30は、自船のセンシング機器204によりセンシングした情報であるセンシング情報をサーバ10へ送信する。センシング情報は、魚群探知機2041、ソナー2042、位置情報取得装置2043、カメラ2044、魚倉センサ2055、機器センサ2056などの検出値を含む。サーバ10の漁獲処理部1043は、通信端末30から受信した魚群探知機2041、ソナー2042、位置情報取得装置2043、カメラ2044、魚倉センサ2055、機器センサ2056の検出値を、それぞれ、センシングテーブル1015の、魚探映像、ソナー映像、位置データ、カメラ画像、魚倉データ、機器データの項目に記憶する。なお、センシング情報が、海水温、風向風速、排気温などを含む場合には、それぞれ、センシングテーブル1015に海水温、風向風速、排気温の項目を設け、記憶しても良い。
 サーバ10の漁獲処理部1043は、船団を構成するすべての船20のセンシング情報を定期的に取得し、センシングテーブル1015に記憶する。この処理は、漁獲活動特定処理(S102)、漁獲量算定処理(S103)、漁獲量記憶処理(S104)が行われている間も、非同期で実行される。つまり、センシングテーブル1015には、本開示にかかるサービスを利用する全ての船20におけるセンシング機器204のセンシング情報が定期的に記憶され、蓄積される。
<Details of catch memory processing>
In step S101, the catch processing unit 1043 of the server 10 periodically acquires sensing information sensed by the sensing device 204 of the ship 20 and stores it.
Specifically, the communication terminal 30 of the ship 20 transmits sensing information, which is information sensed by the sensing device 204 of the own ship, to the server 10 . The sensing information includes detection values from the fish finder 2041, sonar 2042, position information acquisition device 2043, camera 2044, fish hold sensor 2055, equipment sensor 2056, and the like. The fish catch processing unit 1043 of the server 10 stores the detected values of the fish finder 2041, the sonar 2042, the position information acquisition device 2043, the camera 2044, the fish hold sensor 2055, and the equipment sensor 2056 received from the communication terminal 30 in the sensing table 1015. , fish finder image, sonar image, position data, camera image, fish hold data, and equipment data. If the sensing information includes seawater temperature, wind direction and speed, exhaust temperature, etc., the sensing table 1015 may be provided with items for seawater temperature, wind direction and speed, and exhaust temperature, respectively, and stored.
The fish catch processing unit 1043 of the server 10 periodically acquires the sensing information of all the ships 20 that make up the fleet and stores it in the sensing table 1015 . This processing is executed asynchronously even while the fishing activity identification processing (S102), the catch calculation processing (S103), and the catch storage processing (S104) are being performed. That is, the sensing table 1015 periodically stores and accumulates the sensing information of the sensing devices 204 in all the ships 20 that use the service according to the present disclosure.
 サーバ10は、複数のセンシング情報のうち、重要度に応じて、定期的に取得する期間を異なる期間にしても良い。例えば、重要度が高いセンシング情報ほど頻繁に取得し、センシングテーブル1015に記憶する構成としても良い。 The server 10 may set different periods for periodically acquiring the sensing information according to the degree of importance of the plurality of pieces of sensing information. For example, sensing information with higher importance may be acquired more frequently and stored in the sensing table 1015 .
 通信端末30は、複数のセンシング情報のそれぞれに対して、第1無線通信部3111、第2無線通信部3112、第3無線通信部3113を選択的に介して、センシング情報をサーバ10へ送信しても良い。例えば、重要度が高いセンシング情報は第3無線通信部3113を介して送信する構成としても良い。これにより、船20が、遠洋航行中であっても重要度が高い情報は、人工衛星等を介してサーバ10へ送信することができる。 Communication terminal 30 selectively transmits sensing information to server 10 via first wireless communication unit 3111, second wireless communication unit 3112, and third wireless communication unit 3113 for each of a plurality of pieces of sensing information. can be For example, sensing information with a high degree of importance may be configured to be transmitted via the third wireless communication unit 3113 . As a result, even when the ship 20 is on an ocean voyage, information of high importance can be transmitted to the server 10 via an artificial satellite or the like.
 <漁獲活動特定処理>
 ステップS102において、サーバ10の漁獲処理部1043は、漁船の漁獲活動を特定する。サーバ10の漁獲処理部1043は、通信端末30から漁獲活動の開始および終了を特定するリクエストの受信に応じて、漁船の漁獲活動を特定しても良い。また、サーバ10の漁獲処理部1043は、以下の手法により漁船の漁獲活動を船20のセンシング情報から特定しても良い。
<Fishing Activity Specific Processing>
In step S102, the catch processing unit 1043 of the server 10 identifies the fishing activity of the fishing boat. The fishing processing unit 1043 of the server 10 may specify the fishing activity of the fishing boat in response to receiving a request specifying the start and end of the fishing activity from the communication terminal 30 . Also, the catch processing unit 1043 of the server 10 may identify the fishing activity of the fishing boat from the sensing information of the boat 20 by the following method.
 <漁獲活動特定処理(第一形態)>
 サーバ10の漁獲処理部1043は、漁船の航跡情報に基づき、漁獲活動を特定しても良い。具体的にサーバ10の漁獲処理部1043は、センシングテーブル1015に記憶された位置データ、日時の項目を取得し、船20の航跡情報を取得する。船20の船IDに基づき、船情報テーブル1014の船IDの項目を検索することにより、船20の役割データを取得する。
 船20の役割データに基づき特定される船20の船役割情報が「網船」である場合に、船20の航跡が所定位置から所定の向心加速度で所定の曲率を描きながら航行し、航跡が円を描きながら最初の所定位置付近で速度がゼロになるような航跡を描いた場合には、漁獲活動として「巻き網」漁を行っていることを特定することができる。具体的に、サーバ10の漁獲処理部1043は、航跡情報に含まれる船20の速度、曲率、向心加速度などの情報を所定の閾値と比較することにより漁獲活動が行われていることを特定することができる。なお、サーバ10の漁獲処理部1043は、航跡情報に含まれる船20の速度、曲率、向心加速度のうち少なくともいずれか1つの情報に基づき、漁獲活動が行われていることを特定しても良い。
 同様に、サーバ10の漁獲処理部1043は、網漁法の巻き網、流し網、底引き網(トロール)、底刺し網など、釣り漁法の延縄、引き縄、一本釣り、底延縄などの漁法に応じた特定の航跡パターンに基づき、船20における漁獲活動および漁法を特定することができる。
 サーバ10の漁獲処理部1043は、漁獲活動を特定すると、漁獲記録テーブル1017に新たなレコードを作成する。サーバ10の漁獲処理部1043は、船20の操業に係る操業ID、特定した漁獲活動の開始日時、特定した漁獲活動の終了日時を、それぞれ、漁獲記録テーブル1017の新たなレコードの操業ID、漁獲開始日時、漁獲終了日時の項目に記憶し、操業情報と漁獲記録情報とを関連づける。
 サーバ10の漁獲処理部1043は、船20の船IDに基づき、センシングテーブル1015の船IDの項目を検索し、日時が漁獲活動中に含まれるレコードの位置データ、日時の項目を取得し、位置データおよび日時データの組み合わせから航跡情報を生成し、漁獲記録テーブル1017の新たなレコードの航跡データの項目に記憶する。サーバ10の漁獲処理部1043は、取得した位置データ、特定した漁法を、それぞれ、漁獲記録テーブル1017の新たなレコードの漁獲データ、漁法の項目に記憶する。
 これにより、特定した漁獲活動における船20の航跡情報に関するセンシング情報が、漁獲記録テーブル1017に記憶される。
<Fishing activity identification processing (first form)>
The catch processing unit 1043 of the server 10 may identify the catch activity based on the track information of the fishing boat. Specifically, the fish catch processing unit 1043 of the server 10 acquires the items of position data and date and time stored in the sensing table 1015 and acquires track information of the ship 20 . Based on the ship ID of the ship 20, the ship ID item of the ship information table 1014 is searched to obtain the role data of the ship 20. FIG.
When the ship role information of the ship 20 specified based on the role data of the ship 20 is "net ship", the wake of the ship 20 sails from a predetermined position with a predetermined centripetal acceleration while drawing a predetermined curvature. If a trajectory is drawn such that the velocity becomes zero near the first predetermined position while drawing a circle, it can be specified that the fishing activity is "purse seine" fishing. Specifically, the fishing processing unit 1043 of the server 10 identifies that fishing activities are being performed by comparing information such as the speed, curvature, and centripetal acceleration of the ship 20 included in the track information with a predetermined threshold value. can do. Note that the fishing processing unit 1043 of the server 10 may identify that fishing activities are being performed based on at least one of the speed, curvature, and centripetal acceleration of the ship 20 included in the track information. good.
Similarly, the catch processing unit 1043 of the server 10 performs specific fishing according to fishing methods such as purse seine, drift net, bottom trawl, bottom gill net, longline, trawline, pole-and-line, and bottom longline. Based on the track patterns, fishing activity and fishing methods on vessel 20 can be identified.
After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 . The catch processing unit 1043 of the server 10 converts the operation ID related to the operation of the ship 20, the start date and time of the identified fishing activity, and the end date and time of the identified fishing activity into new records in the fishing record table 1017, respectively. The start date and time and the fishing end date and time are stored in the items, and the operation information and the fishing record information are associated.
The fishing processing unit 1043 of the server 10 searches the ship ID item of the sensing table 1015 based on the ship ID of the ship 20, acquires the position data of the record whose date and time is included in the fishing activity, and the date and time item. Track information is generated from a combination of data and date/time data, and stored in the track data item of a new record in the fishing record table 1017 . The catch processing unit 1043 of the server 10 stores the acquired position data and the specified fishing method in the catch data and fishing method items of the new record in the catch record table 1017, respectively.
As a result, the sensing information related to the track information of the ship 20 in the specified fishing activity is stored in the fishing record table 1017. FIG.
 <漁獲活動特定処理(第二形態)>
 サーバ10の漁獲処理部1043は、複数の漁船のそれぞれの航跡情報に基づき、漁獲活動を特定しても良い。このとき、サーバ10の漁獲処理部1043は、複数の漁船からなる船団における漁獲活動を特定しても良い。
 具体的に、サーバ10の漁獲処理部1043は、漁獲活動特定処理(第一形態)と同様に、船団を構成する複数の船20の船役割情報ごとの航跡情報を取得する。サーバ10の漁獲処理部1043は、「網船」の航跡情報だけでなく、「探索船」、「運搬船」の航跡情報に基づき、船団における漁獲活動を特定することができる。また、サーバ10の漁獲処理部1043は、船団を構成する複数の船20の航跡情報を考慮することにより、漁獲活動特定処理(第一形態)に比べてより精度高く船20における漁獲活動を特定することができる。
 例えば、船役割情報が「網船」である船20の航跡が所定位置から所定の向心加速度で所定の曲率を描きながら航行し、航跡が円を描きながら最初の所定位置付近で速度がゼロになるような航跡を描いた場合に、所定位置付近に船役割情報が「運搬船」である船20が停止している場合には、網船が漁獲した漁獲物を運搬船への積み込み作業を行っていると推定することができる。つまり、サーバ10の漁獲処理部1043は、船団を構成する船役割情報が「運搬船」である船20の航跡を考慮することにより、船20の漁獲活動をより正確に特定することができるとともに、船団の漁獲活動を特定することができる。具体的に、サーバ10の漁獲処理部1043は、船団を構成する複数の船20の航跡情報に含まれる、船20同士の相対距離、相対速度などの情報を所定の閾値と比較することにより漁獲活動が行われていることを特定することができる。なお、サーバ10の漁獲処理部1043は、航跡情報に含まれる船20同士の相対距離、相対速度のうち少なくともいずれか1つの情報に基づき、漁獲活動が行われていることを特定しても良い。
 サーバ10の漁獲処理部1043は、漁獲活動を特定すると、漁獲記録テーブル1017に新たなレコードを作成する。サーバ10の漁獲処理部1043は、船団を構成する各船20の操業に係る操業ID、特定した漁獲活動の開始日時、特定した漁獲活動の終了日時を、それぞれ、漁獲記録テーブル1017の新たなレコードの操業ID、漁獲開始日時、漁獲終了日時の項目に記憶し、操業情報と漁獲記録情報とを関連づける。
 サーバ10の漁獲処理部1043は、船団を構成する各船20の船IDに基づき、センシングテーブル1015の船IDの項目を検索し、日時が漁獲活動中に含まれるレコードの位置データ、日時の項目を取得し、位置データおよび日時データの組み合わせから航跡情報を生成し、漁獲記録テーブル1017の新たなレコードの航跡データの項目に記憶する。サーバ10の漁獲処理部1043は、取得した位置データ、特定した漁法を、それぞれ、漁獲記録テーブル1017の新たなレコードの漁獲データ、漁法の項目に記憶する。
 これにより、特定した漁獲活動における船団を構成する各船20の航跡情報に関するセンシング情報が、漁獲記録テーブル1017に記憶される。なお、各船ではなく、船団ごとに、船団IDと関連付けて、船団を構成する各船20の航跡情報をまとめて漁獲記録テーブル1017の1つのレコードに記憶する構成としても構わない。
<Fishing activity identification processing (second form)>
The fishing processing unit 1043 of the server 10 may identify fishing activities based on respective track information of a plurality of fishing boats. At this time, the fishing processing unit 1043 of the server 10 may identify fishing activities in a fleet of fishing boats.
Specifically, the fishing processing unit 1043 of the server 10 acquires track information for each ship role information of a plurality of ships 20 forming a fleet, as in the fishing activity identification process (first form). The catch processing unit 1043 of the server 10 can identify fishing activities in the fleet based on not only the track information of the "net boat" but also the track information of the "search boat" and the "carrier ship". In addition, the fishing processing unit 1043 of the server 10 identifies the fishing activities of the ships 20 with higher accuracy than the fishing activity identification processing (first form) by considering the track information of the plurality of ships 20 constituting the fleet. can do.
For example, the wake of the ship 20 whose ship role information is "net ship" travels from a predetermined position with a predetermined centripetal acceleration while drawing a predetermined curvature, and the speed is zero near the first predetermined position while the wake draws a circle. , and the ship 20 whose ship role information is "carrier" is stopped near a predetermined position, the catch caught by the net ship is loaded onto the carrier. It can be assumed that That is, the catch processing unit 1043 of the server 10 can more accurately identify the catch activities of the ships 20 by considering the wakes of the ships 20 that constitute the fleet and whose ship role information is "carrier ship". Fleet fishing activity can be identified. Specifically, the catch processing unit 1043 of the server 10 compares information such as the relative distance and relative speed between the ships 20 included in the track information of the plurality of ships 20 constituting the fleet with a predetermined threshold value to determine the catch. It can identify that an activity is taking place. Note that the fishing processing unit 1043 of the server 10 may specify that fishing activities are being performed based on at least one of the relative distance and relative speed between the ships 20 included in the track information. .
After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 . The catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 with the operation ID, the start date and time of the specified fishing activity, and the end date and time of the specified fishing activity. are stored in the items of operation ID, fishing start date and time, and fishing end date and time, and the operation information and the fishing record information are associated.
The fishing processing unit 1043 of the server 10 searches the ship ID item of the sensing table 1015 based on the ship ID of each ship 20 that constitutes the fleet, and finds the position data and the date and time items of records whose dates and times are included in fishing activities. is obtained, track information is generated from a combination of the position data and the date and time data, and stored in the track data item of the new record of the fishing record table 1017 . The catch processing unit 1043 of the server 10 stores the acquired position data and the specified fishing method in the catch data and fishing method items of the new record in the catch record table 1017, respectively.
As a result, the sensing information related to the track information of each vessel 20 that constitutes the fleet in the specified fishing activity is stored in the fishing record table 1017 . It should be noted that the track information of each ship 20 constituting the fleet may be collectively stored in one record of the fishing record table 1017 in association with the fleet ID for each fleet instead of each ship.
 <漁獲活動特定処理(第三形態)>
 サーバ10の漁獲処理部1043は、漁船の魚倉情報に基づき、漁獲活動を特定しても良い。
 具体的にサーバ10の漁獲処理部1043は、センシングテーブル1015に記憶された魚倉データ、日時の項目を取得し、船20の魚倉情報を取得する。船20の魚倉情報に基づき、魚倉205に新たな漁獲物が収容されたことを検知した場合等に、船20における漁獲活動を特定することができる。
 例えば、魚倉情報が、魚倉205の収容物を撮影するカメラである場合に、サーバ10の漁獲処理部1043は、魚倉205内の活魚が増えたことに基づき、漁獲活動を特定しても良い。魚倉情報が、超音波などにより魚倉205の収容物を検出するセンサである場合は、サーバ10の漁獲処理部1043は、画像データの変化に基づき、漁獲活動を特定しても良い。サーバ10の漁獲処理部1043は、魚倉205内の様子を撮影した画像データ等に基づき、漁獲活動における漁法を特定することができる場合がある。
 サーバ10の漁獲処理部1043は、漁獲活動を特定すると、漁獲記録テーブル1017に新たなレコードを作成する。サーバ10の漁獲処理部1043は、船20の操業に係る操業ID、特定した漁獲活動の開始日時、特定した漁獲活動の終了日時を、それぞれ、漁獲記録テーブル1017の新たなレコードの操業ID、漁獲開始日時、漁獲終了日時の項目に記憶し、操業情報と漁獲記録情報とを関連づける。
 サーバ10の漁獲処理部1043は、取得した魚倉データ、特定した漁法を、それぞれ、漁獲記録テーブル1017の新たなレコードの漁獲データ、漁法の項目に記憶する。
 これにより、特定した漁獲活動における船20の魚倉情報に関するセンシング情報が、漁獲記録テーブル1017に記憶される。
<Fishing activity identification processing (third form)>
The catch processing unit 1043 of the server 10 may identify the catch activity based on the fish hold information of the fishing vessel.
Specifically, the catch processing unit 1043 of the server 10 acquires the items of fish hold data and date and time stored in the sensing table 1015 and acquires the fish hold information of the ship 20 . Based on the fish hold information of the ship 20 , fishing activity on the ship 20 can be identified when it is detected that new catches have been received in the fish hold 205 .
For example, if the fish hold information is a camera that captures the contents of the fish hold 205, the catch processing unit 1043 of the server 10 identifies the fishing activity based on the increase in live fish in the fish hold 205. Also good. When the fish hold information is a sensor that detects the contents of the fish hold 205 using ultrasonic waves or the like, the catch processing unit 1043 of the server 10 may specify fishing activities based on changes in image data. The catch processing unit 1043 of the server 10 may be able to specify the fishing method in the catch activity based on the image data of the inside of the fish hold 205 or the like.
After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 . The catch processing unit 1043 of the server 10 converts the operation ID related to the operation of the ship 20, the start date and time of the identified fishing activity, and the end date and time of the identified fishing activity into new records of the fishing record table 1017, respectively. The start date and time and the fishing end date and time are stored in the items, and the operation information and the fishing record information are associated.
The catch processing unit 1043 of the server 10 stores the acquired fish hold data and the specified fishing method in the catch data and fishing method items of the new record in the catch record table 1017, respectively.
As a result, the sensing information related to the fish hold information of the ship 20 in the specified fishing activity is stored in the fishing record table 1017. FIG.
 <漁獲活動特定処理(第四形態)>
 サーバ10の漁獲処理部1043は、漁船のカメラ画像に基づき、漁獲活動を特定しても良い。
 具体的にサーバ10の漁獲処理部1043は、センシングテーブル1015に記憶されたカメラ画像、日時の項目を取得し、船20のカメラ画像を取得する。船20のカメラ画像に基づき、網漁法の巻き網、流し網、底引き網(トロール)、底刺し網などが、釣り漁法の延縄、引き縄、一本釣り、底延縄などの漁法に応じた漁獲作業の様子が撮影されていることを検知した場合等に、船20における漁獲活動を特定することができる。
 例えば、サーバ10の漁獲処理部1043は、カメラ画像に、巻き網漁における、投網、揚網などの様子を撮影した画像データが含まれていると検出した場合に、漁獲活動を特定する。サーバ10の漁獲処理部1043は、カメラ画像に基づき、漁獲活動における漁法を特定しても良い。
 サーバ10の漁獲処理部1043は、漁獲活動を特定すると、漁獲記録テーブル1017に新たなレコードを作成する。サーバ10の漁獲処理部1043は、船20の操業に係る操業ID、特定した漁獲活動の開始日時、特定した漁獲活動の終了日時を、それぞれ、漁獲記録テーブル1017の新たなレコードの操業ID、漁獲開始日時、漁獲終了日時の項目に記憶し、操業情報と漁獲記録情報とを関連づける。
 サーバ10の漁獲処理部1043は、取得したカメラ画像、特定した漁法を、それぞれ、漁獲記録テーブル1017の新たなレコードの漁獲データ、漁法の項目に記憶する。
 これにより、特定した漁獲活動における船20のカメラ画像に関するセンシング情報が、漁獲記録テーブル1017に記憶される。
<Fishing activity identification processing (fourth form)>
The fishing processing unit 1043 of the server 10 may identify fishing activities based on the camera image of the fishing boat.
Specifically, the fish catch processing unit 1043 of the server 10 acquires the item of the camera image and date and time stored in the sensing table 1015 and acquires the camera image of the ship 20 . Based on the camera image of the ship 20, fishing operations according to fishing methods such as purse seine, drift net, trawl, bottom gill net, longline, trawline, pole-and-line fishing, and bottom longline are shown. The fishing activity on the ship 20 can be specified when it is detected that it is being photographed.
For example, the catch processing unit 1043 of the server 10 identifies the catch activity when it detects that the camera image includes image data obtained by photographing cast-net, haul-in, and the like in purse seine fishing. The fishing processing unit 1043 of the server 10 may specify the fishing method in the fishing activity based on the camera image.
After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 . The catch processing unit 1043 of the server 10 converts the operation ID related to the operation of the ship 20, the start date and time of the identified fishing activity, and the end date and time of the identified fishing activity into new records of the fishing record table 1017, respectively. The start date and time and the fishing end date and time are stored in the items, and the operation information and the fishing record information are associated.
The catch processing unit 1043 of the server 10 stores the acquired camera image and the specified fishing method in the catch data and fishing method items of the new record in the catch record table 1017, respectively.
As a result, the sensing information regarding the camera image of the ship 20 in the specified fishing activity is stored in the fishing record table 1017. FIG.
 <漁獲活動特定処理(第五形態)>
 サーバ10の漁獲処理部1043は、漁船の機器データに基づき、漁獲活動を特定しても良い。
 具体的にサーバ10の漁獲処理部1043は、センシングテーブル1015に記憶された機器データ、日時の項目を取得し、船20の機器データを取得する。船20の機器データに基づき、船20のクレーン206の稼働状況、クレーン206により漁獲物の計量が検知されることにより、船20における漁獲活動を特定することができる。
 サーバ10の漁獲処理部1043は、漁獲活動を特定すると、漁獲記録テーブル1017に新たなレコードを作成する。サーバ10の漁獲処理部1043は、船20の操業に係る操業ID、特定した漁獲活動の開始日時、特定した漁獲活動の終了日時を、それぞれ、漁獲記録テーブル1017の新たなレコードの操業ID、漁獲開始日時、漁獲終了日時の項目に記憶し、操業情報と漁獲記録情報とを関連づける。
 サーバ10の漁獲処理部1043は、取得した機器データを、漁獲記録テーブル1017の新たなレコードの漁獲データの項目に記憶する。
 これにより、特定した漁獲活動における船20の機器データに関するセンシング情報が、漁獲記録テーブル1017に記憶される。
<Fishing activity identification processing (fifth form)>
The fishing processing unit 1043 of the server 10 may identify fishing activities based on the equipment data of the fishing vessel.
Specifically, the catch processing unit 1043 of the server 10 acquires the items of equipment data and date and time stored in the sensing table 1015 and acquires the equipment data of the ship 20 . Based on the equipment data of the ship 20, the operating status of the cranes 206 of the ship 20 and the weighing of the catch by the cranes 206 are detected, so that the fishing activity on the ship 20 can be identified.
After specifying the fishing activity, the catch processing unit 1043 of the server 10 creates a new record in the catch record table 1017 . The catch processing unit 1043 of the server 10 converts the operation ID related to the operation of the ship 20, the start date and time of the identified fishing activity, and the end date and time of the identified fishing activity into new records of the fishing record table 1017, respectively. The start date and time and the catch end date and time are stored in the items, and the operation information and the catch record information are associated.
The catch processing unit 1043 of the server 10 stores the acquired equipment data in the catch data item of the new record of the catch record table 1017 .
As a result, the sensing information related to the equipment data of the ship 20 in the specified fishing activity is stored in the fishing record table 1017. FIG.
 <漁獲活動特定処理について>
 本開示においては、漁獲活動特定処理として、第一形態から第五形態までの漁獲活動の特定方法を開示した。サーバ10の漁獲処理部1043は、漁獲活動特定処理として、第一形態から第五形態までの特定方法のうち、すべてまたは複数の選択された特定方法を組み合わせて漁獲活動を特定しても構わない。サーバ10の漁獲処理部1043は、複数の形態の漁獲活動特定処理を組み合わせることにより、より高い精度で漁獲活動を特定することができる。
 このとき、同じ漁獲活動に対して特定された漁獲活動は、漁獲記録テーブル1017において同じ漁獲記録IDを持つレコードとして漁獲記録情報を記憶しても良い。このとき、漁獲記録情報に、漁獲活動の特定方法に関する情報を含めても良い。これにより、サーバ10の漁獲処理部1043は、複数の特定方法により特定された漁獲活動を漁獲記録テーブル1017に記憶することができる。
<Regarding fishing activity identification processing>
In the present disclosure, methods for identifying fishing activities from the first to fifth forms are disclosed as fishing activity identification processing. The fishing processing unit 1043 of the server 10 may specify the fishing activity by combining all or a plurality of selected specifying methods among the specifying methods of the first to fifth modes as the fishing activity specifying process. . The fishing processing unit 1043 of the server 10 can identify fishing activities with higher accuracy by combining a plurality of forms of fishing activity identification processing.
At this time, the fishing activity specified for the same fishing activity may store the fishing record information as a record having the same fishing record ID in the fishing record table 1017 . At this time, the fishing record information may include information on how to identify the fishing activity. Thereby, the catch processing unit 1043 of the server 10 can store the catch activity identified by a plurality of identification methods in the catch record table 1017 .
 <漁獲量算定処理>
 ステップS103において、サーバ10の漁獲処理部1043は、ステップS102により特定された漁獲活動における漁獲量を算定し取得する。サーバ10の漁獲処理部1043は、以下の手法により船20の漁獲活動ごとの漁獲量を算定する。
<Catch calculation processing>
In step S103, the catch processing unit 1043 of the server 10 calculates and acquires the catch in the fishing activity identified in step S102. The catch processing unit 1043 of the server 10 calculates the catch for each fishing activity of the ship 20 by the following method.
 <漁獲量算定処理(第一形態)>
 サーバ10の漁獲処理部1043は、漁船の航跡情報に基づき算定した漁獲活動における漁獲量を取得する。具体的に、サーバ10の漁獲処理部1043は、漁獲記録テーブル1017を検索し、漁獲記録情報のうち漁獲記録ID、航跡データ、漁法の項目を取得する。取得する漁獲記録情報は、漁獲量算定処理が行われていない漁獲記録情報としても良い。
 サーバ10の漁獲処理部1043が取得する漁獲記録情報は、漁獲活動特定処理(第一形態)により特定した漁獲活動の漁獲記録情報でも良いし、漁獲活動特定処理(第一形態)以外の特定方法により特定した漁獲活動記録情報および、特定した複数の漁獲活動記録情報を組み合わせても良い。
 サーバ10の漁獲処理部1043は、漁獲活動特定処理(第一形態)以外の特定方法により特定した漁獲活動記録情報に対しては、当該漁獲記録情報に含まれる操業ID、漁獲開始日時、漁獲終了日時に基づき、操業履歴テーブル1016、センシングテーブル1015を参照することにより特定できる、当該漁獲活動にかかる船20の位置データ、日時の情報から漁獲活動期間における船20の航跡データを生成しても良い。つまり、サーバ10の漁獲処理部1043は、漁獲活動特定処理(第一形態)以外の特定方法により特定した漁獲活動記録情報に対しても、漁獲記録ID、航跡データを取得することができる。
 同様に、サーバ10の漁獲処理部1043は、他の特定方法により特定した漁獲活動記録情報に含まれる漁法を取得して用いても良い。
 サーバ10の漁獲処理部1043は、取得した航跡データに基づき漁獲活動における漁獲量を算定する。具体的に、漁法が「巻き網」漁である場合は、サーバ10の漁獲処理部1043は、航跡情報に含まれる船20の速度、曲率、向心加速度などの情報に基づき、漁獲量を算定する。なお、サーバ10の漁獲処理部1043は、航跡情報に含まれる船20の速度、曲率、向心加速度のうち少なくともいずれか1つの情報に基づき、漁獲量を算定しても良い。
 同様に、サーバ10の漁獲処理部1043は、網漁法の巻き網、流し網、底引き網(トロール)、底刺し網など、釣り漁法の延縄、引き縄、一本釣り、底延縄などの漁法に応じた特定の航跡パターンに基づき、漁獲量を算定する。
 サーバ10の漁獲処理部1043は、既知の機械学習、深層学習、人工知能モデルなどを用いて、航跡データを入力データとして、漁獲量を出力データとして算定する構成としても良い。このとき、入力データとして漁法に関する情報を必ずしも含める必要はなく、航跡データのみから漁獲量を算定する構成としても良い。
<Catch calculation processing (first form)>
The catch processing unit 1043 of the server 10 acquires the catch amount in the fishing activity calculated based on the track information of the fishing boat. Specifically, the catch processing unit 1043 of the server 10 searches the catch record table 1017 and acquires items of the catch record ID, the track data, and the fishing method from the catch record information. The fish catch record information to be acquired may be fish catch record information that has not undergone the catch amount calculation process.
The fishing record information acquired by the fishing processing unit 1043 of the server 10 may be the fishing record information of the fishing activity specified by the fishing activity specifying process (first form), or the specifying method other than the fishing activity specifying process (first form). You may combine the fishing activity record information specified by and the some fishing activity record information specified.
The fishing processing unit 1043 of the server 10, for the fishing activity record information specified by the specifying method other than the fishing activity specifying process (first form), the operation ID, the fishing start date and time, and the fishing end included in the fishing record information. The track data of the ship 20 during the fishing activity period may be generated from the position data of the ship 20 involved in the fishing activity and the information on the date and time, which can be specified by referring to the operation history table 1016 and the sensing table 1015 based on the date and time. . That is, the fishing processing unit 1043 of the server 10 can acquire the fishing record ID and the track data also for the fishing activity record information specified by a specifying method other than the fishing activity specifying process (first form).
Similarly, the fishing processing unit 1043 of the server 10 may acquire and use the fishing method included in the fishing activity record information specified by another specifying method.
The catch processing unit 1043 of the server 10 calculates the catch amount in the fishing activity based on the acquired track data. Specifically, when the fishing method is "purse seine" fishing, the catch processing unit 1043 of the server 10 calculates the catch based on information such as the speed, curvature, and centripetal acceleration of the ship 20 included in the track information. do. Note that the catch processing unit 1043 of the server 10 may calculate the catch based on at least one of the speed, curvature, and centripetal acceleration of the ship 20 included in the track information.
Similarly, the catch processing unit 1043 of the server 10 performs specific fishing according to fishing methods such as purse seine, drift net, bottom trawl, bottom gill net, longline, trawline, pole-and-line, and bottom longline. Calculate the catch based on the track pattern.
The catch processing unit 1043 of the server 10 may be configured to calculate the wake data as input data and the catch as output data using known machine learning, deep learning, artificial intelligence models, or the like. At this time, it is not always necessary to include information on fishing methods as the input data, and the configuration may be such that the catch amount is calculated only from the track data.
 <漁獲量算定処理(第二形態)>
 サーバ10の漁獲処理部1043は、複数の漁船のそれぞれの航跡情報および役割情報に基づき、漁獲量を算定しても良い。このとき、サーバ10の漁獲処理部1043は、複数の漁船からなる船団における漁獲量を算定しても良い。
 具体的に、サーバ10の漁獲処理部1043は、漁獲量算定処理(第一形態)と同様に、船団を構成する複数の船20の船役割情報ごとの航跡データを取得する。サーバ10の漁獲処理部1043は、「網船」の航跡データだけでなく、「探索船」、「運搬船」の航跡データに基づき、船団における漁獲量を算定することができる。また、サーバ10の漁獲処理部1043は、船団を構成する複数の船20の航跡データを考慮することにより、漁獲算定特定処理(第一形態)に比べてより精度高く船20における漁獲量を算定することができる。
 例えば、船役割情報が「網船」である船20の航跡が所定位置から所定の向心加速度で所定の曲率を描きながら航行し、航跡が円を描きながら最初の所定位置付近で速度がゼロになるような航跡を描いた場合に、所定位置付近に船役割情報が「運搬船」である船20が停止している場合には、網船が漁獲した漁獲物を運搬船への積み込み作業を行っていると推定することができる。つまり、サーバ10の漁獲処理部1043は、船団を構成する船役割情報が「網船」である船20、船団を構成する船役割情報が「運搬船」である船20が近接して停止している時間を、網船が漁獲した漁獲物を運搬船への積み込み時間であると推定することができる。推定された積み込み時間に基づき、漁獲物の漁獲量を算定することができる。これにより、船20の漁獲量をより正確に算定することができるとともに、船団としての漁獲量を算定することができる。具体的に、サーバ10の漁獲処理部1043は、船団を構成する複数の船20の航跡情報に含まれる、船20同士の相対距離、相対速度などの情報に基づき、漁獲量を算定する。なお、サーバ10の漁獲処理部1043は、航跡情報に含まれる船20同士の相対距離、相対速度のうち少なくともいずれか1つの情報に基づき、漁獲量を算定しても良い。
 同様に、サーバ10の漁獲処理部1043は、網漁法の巻き網、流し網、底引き網(トロール)、底刺し網などが、釣り漁法の延縄、引き縄、一本釣り、底延縄などの漁法に応じて、複数の船20の船役割情報ごとの特定の航跡パターンに基づき、漁獲量を算定する。
 サーバ10の漁獲処理部1043は、既知の機械学習、深層学習、人工知能モデルなどを用いて、船団を構成する複数の船20の航跡データを入力データとして、漁獲量を出力データとして算定する構成としても良い。このとき、入力データとして漁法に関する情報を必ずしも含める必要はなく、船団を構成する複数の船20の航跡データのみから漁獲量を算定する構成としても良い。
<Catch calculation processing (second form)>
The catch processing unit 1043 of the server 10 may calculate the catch based on the track information and role information of each of the plurality of fishing boats. At this time, the catch processing unit 1043 of the server 10 may calculate the catch of a fleet of fishing boats.
Specifically, the fish catch processing unit 1043 of the server 10 acquires track data for each ship role information of the plurality of ships 20 constituting the fleet, as in the fish catch calculation process (first form). The catch processing unit 1043 of the server 10 can calculate the catch of the fleet based on not only the track data of the "net boat" but also the track data of the "search ship" and the "carrier ship". In addition, the catch processing unit 1043 of the server 10 calculates the catch amount of the ship 20 with higher accuracy than the catch calculation specific process (first form) by considering the track data of the plurality of ships 20 that make up the fleet. can do.
For example, the wake of the ship 20 whose ship role information is "net ship" travels from a predetermined position with a predetermined centripetal acceleration while drawing a predetermined curvature, and the speed is zero near the first predetermined position while the wake draws a circle. , and the ship 20 whose ship role information is "carrier" is stopped near a predetermined position, the catch caught by the net ship is loaded onto the carrier. It can be assumed that In other words, the fish catch processing unit 1043 of the server 10 detects that the ship 20 that constitutes the fleet whose role information is “net ship” and the ship 20 that constitutes the fleet whose ship role information is “carrier” come close to each other and stop. It can be assumed that the time taken by the net vessel is the loading time of the catch caught by the net vessel onto the carrier vessel. Based on the estimated loading time, the catch of catch can be calculated. As a result, it is possible to more accurately calculate the catch of the ship 20, and to calculate the catch of the fleet. Specifically, the catch processing unit 1043 of the server 10 calculates the catch based on information such as the relative distance and relative speed between the ships 20 included in the track information of the plurality of ships 20 forming the fleet. Note that the catch processing unit 1043 of the server 10 may calculate the catch based on at least one of the relative distances and relative velocities between the ships 20 included in the track information.
Similarly, the catch processing unit 1043 of the server 10 is configured such that the purse seine, drift net, bottom trawler (trawl), bottom gill net, etc. of the net fishing method are longline, trawline, pole-and-line fishing, bottom longline, etc. according to the fishing method, A fish catch is calculated based on a specific wake pattern for each ship role information of a plurality of ships 20 .
The catch processing unit 1043 of the server 10 uses known machine learning, deep learning, artificial intelligence models, etc., and uses the track data of the plurality of ships 20 that make up the fleet as input data, and the catch amount as output data. It is good as At this time, it is not always necessary to include information on fishing methods as the input data, and the fish catch amount may be calculated only from the track data of the plurality of ships 20 forming the fleet.
 <漁獲量算定処理(第三形態)>
 サーバ10の漁獲処理部1043は、漁船の魚倉情報に基づき、漁獲量を算定する。具体的に、サーバ10の漁獲処理部1043は、漁獲記録テーブル1017を検索し、漁獲記録情報のうち漁獲記録ID、魚倉データを含む漁獲データの項目を取得する。取得する漁獲記録情報は、漁獲量算定処理が行われていない漁獲記録情報としても良い。
 サーバ10の漁獲処理部1043が取得する漁獲記録情報は、漁獲活動特定処理(第三形態)により特定した漁獲活動の漁獲記録情報でも良いし、漁獲活動特定処理(第三形態)以外の特定方法により特定した漁獲活動記録情報および、特定した複数の漁獲活動記録情報を組み合わせても良い。
 サーバ10の漁獲処理部1043は、漁獲活動特定処理(第三形態)以外の特定方法により特定した漁獲活動記録情報に対しては、当該漁獲記録情報に含まれる操業ID、漁獲開始日時、漁獲終了日時に基づき、操業履歴テーブル1016、センシングテーブル1015の魚倉データを参照することにより特定できる、つまり、サーバ10の漁獲処理部1043は、漁獲活動特定処理(第三形態)以外の特定方法により特定した漁獲活動記録情報に対しても、漁獲記録ID、魚倉データを取得することができる。
 サーバ10の漁獲処理部1043は、取得した船20の魚倉データに基づき、魚倉205に新たな漁獲物が収容されたことを検知した場合等に、船20における魚種および魚種ごとの漁獲量を算定することができる。
 例えば、魚倉データが、魚倉205の収容物を撮影するカメラである場合に、サーバ10の漁獲処理部1043は、魚倉205内の活魚が増えたことに基づき、魚種および魚種ごとの漁獲量を算定しても良い。例えば、サーバ10の漁獲処理部1043は、魚種ごとに魚の数をカウントすることにより漁獲量を算定することができる。魚倉データが、超音波などにより魚倉205の収容物を検出するセンサである場合は、サーバ10の漁獲処理部1043は、画像データの変化に基づき、魚種および魚種ごとの漁獲量を算定しても良い。
 サーバ10の漁獲処理部1043は、魚倉データに基づき、魚の大きさ、魚の画像、魚の品質、魚の保存状態に関する情報を算定することもできる。
<Catch calculation processing (third form)>
The catch processing unit 1043 of the server 10 calculates the catch based on the fish hold information of the fishing boat. Specifically, the catch processing unit 1043 of the server 10 searches the catch record table 1017 to acquire items of catch data including the catch record ID and fish hold data from the catch record information. The fish catch record information to be acquired may be fish catch record information that has not undergone the catch amount calculation process.
The fishing record information acquired by the fishing processing unit 1043 of the server 10 may be the fishing record information of the fishing activity specified by the fishing activity specifying process (third form), or the specifying method other than the fishing activity specifying process (third form). You may combine the fishing activity record information specified by and the some fishing activity record information specified.
The fishing processing unit 1043 of the server 10, for the fishing activity record information specified by the specifying method other than the fishing activity specifying process (third form), the operation ID, the fishing start date and time, and the fishing end included in the fishing record information. Based on the date and time, it can be specified by referring to the fish hold data of the operation history table 1016 and the sensing table 1015. It is also possible to obtain a fishing record ID and fish hold data for the fishing activity record information.
Based on the obtained fish hold data of the ship 20, the catch processing unit 1043 of the server 10 detects that new catches have been accommodated in the fish hold 205, or the like. Catch can be calculated.
For example, if the fish hold data is a camera that captures the contents of the fish hold 205, the fish catch processing unit 1043 of the server 10, based on the increase in live fish in the fish hold 205, You may calculate the catch of For example, the catch processing unit 1043 of the server 10 can calculate the catch by counting the number of fish for each fish species. If the fish hold data is a sensor that detects the contents of the fish hold 205 using ultrasonic waves or the like, the catch processing unit 1043 of the server 10 calculates the fish species and the catch amount for each fish species based on changes in the image data. You can calculate.
The catch processing unit 1043 of the server 10 can also calculate information about the size of the fish, the image of the fish, the quality of the fish, and the state of preservation of the fish based on the fish hold data.
 <漁獲量算定処理(第四形態)>
 サーバ10の漁獲処理部1043は、漁船のカメラ画像に基づき、漁獲量を算定する。具体的に、サーバ10の漁獲処理部1043は、漁獲記録テーブル1017を検索し、漁獲記録情報のうち漁獲記録ID、カメラ画像を含む漁獲データの項目を取得する。取得する漁獲記録情報は、漁獲量算定処理が行われていない漁獲記録情報としても良い。
 サーバ10の漁獲処理部1043が取得する漁獲記録情報は、漁獲活動特定処理(第四形態)により特定した漁獲活動の漁獲記録情報でも良いし、漁獲活動特定処理(第四形態)以外の特定方法により特定した漁獲活動記録情報および、特定した複数の漁獲活動記録情報を組み合わせても良い。
 サーバ10の漁獲処理部1043は、漁獲活動特定処理(第四形態)以外の特定方法により特定した漁獲活動記録情報に対しては、当該漁獲記録情報に含まれる操業ID、漁獲開始日時、漁獲終了日時に基づき、操業履歴テーブル1016、センシングテーブル1015のカメラ画像を参照することにより特定できる、つまり、サーバ10の漁獲処理部1043は、漁獲活動特定処理(第四形態)以外の特定方法により特定した漁獲活動記録情報に対しても、漁獲記録ID、カメラ画像を取得することができる。
 サーバ10の漁獲処理部1043は、カメラ画像に基づき、船20における魚種および魚種ごとの漁獲量を算定することができる。
 例えば、カメラ画像に含まれる、網漁法の巻き網、流し網、底引き網(トロール)、底刺し網などが、釣り漁法の延縄、引き縄、一本釣り、底延縄などの漁法に応じた漁獲作業の様子を撮影した画像データに基づき、船20における魚種および魚種ごとの漁獲量を算定する。
 サーバ10の漁獲処理部1043は、カメラ画像が巻き網漁における揚網の様子の画像データを含んでいる場合には、揚網される漁獲物の画像データに基づき、魚種および魚種ごとの漁獲量を算定する。サーバ10の漁獲処理部1043は、カメラ画像が延縄漁における揚縄の様子の画像データを含んでいる場合には、揚縄される漁獲物の画像データに基づき、魚種ごとに魚の数をカウントすることにより漁獲量を算定することができる。サーバ10の漁獲処理部1043は、カメラ画像が一本釣り漁における釣り上げの様子の画像データを含んでいる場合には、釣り上げされる漁獲物の画像データに基づき、魚種ごとに魚の数をカウントすることにより漁獲量を算定することができる。
 サーバ10の漁獲処理部1043は、カメラ画像に基づき、魚の大きさ、魚の画像、魚の品質に関する情報を算定することもできる。
<Catch calculation processing (fourth form)>
The catch processing unit 1043 of the server 10 calculates the catch based on the camera image of the fishing boat. Specifically, the catch processing unit 1043 of the server 10 searches the catch record table 1017 to acquire items of catch data including a catch record ID and a camera image from the catch record information. The fish catch record information to be acquired may be fish catch record information that has not undergone the catch amount calculation process.
The fishing record information acquired by the fishing processing unit 1043 of the server 10 may be the fishing record information of the fishing activity specified by the fishing activity specifying process (fourth form), or the specifying method other than the fishing activity specifying process (fourth form). You may combine the fishing activity record information specified by and the some fishing activity record information specified.
The fishing processing unit 1043 of the server 10, for the fishing activity record information specified by the specifying method other than the fishing activity specifying process (fourth form), the operation ID, the fishing start date and time, and the fishing end included in the fishing record information. Based on the date and time, it can be identified by referring to the camera images of the operation history table 1016 and the sensing table 1015. A fishing record ID and a camera image can also be acquired for the fishing activity record information.
The fish catch processing unit 1043 of the server 10 can calculate the fish species in the ship 20 and the fish catch amount for each fish species based on the camera image.
For example, camera images include purse seines, drift nets, trawls, bottom gill nets, etc., which show fishing operations according to fishing methods such as longline, trawline, pole and line, and bottom longline. Based on the photographed image data, the fish species in the ship 20 and the catch amount of each fish species are calculated.
When the camera image includes image data of the state of the net being unhauled in purse seine fishing, the catch processing unit 1043 of the server 10, based on the image data of the catch to be unhauled, determines the fish species and each fish species. Calculate catches. If the camera image contains image data of the state of hauling in longline fishing, the fish catch processing unit 1043 of the server 10 counts the number of fish for each fish species based on the image data of the hauled catch. The catch can be calculated by When the camera image contains image data of a state of fishing in pole-and-line fishing, the fish catch processing unit 1043 of the server 10 counts the number of fish for each fish type based on the image data of the fish caught. The catch can be calculated by
The catch processor 1043 of the server 10 can also calculate information about the size of the fish, the image of the fish, and the quality of the fish based on the camera image.
 <漁獲量算定処理(第五形態)>
 サーバ10の漁獲処理部1043は、漁船の機器データに基づき、漁獲量を算定する。具体的に、サーバ10の漁獲処理部1043は、漁獲記録テーブル1017を検索し、漁獲記録情報のうち漁獲記録ID、機器データを含む漁獲データの項目を取得する。取得する漁獲記録情報は、漁獲量算定処理が行われていない漁獲記録情報としても良い。
 サーバ10の漁獲処理部1043が取得する漁獲記録情報は、漁獲活動特定処理(第五形態)により特定した漁獲活動の漁獲記録情報でも良いし、漁獲活動特定処理(第五形態)以外の特定方法により特定した漁獲活動記録情報および、特定した複数の漁獲活動記録情報を組み合わせても良い。
 サーバ10の漁獲処理部1043は、漁獲活動特定処理(第五形態)以外の特定方法により特定した漁獲活動記録情報に対しては、当該漁獲記録情報に含まれる操業ID、漁獲開始日時、漁獲終了日時に基づき、操業履歴テーブル1016、センシングテーブル1015の機器データを参照することにより特定できる、つまり、サーバ10の漁獲処理部1043は、漁獲活動特定処理(第五形態)以外の特定方法により特定した漁獲活動記録情報に対しても、漁獲記録ID、機器データを取得することができる。
 サーバ10の漁獲処理部1043は、機器データに基づき、船20における漁獲量を算定することができる。例えば、機器データに含まれる、船20のクレーン206の稼働状況、クレーン206により漁獲物の計量値に基づき、漁獲量を算定することができる。
<Catch calculation processing (fifth form)>
The catch processing unit 1043 of the server 10 calculates the catch based on the equipment data of the fishing boat. Specifically, the catch processing unit 1043 of the server 10 searches the catch record table 1017 to acquire items of catch data including the catch record ID and equipment data from the catch record information. The fish catch record information to be acquired may be fish catch record information that has not undergone the catch amount calculation process.
The fishing record information acquired by the fishing processing unit 1043 of the server 10 may be the fishing record information of the fishing activity specified by the fishing activity specifying process (fifth form), or the specifying method other than the fishing activity specifying process (fifth form). You may combine the fishing activity record information specified by and the some fishing activity record information specified.
The fishing processing unit 1043 of the server 10, for the fishing activity record information specified by a specifying method other than the fishing activity specifying process (fifth form), the operation ID, the fishing start date and time, and the fishing end included in the fishing record information. It can be specified by referring to the equipment data of the operation history table 1016 and the sensing table 1015 based on the date and time. A fishing record ID and equipment data can also be obtained from the fishing activity record information.
The fish catch processing unit 1043 of the server 10 can calculate the fish catch in the ship 20 based on the equipment data. For example, the catch can be calculated based on the operating status of the crane 206 of the ship 20 and the measured value of the catch by the crane 206 included in the equipment data.
 <漁獲量算定処理(第六形態)>
 サーバ10の漁獲処理部1043は、ユーザから入力された情報に基づき、魚種ごとの漁獲量を取得する。通信端末30は、ユーザに対して、漁獲活動を撮影した画像と、魚種ごとに漁獲量を入力させるための入力欄とを、1の画面に並べて表示した入力画面を表示させる。ユーザにより、表示された入力画面へ入力された情報に基づき、魚種ごとの漁獲量を取得する。
 具体的に、船20に乗船しているユーザは、通信端末30の入力装置306を操作し、ウェブブラウザなどで所定のURL(Uniform Resource Locator)を指定することによりサーバ10が提供する漁獲量入力ページを開く。このとき、漁獲量を入力する漁獲活動を選択する。これにより、漁獲記録テーブル1017における漁獲記録IDが選択される。これにより、通信端末30の制御部304は、漁獲記録IDを含み、漁獲量入力画面を要求するリクエストをサーバ10へ送信する。サーバ10の漁獲処理部1043は、受信したリクエストに含まれる漁獲記録IDに基づき、漁獲記録テーブル1017の漁獲記録IDを検索し、漁獲作業の様子を撮影したカメラ画像を含む漁獲データを取得する。サーバ10の漁獲処理部1043は、リクエストを受信すると、カメラ画像を含む漁獲量入力データを通信端末30へ送信する。通信端末30は、漁獲量入力データを受信すると、通信端末30のディスプレイ3081に漁獲量入力画面を表示する。
<Catch calculation processing (sixth form)>
The catch processing unit 1043 of the server 10 acquires the catch amount for each fish type based on the information input by the user. The communication terminal 30 allows the user to display an input screen in which an image of a fishing activity and an input field for inputting a catch amount for each fish species are displayed side by side on one screen. Based on the information input by the user to the displayed input screen, the catch amount for each fish species is acquired.
Specifically, a user on board the ship 20 operates the input device 306 of the communication terminal 30 and inputs a catch amount provided by the server 10 by specifying a predetermined URL (Uniform Resource Locator) using a web browser or the like. Open page. At this time, the fishing activity for which the catch amount is to be entered is selected. Thereby, the fishing record ID in the fishing record table 1017 is selected. As a result, the control unit 304 of the communication terminal 30 transmits to the server 10 a request including the fishing record ID and requesting a fishing amount input screen. The catch processing unit 1043 of the server 10 searches the catch record ID in the catch record table 1017 based on the catch record ID included in the received request, and acquires the catch data including the camera image of the fishing operation. Upon receiving the request, the catch processing unit 1043 of the server 10 transmits the catch amount input data including the camera image to the communication terminal 30 . Upon receiving the fish catch input data, communication terminal 30 displays a fish catch input screen on display 3081 of communication terminal 30 .
 図14に、通信端末30のディスプレイ3081に表示される漁獲量入力画面60を示す。漁獲量入力画面60には、入力欄601、カメラ画像602が1の画面に並べて表示される。ユーザは、漁獲活動を撮影したカメラ画像602を参照し、通信端末30の入力装置306を操作し、入力欄601に対し魚種および魚種ごとの漁獲量を入力することができる。これにより、ユーザは漁獲活動を撮影した画像を見ながら魚種ごとの漁獲量を効率的に入力することができる。高価なセンシング装置を用いずに、漁獲活動ごとに魚種および魚種ごとの漁獲量を取得し、記憶、蓄積することができる。
 漁獲活動を撮影したカメラ画像602は、船20に複数のカメラ2044が設けられている場合には、ユーザによるタブ6021の選択操作により複数のカメラ画像を選択的に切り替えて表示させることができる。
 ユーザは、漁獲量入力画面において魚の大きさ、魚の品質に関する情報を入力しても良い。ユーザは、登録ボタン603を押下することにより、入力欄601に入力された魚種および魚種ごとの漁獲量、魚の大きさ、魚の品質に関する情報をサーバ10へ送信する。サーバ10の漁獲処理部1043は、魚種および魚種ごとの漁獲量、魚の大きさ、魚の品質に関する情報を取得する。
FIG. 14 shows a fish catch input screen 60 displayed on the display 3081 of the communication terminal 30. As shown in FIG. An input field 601 and a camera image 602 are displayed side by side on one screen on the fish catch input screen 60 . The user can operate the input device 306 of the communication terminal 30 with reference to the camera image 602 that captures the fishing activity, and input the fish species and the catch amount for each fish species in the input field 601 . As a result, the user can efficiently input the catch amount for each fish species while viewing the captured image of the fishing activity. Without using an expensive sensing device, it is possible to acquire, store, and accumulate the fish species and the catch amount of each fish species for each fishing activity.
If the ship 20 is equipped with a plurality of cameras 2044, the camera images 602 capturing the fishing activity can be selectively switched and displayed by the user's selection operation of the tab 6021.
The user may input information about the size of the fish and the quality of the fish on the catch input screen. By pressing a register button 603 , the user transmits to the server 10 information about the fish species entered in the input field 601 and the catch amount, fish size, and fish quality of each fish species. The catch processing unit 1043 of the server 10 acquires information on the fish species, the catch amount for each fish species, the size of the fish, and the quality of the fish.
 ユーザは、漁獲量算定処理(第六形態)において、通信端末30ではなく、自身のユーザ端末40を用いて漁獲量入力画面を表示し、入力する構成でも構わない。ユーザは、任意の情報処理端末を介して、漁獲量情報を入力する構成としても良い。 The user may use his/her own user terminal 40 instead of the communication terminal 30 to display and input the catch amount input screen in the catch amount calculation process (sixth form). The user may input the fish catch information via any information processing terminal.
 <漁獲量記憶処理>
 サーバ10の漁獲処理部1043は、漁獲活動特定処理により特定した漁獲活動と、漁獲算定処理により算定または取得した漁獲量情報を関連付けて記憶する。
 具体的に、サーバ10の漁獲処理部1043は、漁獲量情報を算定または取得すると、漁獲量テーブル1018に新たなレコードを作成する。サーバ10の漁獲処理部1043は、漁獲量算定処理において算定または取得した、魚種および魚種ごとの漁獲量、魚の大きさ、漁獲物の画像、魚の品質、魚の保存状態に関する情報を、それぞれ、漁獲量テーブル1018の新たなレコードの、漁獲記録ID、魚種データ、漁獲量、魚大きさデータ、漁獲物の画像、品質データ、保存データの項目に記憶し、漁獲記録情報と漁獲量情報とを関連づける。なお、漁獲量算定処理において、算定または取得されない項目についてはブランク、ヌル値の他、値がないことを示す情報を記憶する。
<Catch Amnestics>
The catch processing unit 1043 of the server 10 associates and stores the catch activity specified by the catch activity specifying process and the catch amount information calculated or acquired by the catch calculation process.
Specifically, the catch processing unit 1043 of the server 10 creates a new record in the catch table 1018 when calculating or acquiring the catch information. The catch processing unit 1043 of the server 10 calculates or acquires the fish species and the catch amount for each fish species, the size of the fish, the image of the catch, the quality of the fish, and the storage state of the fish. Stored in the items of the catch record ID, fish species data, catch amount, fish size data, catch image, quality data, and saved data of the new record of the catch table 1018, and the catch record information and the catch amount information are stored. associate. In addition, in the catch amount calculation process, blanks, null values, and information indicating that there are no values are stored for items that are not calculated or obtained.
 <漁獲成績報告書作成処理>
 漁獲成績報告書作成処理は、漁獲記録情報、漁獲量情報に基づき、漁獲成績報告書を作成する処理である。
<Catch report creation process>
The fishing record report creation process is a process of creating a fishing record report based on the fishing record information and the catch amount information.
 <漁獲成績報告書作成処理の概要>
 漁獲成績報告書作成処理は、船団、漁船による操業ごとに、漁獲活動ごとの漁獲記録情報、漁獲量情報を取得し、漁獲成績報告書を作成する一連の処理である。
<Outline of Catch Results Report Creation Processing>
The fishing result report creation process is a series of processes for acquiring the catch record information and catch amount information for each fishing activity for each operation by a fleet or fishing vessel and creating a fishing result report.
 <漁獲成績報告書作成処理の詳細>
 サーバ10の報告作成部1044は、船団、漁船による操業ごとに船20の船IDに基づき、操業履歴テーブル1016の船IDの項目を検索し、操業IDの項目を取得する。サーバ10の報告作成部1044は、取得した操業IDに基づき、漁獲記録テーブル1017の操業IDを検索し漁獲記録情報を取得する。取得した漁獲記録情報に含まれる漁獲記録IDに基づき、漁獲量テーブル1018の漁獲記録IDの項目を検索し漁獲量情報を取得する。サーバ10の報告作成部1044は、取得した漁獲記録情報、漁獲量情報に基づき、操業ごとに、魚種および魚種ごとの漁獲量を積算することにより漁獲成績報告書を作成する。
<Details of Catch Results Report Creation Processing>
The report creation unit 1044 of the server 10 searches the ship ID item of the operation history table 1016 based on the ship ID of the ship 20 for each operation by the fleet and fishing boat, and acquires the operation ID item. The report creation unit 1044 of the server 10 retrieves the fishing record table 1017 for the fishing fishing record information based on the obtained fishing fishing ID. Based on the fishing record ID included in the acquired fishing record information, the fish catch record ID item in the fish catch table 1018 is searched to acquire the fish catch information. The report creation unit 1044 of the server 10 creates a catch result report by accumulating the fish species and the catch amount for each fish species for each operation based on the acquired catch record information and catch amount information.
 <入札処理>
 入札処理は、漁獲記録情報、漁獲量情報に基づき、船団、漁船が漁獲した漁獲物に対し、水揚げ前に入札を受け付け、漁獲した漁獲物に関する取引を成約させる処理である。以下、入札処理の詳細を図14の表示画面例を用いて説明する。
<Bidding process>
The bidding process is a process of accepting bids for catches caught by fleets and fishing boats based on catch record information and catch amount information before landing, and concluding a transaction regarding the caught catches. The details of the bidding process will be described below using the display screen example of FIG.
 <入札処理の概要>
 入札処理は、船団、漁船が漁獲した漁獲物を出品し、出品した漁獲物に対して入札を受け付け、入札条件に応じて所定の入札者を成約者として判定し、取引を成約させる一連の処理である。
<Overview of bidding process>
The bidding process consists of listing the catches caught by the fleet and fishing boats, accepting bids for the exhibited catches, judging the predetermined bidders as successful bidders according to the bidding conditions, and closing the transaction. is.
 <入札処理の詳細> <Details of bidding process>
 <出品処理>
 サーバ10の入札処理部1045は、漁獲記録テーブル1017に新たな漁獲記録が記憶されたことを検知して出品処理を開始する。出品処理は、船20に乗船しているユーザにより、通信端末30またはユーザ端末40を介して送信される出品リクエストに応じて開始しても良い。出品処理は、船20に乗船していないユーザにより、ユーザ端末40を介して送信される出品リクエストに応じて開始しても良い。出品処理は、管理者権限を有するユーザにより、管理者端末50を介して送信される出品リクエストに応じて開始しても良い。
 サーバ10の入札処理部1045は、漁獲記録テーブル1017に新たに記憶された漁獲記録の漁獲量、漁獲量に基づく想定漁獲高、想定売上などが所定値以上の場合に出品処理を開始しても良い。
<Exhibition process>
The bidding processing unit 1045 of the server 10 detects that a new catch record is stored in the catch record table 1017 and starts the auction process. The exhibition process may be started in response to an exhibition request transmitted by a user on board the ship 20 via the communication terminal 30 or the user terminal 40 . The exhibition process may be started in response to an exhibition request transmitted via the user terminal 40 by a user who has not boarded the ship 20 . The exhibition process may be started in response to an exhibition request transmitted via the administrator terminal 50 by a user having administrator authority.
The bidding processing unit 1045 of the server 10 may start the auction process when the catch amount of the catch record newly stored in the catch record table 1017, the expected catch amount based on the catch amount, the expected sales amount, etc. are equal to or greater than a predetermined value. good.
 出品処理が開始されると、サーバ10の入札処理部1045は、漁獲活動ごとの漁獲量に基づき、漁獲活動ごとに入札を受け付ける入札受付画面を表示するための入札受付データを生成する。サーバ10の入札処理部1045は、複数のユーザから、入札受付画面を介して一定期間(入札受付期間)に渡り入札を受け付けることができる。入札受付期間は、所定の期間、出品リクエストを送信したユーザが指定した期間、船20の寄港、漁獲物の水揚げまでの任意の期間を指定することができる。なお、入札受付期間は漁獲物の水揚げ後の期間を含んでも構わない。 When the exhibition process is started, the bid processing unit 1045 of the server 10 generates bid acceptance data for displaying a bid acceptance screen for accepting bids for each fishing activity based on the catch amount for each fishing activity. The bid processing unit 1045 of the server 10 can accept bids from a plurality of users via the bid acceptance screen for a certain period of time (bid acceptance period). The bid acceptance period can be a predetermined period, a period specified by the user who sent the exhibition request, or an arbitrary period until the ship 20 calls a port and the catch is landed. The period for accepting bids may include the period after the catch is landed.
 <入札受付処理>
 購買を希望するユーザは、自身のユーザ端末40のタッチパネル406などの入力装置を操作し、ウェブブラウザなどで所定のURL(Uniform Resource Locator)を指定することによりサーバ10が提供する入札受付ページを開く。これにより、ユーザ端末40の制御部404は、入札受付画面を要求するリクエストをサーバ10へ送信する。サーバ10の入札処理部1045は、リクエストを受信すると入札受付データをユーザ端末40へ送信する。ユーザ端末40は、入札受付データを受信すると、ユーザ端末40のディスプレイ4062に入札受付画面を表示する。
 なお、サーバ10は、入札受付画面を要求するリクエストの受信に応じて、入札受付データを生成する構成としても構わない。
<Bid acceptance process>
A user who wishes to make a purchase operates an input device such as the touch panel 406 of his/her own user terminal 40 and designates a predetermined URL (Uniform Resource Locator) using a web browser or the like to open a bid reception page provided by the server 10. . As a result, the control unit 404 of the user terminal 40 transmits a request for a bid reception screen to the server 10 . The bid processing unit 1045 of the server 10 transmits bid acceptance data to the user terminal 40 upon receiving the request. When receiving the bid acceptance data, the user terminal 40 displays a bid acceptance screen on the display 4062 of the user terminal 40 .
The server 10 may be configured to generate bid reception data in response to receiving a request for a bid reception screen.
 図14に、ユーザ端末40のディスプレイ4062に表示される入札受付画面70を示す。入札受付画面70は、漁獲活動ごとに、魚種、入札量、単価を指定して入札を受け付け可能な画面である。入札受付画面70には、入札入力欄701、漁獲物の概要702、入札期限703などが表示される。
 漁獲物の購買を希望するユーザは、所望の魚種、入札量、単価を指定して入札する。具体的に、漁獲物の購買を希望するユーザは、ユーザ端末40のタッチパネル406を操作し、入札受付画面70の入札入力欄701に含まれる、魚種選択欄7011、入札量入力欄7012、単価入力欄7013に希望する、魚種、入札量、単価を入力する。ユーザは、ユーザ端末40のタッチパネル406を操作し、「送信」ボタン705を押下することにより、入札入力欄701に入力された入札情報をサーバ10へ送信する。
 なお、入札受付画面70は、漁獲活動ごとに、魚種ごとに、魚の大きさまたは品質ごとに入札量、単価を指定して入札を受け付け可能な画面としても良い。また、入札受付画面70は、漁獲活動ごとに、魚種ごとに、魚の大きさ及び品質ごとに入札量、単価を指定して入札を受け付け可能な画面としても良い。
FIG. 14 shows the bid acceptance screen 70 displayed on the display 4062 of the user terminal 40. As shown in FIG. The bid acceptance screen 70 is a screen on which a bid can be accepted by designating a fish species, a bid amount, and a unit price for each fishing activity. The bid acceptance screen 70 displays a bid entry field 701, a catch summary 702, a bid deadline 703, and the like.
A user who wishes to purchase a catch specifies the desired fish species, bid amount, and unit price and bids. Specifically, a user who wishes to purchase a catch operates the touch panel 406 of the user terminal 40, and selects a fish species selection column 7011, a bid amount input column 7012, and a unit price included in the bid input column 701 of the bid reception screen 70. Enter the desired fish species, bid amount, and unit price in the input fields 7013 . The user operates the touch panel 406 of the user terminal 40 and presses a “send” button 705 to transmit the bid information entered in the bid entry field 701 to the server 10 .
Incidentally, the bid acceptance screen 70 may be a screen that can accept bids by designating the bid amount and unit price for each fishing activity, each fish species, and each fish size or quality. Also, the bid acceptance screen 70 may be a screen that can accept bids by designating the bid amount and unit price for each fishing activity, each fish species, and each fish size and quality.
 サーバ10の入札処理部1045は、漁獲物の購買を希望する複数のユーザから受信した入札情報を受け付け記憶する。サーバ10の入札処理部1045は、現在日時が入札受付期間を経過するとユーザからの新たな入札情報の受付を締め切る。 The bid processing unit 1045 of the server 10 accepts and stores bid information received from multiple users who wish to purchase the catch. The bid processing unit 1045 of the server 10 closes the reception of new bid information from the user when the current date and time passes the bid acceptance period.
 <成約判定処理>
 サーバ10の入札処理部1045は、入札受付期間が経過すると、成約判定処理を実行する。サーバ10の入札処理部1045は、所定期間内に受け付けた入札のうち、単価が高い入札の順番に入札量を積算し、積算した入札量が漁獲量を超えない範囲内の入札に対し、成約したと判定する。
 具体的に、サーバ10の入札処理部1045は、入札受付期間に受け付けた複数の入札情報について、魚種ごとに単価の順番で入札情報をソートする。サーバ10の入札処理部1045は、単価が高い順番に入札情報に含まれる入札量を積算し、累積入札量を算定する。サーバ10の入札処理部1045は、累積入札量が出品した漁獲物の漁獲量を超えない範囲内でできるだけ多くの入札情報を成約した成約入札情報として判定する。これにより、単価が高い入札を行ったユーザの入札情報を優先的に成約させることができる。
<Contract determination process>
The bid processing unit 1045 of the server 10 executes contract determination processing when the bid acceptance period has passed. The bid processing unit 1045 of the server 10 accumulates the bids in the order of bids with the highest unit price among the bids received within a predetermined period, and bids within a range where the accumulated bids do not exceed the fish catch are closed. It is determined that
Specifically, the bid processing unit 1045 of the server 10 sorts the bid information received during the bid acceptance period in the order of unit price for each fish species. The bid processing unit 1045 of the server 10 accumulates the bid amounts included in the bid information in descending order of unit price to calculate the cumulative bid amount. The bid processing unit 1045 of the server 10 determines as much bid information as successful bid information as long as the cumulative bid amount does not exceed the catch amount of the exhibited fish. As a result, it is possible to preferentially close the bid information of the user who has made a bid with a high unit price.
 また、サーバ10の入札処理部1045は、次のように成約入札情報を定めても良い。所定期間内に受け付けた入札のうち、売上金額がより大きくなるように魚種ごとの入札量を所定範囲内から決定し、入札量がゼロではない入札に対し、成約したと判定する。
 具体的に、サーバ10の入札処理部1045は、入札受付期間に受け付けた複数の入札情報について、入札情報ごとに入札量と単価を積算することにより、入札情報ごとの想定成約額を算定する。サーバ10の入札処理部1045は、入札情報の組み合わせが漁獲物の漁獲量を超えない範囲内で、想定成約額の和が最大となる入札情報の組み合わせを特定し、当該入札情報の組み合わせを成約入札情報として判定する。入札情報の組み合わせは最大となる必要はなく、より大きくなるような組み合わせでも構わない。
 これにより、例えば、単価が高くないものの、入札量が大きい入札情報を優先して取引を成約させることにより、取引による売上をより大きくすることができる。
Also, the bid processing unit 1045 of the server 10 may define contracted bid information as follows. Among the bids received within a predetermined period, the bid amount for each fish species is determined within a predetermined range so as to increase the amount of sales, and it is determined that the bid for which the bid amount is not zero has been concluded.
Specifically, the bid processing unit 1045 of the server 10 calculates an estimated closing amount for each piece of bid information by accumulating the bid amount and the unit price for each piece of bid information received during the bid reception period. The bid processing unit 1045 of the server 10 identifies the combination of bid information that maximizes the sum of estimated contract amounts within a range in which the combination of bid information does not exceed the catch amount of the catch, and concludes the contract for the combination of bid information. Determined as bid information. The combination of bid information does not have to be the maximum, and a larger combination may be used.
As a result, for example, by giving priority to bid information with a large bid amount but not a high unit price, the transaction can be closed, thereby increasing the sales of the transaction.
 なお、サーバ10の入札処理部1045は、所定期間内に受け付けた入札のうち、魚種ごとに、魚の大きさまたは品質ごとに、単価が高い入札の順番に入札量を積算し、積算した入札量が漁獲量を超えない範囲内の入札に対し、成約したと判定しても良い。つまり、魚種、魚の大きさ、品質ごとに成約判定処理を実行しても良い。 In addition, the bid processing unit 1045 of the server 10 accumulates the bid amount in the order of the bid with the highest unit price for each fish species, for each fish size or quality, among the bids received within a predetermined period, and the integrated bids are calculated. It may be judged that a contract has been concluded for a bid within a range in which the amount does not exceed the catch. In other words, the contract determination process may be executed for each fish species, fish size, and quality.
 <変形例>
 ユーザ端末40のディスプレイ4062に表示される入札受付画面70の入札入力欄701に含まれる、入札量入力欄7012は、入札量の範囲を入力できる構成としても良い。例えば、入札量の最小値と最大値を入力できる構成としても良い。
 サーバ10の入札処理部1045は、入札情報に含まれる入札量の範囲内で、想定成約額の和が最大となる入札情報ごとの入札量の組み合わせを特定し、当該入札情報の組み合わせを成約入札情報として判定しても良い。これにより、入札者の希望に応じつつ、想定成約額の和、つまり漁獲物の売上金額をより大きくすることができる。
<Modification>
The bid amount input field 7012 included in the bid input field 701 of the bid reception screen 70 displayed on the display 4062 of the user terminal 40 may be configured to allow input of a range of bid amounts. For example, it may be configured such that the minimum and maximum bid amounts can be entered.
The bid processing unit 1045 of the server 10 identifies a combination of bid amounts for each piece of bid information that maximizes the sum of expected contract amounts within the range of bid amounts included in the bid information, and selects the combination of bid information as a closed bid. It may be judged as information. This makes it possible to increase the sum of the assumed contract amounts, that is, the sales amount of the catch, while responding to the wishes of the bidders.
 なお、サーバ10の入札処理部1045は、所定期間内に受け付けた入札のうち、魚種ごとに、魚の大きさまたは品質ごとに、入札情報に含まれる入札量の範囲内で、想定成約額の和が最大となる入札情報ごとの入札量の組み合わせを特定し、当該入札情報の組み合わせを成約入札情報として判定しても良い。つまり、魚種、魚の大きさ、品質ごとに成約判定処理を実行しても良い。 In addition, the bid processing unit 1045 of the server 10, among the bids received within a predetermined period, for each fish species, for each fish size or quality, within the range of the bid amount included in the bid information, the estimated contract price A combination of bid amounts for each piece of bid information that maximizes the sum may be specified, and this combination of bid information may be determined as closed bid information. In other words, the contract determination process may be executed for each fish species, fish size, and quality.
 <評価処理>
 成約判定処理後、入札したユーザは、漁獲物を出品した船20、船団などを評価することができる。具体的に、ユーザは、ユーザ端末40のタッチパネル406を操作し、ウェブブラウザなどで所定のURLを指定することによりサーバ10が提供する評価ページを開く。これにより、ユーザ端末40の制御部404は、評価画面を要求するリクエストをサーバ10へ送信する。サーバ10の入札処理部1045は、リクエストを受信すると評価入力データをユーザ端末40へ送信する。ユーザ端末40は、評価入力データを受信すると、ユーザ端末40のディスプレイ4062に評価画面を表示する。
 ユーザは、ユーザ端末40のタッチパネル406を操作し、評価画面において評価値を入力する。評価値は、1から5などの数値で入力しても良い。ユーザは、ユーザ端末40のタッチパネル406を操作し、「送信」ボタン705を押下することにより、評価値をサーバ10へ送信する。
 サーバ10の入札処理部1045は、受信した評価値を、漁獲物を出品した船20,船団などと関連付けて記憶する。なお、サーバ10の入札処理部1045は、漁獲物を出品した船20、船団などに所属するユーザから、成約者に係るユーザの評価値を受け付けて、当該成約者に係るユーザと関連付けて記憶しても良い。つまり、出品者と、成約者は相互に評価を行う構成としても良い。
<Evaluation process>
After the contract determination process, the user who has made a bid can evaluate the ship 20, fleet, etc. that have put up the catch. Specifically, the user opens the evaluation page provided by the server 10 by operating the touch panel 406 of the user terminal 40 and specifying a predetermined URL with a web browser or the like. Accordingly, the control unit 404 of the user terminal 40 transmits a request for an evaluation screen to the server 10 . The bid processing unit 1045 of the server 10 transmits evaluation input data to the user terminal 40 upon receiving the request. Upon receiving the evaluation input data, the user terminal 40 displays an evaluation screen on the display 4062 of the user terminal 40 .
The user operates the touch panel 406 of the user terminal 40 and inputs an evaluation value on the evaluation screen. You may input a numerical value, such as 1 to 5, as an evaluation value. The user transmits the evaluation value to the server 10 by operating the touch panel 406 of the user terminal 40 and pressing the “send” button 705 .
The bidding processing unit 1045 of the server 10 stores the received evaluation value in association with the ship 20, the fleet, etc. that exhibited the catch. The bidding processing unit 1045 of the server 10 accepts the evaluation value of the user of the contracting party from the user who belongs to the ship 20 or the fleet that exhibited the catch, and stores it in association with the user of the contracting party. can be In other words, the exhibitor and the contracted person may evaluate each other.
 <変形例>
 入札受付処理において、入札者に係るユーザは所定の追加料金を払うことにより、入札受付期間経過前に成約することができる構成としても良い。このとき、成約者に係るユーザは所定の追加料金を払うことにより、水揚げ前に漁獲物を受け取る可能な構成としても良い。例えば、船20からドローン、ヘリコプター、他の運搬船などを介して、通常の水揚げ前に漁獲物を受け取れる構成としても良い。これにより、ユーザは、水揚げ前の新鮮な漁獲物を入手することができる。
<Modification>
In the bid acceptance process, a user who is a bidder may be able to conclude a contract before the bid acceptance period elapses by paying a predetermined additional fee. At this time, by paying a predetermined additional fee, the user related to the contracting party may be configured to receive the catch before landing. For example, the vessel 20 may be configured to receive the catch prior to normal landing via a drone, helicopter, or other carrier vessel. This allows the user to obtain fresh catch before landing.
 <変形例>
 入札受付処理において、入札者に係るユーザは所定の追加料金を払うことにより、出品されている漁獲物に関してより詳細な情報を取得できる構成としても良い。具体的に、入札者に係るユーザは、自身のユーザ端末40のタッチパネル406を操作することにより、船20に設けられた第3無線通信部3113などの人工衛星等を介した通信に基づき、船20に収容されている漁獲物に関する詳細な情報を取得できる構成としても良い。例えば、入札者に係るユーザは、船20の魚倉205の撮影画像や魚倉センサ2055のセンシングデータを取得できる構成としても良い。これにより、ユーザは入札対象の漁獲物について、より詳細な情報を入手することができる。
<Modification>
In the bid acceptance process, the user who is the bidder may be configured to obtain more detailed information on the fishes on display by paying a predetermined additional fee. Specifically, the user related to the bidder operates the touch panel 406 of his/her user terminal 40 to operate the ship 20 based on communication via an artificial satellite such as the third wireless communication unit 3113 provided on the ship 20. 20 may be configured to allow acquisition of detailed information on catches. For example, a user who is a bidder may obtain a captured image of the fish hold 205 of the ship 20 or sensing data of the fish hold sensor 2055 . This allows the user to obtain more detailed information about the catch to be bid on.
 <漁獲活動エリア提示処理>
 漁獲活動エリア提示処理は、主に船20に乗船するユーザに対して、望ましい漁獲活動エリアを提案する処理である。
<Fishing activity area presentation processing>
The fishing activity area presentation process is a process of proposing a desirable fishing activity area mainly to the user boarding the ship 20 .
 <漁獲活動エリア提示処理の概要>
 漁獲活動エリア提示処理は、入札処理において受け付けた入札情報に基づき、魚種ごとの需要情報を生成し、需要情報に基づき船20に乗船するユーザに対して好ましい漁獲活動エリアを提示する一連の処理である。
<Outline of fishing activity area presentation processing>
The fishing activity area presentation process is a series of processes for generating demand information for each fish type based on the bid information received in the bidding process, and presenting a preferable fishing activity area to users boarding the ship 20 based on the demand information. is.
 <漁獲活動エリア提示処理>
 主に船20に乗船するユーザ等は、通信端末30を操作し、船20の位置情報取得装置2043による検出値を含む、漁獲活動エリア提示処理を要求するリクエストをサーバ10へ送信する。サーバ10の提示部1046は、リクエストを受信すると漁獲活動エリア提示処理を実行する。
 サーバ10の提示部1046は、受信したリクエストから船20の位置情報を取得する。サーバ10の提示部1046は、入札処理において受け付けた入札に基づき、魚種ごとの需要情報を生成する。具体的に、サーバ10の提示部1046は、所定期間において入札数、入札量が多い魚種を特定し、需要情報を生成する。サーバ10の入札処理部1045は、所定期間において単価が高い魚種を特定し、需要情報を生成しても良い。
 サーバ10の提示部1046は、船20の位置情報と、生成された需要情報と、に基づき、漁船内のユーザに対して好ましい漁獲活動エリアを提示する。具体的に、サーバ10の提示部1046は、漁獲記録テーブル1017に記憶されている漁獲記録情報、漁獲量テーブル1018に記憶されている漁獲量情報を参照し、需要情報に含まれる魚種を漁獲する見込みが高い漁獲エリアを特定し、通信端末30へ送信する。通信端末30のディスプレイ3081は、受信した漁獲エリアを船20に乗船するユーザに対して提示する。
<Fishing activity area presentation processing>
A user or the like who mainly board the ship 20 operates the communication terminal 30 to transmit a request for a fishing activity area presentation process including detection values by the position information acquisition device 2043 of the ship 20 to the server 10 . The presentation unit 1046 of the server 10 executes fishing activity area presentation processing upon receiving the request.
The presentation unit 1046 of the server 10 acquires the position information of the ship 20 from the received request. The presentation unit 1046 of the server 10 generates demand information for each fish species based on the bid received in the bidding process. Specifically, the presentation unit 1046 of the server 10 identifies fish species with a large number of bids and a large amount of bids during a predetermined period, and generates demand information. The bid processing unit 1045 of the server 10 may identify fish species with a high unit price in a predetermined period and generate demand information.
The presentation unit 1046 of the server 10 presents a preferable fishing activity area to the user on the fishing boat based on the position information of the boat 20 and the generated demand information. Specifically, the presentation unit 1046 of the server 10 refers to the catch record information stored in the catch record table 1017 and the catch information stored in the catch record table 1018, and selects the fish species included in the demand information. A fishing area that is highly likely to be caught is specified and transmitted to the communication terminal 30.例文帳に追加The display 3081 of the communication terminal 30 presents the received fishing area to the user boarding the boat 20 .
 <コンピュータの基本ハードウェア構成>
 図15は、コンピュータ90の基本的なハードウェア構成を示すブロック図である。コンピュータ90は、プロセッサ901、主記憶装置902、補助記憶装置903、通信IF991(インタフェース、Interface)を少なくとも備える。これらは通信バス921により相互に電気的に接続される。
<Basic computer hardware configuration>
FIG. 15 is a block diagram showing the basic hardware configuration of computer 90. As shown in FIG. The computer 90 includes at least a processor 901, a main storage device 902, an auxiliary storage device 903, and a communication IF 991 (interface). These are electrically connected to each other by a communication bus 921 .
 プロセッサ901とは、プログラムに記述された命令セットを実行するためのハードウェアである。プロセッサ901は、演算装置、レジスタ、周辺回路等から構成される。 The processor 901 is hardware for executing the instruction set described in the program. The processor 901 is composed of an arithmetic unit, registers, peripheral circuits, and the like.
 主記憶装置902とは、プログラム、及びプログラム等で処理されるデータ等を一時的に記憶するためのものである。例えば、DRAM(Dynamic Random Access Memory)等の揮発性のメモリである。 The main storage device 902 is for temporarily storing programs and data processed by the programs. For example, it is a volatile memory such as a DRAM (Dynamic Random Access Memory).
 補助記憶装置903とは、データ及びプログラムを保存するための記憶装置である。例えば、フラッシュメモリ、HDD(Hard Disc Drive)、光磁気ディスク、CD-ROM、DVD-ROM、半導体メモリ等である。 The auxiliary storage device 903 is a storage device for storing data and programs. Examples include flash memory, HDD (Hard Disc Drive), magneto-optical disk, CD-ROM, DVD-ROM, and semiconductor memory.
 通信IF991とは、有線又は無線の通信規格を用いて、他のコンピュータとネットワークを介して通信するための信号を入出力するためのインタフェースである。
 ネットワークは、インターネット、LAN、無線基地局等によって構築される各種移動通信システム等で構成される。例えば、ネットワークには、3G、4G、5G移動通信システム、LTE(Long Term Evolution)、所定のアクセスポイントによってインターネットに接続可能な無線ネットワーク(例えばWi-Fi(登録商標))等が含まれる。無線で接続する場合、通信プロトコルとして例えば、Z-Wave(登録商標)、ZigBee(登録商標)、Bluetooth(登録商標)等が含まれる。有線で接続する場合は、ネットワークには、USB(Universal Serial Bus)ケーブル等により直接接続するものも含む。
The communication IF 991 is an interface for inputting and outputting signals for communicating with other computers via a network using a wired or wireless communication standard.
The network is composed of various mobile communication systems constructed by the Internet, LAN, wireless base stations, and the like. For example, networks include 3G, 4G, and 5G mobile communication systems, LTE (Long Term Evolution), wireless networks (for example, Wi-Fi (registered trademark)) that can be connected to the Internet through predetermined access points, and the like. For wireless connection, communication protocols include, for example, Z-Wave (registered trademark), ZigBee (registered trademark), Bluetooth (registered trademark), and the like. In the case of wired connection, the network includes direct connection using a USB (Universal Serial Bus) cable or the like.
 なお、各ハードウェア構成の全部または一部を複数のコンピュータ90に分散して設け、ネットワークを介して相互に接続することによりコンピュータ90を仮想的に実現することができる。このように、コンピュータ90は、単一の筐体、ケースに収納されたコンピュータ90だけでなく、仮想化されたコンピュータシステムも含む概念である。 It should be noted that the computer 90 can be virtually realized by distributing all or part of each hardware configuration to a plurality of computers 90 and connecting them to each other via a network. Thus, the computer 90 is a concept that includes not only the computer 90 housed in a single housing or case, but also a virtualized computer system.
 <コンピュータ90の基本機能構成>
 コンピュータ90の基本ハードウェア構成(図15)により実現されるコンピュータの機能構成を説明する。コンピュータは、制御部、記憶部、通信部の機能ユニットを少なくとも備える。
<Basic Functional Configuration of Computer 90>
A functional configuration of the computer realized by the basic hardware configuration (FIG. 15) of the computer 90 will be described. The computer includes at least functional units of a control section, a storage section, and a communication section.
 なお、コンピュータ90が備える機能ユニットは、それぞれの機能ユニットの全部または一部を、ネットワークで相互に接続された複数のコンピュータ90に分散して設けても実現することができる。コンピュータ90は、単一のコンピュータ90だけでなく、仮想化されたコンピュータシステムも含む概念である。 It should be noted that the functional units included in the computer 90 can be implemented by distributing all or part of each functional unit to a plurality of computers 90 interconnected via a network. The computer 90 is a concept that includes not only a single computer 90 but also a virtualized computer system.
 制御部は、プロセッサ901が補助記憶装置903に記憶された各種プログラムを読み出して主記憶装置902に展開し、当該プログラムに従って処理を実行することにより実現される。制御部は、プログラムの種類に応じて様々な情報処理を行う機能ユニットを実現することができる。これにより、コンピュータは情報処理を行う情報処理装置として実現される。 The control unit is implemented by the processor 901 reading various programs stored in the auxiliary storage device 903, developing them in the main storage device 902, and executing processing according to the programs. The control unit can implement functional units that perform various information processing according to the type of program. Thereby, the computer is implemented as an information processing device that performs information processing.
 記憶部は、主記憶装置902、補助記憶装置903により実現される。記憶部は、データ、各種プログラム、各種データベースを記憶する。また、プロセッサ901は、プログラムに従って記憶部に対応する記憶領域を主記憶装置902または補助記憶装置903に確保することができる。また、制御部は、各種プログラムに従ってプロセッサ901に、記憶部に記憶されたデータの追加、更新、削除処理を実行させることができる。 The storage unit is realized by the main storage device 902 and the auxiliary storage device 903. The storage unit stores data, various programs, and various databases. Also, the processor 901 can secure a storage area corresponding to the storage unit in the main storage device 902 or the auxiliary storage device 903 according to a program. In addition, the control unit can cause the processor 901 to execute addition, update, and deletion processing of data stored in the storage unit according to various programs.
 データベースは、リレーショナルデータベースを指し、行と列によって構造的に規定された表形式のテーブル、マスタと呼ばれるデータ集合を、互いに関連づけて管理するためのものである。データベースでは、表をテーブル、マスタ、表の列をカラム、表の行をレコードと呼ぶ。リレーショナルデータベースでは、テーブル、マスタ同士の関係を設定し、関連づけることができる。
 通常、各テーブル、各マスタにはレコードを一意に特定するための主キーとなるカラムが設定されるが、カラムへの主キーの設定は必須ではない。制御部は、各種プログラムに従ってプロセッサ901に、記憶部に記憶された特定のテーブル、マスタにレコードを追加、削除、更新を実行させることができる。
A database refers to a relational database, and is used to manage tabular tables structurally defined by rows and columns, and data sets called masters in association with each other. In a database, a table is called a table, a master is called a column, and a row is called a record. In a relational database, relationships between tables and masters can be set and associated.
Normally, each table and each master has a primary key column for uniquely identifying a record, but setting a primary key to a column is not essential. The control unit can cause the processor 901 to add, delete, and update records in specific tables and masters stored in the storage unit according to various programs.
 なお、本開示におけるデータベース、マスタは、情報が構造的に規定された任意のデータ構造体(リスト、辞書、連想配列、オブジェクトなど)を含み得る。データ構造体には、データと、任意のプログラミング言語により記述された関数、クラス、メソッドなどを組み合わせることにより、データ構造体と見なし得るデータも含むものとする。 Note that the database and master in the present disclosure may include any data structure (list, dictionary, associative array, object, etc.) in which information is structurally defined. The data structure also includes data that can be regarded as a data structure by combining data with functions, classes, methods, etc. written in any programming language.
 通信部は、通信IF991により実現される。通信部は、ネットワークを介して他のコンピュータ90と通信を行う機能を実現する。通信部は、他のコンピュータ90から送信された情報を受信し、制御部へ入力することができる。制御部は、各種プログラムに従ってプロセッサ901に、受信した情報に対する情報処理を実行させることができる。また、通信部は、制御部から出力された情報を他のコンピュータ90へ送信することができる。 The communication unit is realized by the communication IF 991. The communication unit implements a function of communicating with another computer 90 via a network. The communication section can receive information transmitted from another computer 90 and input it to the control section. The control unit can cause the processor 901 to execute information processing on the received information according to various programs. Also, the communication section can transmit information output from the control section to another computer 90 .
 <付記>
 以上の各実施形態で説明した事項を以下に付記する。
<Appendix>
The items described in the above embodiments will be added below.
 (付記1)
 プロセッサと、記憶部とを備えるコンピュータに実行させるためのプログラムであって、プログラムは、プロセッサに、漁船の漁獲活動を特定する特定ステップ(S102)と、特定ステップにより特定された漁獲活動における漁獲量を取得する取得ステップ(S103)と、特定ステップにより特定した漁獲活動と、取得ステップにより取得した漁獲量を関連付けて記憶する記憶ステップ(S104)と、を実行させるプログラム。
 これにより、漁獲活動ごとの漁獲量を、漁獲活動と関連付けて記憶することができる。操業ごとではなく、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 1)
A program to be executed by a computer comprising a processor and a storage unit, the program instructing the processor to identify a fishing activity of a fishing vessel (S102), and to calculate the amount of catch in the fishing activity identified by the identification step. and a storage step (S104) of associating and storing the fishing activity specified by the specifying step and the amount of catch acquired by the acquiring step (S104).
Thereby, the catch amount for each fishing activity can be stored in association with the fishing activity. It is possible to obtain, store, and accumulate catches for each fishing activity rather than for each fishing operation.
 (付記2)
 取得ステップは、漁船の航跡情報に基づき算定した漁獲活動における漁獲量を取得するステップ(S103)である、付記1記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 2)
The program according to Appendix 1, wherein the acquisition step is a step of acquiring a catch amount in fishing activities calculated based on the track information of the fishing boat (S103).
As a result, it is possible to acquire, store, and accumulate the amount of catch for each fishing activity without using an expensive sensing device.
 (付記3)
 取得ステップにおける、漁獲活動における漁獲量は、漁船の航跡情報に含まれる漁船の速度、曲率および向心加速度のうち少なくともいずれか1つの情報に基づき算定される、付記2記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 3)
3. The program according to appendix 2, wherein in the acquisition step, the catch amount in the fishing activity is calculated based on at least one of information on the speed, curvature, and centripetal acceleration of the fishing vessel included in the tracking information of the fishing vessel.
As a result, it is possible to acquire, store, and accumulate the amount of catch for each fishing activity without using an expensive sensing device.
 (付記4)
 特定ステップは、複数の漁船からなる船団における漁獲活動を特定するステップ(S102)であり、取得ステップは、複数の漁船のそれぞれの航跡情報に基づき算定した漁獲活動における漁獲量を取得するステップ(S103)である、付記1から3のいずれか記載のプログラム。
 これにより、高価なセンシング機器を用いずに、複数の漁船からなる船団における漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 4)
The identification step is a step of identifying fishing activities in a fleet of fishing vessels (S102), and the obtaining step is a step of obtaining the catches in the fishing activities calculated based on the track information of each of the plurality of fishing vessels (S103). ), the program according to any one of appendices 1 to 3.
As a result, it is possible to acquire, store, and accumulate the amount of fish caught for each fishing activity in a fleet of fishing boats without using expensive sensing equipment.
 (付記5)
 取得ステップは、複数の漁船のそれぞれの航跡情報および役割情報に基づき算定した漁獲活動における漁獲量を取得するステップ(S103)である、付記4記載のプログラム。
 これにより、高価なセンシング機器を用いずに、複数の漁船からなる船団における漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 5)
4. The program according to appendix 4, wherein the acquiring step is a step of acquiring the catch amount in the fishing activity calculated based on the track information and role information of each of the plurality of fishing boats (S103).
As a result, it is possible to acquire, store, and accumulate the amount of fish caught for each fishing activity in a fleet of fishing boats without using expensive sensing equipment.
 (付記6)
 取得ステップにおける、漁獲活動における漁獲量は、複数の漁船のそれぞれの航跡情報に含まれる複数の漁船の相対距離および相対速度のうち少なくともいずれか1つの情報に基づき算定される、付記4または5記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 6)
Supplementary note 4 or 5, wherein the catch amount in the fishing activity in the acquisition step is calculated based on at least one of the relative distance and relative speed of the plurality of fishing boats included in the track information of each of the plurality of fishing boats program.
As a result, it is possible to acquire, store, and accumulate the amount of catch for each fishing activity without using an expensive sensing device.
 (付記7)
 特定ステップは、複数の漁船のそれぞれの航跡情報に基づき、漁獲活動を特定するステップ(S102)である、付記4から6のいずれか記載のプログラム。
 これにより、高価なセンシング機器を用いずに、複数の漁船からなる船団における漁獲活動を特定することができる。
(Appendix 7)
7. The program according to any one of appendices 4 to 6, wherein the identifying step is a step of identifying fishing activities (S102) based on respective track information of a plurality of fishing boats.
This makes it possible to identify fishing activity in a fleet of fishing vessels without using expensive sensing equipment.
 (付記8)
 特定ステップは、複数の漁船からなる船団における複数の漁船のそれぞれの航跡情報に基づき、漁獲活動を特定するステップ(S102)である、付記1から3のいずれか記載のプログラム。
 これにより、高価なセンシング機器を用いずに、複数の漁船からなる船団における漁獲活動を特定することができる。
(Appendix 8)
4. The program according to any one of Appendices 1 to 3, wherein the identification step is a step of identifying fishing activities (S102) based on track information of each of a plurality of fishing boats in a fleet of fishing boats.
This makes it possible to identify fishing activity in a fleet of fishing vessels without using expensive sensing equipment.
 (付記9)
 特定ステップは、複数の漁船のそれぞれの航跡情報に含まれる複数の漁船の相対距離および相対速度のうち少なくともいずれか1つの情報に基づき、漁獲活動を特定するステップである、付記7または8記載のプログラム。
 これにより、高価なセンシング機器を用いずに、複数の漁船からなる船団における漁獲活動を特定することができる。
(Appendix 9)
The specifying step is a step of specifying fishing activity based on at least one of the relative distance and relative speed of the plurality of fishing boats included in the track information of each of the plurality of fishing boats. program.
This makes it possible to identify fishing activity in a fleet of fishing vessels without using expensive sensing equipment.
 (付記10)
 取得ステップは、漁船の魚倉情報に基づき算定した漁獲活動における漁獲量を取得するステップ(S103)である、付記1から9のいずれか記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 10)
10. The program according to any one of appendices 1 to 9, wherein the acquisition step is a step of acquiring a catch amount in a fishing activity calculated based on the fish hold information of the fishing vessel (S103).
As a result, it is possible to acquire, store, and accumulate the amount of catch for each fishing activity without using an expensive sensing device.
 (付記11)
 取得ステップは、漁獲活動における魚種ごとの漁獲量を取得するステップ(S103)であり、記憶ステップは、特定ステップにより特定した漁獲活動と、取得ステップにより取得した魚種ごとの漁獲量を関連付けて記憶するステップ(S104)である、付記1から10のいずれか記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁獲活動ごとに魚種ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 11)
The acquiring step is a step of acquiring the catch amount for each fish species in the fishing activity (S103), and the storing step associates the fishing activity specified by the specifying step with the catch amount for each fish species acquired by the acquiring step. 11. The program according to any one of appendices 1 to 10, which is a step of storing (S104).
As a result, it is possible to acquire, store, and accumulate the amount of catch for each fish species for each fishing activity without using an expensive sensing device.
 (付記12)
 プログラムは、プロセッサに、ユーザに対して、漁獲活動を撮影した画像と、魚種ごとに漁獲量を入力させるための入力欄とを、1の画面に並べて表示した入力画面を表示する表示ステップと、を実行させ、取得ステップは、ユーザにより、表示ステップにおいて表示する入力画面へ入力された情報に基づき、魚種ごとの漁獲量を取得するステップ(S103)である、付記1から11のいずれか記載のプログラム。
 これにより、ユーザは漁獲活動を撮影した画像を見ながら魚種ごとの漁獲量を効率的に入力することができる。高価なセンシング装置を用いずに、漁獲活動ごとに魚種ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 12)
a display step of causing the processor to display, for the user, an input screen in which images of captured fishing activities and input fields for inputting a catch amount for each fish species are displayed side by side on one screen; , and the acquisition step is a step (S103) of acquiring the catch amount for each fish species based on the information input by the user to the input screen displayed in the display step (S103). program as described.
As a result, the user can efficiently input the catch amount for each fish species while viewing the captured image of the fishing activity. It is possible to obtain, store, and accumulate the catch amount of each fish species for each fishing activity without using an expensive sensing device.
 (付記13)
 表示ステップにおいて、漁獲活動を撮影した画像は、複数のカメラにより撮影された画像を含み、ユーザによる選択操作により複数のカメラにより撮影された画像を選択的に切り替えて表示させることが可能である、付記12記載のプログラム。
 これにより、複数のカメラにより撮影された漁獲活動を撮影した画像を、1の入力画面において選択的に切り替えて表示させることができる。
(Appendix 13)
In the display step, the images captured by the fishing activity include images captured by a plurality of cameras, and the images captured by the plurality of cameras can be selectively switched and displayed by a selection operation by the user. The program according to appendix 12.
Accordingly, it is possible to selectively switch and display images of fishing activities photographed by a plurality of cameras on one input screen.
 (付記14)
 特定ステップは、漁船の航跡情報に基づき、漁獲活動を特定するステップ(S102)である、付記1から9のいずれか記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁獲活動を特定することができる。
(Appendix 14)
10. The program according to any one of appendices 1 to 9, wherein the identification step is a step of identifying fishing activity (S102) based on the track information of the fishing boat.
This makes it possible to identify fishing activities without using expensive sensing devices.
(付記15)
 特定ステップは、漁船の航跡情報に含まれる漁船の速度、曲率および向心加速度のうち少なくともいずれか1つの情報に基づき、漁獲活動を特定するステップである、付記14記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁獲活動を特定することができる。
(Appendix 15)
15. The program according to appendix 14, wherein the identification step is a step of identifying the fishing activity based on at least one of information on the speed, curvature and centripetal acceleration of the fishing vessel included in the track information of the fishing vessel.
This makes it possible to identify fishing activities without using expensive sensing devices.
 (付記16)
 特定ステップは、漁船の魚倉情報に基づき、漁獲活動を特定するステップ(S102)である、付記1から15のいずれか記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁獲活動を特定することができる。
(Appendix 16)
16. The program according to any one of appendices 1 to 15, wherein the identification step is a step of identifying fishing activities (S102) based on the fish hold information of the fishing vessel.
This makes it possible to identify fishing activities without using expensive sensing devices.
 (付記17)
 プログラムは、プロセッサに、漁船の航跡情報に基づき、漁船が出漁中か否かを判定する出漁判定ステップと、漁船の出漁中か否かの情報を、漁船と関連付けて記憶するステップと、を実行させる付記1から16のいずれか記載のプログラム。
 これにより、高価なセンシング装置を用いずに、漁船が出漁中か否かを特定することができる。例えば、漁船が出漁中ではなく、メンテナンスのためにドックに向かっていることなどを判定することにより、エリアごとの出漁状況を把握し、漁業に関する物流需要の変動などを予測できる。
(Appendix 17)
The program causes the processor to execute a fishing departure determination step of determining whether or not the fishing boat is out fishing based on the track information of the fishing boat, and a step of storing information as to whether the fishing boat is out fishing in association with the fishing boat. 17. The program according to any one of Appendixes 1 to 16, which causes
Accordingly, it is possible to identify whether or not the fishing boat is out fishing without using an expensive sensing device. For example, by determining whether a fishing boat is heading to a dock for maintenance rather than out fishing, it is possible to grasp the fishing situation in each area and predict changes in logistics demand related to fishing.
 (付記18)
 プログラムは、プロセッサに、記憶ステップにおいて記憶した、漁獲活動に関連付けて記憶された漁獲量に基づき、漁獲成績報告書を作成する、作成ステップと、を実行させる付記1から17のいずれか記載のプログラム。
 これにより、漁獲成績報告書を短時間で正確に作成することができる。
(Appendix 18)
18. The program according to any one of Appendices 1 to 17, wherein the program causes the processor to execute a creation step of creating a fishing performance report based on the stored catch amount in association with the fishing activity stored in the storage step. .
As a result, it is possible to accurately create a catch report in a short period of time.
 (付記19)
 プログラムは、プロセッサに、記憶ステップにおいて記憶した、漁獲活動に関連付けて記憶された漁獲量に基づき、漁獲活動に対する入札を受け付ける入札受付画面を表示する入札ステップと、入札ステップにおいて、複数のユーザから、入札受付画面を介して入札を受け付ける入札受付ステップと、を実行させ、入札受付ステップは、漁船の水揚げ前から入札を受け付け可能である、付記1から18のいずれか記載のプログラム。
 これにより、漁獲活動ごとに漁獲物に対する入札を受け付けることができ、水揚げ前の漁獲物を販売することができる。
(Appendix 19)
The program causes the processor to display a bid acceptance screen for accepting bids for fishing activities based on the stored catches associated with the fishing activities stored in the storing step; 19. The program according to any one of appendices 1 to 18, wherein a bid acceptance step of accepting a bid via a bid acceptance screen is executed, and the bid acceptance step is capable of accepting bids before a fishing boat is landed.
This makes it possible to accept bids on catches for each fishing activity and to sell the catches before they are landed.
 (付記20)
 入札ステップは、漁獲活動における漁獲量が所定値以上である場合に、漁獲活動に対する入札を受け付ける入札受付画面を表示するステップである、付記19記載のプログラム。
 これにより、漁獲活動ごとに漁獲量が所定値以上の場合にのみ入札を受け付けることができる。漁獲量が少ない場合には、入札を受け付けないことができる。
(Appendix 20)
19. The program according to supplementary note 19, wherein the bidding step is a step of displaying a bid acceptance screen for accepting a bid for the fishing activity when the catch amount in the fishing activity is equal to or greater than a predetermined value.
Thereby, bids can be accepted only when the amount of fish caught is equal to or greater than a predetermined value for each fishing activity. Bids may not be accepted if the catch is low.
 (付記21)
 入札ステップにおいて表示される入札受付画面は、漁獲活動に対して、魚種ごとに、入札量および単価を指定して入札を受け付け可能な画面であり、プログラムは、プロセッサに、入札受付ステップにおいて所定期間内に受け付けた入札のうち、単価が高い入札の順番に入札量を積算し、積算した入札量が漁獲量を超えない範囲内の入札に対し、成約したと判定する成約判定ステップと、を実行させる付記19または20記載のプログラム。
 これにより、入札者は、漁獲活動ごとに、魚種、入札量、単価を指定して入札することができ、出品者は最も高い単価をつけた入札者順に成約させることができる。漁獲物の売上金額をより大きくすることができる。
(Appendix 21)
The bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating a bid amount and a unit price for each fish species with respect to fishing activities. a contract determination step of accumulating bids in the order of bids with higher unit prices among the bids received within the period, and determining that bids within the range where the accumulated bids do not exceed the fish catch have been concluded. 21. The program according to appendix 19 or 20 to be executed.
As a result, bidders can bid by specifying the fish species, bid amount, and unit price for each fishing activity, and the exhibitor can conclude a contract in order of bidders with the highest unit prices. It is possible to increase the sales amount of catches.
 (付記22)
 入札ステップにおいて表示される入札受付画面は、漁獲活動に対して、魚種ごとに、入札量および単価を指定して入札を受け付け可能な画面であり、プログラムは、プロセッサに、入札受付ステップにおいて所定期間内に受け付けた入札のうち、入札量が漁獲量を超えない範囲内で、売上金額がより大きくなるように成約したと判定する成約判定ステップと、を実行させる付記19または20記載のプログラム。
 これにより、単価が高くないものの入札量が大きな入札者の入札を優先することにより、漁獲物の売上金額をより大きくすることができる。
(Appendix 22)
The bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating a bid amount and a unit price for each fish species with respect to fishing activities. 21. The program according to Supplementary Note 19 or 20 for executing a contract conclusion determination step of determining that the contract has been concluded so that the sales amount will be larger within the range that the bid quantity does not exceed the catch quantity among the bids received within the period.
As a result, by prioritizing bids from bidders whose unit price is not high but whose bid amount is large, it is possible to further increase the sales amount of the catch.
 (付記23)
 入札ステップにおいて表示される入札受付画面は、漁獲活動に対して、魚種ごとに、所定範囲の入札量および単価を指定して入札を受け付け可能な画面であり、プログラムは、プロセッサに、入札受付ステップにおいて所定期間内に受け付けた入札のうち、売上金額がより大きくなるように入札量を所定範囲内から決定し、入札量がゼロではない入札に対し、成約したと判定する成約判定ステップと、を実行させる付記19または20記載のプログラム。
 これにより、単価が高くないものの入札量が大きな入札者の入札を優先することにより、漁獲物の売上金額をより大きくすることができる。
(Appendix 23)
The bid acceptance screen displayed in the bidding step is a screen on which bids can be accepted by specifying a bid amount and unit price within a predetermined range for each fish species for fishing activities. a contract determination step of determining a bid amount within a predetermined range so as to increase the amount of sales among the bids received within a predetermined period in the step, and determining that a bid with a bid amount other than zero has been closed; 21. The program according to appendix 19 or 20, causing the execution of
As a result, by prioritizing bids from bidders whose unit price is not high but whose bid amount is large, it is possible to further increase the sales amount of the catch.
 (付記24)
 入札ステップにおいて表示される入札受付画面は、漁獲活動に対して、魚種ごとに、魚の大きさまたは品質ごとに、入札量および単価を指定して入札を受け付け可能な画面である、付記21から23のいずれか記載のプログラム。
 これにより、入札者は、魚種ごとに、魚の大きさまたは品質ごとに、入札量および単価を指定して入札することができる。入札者は、より詳細な条件で漁獲物に対して入札を行うことができる。
(Appendix 24)
The bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating the bid amount and unit price for each fish species, each size or quality of fish, for fishing activities, from appendix 21. 24. The program according to any one of 23.
Thereby, the bidder can bid by designating the bid quantity and unit price for each fish species and each fish size or quality. Bidders can bid on the catch on more detailed terms.
 (付記25)
 プログラムは、プロセッサに、漁船の位置情報を取得する位置取得ステップと、入札受付ステップにおいて受け付けた入札に基づき、魚種ごとの需要情報を生成する需要生成ステップと、位置取得ステップにおいて取得した漁船の位置情報と、需要生成ステップにおいて生成した需要情報と、に基づき、漁船内のユーザに対して好ましい漁獲活動エリアを提示する提示ステップと、を実行させる付記19から24のいずれか記載のプログラム。
 これにより、漁船の自船の位置と、需要情報に基づき、需要が高い魚種を漁獲可能な漁獲活動エリアを漁師に提供することにより、効率的な漁獲活動を行うことができる。
(Appendix 25)
The program provides the processor with a position acquisition step of acquiring position information of the fishing boat, a demand generation step of generating demand information for each fish species based on the bids received in the bid reception step, and a position information of the fishing boat acquired in the position acquisition step. 25. The program according to any one of appendices 19 to 24, causing execution of a presentation step of presenting a preferable fishing activity area to a user in the fishing boat based on the position information and the demand information generated in the demand generation step.
As a result, fishing activities can be carried out efficiently by providing fishermen with a fishing activity area where they can catch fish species with high demand based on the position of their own ship and demand information.
 (付記26)
 プロセッサと、記憶部とを備える情報処理装置であって、プロセッサに、漁船の漁獲活動を特定する特定ステップ(S102)と、特定ステップにより特定された漁獲活動における漁獲量を取得する取得ステップ(S103)と、特定ステップにより特定した漁獲活動と、取得ステップにより取得した漁獲量を関連付けて記憶する記憶ステップ(S104)と、を実行させる情報処理装置。
 これにより、漁獲活動ごとの漁獲量を、漁獲活動と関連付けて記憶することができる。操業ごとではなく、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 26)
An information processing apparatus comprising a processor and a storage unit, wherein the processor is provided with a specifying step (S102) of specifying fishing activities of a fishing vessel and an acquiring step (S103) of acquiring a catch in the fishing activities specified by the specifying step. ), and a storage step (S104) of associating and storing the fishing activity specified by the specifying step and the amount of catch acquired by the acquiring step (S104).
Thereby, the catch amount for each fishing activity can be stored in association with the fishing activity. It is possible to acquire, store and accumulate catches for each fishing activity rather than for each fishing operation.
 (付記27)
 プロセッサと、記憶部とを備える情報処理装置と、漁船とからなる情報処理システムにおいて、漁船の漁獲活動を特定する特定ステップ(S102)と、特定ステップにより特定された漁獲活動における漁獲量を取得する取得ステップ(S103)と、特定ステップにより特定した漁獲活動と、取得ステップにより取得した漁獲量を関連付けて記憶する記憶ステップ(S104)と、を実行させる情報処理システム。
 これにより、漁獲活動ごとの漁獲量を、漁獲活動と関連付けて記憶することができる。操業ごとではなく、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 27)
In an information processing system comprising an information processing device having a processor, a storage unit, and a fishing boat, a specifying step (S102) of specifying the fishing activity of the fishing boat, and acquiring the catch amount in the fishing activity specified by the specifying step. An information processing system for executing an obtaining step (S103), and a storing step (S104) of correlating and storing the fishing activity identified by the identifying step and the amount of catch obtained by the obtaining step.
Thereby, the catch amount for each fishing activity can be stored in association with the fishing activity. It is possible to obtain, store, and accumulate catches for each fishing activity rather than for each fishing operation.
 (付記28)
 プロセッサと、記憶部とを備えるコンピュータにより実行される情報処理方法であって、プロセッサに、漁船の漁獲活動を特定する特定ステップ(S102)と、特定ステップにより特定された漁獲活動における漁獲量を取得する取得ステップ(S103)と、特定ステップにより特定した漁獲活動と、取得ステップにより取得した漁獲量を関連付けて記憶する記憶ステップ(S104)と、を実行させる情報処理方法。
 これにより、漁獲活動ごとの漁獲量を、漁獲活動と関連付けて記憶することができる。操業ごとではなく、漁獲活動ごとの漁獲量を取得し、記憶、蓄積することができる。
(Appendix 28)
An information processing method executed by a computer comprising a processor and a storage unit, wherein the processor is provided with an identification step (S102) of identifying the fishing activity of a fishing vessel, and acquiring the catch in the fishing activity identified by the identification step. and a storing step (S104) of correlating and storing the fishing activity specified by the specifying step and the amount of catch acquired by the acquiring step (S104).
Thereby, the catch amount for each fishing activity can be stored in association with the fishing activity. It is possible to obtain, store, and accumulate catches for each fishing activity rather than for each fishing operation.
 1 情報処理システム、10 サーバ、101 記憶部、103 制御部、40A,40B,40C ユーザ端末、401 記憶部、404 制御部
 
 

 
1 information processing system 10 server 101 storage unit 103 control unit 40A, 40B, 40C user terminal 401 storage unit 404 control unit


Claims (28)

  1. プロセッサと、記憶部とを備えるコンピュータに実行させるためのプログラムであって、
    前記プログラムは、前記プロセッサに、
     漁船の漁獲活動を特定する特定ステップと、
     前記特定ステップにより特定された前記漁獲活動における漁獲量を取得する取得ステップと、
     前記特定ステップにより特定した前記漁獲活動と、前記取得ステップにより取得した前記漁獲量を関連付けて記憶する記憶ステップと、
    を実行させるプログラム。
    A program to be executed by a computer comprising a processor and a storage unit,
    The program causes the processor to:
    an identification step of identifying the fishing activity of the fishing vessel;
    an obtaining step of obtaining a catch in the fishing activity identified by the identifying step;
    a storage step of associating and storing the fishing activity specified by the specifying step and the catch amount acquired by the acquiring step;
    program to run.
  2.  前記取得ステップは、前記漁船の航跡情報に基づき算定した前記漁獲活動における前記漁獲量を取得するステップである、
    請求項1記載のプログラム。
    The acquisition step is a step of acquiring the catch amount in the fishing activity calculated based on the track information of the fishing vessel.
    A program according to claim 1.
  3.  前記取得ステップにおける、前記漁獲活動における前記漁獲量は、前記漁船の航跡情報に含まれる前記漁船の速度、曲率および向心加速度のうち少なくともいずれか1つの情報に基づき算定される、
    請求項2記載のプログラム。
    In the acquiring step, the catch amount in the fishing activity is calculated based on at least one of the speed, curvature, and centripetal acceleration of the fishing vessel included in the tracking information of the fishing vessel,
    3. A program according to claim 2.
  4.  前記特定ステップは、複数の漁船からなる船団における前記漁獲活動を特定するステップであり、
     前記取得ステップは、前記複数の漁船のそれぞれの航跡情報に基づき算定した前記漁獲活動における前記漁獲量を取得するステップである、
    請求項1から3のいずれか記載のプログラム。
    The identification step is a step of identifying the fishing activity in a fleet of fishing vessels,
    The acquisition step is a step of acquiring the catch amount in the fishing activity calculated based on the track information of each of the plurality of fishing vessels.
    A program according to any one of claims 1 to 3.
  5.  前記取得ステップは、前記複数の漁船のそれぞれの航跡情報および役割情報に基づき算定した前記漁獲活動における前記漁獲量を取得するステップである、
    請求項4記載のプログラム。
    The acquisition step is a step of acquiring the catch amount in the fishing activity calculated based on the track information and role information of each of the plurality of fishing vessels,
    5. The program according to claim 4.
  6.  前記取得ステップにおける、前記漁獲活動における前記漁獲量は、前記複数の漁船のそれぞれの航跡情報に含まれる前記複数の漁船の相対距離および相対速度のうち少なくともいずれか1つの情報に基づき算定される、
    請求項4または5記載のプログラム。
    In the obtaining step, the catch amount in the fishing activity is calculated based on at least one of the relative distance and relative speed of the plurality of fishing boats included in the track information of each of the plurality of fishing boats,
    6. A program according to claim 4 or 5.
  7.  前記特定ステップは、前記複数の漁船のそれぞれの航跡情報に基づき、前記漁獲活動を特定するステップである、
    請求項4から6のいずれか記載のプログラム。
    The identifying step is a step of identifying the fishing activity based on track information of each of the plurality of fishing vessels.
    A program according to any one of claims 4 to 6.
  8.  前記特定ステップは、複数の漁船からなる船団における前記複数の漁船のそれぞれの航跡情報に基づき、前記漁獲活動を特定するステップである、
    請求項1から3のいずれか記載のプログラム。
    The identification step is a step of identifying the fishing activity based on track information of each of the plurality of fishing vessels in a fleet of fishing vessels.
    A program according to any one of claims 1 to 3.
  9.  前記特定ステップは、前記複数の漁船のそれぞれの航跡情報に含まれる前記複数の漁船の相対距離および相対速度のうち少なくともいずれか1つの情報に基づき、前記漁獲活動を特定するステップである、
    請求項7または8記載のプログラム。
    The identifying step is a step of identifying the fishing activity based on at least one of the relative distance and relative speed of the plurality of fishing boats included in the track information of each of the plurality of fishing boats.
    9. A program according to claim 7 or 8.
  10.  前記取得ステップは、前記漁船の魚倉情報に基づき算定した前記漁獲活動における前記漁獲量を取得するステップである、
    請求項1から9のいずれか記載のプログラム。
    The acquisition step is a step of acquiring the catch amount in the fishing activity calculated based on the fish hold information of the fishing vessel.
    A program according to any one of claims 1 to 9.
  11.  前記取得ステップは、前記漁獲活動における魚種ごとの漁獲量を取得するステップであり、
     前記記憶ステップは、前記特定ステップにより特定した前記漁獲活動と、前記取得ステップにより取得した前記魚種ごとの漁獲量を関連付けて記憶するステップである、
    請求項1から10のいずれか記載のプログラム。
    The acquisition step is a step of acquiring a catch amount for each fish species in the fishing activity,
    The storing step is a step of associating and storing the fishing activity specified by the specifying step and the catch amount for each fish species acquired by the acquiring step,
    A program according to any one of claims 1 to 10.
  12. 前記プログラムは、前記プロセッサに、
     ユーザに対して、漁獲活動を撮影した画像と、魚種ごとに漁獲量を入力させるための入力欄とを、1の画面に並べて表示した入力画面を表示する表示ステップと、
    を実行させ、
     前記取得ステップは、前記ユーザにより、前記表示ステップにおいて表示する前記入力画面へ入力された情報に基づき、前記魚種ごとの漁獲量を取得するステップである、
    請求項1から11のいずれか記載のプログラム。
    The program causes the processor to:
    a display step of displaying, for the user, an input screen in which images of captured fishing activities and input fields for inputting a catch amount for each fish species are displayed side by side on one screen;
    and
    The acquisition step is a step of acquiring the catch amount for each fish species based on the information input by the user to the input screen displayed in the display step.
    A program according to any one of claims 1 to 11.
  13.  前記表示ステップにおいて、漁獲活動を撮影した画像は、複数のカメラにより撮影された画像を含み、ユーザによる選択操作により前記複数のカメラにより撮影された前記画像を選択的に切り替えて表示させることが可能である、
    請求項12記載のプログラム。
    In the display step, the images captured by the fishing activities include images captured by a plurality of cameras, and the images captured by the plurality of cameras can be selectively switched and displayed by a selection operation by the user. is
    13. A program according to claim 12.
  14.  前記特定ステップは、前記漁船の航跡情報に基づき、前記漁獲活動を特定するステップである、
    請求項1から9のいずれか記載のプログラム。
    The identifying step is a step of identifying the fishing activity based on track information of the fishing vessel.
    A program according to any one of claims 1 to 9.
  15.  前記特定ステップは、前記漁船の航跡情報に含まれる前記漁船の速度、曲率および向心加速度のうち少なくともいずれか1つの情報に基づき、前記漁獲活動を特定するステップである、
    請求項14記載のプログラム。
    The identification step is a step of identifying the fishing activity based on at least one of information on the speed, curvature, and centripetal acceleration of the fishing vessel included in the tracking information of the fishing vessel.
    15. A program according to claim 14.
  16.  前記特定ステップは、前記漁船の魚倉情報に基づき、前記漁獲活動を特定するステップである、
    請求項1から15のいずれか記載のプログラム。
    The identifying step is a step of identifying the fishing activity based on the fish hold information of the fishing vessel.
    A program according to any one of claims 1 to 15.
  17. 前記プログラムは、前記プロセッサに、
     前記漁船の航跡情報に基づき、前記漁船が出漁中か否かを判定する出漁判定ステップと、
     前記漁船の出漁中か否かの情報を、前記漁船と関連付けて記憶するステップと、
    を実行させる請求項1から16のいずれか記載のプログラム。
    The program causes the processor to:
    a fishing departure determination step of determining whether or not the fishing boat is currently out fishing based on the track information of the fishing boat;
    a step of storing information as to whether or not the fishing boat is out fishing in association with the fishing boat;
    17. The program according to any one of claims 1 to 16, causing the execution of
  18. 前記プログラムは、前記プロセッサに、
     前記記憶ステップにおいて記憶した、前記漁獲活動に関連付けて記憶された前記漁獲量に基づき、漁獲成績報告書を作成する、作成ステップと、
    を実行させる請求項1から17のいずれか記載のプログラム。
    The program causes the processor to:
    a creating step of creating a fishing performance report based on the catch amount stored in association with the fishing activity, which is stored in the storing step;
    18. The program according to any one of claims 1 to 17, causing the execution of
  19. 前記プログラムは、前記プロセッサに、
     前記記憶ステップにおいて記憶した、前記漁獲活動に関連付けて記憶された前記漁獲量に基づき、前記漁獲活動に対する入札を受け付ける入札受付画面を表示する入札ステップと、
     前記入札ステップにおいて、複数のユーザから、前記入札受付画面を介して入札を受け付ける入札受付ステップと、
    を実行させ、
     前記入札受付ステップは、前記漁船の水揚げ前から入札を受け付け可能である、
    請求項1から18のいずれか記載のプログラム。
    The program causes the processor to:
    a bidding step of displaying a bid acceptance screen for accepting bids for the fishing activity based on the fish catch stored in association with the fishing activity, which is stored in the storing step;
    a bid acceptance step of accepting bids from a plurality of users via the bid acceptance screen in the bidding step;
    and
    The bid acceptance step is capable of accepting a bid before the fishing boat unloads the fish.
    A program according to any one of claims 1 to 18.
  20.  前記入札ステップは、前記漁獲活動における前記漁獲量が所定値以上である場合に、前記漁獲活動に対する入札を受け付ける入札受付画面を表示するステップである、
    請求項19記載のプログラム。
    The bidding step is a step of displaying a bid acceptance screen for accepting a bid for the fishing activity when the catch amount in the fishing activity is equal to or greater than a predetermined value.
    20. A program according to claim 19.
  21.  前記入札ステップにおいて表示される前記入札受付画面は、前記漁獲活動に対して、魚種ごとに、入札量および単価を指定して入札を受け付け可能な画面であり、
    前記プログラムは、前記プロセッサに、
     前記入札受付ステップにおいて所定期間内に受け付けた入札のうち、単価が高い入札の順番に入札量を積算し、積算した前記入札量が前記漁獲量を超えない範囲内の入札に対し、成約したと判定する成約判定ステップと、
    を実行させる請求項19または20記載のプログラム。
    The bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating a bid amount and a unit price for each fish species for the fishing activity,
    The program causes the processor to:
    Among the bids received within a predetermined period in the bid receiving step, the bid amount is accumulated in the order of bids with the highest unit price, and the bids within the range where the accumulated bid amount does not exceed the fish catch amount are considered to have been closed. a contract determination step for determining;
    21. The program according to claim 19 or 20, causing the execution of
  22.  前記入札ステップにおいて表示される前記入札受付画面は、前記漁獲活動に対して、魚種ごとに、入札量および単価を指定して入札を受け付け可能な画面であり、
    前記プログラムは、前記プロセッサに、
     前記入札受付ステップにおいて所定期間内に受け付けた入札のうち、前記入札量が前記漁獲量を超えない範囲内で、売上金額がより大きくなるように成約したと判定する成約判定ステップと、
    を実行させる請求項19または20記載のプログラム。
    The bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating a bid amount and a unit price for each fish species for the fishing activity,
    The program causes the processor to:
    a contract determination step for determining that, of the bids received within a predetermined period in the bid acceptance step, a contract has been concluded so as to increase the sales amount within a range in which the bid amount does not exceed the catch amount;
    21. The program according to claim 19 or 20, which executes
  23.  前記入札ステップにおいて表示される前記入札受付画面は、前記漁獲活動に対して、魚種ごとに、所定範囲の入札量および単価を指定して入札を受け付け可能な画面であり、
    前記プログラムは、前記プロセッサに、
     前記入札受付ステップにおいて所定期間内に受け付けた入札のうち、売上金額がより大きくなるように入札量を前記所定範囲内から決定し、前記入札量がゼロではない入札に対し、成約したと判定する成約判定ステップと、
    を実行させる請求項19または20記載のプログラム。
    The bid acceptance screen displayed in the bidding step is a screen on which bids can be accepted by designating a bid amount and unit price within a predetermined range for each fish species for the fishing activity,
    The program causes the processor to:
    Among the bids received within a predetermined period in the bid receiving step, the bid amount is determined from within the predetermined range so as to increase the amount of sales, and it is determined that the bid for which the bid amount is not zero has been concluded. a contract determination step;
    21. The program according to claim 19 or 20, which executes
  24.  前記入札ステップにおいて表示される前記入札受付画面は、前記漁獲活動に対して、魚種ごとに、魚の大きさまたは品質ごとに、入札量および単価を指定して入札を受け付け可能な画面である、
    請求項21から23のいずれか記載のプログラム。
    The bid acceptance screen displayed in the bidding step is a screen on which a bid can be accepted by designating a bid amount and a unit price for each fish species, each fish size or quality, for each fishing activity.
    24. A program according to any one of claims 21-23.
  25. 前記プログラムは、前記プロセッサに、
     前記漁船の位置情報を取得する位置取得ステップと、
     前記入札受付ステップにおいて受け付けた入札に基づき、魚種ごとの需要情報を生成する需要生成ステップと、
     前記位置取得ステップにおいて取得した前記漁船の位置情報と、前記需要生成ステップにおいて生成した前記需要情報と、に基づき、前記漁船内のユーザに対して好ましい漁獲活動エリアを提示する提示ステップと、
    を実行させる請求項19から24のいずれか記載のプログラム。
    The program causes the processor to:
    a position acquisition step of acquiring position information of the fishing boat;
    a demand generating step for generating demand information for each fish species based on the bids received in the bid receiving step;
    a presenting step of presenting a preferable fishing activity area to a user in the fishing boat based on the position information of the fishing boat acquired in the position acquiring step and the demand information generated in the demand generating step;
    25. The program according to any one of claims 19 to 24, causing the execution of
  26. プロセッサと、記憶部とを備える情報処理装置であって、
    前記プロセッサに、
     漁船の漁獲活動を特定する特定ステップと、
     前記特定ステップにより特定された前記漁獲活動における漁獲量を取得する取得ステップと、
     前記特定ステップにより特定した前記漁獲活動と、前記取得ステップにより取得した前記漁獲量を関連付けて記憶する記憶ステップと、
    を実行させる情報処理装置。
    An information processing device comprising a processor and a storage unit,
    to the processor;
    an identification step of identifying the fishing activity of the fishing vessel;
    an obtaining step of obtaining a catch in the fishing activity identified by the identifying step;
    a storage step of associating and storing the fishing activity identified by the identifying step and the catch amount obtained by the obtaining step;
    Information processing device that executes
  27. プロセッサと、記憶部とを備える情報処理装置と、漁船とからなる情報処理システムにおいて、
     前記漁船の漁獲活動を特定する特定ステップと、
     前記特定ステップにより特定された前記漁獲活動における漁獲量を取得する取得ステップと、
     前記特定ステップにより特定した前記漁獲活動と、前記取得ステップにより取得した前記漁獲量を関連付けて記憶する記憶ステップと、
    を実行させる情報処理システム。
    In an information processing system comprising a processor, an information processing device having a storage unit, and a fishing boat,
    an identification step of identifying fishing activity of the fishing vessel;
    an obtaining step of obtaining a catch in the fishing activity identified by the identifying step;
    a storage step of associating and storing the fishing activity specified by the specifying step and the catch amount acquired by the acquiring step;
    Information processing system that executes
  28. プロセッサと、記憶部とを備えるコンピュータにより実行される情報処理方法であって、
    前記プロセッサに、
     漁船の漁獲活動を特定する特定ステップと、
     前記特定ステップにより特定された前記漁獲活動における漁獲量を取得する取得ステップと、
     前記特定ステップにより特定した前記漁獲活動と、前記取得ステップにより取得した前記漁獲量を関連付けて記憶する記憶ステップと、
    を実行させる情報処理方法。
     
     

     
    An information processing method executed by a computer comprising a processor and a storage unit,
    to the processor;
    an identification step of identifying the fishing activity of the fishing vessel;
    an obtaining step of obtaining a catch in the fishing activity identified by the identifying step;
    a storage step of associating and storing the fishing activity specified by the specifying step and the catch amount acquired by the acquiring step;
    Information processing method that causes the execution of



PCT/JP2022/007532 2021-12-21 2022-02-24 Program, information processing device, information processing system, and information processing method WO2023119680A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021-206662 2021-12-21
JP2021206662A JP7093139B1 (en) 2021-12-21 2021-12-21 Programs, information processing devices, information processing systems and information processing methods

Publications (1)

Publication Number Publication Date
WO2023119680A1 true WO2023119680A1 (en) 2023-06-29

Family

ID=82214030

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/007532 WO2023119680A1 (en) 2021-12-21 2022-02-24 Program, information processing device, information processing system, and information processing method

Country Status (2)

Country Link
JP (2) JP7093139B1 (en)
WO (1) WO2023119680A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024024799A1 (en) * 2022-07-26 2024-02-01 国立大学法人 鹿児島大学 Sailor protection device, sailor protection system, sailor protection program, watercraft activity inference device, report writing assistance system, and watercraft activity inference program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008225614A (en) * 2007-03-09 2008-09-25 Fujitsu Ltd Method, processor, processing program, and processing system for processing fishery certification
KR101958168B1 (en) * 2018-03-30 2019-03-20 대한민국 Monitoring System for Fishing Boating
JP2021093092A (en) * 2019-12-12 2021-06-17 キヤノン株式会社 Fishery management system, information processing apparatus, method for controlling these, and program
JP2021106527A (en) * 2019-12-27 2021-07-29 株式会社ライトハウス Communication terminal, program, and method
JP2021124937A (en) * 2020-02-05 2021-08-30 株式会社ブルーオーシャン研究所 Fishing boat operation authentication device and fishing boat operation authentication method
WO2021199624A1 (en) * 2020-03-30 2021-10-07 オーシャンソリューションテクノロジー株式会社 System for assistance in creating fish catch record report, terminal device for assistance in creating fish catch record report, and program for assistance in creating fish catch record report

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008225614A (en) * 2007-03-09 2008-09-25 Fujitsu Ltd Method, processor, processing program, and processing system for processing fishery certification
KR101958168B1 (en) * 2018-03-30 2019-03-20 대한민국 Monitoring System for Fishing Boating
JP2021093092A (en) * 2019-12-12 2021-06-17 キヤノン株式会社 Fishery management system, information processing apparatus, method for controlling these, and program
JP2021106527A (en) * 2019-12-27 2021-07-29 株式会社ライトハウス Communication terminal, program, and method
JP2021124937A (en) * 2020-02-05 2021-08-30 株式会社ブルーオーシャン研究所 Fishing boat operation authentication device and fishing boat operation authentication method
WO2021199624A1 (en) * 2020-03-30 2021-10-07 オーシャンソリューションテクノロジー株式会社 System for assistance in creating fish catch record report, terminal device for assistance in creating fish catch record report, and program for assistance in creating fish catch record report

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HIRAMA YUDAI, YOKOYAMA SOICHIRO, YAMASHITA TOMOHISA, KAWAMURA HIDENORI, SUZUKI KEIJI, WADA MASAAKI: "1B2-OS-11b-02: Verification of Fish Species Estimation Model Based on Echo Sounder Image * 1", vol. 32, 5 June 2018 (2018-06-05), pages 1 - 2, XP093076052, ISSN: 2758-7347, DOI: 10.11517/pjsai.JSAI2018.0_1B2OS11b02 *
NAGASAKI SHIMBUN: "AI selects fishing grounds and forecasts demand Fishery chief's "alternate" system Developed by a subsidiary of Sasebo Kaiyaku Sokki Co., Ltd. Mechanism to increase profits while protecting marine resources", NORDOT.APP, JP, 5 September 2018 (2018-09-05), JP, pages 1 - 4, XP093076054, Retrieved from the Internet <URL:https://nordot.app/409712852383908961> [retrieved on 20230824] *

Also Published As

Publication number Publication date
JP7093139B1 (en) 2022-06-29
JP2023092428A (en) 2023-07-03
JP2023091838A (en) 2023-07-03

Similar Documents

Publication Publication Date Title
US20210350710A1 (en) Ship movement-sharing navigation assistance system
US9439411B2 (en) Fishing statistics display
JP6783006B1 (en) Communication terminals, programs and methods
US8934318B2 (en) System and method for fish finding using a sonar device and a remote computing device
US20190353765A1 (en) Fish species estimating system, and method of estimating fish species
KR20120108534A (en) Navigation system for vessel, information display method of vessel navigation, and recording medium thereof
US20210239832A1 (en) System and method for measuring and sharing marine activity information
EP4082890A1 (en) Administrative server in ship navigation assistance system, ship navigation assistance method, and ship navigation assistance program
WO2017123329A1 (en) Novel vessel systems and methods relating thereto
WO2023119680A1 (en) Program, information processing device, information processing system, and information processing method
EP2736029B1 (en) Methods and systems for determining an anchoring location of a marine vessel
JP7161209B2 (en) Trading system and trading method
Wang et al. Marine vessel detection dataset and benchmark for unmanned surface vehicles
US20230363361A1 (en) System, method and apparatus for mobile fish cull tracking and management and smart device interface
JPWO2017138126A1 (en) Computer system, reverse running detection method and reverse running detection program for ship reverse running detection
US20230169404A1 (en) Learning data collecting system, method of collecting learning data, and estimating device
US20200080846A1 (en) Docking control device, ship, docking information storage device, docking control method, and recording medium
WO2021132713A1 (en) Information processing device, program, and method
JP2016189083A (en) Management server and remote monitoring system
KR102183867B1 (en) System for providing fishing point information
JP7489086B2 (en) Information processing device, program and method
Alvard et al. A Method for Measuring Fishing Effort by Small-scale Fish Aggregating Device (FAD) Fishers from the Commonwealth of Dominica
JP3639297B1 (en) Travel route management system
KR20210061848A (en) Method and apparatus for detecting floating matter
Xu et al. Research on fishery trajectory analysis and fishing ground discrimination based on CNN

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22910411

Country of ref document: EP

Kind code of ref document: A1