Code Monkey home page Code Monkey logo

erkir's People

Contributors

vahancho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

erkir's Issues

change target_include_directories() to use PUBLIC_instead of PRIVATE

target_include_directories(erkir PUBLIC include) make it easier to use this library.
It will then be enough to write target_link_libraries(<target> erkir) and the include directory will be accessible automatically.
But as it is now one have to specify erkir include dir manually with e.g include_libraries().

Replace CMAKE_SOURCE_DIR with CMAKE_CURRENT_SOURCE_DIR

CMake is currently configured to use CMAKE_SOURCE_DIR
Conflicts may arise when the library is imported (for example, using CPM)
It is necessary to change every instance of CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR in order to prevent the latter

Height discrepancy and Helmert transformation

Good morning!

I am using your library and I think I have encountered a discrepancy regarding the heightof a point when converted into a different coordinate standard (i.e. when chaning its datum). In particular, if I define a point as

erkir::ellipsoidal::Point greenwichWGS84(51.47788, -0.00147, 0.0, erkir::ellipsoidal::Datum::Type::WGS84);

and then I convert it to the OSGB36 standard, I obtain an height of -45.9051.

Is this result the correct height, maybe because we are in a different standard? Or is there a mistake somewhere?

Also, in the wikipedia page the Helmert transformation is defined as:

image

while in your code it is written slightly differently. Is there a reason for that?

Thank you in advance! 🙏

Point.h and Point.cpp valid inconsistency!

The documentation for Point.h is inconsistent. It states that a default constructed point is invalid, however the default constructor sets lat lon to 0 and valid to true.

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.