Skip to content

Commit

Permalink
Merge pull request #3 from NTIA/PublicRelease
Browse files Browse the repository at this point in the history
Public release of `p2108-test-data`
  • Loading branch information
aromanielloNTIA authored Dec 9, 2024
2 parents eaa1066 + 0e22e5e commit e1aacf1
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
28 changes: 28 additions & 0 deletions GitHubRepoPublicReleaseApproval.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# GitHub Repository Public Release Approval

**Project Name:** NTIA/OSM Research and Development

**Software Name:** Test Data for the NTIA/ITS Implementation of Recommendation ITU-R P.2108

The project identified above, which is contained within the repository this
document is stored in, has met the following criteria for public release:

1. [ ] The project meets the requirements defined
in the ITS Software Development Publication Policy for making a repository public.
The major pre-established criteria for publication are listed below, and the check
mark next to each attests that the criterion has been met.
* [ ] The repository contains exclusively a README, data files, and related metadata files.
* [ ] The repository structure and contents follow from the ITS PropLib template, and
all template or placeholder code has been removed.
2. [ ] The README.md file has passed editorial review by the ITS Publications Office.
3. [ ] The project complies with the ITS Code Style Guide or an appropriate style
uide as agreed to by the sponsor, project lead, or Supervising Division Chief.
4. [ ] Approved disclaimer and licensing language has been included.

In order to complete this approval, please create a new branch, upload and commit
your version of this Markdown document to that branch, and then create a pull request
for that branch. The following must log in to GitHub and approve that pull request
before the pull request can be merged and this repo made public:

* Project Lead: Brian Lain
* Supervising Division Chief or Release Authority: Chris Anderson
70 changes: 70 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Recommendation ITU-R P.2108 Test Data #

[![NTIA/ITS PropLib][proplib-badge]][proplib-link]
[![GitHub Release][gh-releases-badge]][gh-releases-link]
[![GitHub Issues][gh-issues-badge]][gh-issues-link]
[![DOI][doi-badge]][doi-link]

[proplib-badge]: https://img.shields.io/badge/PropLib-badge?label=%F0%9F%87%BA%F0%9F%87%B8%20NTIA%2FITS&labelColor=162E51&color=D63E04
[proplib-link]: https://ntia.github.io/propagation-library-wiki
[gh-releases-badge]: https://img.shields.io/github/v/release/NTIA/p2108-test-data?logo=github&label=Release&labelColor=162E51&color=D63E04
[gh-releases-link]: https://github.com/NTIA/p2108-test-data/releases
[gh-issues-badge]: https://img.shields.io/github/issues/NTIA/p2108-test-data?logo=github&label=Issues&labelColor=162E51
[gh-issues-link]: https://github.com/NTIA/p2108-test-data/issues
[doi-badge]: https://zenodo.org/badge/892826210.svg
[doi-link]: https://zenodo.org/badge/latestdoi/892826210

This repository contains a dataset used to test the NTIA/ITS implementations
of Recommendation ITU-R P.2108 - Prediction of clutter loss.

The software tested with this dataset can be found using the links below.

- [NTIA/p2108](https://github.com/NTIA/p2108)
- [NTIA/p2108-dotnet](https://github.com/NTIA/p2108-dotnet)
- [NTIA/p2108-matlab](https://github.com/NTIA/p2108-matlab)
- [NTIA/p2108-python](https://github.com/NTIA/p2108-python)

## Data Disclaimer ##

This dataset is not intended for any use other than running unit tests against
the software in the repositories listed above. Data contained in this repository
should not be expected to reflect, for example, real-world radio propagation links.
In some instances, intentionally invalid data are provided to ensure that errors
are properly handled in the software under test.

## Dataset Versioning ##

The versioning of this dataset is tracked with a single-digit version number
in the format `v1`. This version number indicates the software versions for which
this test dataset is valid. For example, `v1` of this repository contains the dataset
used to test `v1.x` of the base C++ library and `v1.x.y` of the .NET, MATLAB®, and Python®
wrappers.

## Dataset Contents ##

Each CSV file in this repository contains a set of inputs and outputs used to test
the operation of one of the functions provided by the software under test.
The header row of each file indicates the name of each data column, and each subsequent row
represents a single test case.

- `HeightGainTerminalCorrectionModelTestData.csv` contains sets of inputs and outputs used
to test the operation of the `HeightGainTerminalCorrectionModel` function.
- `TerrestrialStatisticalModelTestData.csv` contains sets of inputs and outputs used
to test the operation of the `TerrestrialStatisticalModel` function.
- `AeronauticalStatisticalModelTestData.csv` contains sets of inputs and outputs used
to test the operation of the `AeronauticalStatisticalModel` function.

## License ##

MATLAB is a registered trademark of The MathWorks, Inc. See
[mathworks.com/trademarks](https://mathworks.com/trademarks) for a list of additional trademarks.

"Python" and the Python logos are trademarks or registered trademarks of the Python Software Foundation, used by the National Telecommunications and Information Administration with permission from the Foundation.

## Contact ##

For technical questions, contact <[email protected]>.

## Disclaimer ##

Certain commercial equipment, instruments, or materials are identified in this project were used for the convenience of the developers. In no case does such identification imply recommendation or endorsement by the National Telecommunications and Information Administration, nor does it imply that the material or equipment identified is necessarily the best available for the purpose.

0 comments on commit e1aacf1

Please sign in to comment.