XMDF: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{TOCright}}
==Description==
==Description==


XMDF is a C and Fortran language library providing a standard format for the geometry data storage of river cross-sections, 2D/3D structured grids, 2D/3D unstructured meshes, geometric paths through space, and associated time data.  XMDF uses HDF5 for cross-platform data storage and compression.
XMDF is a C and Fortran language library providing a standard format for the geometry data storage of river cross-sections, 2D/3D structured grids, 2D/3D unstructured meshes, geometric paths through space, and associated time data.  XMDF uses HDF5 for cross-platform data storage and compression.


==Version 2.0==
===License===
* [http://xmdf.aquaveo.com/doc2.0/index.html Online Documentation]
XMDF is distributed with the following license:
* [http://xmdf.aquaveo.com/xmdf_2.0.zip XMDF library code] (6.68 MB) No XMDF Unix add-on available - Last Revised July 12, 2011
 
Copyright 2023 Aquaveo, LLC
 
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
 
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
 
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
 
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
==Version 2.2==
* [http://xmdf.aquaveo.com/doc2.2/html/index.html Online Documentation]
* [http://xmdf.aquaveo.com/xmdf_2.2.zip XMDF library code] (3.3 MB) No XMDF Unix add-on available - Last Revised January 20, 2017
* [http://xmdf.aquaveo.com/changes.txt Change Log]
* [http://xmdf.aquaveo.com/changes.txt Change Log]


==Version 1.9==
==Previous Versions==
 
====2.1====
* [http://xmdf.aquaveo.com/doc2.1/html/index.html Online Documentation]
* [http://xmdf.aquaveo.com/xmdf_2.1.zip XMDF library code] (5.9 MB) No XMDF Unix add-on available - Last Revised July 30, 2012
 
====2.0====
* [http://xmdf.aquaveo.com/doc2.0/html/index.html Online Documentation]
* [http://xmdf.aquaveo.com/xmdf_2.0.zip XMDF library code] (14.6 MB) No XMDF Unix add-on available - Last Revised April 30, 2012
 
====1.9====
* [http://xmdf.aquaveo.com/doc1.9/index.html Online Documentation]
* [http://xmdf.aquaveo.com/doc1.9/index.html Online Documentation]
* [http://xmdf.aquaveo.com/xmdf_1.9.zip XMDF library code] (6.68 MB) No XMDF Unix add-on available - Last Revised July 12, 2011
* [http://xmdf.aquaveo.com/xmdf_1.9.zip XMDF library code] (6.68 MB) No XMDF Unix add-on available - Last Revised July 12, 2011
* [http://xmdf.aquaveo.com/changes.txt Change Log]
==Previous Versions==


====1.8====
====1.8====
Line 50: Line 81:


== HDF5 File Browsers and Editors ==
== HDF5 File Browsers and Editors ==
* [http://www.space-research.org/explorer.htm HDF Explorer]
* [http://www.space-research.org/explorer/explorer.htm HDF Explorer]
* [http://www.hdf-group.org/hdf-java-html/hdfview/index.html NCSA HDFView]
* [http://www.hdf-group.org/hdf-java-html/hdfview/index.html NCSA HDFView]
[[Main Page|Back to XMS]]
[[Category:File Format|X]]
[[Category:External Links]]

Latest revision as of 20:43, 24 April 2023


Description

XMDF is a C and Fortran language library providing a standard format for the geometry data storage of river cross-sections, 2D/3D structured grids, 2D/3D unstructured meshes, geometric paths through space, and associated time data. XMDF uses HDF5 for cross-platform data storage and compression.

License

XMDF is distributed with the following license:

Copyright 2023 Aquaveo, LLC

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Version 2.2

Previous Versions

2.1

2.0

1.9

1.8

1.7

1.6

1.4

1.3

1.2

1.1

1.0


HDF5 File Browsers and Editors



Back to XMS