GithubHelp home page GithubHelp logo

zoranbosnjak / asterix-data Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 4.0 303 KB

This project is obsolete in favor of https://github.com/zoranbosnjak/asterix-specs.

License: GNU General Public License v3.0

Python 98.49% Nix 1.51%
asterix

asterix-data's Introduction

asterix-data

XML description of ASTERIX data format as specified in http://www.eurocontrol.int/services/asterix. Each ASTERIX category and revision is specified in a separate .xml file.

NOTE: This projet is obsolete in favor of https://github.com/zoranbosnjak/asterix-specs. For the existing projects, it is still possible to use these xml definitions, but it is important to note, that the definitions are automatically generated from the upstream asterix-specs repository. Do not edit .xml files directly.

Manual specification update procedure

NOTE: This is normally not necessary. The .xml files are updated periodically from github actions.

export ASTERIX_SPECS_REV=$(./update-specs.py xml --reference)
echo $ASTERIX_SPECS_REV

git rm xml/*
./update-specs.py xml
git add xml

# review changes
git diff --cached

# commit with reference to asterix-specs revision
git commit -m "Sync with asterix-specs #$ASTERIX_SPECS_REV"

Install

  • scons utility is used to run validation and installation (similar to make).
  • jing application is used to optionally validate xml file against the template.

Data validation

To validate XML (not strictly necessary), use:

scons validate

Installation

To install files to default location /usr/local/share/asterix-data, use:

scons install
# or
sudo scons install

To install files to custom location, use for example

mkdir tmp
scons install --prefix=tmp

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.