You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NCDatasets.jl
2
2
3
-
Documentation for [NCDatasets.jl](https://github.com/Alexander-Barth/NCDatasets.jl), a Julia package for loading and writing NetCDF ([Network Common Data Form](https://www.unidata.ucar.edu/software/netcdf/)) files.
3
+
Documentation for [NCDatasets.jl](https://github.com/JuliaGeo/NCDatasets.jl), a Julia package for loading and writing NetCDF ([Network Common Data Form](https://www.unidata.ucar.edu/software/netcdf/)) files.
4
4
NCDatasets.jl implements the for the NetCDF format the interface defined
5
5
in [CommonDataModel.jl](https://github.com/JuliaGeo/CommonDataModel.jl).
6
6
All functions defined by CommonDataModel.jl are also available for NetCDF data, including:
@@ -215,7 +215,7 @@ close(ds);
215
215
216
216
### Create a netCDF file using the metadata of an existing netCDF file as template
217
217
218
-
The utility function [`ncgen`](https://alexander-barth.github.io/NCDatasets.jl/stable/#NCDatasets.ncgen)
218
+
The utility function [`ncgen`](https://juliageo.org/NCDatasets.jl/stable/#NCDatasets.ncgen)
219
219
generates the Julia code that would produce a netCDF file with the same metadata as a template netCDF file.
220
220
It is thus similar to the [command line tool `ncgen`](https://www.unidata.ucar.edu/software/netcdf/netcdf/ncgen.html)
221
221
which can generate C or Fortran code from the output of [`ncdump`](https://www.unidata.ucar.edu/software/netcdf/netcdf/ncdump.html).
0 commit comments