Ward Fisher
71db48eb78
Updated types documentation in support of https://github.com/Unidata/netcdf-c/issues/469
2017-08-28 12:55:30 -06:00
Ward Fisher
ceb3b4bc1c
Merge branch 'master' of https://github.com/edhartnett/netcdf-c into v4.5.0-release-branch
2017-08-21 15:16:25 -06:00
Dennis Heimbigner
37834917e9
Fix up documentation to replace old auth documentation
...
with a revised auth.md document.
2017-08-20 18:27:48 -06:00
edhartnett
6ef8dc32fe
fixed some refs
2017-08-20 04:40:27 -06:00
edhartnett
40e53580b6
fixed some refs
2017-08-15 14:01:17 -06:00
edhartnett
6b407dd38b
fixed a subsection header
2017-08-15 13:33:03 -06:00
edhartnett
50566bad6b
fixed some refs
2017-08-15 13:30:55 -06:00
Ward Fisher
8fcf0e53cc
Merge branch 'master' of https://github.com/edhartnett/netcdf-c into two-pulls
2017-08-10 14:30:05 -06:00
edhartnett
96c8e190e7
fixed table and link in Large File section
2017-08-10 12:44:57 -06:00
Ward Fisher
b50508479a
Added a new product to the static software html page.
2017-08-08 16:11:13 -06:00
Ward Fisher
74448c6c2d
Merge branch 'master' into DennisHeimbigner-patch-1
2017-07-06 13:44:25 -06:00
Ward Fisher
6da1539ff9
Removed software.md from dist file.
2017-06-07 12:58:23 -06:00
Ward Fisher
ecd40e688b
Removed old unused file, static html version was moved into static/ subdirectory
2017-06-06 10:48:15 -06:00
Ward Fisher
ec33411c6c
Bumped revision information to next version.
2017-06-01 13:35:39 -06:00
DennisHeimbigner
a0cc0a195b
Update install.md
2017-05-30 13:51:33 -06:00
Dennis Heimbigner
6a4ba35565
Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh)
...
1. Cleanup test_common.sh to expunge (mostly) the use of the VS
path value. This has the effect of being unable to use the
Visual Studio C compiler for shell tests.
2. There is a missing case in CMakeLists.txt so add
defaulting for HDF5_C_LIBRARY_hdf5 using HDF5_C_LIBRARY.
Ward should probably examine this to get it fixed correctly.
3. Put back ref to esg.md in docs/Doxyfile.in
4. Fix minor warning in dut8proc.h
2017-04-10 09:26:57 -06:00
Dennis Heimbigner
e1e7c77c26
Add initial DAP4 documentation
2017-04-06 10:06:32 -06:00
Dennis Heimbigner
6d8809100f
Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh)
...
1. When running under windows (as opposed to cygwin)
we need to make sure to not user /cygdrive/ file paths.
This was ocurring in libdap4/d4read.c, but may occur
elsewhere.
2. Shell scripts in the git repo are not being checked-out
with the executable mode set. Had core.filemode set to false.
Was a major hassle to fix.
2017-04-03 21:39:44 -06:00
Stephan Hoyer
4dd8e380c1
Switch NC_CHAR on netCDF4 to use ASCII
...
Fixes GH298
2017-03-13 20:12:08 -07:00
Ward Fisher
74a07272af
Updated software.html page with reference to ArcGIS Pro Space Time Pattern Toolbox
2017-02-27 13:20:48 -07:00
Ward Fisher
f79392ce21
Added release to release header.
2016-11-21 11:23:02 -07:00
Ward Fisher
99c8bccd85
Tweaked options table in install document.
2016-10-27 14:13:29 -06:00
Ward Fisher
08609a6ed4
Cleaning up the install doc, and updating some missing items.
2016-10-27 13:36:26 -06:00
Ward Fisher
a3327a3621
removed outdated information re: parallel netcdf.
2016-10-10 10:53:25 -06:00
Ward Fisher
b6c5d34c32
Updated documentation to reflect DAP2 reserved keywords. See https://github.com/Unidata/netcdf-c/issues/308 for more info.
2016-09-19 15:36:50 -06:00
Ward Fisher
5132ffa80f
Corrected dead links.
2016-09-13 11:21:42 -06:00
Bas Couwenberg
988b4ff868
Fix spelling errors.
...
* characers -> characters
* varaible -> variable
2016-08-28 15:45:36 +02:00
Dennis Heimbigner
0cf1e2c49f
re: Github issue netcdf-c 300
...
Modified provenance code to allocate the minimal space
needed for _NCProperties attribute in file. Basically
required using malloc in the provenance code and in ncdump.
Otherwise should cause no externally visible effects.
Also removed the ENABLE_FILEINFO from configure.ac since
the provenance code is no longer optional.
2016-08-08 09:24:19 -06:00
Ward Fisher
13fabc4036
Merge branch 'doc-update'
2016-07-08 10:26:31 -06:00
Ward Fisher
973ec5f2ad
Updated hdf5 version in documentation for pre-built Windows installers.
2016-07-07 15:14:48 -06:00
Ward Fisher
e502b40d6a
Updated static software html page.
2016-06-27 15:38:29 -06:00
Ward Fisher
a9b04ec696
Corrected a doxygen issue in types.dox.
2016-06-24 15:31:13 -06:00
Ward Fisher
1beeef771d
Removing generated version of software.html.
2016-06-24 15:05:06 -06:00
Ward Fisher
09751a638e
Moving static, non-generated software into version control.
2016-06-24 15:02:18 -06:00
Ward Fisher
49b416182a
Flagged _netcdf_dim_info and _netcdf_var_info as deprecated in documentation in service of https://github.com/Unidata/netcdf-c/issues/254
2016-06-16 14:07:42 -06:00
Ward Fisher
dc1a9c34d8
Added a document to catalog what the various tests are.
2016-06-06 14:51:57 -06:00
Dennis Heimbigner
4fa1470241
re: github issue https://github.com/Unidata/netcdf-c/issues/265
...
Charlie Zender noted that we forgot to define what happens for
various netcdf API attribute operations, notably nc_inq_att()
and nc_get_att().
So, I added a list of legal and illegal api calls for the provenance
attributes in docs/attribute_conventions.md.
I also added more test cases to ncdump/tst_fileinfo.c to verify
and fixed resultant errors.
2016-05-15 18:03:04 -06:00
Ward Fisher
3f10f26315
Updated hdf5 information for pre-built Windows binaries.
2016-05-13 12:39:21 -06:00
Ward Fisher
6c0312293b
Corrected dead links referencing the fortran 77, fortran 90 and C++ interfaces.
2016-05-12 16:40:50 -06:00
Ward Fisher
f0a3ad70fe
Merge branch 'master' into provenance
2016-05-11 15:43:30 -06:00
Ward Fisher
8221d8113a
Cleaned up best practices document.
2016-05-09 20:42:35 -06:00
Ward Fisher
14580681cc
Added best practices document to generated documentation.
2016-05-09 20:32:42 -06:00
Dennis Heimbigner
11a259ad86
Add provenance info for netcdf-4 files.
...
This consists of a persistent attribute named
_NCProperties plus two computed attributes
_IsNetcdf4 and _SuperblockVersion.
See the 'Provenance Attributes' section
of docs/attribute_conventions.md for details.
2016-05-07 14:32:07 -06:00
Ward Fisher
31aab90f7c
Added information to software.md
2016-04-15 11:06:40 -06:00
Ward Fisher
7f997ffb0b
Updated types.dox to reflect that some types are supported in CDF5 files.
2016-03-28 19:22:35 +00:00
ddirks
c8e922dc92
Tweaks to css
...
Fix placement of version selection dropdown and search box.
2016-01-21 11:19:23 -07:00
Ward Fisher
1805ef0668
Tweaks to style sheet with assistance from @ddirks
2016-01-21 10:11:17 -07:00
Ward Fisher
97883f81d5
Adding an obsolete fan_utils file.
2016-01-19 16:22:57 -07:00
Ward Fisher
94451d18d8
Adding fan_utils.html.
2016-01-19 16:15:51 -07:00
Ward Fisher
b86367c354
Working on netcdf document reorganization, wiring in the first of several stand-alone pages.
2016-01-15 14:59:40 -07:00