pyroms | Python tools for the Regional Ocean Modeling System
kandi X-RAY | pyroms Summary
kandi X-RAY | pyroms Summary
pyroms is a Python library. pyroms has no bugs, it has no vulnerabilities and it has low support. However pyroms build file is not available and it has a Non-SPDX License. You can download it from GitHub.
Pyroms is a collection of tools to process input and output files from the Regional Ocean Modeling System, ROMS. It was originally started by Rob Hetland as a googlecode project, then he morphed it into octant, also at googlecode. Frederic Castruccio then created a fork and renamed it back to pyroms. Pyroms is now hosted on GitHub.com in the ESMG/pyroms repository. This version is on the python3 branch. It requires Python 3.4 or later.
Pyroms is a collection of tools to process input and output files from the Regional Ocean Modeling System, ROMS. It was originally started by Rob Hetland as a googlecode project, then he morphed it into octant, also at googlecode. Frederic Castruccio then created a fork and renamed it back to pyroms. Pyroms is now hosted on GitHub.com in the ESMG/pyroms repository. This version is on the python3 branch. It requires Python 3.4 or later.
Support
Quality
Security
License
Reuse
Support
pyroms has a low active ecosystem.
It has 84 star(s) with 57 fork(s). There are 43 watchers for this library.
It had no major release in the last 12 months.
There are 13 open issues and 8 have been closed. On average issues are closed in 75 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of pyroms is v1.0.0
Quality
pyroms has 0 bugs and 0 code smells.
Security
pyroms has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
pyroms code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
pyroms has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
pyroms releases are available to install and integrate.
pyroms has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
pyroms saves you 15418 person hours of effort in developing the same functionality from scratch.
It has 30756 lines of code, 538 functions and 330 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed pyroms and discovered the below as its top functions. This is intended to give you an instant insight into pyroms implemented functionality, and help decide if they suit your requirements.
- Remap a bounding box .
- Create a bounding box for a given station .
- Perform a remapping of a given variable .
- Remap bry_uvick_uvory_uv2 .
- Remap a bounding signal .
- r Calculate the depth of the grid .
- Create a 2D projection of a 2D variable .
- create boundary file for rstry
- Remapping a tensor .
- Create a transect view of a given variable .
Get all kandi verified functions for this library.
pyroms Key Features
No Key Features are available at this moment for pyroms.
pyroms Examples and Code Snippets
No Code Snippets are available at this moment for pyroms.
Community Discussions
No Community Discussions are available at this moment for pyroms.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pyroms
Pyroms is still a bit rough around the edges, particularly with regard to installation. Recent development has been done in Python environments managed by Conda. However Pyroms itself cannot yet be installed with Conda. If you are starting from scratch, we recommend that you install Anaconda or Miniconda and create a Python 3 environment (as of December 2020, version 3.8 is your best bet) for Pyroms and your other scientific software. You should also consider making conda-forge your default channel. See the conda-forge tips and tricks page. If you don't want to use Conda, that's fine, but you will have to do more of the work yourself.
To clone a copy of the source and install the pyroms packages, you can use the following commands. This installs three PIP packages with the names pyroms, pyroms_toolbox and bathy_smoother, each with an eponymous module. An editable-mode installation is recommended becauses it means changes you make to your copy of the source code will take effect when you import the modules. If you don't want this you can omit the "-e" option. The "pip install" command runs "python setup.py install" (or "python setup.py develop" with the "-e" switch) in each of the subdirectories listed. The "pip install" form is recommended because it allow easy removal (see below). The above should work on most Linuces and on OSX with the system gcc and gfortran compilers. They have also been verified to work in a Conda environment on Windows, provided you install the m2w64-gcc and m2w64-gfortran compilers.
If you install as above and try to import the three Pyroms modules without having installed scrip you will get a warning like this:. The scrip module is not available via Conda or any other package repository and we are looking at alternatives. In the meantime, scrip can be built and installed from source as follows.
To clone a copy of the source and install the pyroms packages, you can use the following commands. This installs three PIP packages with the names pyroms, pyroms_toolbox and bathy_smoother, each with an eponymous module. An editable-mode installation is recommended becauses it means changes you make to your copy of the source code will take effect when you import the modules. If you don't want this you can omit the "-e" option. The "pip install" command runs "python setup.py install" (or "python setup.py develop" with the "-e" switch) in each of the subdirectories listed. The "pip install" form is recommended because it allow easy removal (see below). The above should work on most Linuces and on OSX with the system gcc and gfortran compilers. They have also been verified to work in a Conda environment on Windows, provided you install the m2w64-gcc and m2w64-gfortran compilers.
If you install as above and try to import the three Pyroms modules without having installed scrip you will get a warning like this:. The scrip module is not available via Conda or any other package repository and we are looking at alternatives. In the meantime, scrip can be built and installed from source as follows.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page