All Projects → Unidata → Netcdf Fortran

Unidata / Netcdf Fortran

Licence: other
Official GitHub repository for netCDF-Fortran libraries, which depend on the netCDF C library. Install the netCDF C library first.

Programming Languages

fortran
972 projects

Projects that are alternatives of or similar to Netcdf Fortran

Cryptocmd
Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.
Stars: ✭ 299 (+112.06%)
Mutual labels:  hacktoberfest, dataset
Jschema
A simple, easy to use data modeling framework for JavaScript
Stars: ✭ 261 (+85.11%)
Mutual labels:  hacktoberfest, dataset
Lacmus
Lacmus is a cross-platform application that helps to find people who are lost in the forest using computer vision and neural networks.
Stars: ✭ 142 (+0.71%)
Mutual labels:  hacktoberfest, dataset
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (+861.7%)
Mutual labels:  hacktoberfest, dataset
Di
PSR-11 compatible DI container and injector
Stars: ✭ 141 (+0%)
Mutual labels:  hacktoberfest
Logchimp
Track your customers feedback to build better products with LogChimp
Stars: ✭ 139 (-1.42%)
Mutual labels:  hacktoberfest
Alienfx
AlienFX is a CLI and GUI utility to control the lighting effects of your Alienware computer.
Stars: ✭ 140 (-0.71%)
Mutual labels:  hacktoberfest
404 Pagenotfound
💥 A curated list of "404 Page Not Found" pages
Stars: ✭ 140 (-0.71%)
Mutual labels:  hacktoberfest
Hubot Grafana
📈🤖 Query Grafana dashboards
Stars: ✭ 141 (+0%)
Mutual labels:  hacktoberfest
Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+1275.89%)
Mutual labels:  hacktoberfest
Coffee Quality Database
Building the Coffee Quality Institute Database
Stars: ✭ 141 (+0%)
Mutual labels:  dataset
Gamecontroller.js
A JavaScript library that lets you handle, configure, and use gamepads and controllers on a browser, using the Gamepad API
Stars: ✭ 141 (+0%)
Mutual labels:  hacktoberfest
Mygf Instagram
Like posts of my girlfriend's Instagram using web api, don't need any api key and access tokens just login and password
Stars: ✭ 140 (-0.71%)
Mutual labels:  hacktoberfest
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 (-0.71%)
Mutual labels:  hacktoberfest
Coravel
Near-zero config .NET Core micro-framework that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
Stars: ✭ 1,989 (+1310.64%)
Mutual labels:  hacktoberfest
Xwebadministration
This module contains DSC resources for deploying and configuring web servers and related components.
Stars: ✭ 140 (-0.71%)
Mutual labels:  hacktoberfest
Promitor
Bringing Azure Monitor metrics where you need them.
Stars: ✭ 140 (-0.71%)
Mutual labels:  hacktoberfest
Fleck
C# Websocket Implementation
Stars: ✭ 1,869 (+1225.53%)
Mutual labels:  hacktoberfest
Vue Cart
💵 A shop cart made with vue
Stars: ✭ 140 (-0.71%)
Mutual labels:  hacktoberfest
Activelogin.authentication
Support Swedish BankID (svenskt BankID) authentication in .NET.
Stars: ✭ 141 (+0%)
Mutual labels:  hacktoberfest

Unidata NetCDF Fortran Library

Overview

The Unidata network Common Data Form (netCDF) is an interface for scientific data access and a set of freely-distributed software libraries that provide 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. This software package provides Fortran application interfaces for accessing netCDF data. It depends on the netCDF C library, which must be installed first. Other separate software distributions available from Unidata provide C Java, C++, and Python. They have been tested on various common platforms.

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.

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

For more information about netCDF, see the netCDF Web page at

The netCDF Fortran libraries contain both F77 and F90 APIs. For documentation see

Code Status

NetCDF-Fortran uses Travis-CI for continuous integration testing. This helps to ensure that developer changes do not break the netCDF-Fortran code base.

Continuous Integration Testing Suite Status
Travis-CI

Getting NetCDF

You can obtain a copy of the latest released versions of netCDF software from

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

To install this package, please see the document:

Additional Documentation

Previous versions of the netCDF-3 C and FORTRAN-77 interfaces are documented at

Mailing List

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

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

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].