Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POM example in docs didn't work #30

Open
jonblower opened this issue Apr 22, 2022 · 2 comments
Open

POM example in docs didn't work #30

jonblower opened this issue Apr 22, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@jonblower
Copy link

Hi - thanks for this library! I tried to use the sample POM extract in https://jzarr.readthedocs.io/en/latest/ but it didn't work. I found I needed to use https:// for the repo URL, i.e. https://nexus.senbox.net/nexus/content/groups/public/.

Also I wasn't able to use 0.3.2-SNAPSHOT as there is no POM for this, so I changed it to 0.3.5. This snippet worked for me:

    <dependencies>
        <dependency>
            <groupId>com.bc.zarr</groupId>
            <artifactId>jzarr</artifactId>
            <version>0.3.5</version>
        </dependency>
    </dependencies>

    <repositories>
        <repository>
            <id>bc-nexus-repo</id>
            <name>Brockmann-Consult Public Maven Repository</name>
            <url>https://nexus.senbox.net/nexus/content/groups/public/</url>
        </repository>
    </repositories>
@jonblower jonblower changed the title POM example didn't work POM example in docs didn't work Apr 22, 2022
@SabineEmbacher
Copy link
Collaborator

Dear @jonblower

thank you very much for this report!
See the corrected documentation https://jzarr.readthedocs.io/en/latest/

I am very happy to see that you are using our library.
I am very interested in what you are using the library for.
If you are allowed to write something about the project, I would be very happy.

Best Regards
Sabine

@SabineEmbacher SabineEmbacher self-assigned this Apr 25, 2022
@SabineEmbacher SabineEmbacher added the documentation Improvements or additions to documentation label Apr 25, 2022
@jonblower
Copy link
Author

Hi @SabineEmbacher, thanks for the fast reply! At the moment I'm just experimenting with Zarr libraries in Java and Python, but in the longer term I'm interested in using Zarr in several applications. I'm one of the developers of ncWMS, and CoverageJSON and I'm considering Zarr support for those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants