aisstream / issues

7 stars 3 forks source link

[User Issue] AIS data on specific region stopped working #45

Open tiago-g opened 10 months ago

tiago-g commented 10 months ago

First of all, very nice and useful tool, congratulations!

I have been using aisstream.io for the last couple months to track ships in a specific area over the Portuguese coast. Nevertheless, a few days ago the script suddenly stopped receiving messages (or much fewer than usual) in this specific area. After some tests, my suspicion is that something occurred with the AIS receiver of this particular region, since in the surroundings there are still ships being detected.

Given this, is there any way to get more information on the status of the AIS receivers?

aisstream commented 10 months ago

Apologies, if you are still interested in us looking into the issue could you send the specific area to us at contact @ aisstream.io with no space or add the bounding boxes latitude, longitude here ?

FredericoFiuza commented 9 months ago

In my case for example these bouding boxes not working

const subscriptionMessage = {
      APIkey: API_KEY,
      BoundingBoxes: [
        [
          [-22.71, -43.26],
          [-22.97, -43.05],
        ]
      ],
    };