Git Product home page Git Product logo

Comments (3)

Balvald avatar Balvald commented on July 24, 2024

What I have locally all the time (and technically already have locally) is the amount for each planet. that just needs to be displayed differently once we end up in the vicinity of a planet. (gotta remind myself if to check status.json again)

The information I do not have locally all the time would be the max amount of plant species.
If edmc-canonn is installed might be easiest to piggyback off of it for that specific info and yoink it from there because in python nothings really private.
if its not do the same type of api call, whether my plugin could also report and contribute to said database in the case of edmc-cannon not being installed I do not know.

Otherwise a way thats completely detached from edmc-canonn and any of their resources would be to prompt the user to use the dss and save it locally if and only if theres biosignals (otherwise not relevant to the plugin).

But definitly another feature to add to the journalcrawler aswell. That way it could go through everything check the dss scans and retroactively create the user's database of "known" but unscanned biosignals and by extension the progress the CMDR made on it.

Atleast if I remember correctly what info is part of the detailed scans in the journals (could be that the info for max number is in there but not the species, would still be better than nothing)

from artemisscannertracker.

Balvald avatar Balvald commented on July 24, 2024

"event":"SAASignalsFound" is the event that holds the info of max bioscans for each planet.

it happens after a DSS scan of the planet.
after we check for and find an entry where entry["event"] is "SAASignalsFound"
then check entry["Signals"][i]["Type"] for all element in entry["Signals"]
if it is "$SAA_SignalType_Biological;" then we can grab for the corresponding i entry["Signals"][i]["Count"] which is the max amount of biological signals aka amount of plant species on the planet.

from artemisscannertracker.

Balvald avatar Balvald commented on July 24, 2024

after triggering that event for a planet it doesn't appear again when using the dss scanner.
It will only appear once?

from artemisscannertracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.