Git Product home page Git Product logo

p528's People

Contributors

lsegrentia avatar wkozmantia avatar

Stargazers

 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  avatar  avatar

p528's Issues

dotnet core support

.NET support is currently provided via .NET Framework v4.8. Support for .NET Core, and in particular cross-platform .NET support, would be useful. With the completion of #16 such cross-platform .NET Core should be possible.

Relax upper height limit

The in-force version of Rec P.528 has an upper terminal height limit of 20km. The software implements this as a hard limit and will not execute outside of this bounds (it returns an error). However, various activities are performing work where it would be useful to allow P.528 to operate above 20km with appropriate disclaimers to the user.

Action: relax the upper terminal limit, such that the user gets a warning if they enter a value above 20km stating that they are operating outside the bounds of the Recommendation. However, still allow the software to compute and return a result.

Add cmake support

Currently, although the software is written without any platform specific requirements, the repo doesn't contain any build/compile support for non-Windows platforms. Only a Visual Studio project file is included. The addition of a cmake file, with corresponding build instructions, would expand support to other platforms, such as Linux.

Add .NET wrapper code

Develop a fully supported .NET wrapper that can be built and offered via NuGet packages.

NakagamiRice.cpp

double VF_i = LinearInterpolation(data::NR_Data[i - 1][K_INDEX], data::NR_Data[i - i][j - 1 + 1], data::NR_Data[i][0], data::NR_Data[i][j - 1 + 1], K);

ReShaper C++ is showing a potential issue ("Both sides of operator are equivalent [misc-redundant-expression]") with this line:

data::NR_Data[i - i]

I think this is a typo and it should read i-1

But the more I look at this code the more I think there is a general issue (could be wrong)

Looking at a test input of

Result res{};
Main(1, 1.5, 1000, 1200, 0.01, &res);

and putting a breakpoint on the NakagamiRice function I think there are cases when the index goes negative (j == 0 so data::P[j - 1] is an issue)

You can better trap this by converting to use std::array or std::vector and running in debug and the debugger traps the issue

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.