GithubHelp home page GithubHelp logo

asdf-cxx's People

Contributors

eschnett avatar jbmertens avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

asdf-cxx's Issues

demos produce asdf-standard 1.1.0 files that use `core/asdf-1.1.0` instead of `core/asdf-1.0.0`

Thanks again for putting together this package. I've been having fun testing this against the python asdf implementation and encountered one issue (that I think is an easy fix).

The demo files are produced with a comment noting asdf-standard 1.1.0 (here are the first few lines of demo.asdf):

#ASDF 1.0.0
#ASDF_STANDARD 1.1.0
# This is an ASDF file <https://asdf-standard.readthedocs.io/>
%YAML 1.1
%TAG ! tag:stsci.edu:asdf/
---
!core/asdf-1.1.0
asdf/library: !core/software-1.0.0

However, the core/asdf-1.1.0 tag doesn't exist in the 1.1.0 version of the standard:
https://asdf-standard.readthedocs.io/en/1.0.3/generated/asdf-format.org/core/core-1.1.0.html
This produces a warning in asdf 3.0 when the file is opened:

AsdfConversionWarning: tag:stsci.edu:asdf/core/asdf-1.1.0 is not recognized, converting to raw Python data structure

If I manually edit the ASDF_STANDARD comment to 1.2.0 I no longer see the warning as the 1.1.0 tag exists in the 1.2.0 standard:
https://asdf-standard.readthedocs.io/en/1.0.3/generated/asdf-format.org/core/core-1.2.0.html

I think this can be fixed by changing this to 1.2.0:

const string asdf_standard_version = "1.1.0";

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.