Giter Club home page Giter Club logo

nautipy's Introduction

  • 👋 Hi, I’m @cafawo
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

nautipy's People

Contributors

cafawo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nautipy's Issues

Implement export Function for Position Data in Various Formats

Is your feature request related to a problem? Please describe.
I'm always frustrated when I need to manually convert and save position data from our navigation software into different data formats for sharing and visualization. Currently, our application does not support exporting position data in common geographic data formats like GeoJSON, which limits the ease of integration with other geospatial tools and platforms.

Describe the solution you'd like
I would like an export function implemented in our codebase that can automatically convert a list of Pos objects to different formats, starting with GeoJSON. This function should also support saving the output directly to a file. The function should handle multiple position entries and include relevant metadata (like descriptions and unique position IDs) in the output.

Describe alternatives you've considered
An alternative could be to use external tools or libraries to perform the conversion outside our application. However, this requires additional steps for the users and might not seamlessly integrate with our internal data structures.

Additional context
Integrating this function would streamline workflows for users who need to export positional data for use in GIS software, web mapping services, or for data sharing with other platforms that accept GeoJSON or similar formats. This could significantly enhance the usability of our software in geospatial analysis and collaborative environments.

Encrypted proximity matching

Is your feature request related to a problem? Please describe.
Anonymous position matching. Its easy to implement but I'm not sure if it is useful, so I leave it here for future reference.

Basic idea, two entities submit their encrypted position. The receiver can match entities by proximity but will never know their position.

Describe the solution you'd like

  1. Choose matching area/precision, e.g. by rounding coordinates (see table below)
  2. Use hash algorithm to encrypt position.
  3. Match entities by hash
decimal
places   degrees          distance N/S or E/W at equator
-------  -------          --------
0        1                111  km
1        0.1              11.1 km
2        0.01             1.11 km
3        0.001            111  m
4        0.0001           11.1 m
5        0.00001          1.11 m
6        0.000001         11.1 cm
7        0.0000001        1.11 cm
8        0.00000001       1.11 mm

Describe alternatives you've considered
Some useful discussion on accuracy and precision: https://gis.stackexchange.com/questions/8650/measuring-accuracy-of-latitude-and-longitude

Additional context
Possible use cases:

  • Collision avoidance without revealing positions
  • Social distancing applications (however GPS is probably not precise enough)

Conversion function for coordinates

There exists a number of formats for geo coordinates, including:

image

It would be useful to have a function that recognizes alternative formats and returns the ISO 6709 standard for GPS coordinates, i.e.:

  • Latitude: ±DD.D (e.g. +50.12257)
  • Longitude: ±DDD.D (e.g. +8.66370)

This function could also include the possibility to convert from ISO 6709 to the desired output string format.

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.