Git Product home page Git Product logo

pikaltools's Introduction

PikaLTools

This repository is used to store our collection of tools related to the PikaL and other hyperspectral sensors we use at the Earth Sensing Observatory (ESO), a part of the CRYOS Lab at EPFL.

While most tools are standalone, the PikaLSteviappModule include a set of tools for the Steviapp computer vision application (including the MALAHYD tool for manual labelling) and requires the Steviapp sdk to be installed.

Overall, this repository is still under heavy development and should be considered unstable and not used in production environments.

pikaltools's People

Contributors

french-paragon avatar

Stargazers

Julien Burkhard avatar

Watchers

 avatar

pikaltools's Issues

Precision of convertLatLonToECEF

I compared 3 methods to convert geodetic coordinates to ECEF coordinates and noticed some precision issues with convertLatLonToECEF.

Input code snippet:

double lat = 47.37315016988094;
double lon = 7.361895523802324;
double alt = 646.5192265328203;

convertLatLonToECEF(lat, lon, alt, WGS84_Ellipsoid);

Results are:

4.27644e+06
552521
4.68484e+06

Where as pymap3d and pyproj both give the same results:

4292018.66822882 554533.5989806354 4670434.035306832

I will investigate this further and see where the discrepancy comes from.

Make the dtm backprojection insensitive to the earth curvature.

The best options to not slow everything down too much would be to compute a "normal" vector for each pixel indicating the directions the model extend from the level 0, as most of the assumptions we made for the different algorithms would still be valid like that.

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.