Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

ASDF implementation in Java

NotificationsYou must be signed in to change notification settings

ejoliet/asdf-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

TheAdvancedScientificDataFormat (ASDF) is anext-generation interchange format for scientific data. This repositorycontains a prototype library implementation of theASDF Standard in Java. It is not meant to be feature-complete, but it should supports ASDF's core capabilities of storing metadata in YAML and serializing n-dimensional numerical data arrays.

Dependencies

  • Java (JDK 1.8 or higher)
  • Maven
  • SnakeYAML (handled by Maven)

For a complete list of dependencies, refer to thepom.xml file in the project's root directory.

Installation

Clone the Repository

   git clone https://github.com/ejoliet/asdf-java.gitcd asdf-parser

Build

this project was created with maven

mvn archetype:generate -DgroupId=edu.caltech.ipac.roman.asdfparser -DartifactId=asdf-parser -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

Build and create jar:

mvn clean compile assembly:single

then run:

java -jar target/asdf-parser-1.0-SNAPSHOT-jar-with-dependencies.jar

Rinse and repeat.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp