Git Product home page Git Product logo

Comments (1)

Balvald avatar Balvald commented on July 24, 2024

I'll wait to implement this one after I'm done with what I'm currently still brewing on my dev branch (General tracking of sold and unsold but already scanned biodata, atleast to the best of anyones abilities and current worth of scans not sold yet)

As I'd personally like it if I could check how far I've gone from the last scan while sitting in an SRV.
interpretation of this feature is to show the current distance to up to the last 2 scans.
Similar how in the Canonn plugin someone can select a surface signal and by using the proposed heading get to the place
only with the goal being to get far enough away from "temporarily" saved scan locations.

So far relevant notes for this feature as I did a little research of what it'd need:

  • Lat, Long, Heading of current position can be found in Status.json as long as the player is close enough to a planet which is generally true while scanning biodata. Should be able to get this info in the plugin via dashboard_entry(). Relevant: https://github.com/EDCD/EDMarketConnector/blob/main/PLUGINS.md#player-dashboard
  • Need the current planets radius to compute distance from different lat, long coordinates. -> Check Journals - Its also in Status.json
  • Save a current position somewhere upon scan if its not the final one. max. 2, needs lat, long,
  • Get a list of colonial ranges for the different types of exobiology: https://canonn.science/codex/organic-scanning-challenge-primer/ might not be fully exhaustive gotta check for any that might be missing with the ingame Codex
  • Show current distance to scanned positions and colonial range of last scanned exobiology
  • Change colour of label showing current distance to the last scan position(s) (further away than colonial range = green, when not = yellow/orange)
  • Maybe when heading towards an old scan position the corresponding label showing should be yellow, or red if already yellow.
  • Stop showing the info after the 3rd and final Scan.
  • Options to omit the Info from the plugin.

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.