|
3 | 3 | [](https://zenodo.org/badge/latestdoi/229812591) |
4 | 4 | [](https://my.cdash.org/index.php?project=nc4fortran) |
5 | 5 |
|
6 | | - |
7 | | - |
| 6 | + |
| 7 | + |
8 | 8 |
|
9 | 9 | Simple, robust, thin HDF5 polymorphic read/write interface. |
10 | | -For HDF5 see [h5fortran](https://github.com/scivision/h5fortran). |
| 10 | +For HDF5 see [h5fortran](https://github.com/geospace-code/h5fortran). |
11 | 11 | Designed for easy use as a Meson "subproject" or CMake "ExternalProject" using **static** or **shared** linking. |
12 | 12 | Uses Fortran 2008 `submodule` for clean template structure. |
13 | 13 | This easy-to-use, thin object-oriented modern Fortran library abstracts away the messy parts of NetCDF4 so that you can read/write various types/ranks of data with a single command. |
@@ -74,7 +74,7 @@ and have a file in the master project `subprojects/nc4fortran.wrap` containing: |
74 | 74 | ```ini |
75 | 75 | [wrap-git] |
76 | 76 | directory = nc4fortran |
77 | | -url = https://github.com/scivision/nc4fortran.git |
| 77 | +url = https://github.com/geospace-code/nc4fortran.git |
78 | 78 | revision = head |
79 | 79 | ``` |
80 | 80 |
|
@@ -108,7 +108,7 @@ To use nc4fortran as a CMake ExternalProject do like: |
108 | 108 | include(FetchContent) |
109 | 109 |
|
110 | 110 | FetchContent_Declare(nc4fortran_proj |
111 | | - GIT_REPOSITORY https://github.com/scivision/h5fortran.git |
| 111 | + GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git |
112 | 112 | GIT_TAG master # whatever desired version is |
113 | 113 | ) |
114 | 114 |
|
|
0 commit comments