KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
cc
★ 13
Open GitHub ↗
NSF EarthCube CyberConnector
Download README (.md)
Explore Similar Repositories
CQuickFramework
:
一个使用C语言开发的PHP MVC框架.包含自动加载、路由重写、Hooks、DB封装、Di容器、视图引擎、消息队列、消费者管理、调试器等核心功能.核心之外还包含了诸多日常开发所常用的类库,如图片水印处理、FTP封装、Linux性能检测与告警、Telnet探测、邮件发送、验证码、验证器、Redis、分页、曲线拟合等.此外框架包含如多安全特性,在C层面对webshell提供拦截和防护.使用简单、性能强大.
Unity-City-Generator
:
Procedural 3d City generator in Unity using real life geometrical data from open street maps
sri-check
:
A Burp Suite extension for identifying missing Subresource Integrity attributes.
curate_science
:
Transparency & credibility curation products for all research stakeholders.
ExpO
:
Explanation Optimization
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cc
?
Download (.md)
[](https://travis-ci.org/CSISS/cc) [](https://github.com/CSISS/cc/blob/master/LICENSE) [](https://github.com/CSISS/cc/stargazers) [](https://github.com/CSISS/cc/network/members) [](https://github.com/CSISS/cc/issues) [](https://codecov.io/) # CyberConnector NSF EarthCube Building Block project This project aims to connect the existing data sources to the Earth science models so the generation of modeling products could be more automatic and effortless. [CyberConnector Online Documentation](https://csiss.github.io/cc/) # Installation ## Prerequisite Java 1.8+ (mandatory, OpenJDK) Apache Tomcat 8.0+ (mandatory, web container) ncWMS 2.4.1+ (mandatory, download ncWMS.war and deploy it into Tomcat webapps folder) [cc-thredds-pycsw](https://github.com/CSISS/cc-thredds-pycsw) (optional, if you plan to set up your own catalog) Apache Maven 3.5.0+ (optional, building CyberConnector.war from source) ## Quick Start ### Automated Installer CyberConnector installer support CentOS, Ubuntu/Debian and Mac OS X operating systems. To get started download the latest source code. The installer script requires two parameters: the Anaconda directory and the data directory paths. Example usage: ``` cd install ./install.sh /opt/anaconda3 /data ``` ### Docker Image We published a Docker image in DockerHub for docker users. The pull command is: `docker pull csiss/cc` The run command is: `docker run -p 8080:8080 -v DATAPATH:/home/jboss/covaliFiles csiss/cc` # Modules COVALI - a sub-system for comparison and validation of atmospheric and other Earth science models (funded by [EarthCube CyberWay](http://cube.csiss.gmu.edu/CyberWay/web/index)) # Usage ## COVALI Example:  General Demo:  ### Roam around the Globe  COVALI has different projection options and 3-D view to enable multi-perspective viewing the data.  ### Search Data #### Search in UCAR server  #### Search in the public folder  Search results are listed in a panel where users can directly download the files or load them into the maps.  ### Add Data COVALI supports visualizing GRIB/NetCDF data on the maps.  ### Settings COVALI provides a Settings menu to controll the two maps. It allows users to manage the added data layers.  ### Tools COVALI provides a number of tools to facilitate the comparison and validation among the data. #### Animation Create an animation from multiple data time steps.  #### Statistic Report Users can draw points or lines on the map to get a statistics on the values on the points or along the lines.  #### Regridding Regridding for NetCDF data is supported but requires additional configuration. Regridding uses ESMF (Earth Science Modeling Framework) and xESMF Python libraries. First, [Anaconda](https://docs.anaconda.com/anaconda/install/) must be installed and it's location must be set in `config.properties` file. For example: `anaconda_path=/opt/anaconda3` Second, a new environment with correct dependencies must be configured: ```$bash conda create -n esmpy8 -y conda install -y -n esmpy8 -c conda-forge "esmf!=*nompi" esmpy xarray=0.14.1 scipy dask netCDF4 xesmf libnetcdf=4.6.2 netcdf4=1.5.1 ```  #### NCO Operations The following NetCDF operators are supported for selected variables in files: * ncra (Record Average) * ncbo (Binary Operators: Add, Subtract, Multiply, Divide) * ncap2 (Scriptable Arithmetic Operator)    ncdump is supported for providing file information for NCO and Regridding tools:  #### Map rotation Use `Alt+Shift+Drag` to rotate the map.  # Demo Site A demo instance has been deployed on George Mason University server. [here](http://cube.csiss.gmu.edu/CyberConnector/web/covali) # License MIT # Developers [developer list](authors.md) # Funders National Science Foundation (#1740693 and #1440294) 