Skip to content
Snippets Groups Projects
Commit 3c786bbc authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixing project name

parent aace87db
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ identifiers:
- type: doi
value: 10.17605/OSF.IO/HSJY5
description: This DOI represents all software versions.
repository-code: 'https://git.nilu.no/fact/utils/FACT_data_API_reader'
repository-code: 'https://git.nilu.no/fact/utils/FACT_data_API_reader.jl'
url: 'https://osf.io/hsjy5/'
abstract: >-
Methods to query and retrieve results from FACT Data APIs.
......
......@@ -3,7 +3,7 @@
---
[![GitLab License](https://img.shields.io/gitlab/license/fact%2Futils%2FFACT_data_API_reader?gitlab_url=https%3A%2F%2Fgit.nilu.no&style=flat&color=orange)](https://www.gnu.org/licenses/agpl-3.0.en.html#license-text)
[![GitLab License](https://img.shields.io/gitlab/license/fact%2Futils%2FFACT_data_API_reader.jl?gitlab_url=https%3A%2F%2Fgit.nilu.no&style=flat&color=orange)](https://www.gnu.org/licenses/agpl-3.0.en.html#license-text)
[![DOI](https://img.shields.io/badge/DOI-10.17605%2FOSF.IO%2FHSJY5-blue?style=flat)](https://doi.org/10.17605/OSF.IO/HSJY5)
---
......@@ -12,7 +12,7 @@
1. To install the package in your project:
```julia
using Pkg
Pkg.add("https://git.nilu.no/fact/utils/FACT_data_API_reader.git")
Pkg.add("https://git.nilu.no/fact/utils/FACT_data_API_reader.jl.git")
```
2. To use the package:
```julia
......@@ -30,7 +30,7 @@ Replace ... with the necessary parameters for each function.
---
## Specifications
Please refer to the package documentation for details on how to access Docker API: https://fact.pages.nilu.no/utils/FACT_data_API_reader
Please refer to the package documentation for details on how to access Docker API: https://fact.pages.nilu.no/utils/FACT_data_API_reader.jl
`FACT_data_API_reader` includes the following functionalities to access the different [`FACT Data services`](https://git.nilu.no/fact/data):
1. Geographical Data: Retrieve geographical objects.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment