Marine Spatial Planning
The IH-MSP Platform (Marine Spatial Planning http://msp.ihcantabria.com/) integrates technical and scientific knowledge from IHCantabria, as well as the present set of "Screening Tools" in relation with marine activities suitability, aquaculture and marine energy, and their planning in marine area.
It is organized in four main tools: - Biological and Energy Resouce Suitability - Structural Suitability - Operational Suitability (for carry out operation and maintenance activities) - Fish Farming & Renewable Energy Opportunities
So far, the current version implements "Biological and EnergyResource Suitability Tool". The aim of the Biological Suitability tool is to assess the growth probability of species according to their biological charecteristics, in this case, according to their suitable temperature and salinity ranges. It makes use of Copernicus Marine Environment Monitoring Service product, specifically analyzes Global Ocean Physics Reanalysis (GLOBAL_REANALYSIS_PHY_001_030), so the CMEMS product, http://marine.copernicus.eu/, is a key element of this tool. The goal of Energy Resource Suitability tool is to assess the oceanographic conditions to obtain wave and wind energy. It makes use of ERA-Interim, a global atmospheric reanalysis product of European Centre for Medium-Range Weather Forecasts (ECMWF), https://www.ecmwf.int/en/forecasts/datasets/reanalysis-datasets/era-interim.
Check out connection http://thredds.ihcantabria.com/catalog/copernicus/CMEMS/catalog.xml"
-
Install Python 3.7
-
Install using pip: Optionally, we recommend use virtualenv
pip install git https://github.com/ihcantabria/msp.tools@master
- Configuration
A basic configuration can be edited in
<env_path>/lib/<python_version>/site-package/msptools/config.py
. You can set logging options and data source for calculating.
- Configuration
A basic configuration can be edited in
<env_path>/lib/<python_version>/site-package/msptools/config.py
. You can set logging options and data source for calculating.
import msp
params = {
"point": { "lon": -6.5, "lat": 43.8 },"specie": { "name": 'European seabass', "salinity_min": 30, "salinity_max": 40, "temperature_min": 18, "temperature_max": 26 }, "dates": { "ini": '2015-01-01', "end": '2015-03-01' }}
msp.run_biological(params)
license:gpl GNU General Public License v3.0