All Projects → Unidata → Netcdf C

Unidata / Netcdf C

Licence: bsd-3-clause
Official GitHub repository for netCDF-C libraries and utilities.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Netcdf C

Siphon
Siphon - A collection of Python utilities for retrieving atmospheric and oceanic data from remote sources, focusing on being able to retrieve data from Unidata data technologies, such as the THREDDS data server.
Stars: ✭ 140 (-58.33%)
Mutual labels:  hacktoberfest, netcdf
Rioxarray
geospatial xarray extension powered by rasterio
Stars: ✭ 148 (-55.95%)
Mutual labels:  hacktoberfest, netcdf
Datacube Core
Open Data Cube analyses continental scale Earth Observation data through time
Stars: ✭ 285 (-15.18%)
Mutual labels:  hacktoberfest, netcdf
Chaos Mesh
A Chaos Engineering Platform for Kubernetes.
Stars: ✭ 4,265 (+1169.35%)
Mutual labels:  hacktoberfest
Iproute2 Cheatsheet
iproute2 command reference
Stars: ✭ 330 (-1.79%)
Mutual labels:  hacktoberfest
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Stars: ✭ 329 (-2.08%)
Mutual labels:  hacktoberfest
Pact Python
Python version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Stars: ✭ 335 (-0.3%)
Mutual labels:  hacktoberfest
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+997.32%)
Mutual labels:  hacktoberfest
Pandas alive
Create stunning, animated visualisations with Pandas & Matplotlib as easy as calling `df.plot_animated()`
Stars: ✭ 333 (-0.89%)
Mutual labels:  hacktoberfest
Egeria
Open Metadata and Governance
Stars: ✭ 328 (-2.38%)
Mutual labels:  hacktoberfest
Flopflip
🎚Flip or flop features in your React application in real-time backed by flag provider of your choice 🚦
Stars: ✭ 334 (-0.6%)
Mutual labels:  hacktoberfest
Open Pixel Art
A collaborative pixel art project to teach people how to contribute to open-source
Stars: ✭ 331 (-1.49%)
Mutual labels:  hacktoberfest
Validator Docs
Validação de CPF, CNPJ, CNH, NIS, Título Eleitoral e Cartão Nacional de Saúde com Laravel.
Stars: ✭ 334 (-0.6%)
Mutual labels:  hacktoberfest
Rf24mesh
OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ devices
Stars: ✭ 329 (-2.08%)
Mutual labels:  hacktoberfest
Guark
Build awesome Golang desktop apps and beautiful interfaces with Vue.js, React.js, Framework 7, and more...
Stars: ✭ 334 (-0.6%)
Mutual labels:  hacktoberfest
Fastadapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Stars: ✭ 3,512 (+945.24%)
Mutual labels:  hacktoberfest
Stream
🗄️ Stream plugin for WordPress
Stars: ✭ 335 (-0.3%)
Mutual labels:  hacktoberfest
Kmeans
k-means clustering algorithm implementation written in Go
Stars: ✭ 332 (-1.19%)
Mutual labels:  hacktoberfest
Dev Ios
DEV Community iOS App
Stars: ✭ 334 (-0.6%)
Mutual labels:  hacktoberfest
Bugbug
Platform for Machine Learning projects on Software Engineering
Stars: ✭ 334 (-0.6%)
Mutual labels:  hacktoberfest

Unidata NetCDF

Build Status Coverity Scan Build Status

About

The Unidata network Common Data Form (netCDF) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The current netCDF software provides C interfaces for applications and data. Separate software distributions available from Unidata provide Java, Fortran, Python, and C++ interfaces. They have been tested on various common platforms.

Properties

NetCDF files are self-describing, network-transparent, directly accessible, and extendible. Self-describing means that a netCDF file includes information about the data it contains. Network-transparent means that a netCDF file is represented in a form that can be accessed by computers with different ways of storing integers, characters, and floating-point numbers. Direct-access means that a small subset of a large dataset may be accessed efficiently, without first reading through all the preceding data. Extendible means that data can be appended to a netCDF dataset without copying it or redefining its structure.

Use

NetCDF is useful for supporting access to diverse kinds of scientific data in heterogeneous networking environments and for writing application software that does not depend on application-specific formats. For information about a variety of analysis and display packages that have been developed to analyze and display data in netCDF form, see

More information

For more information about netCDF, see

Latest releases

You can obtain a copy of the latest released version of netCDF software for various languages:

Copyright

Copyright and licensing information can be found here, as well as in the COPYRIGHT file accompanying the software

Installation

To install the netCDF-C software, please see the file INSTALL in the netCDF-C distribution, or the (usually more up-to-date) document:

Documentation

A language-independent User's Guide for netCDF, and some other language-specific user-level documents are available from:

A mailing list, [email protected], exists for discussion of the netCDF interface and announcements about netCDF bugs, fixes, and enhancements. For information about how to subscribe, see the URL

Feedback

We appreciate feedback from users of this package. Please send comments, suggestions, and bug reports to [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].