GithubHelp home page GithubHelp logo

ome / jzarr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bcdev/jzarr

1.0 2.0 0.0 626 KB

A Java implementation of the API offered by the Python zarr package

License: MIT License

Java 100.00%

jzarr's Introduction

JZarr

A Java version of the wonderful Python zarr API.

Build Documentation

This API is able to use blosc compression. To use this compression, a compiled c-blosc distributed library must be available on the operating system. If such a library is not available ... The C sourcecode and instructions to build the library can be found at https://github.com/Blosc/c-blosc. If you want to use the JZarr API and the integrated blosc compression, you have to start the Java Virtual Machine with the following VM parameter:

-Djna.library.path=<path which contains the compiled c-blosc library>

In order to include the blosc library for testing during the build process you need to create a copy of the template.blosc.properties file and rename the copy to blosc.properties. Provide the path to the bloscJnaLibraryPath property as explained in the comments of within the file.

Library Documentation

The latest detailed information can be found at JZarrs project documentation page.

Generating the Documentation

The projects documentation is automatically generated and provided using "Read the Docs". Some files, needed to build the "Read the Docs" documentation must be generated to be up to date and along with the code. Therefore, a class has been implemented which searches for classes whose filename ends with "_rtd.java" and invokes there main method. Rerun the class (ExecuteForReadTheDocs) to autogenerate these referenced files. The bloscJnaLibraryPath is also necessary for generating the "Read the Docs" files.

jzarr's People

Contributors

sabineembacher avatar marpet avatar forman avatar electricsam avatar chris-allan avatar dependabot[bot] avatar

Stargazers

Mark Kittisopikul avatar

Watchers

Josh Moore avatar  avatar

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.