How to request and use our products
This page gathers all the documentation describing how to request and use the data of the CyclObs website.
Product request
Data can be downloaded through two means :- Specific cyclone/file download : using the "Access data for this cyclone" link, reachable by browsing to a cyclone on the CyclObs website. Specific cyclone acquisition files are then downloadable with the "Download" link.
-
Massive and customizable download : In a first step, the CyclObs application programming interface (API)
enables to retrieve meta-data characterizing satellite acquisitions and storms from our database.
In a second step, the data are downloaded with respect to these meta-data.
See CyclObs API documentation to see how to use it.
Complete usage examples
Python jupyter notebooks are used for the following examples. The notebooks are available for download.
To install jupyter : Jupyter documentation
To run a notebook : Jupyter documentation
-
Shell downloader
Minimalist exemple to just download the data
Download notebook : 00shell_download.ipynb
-
How to retrieve cyclones tracks from Cyclobs website
How to use the track APIDownload notebook : 01Retrieve_cyclone_tracks.ipynb
-
Basic download and plotting with python
This notebook show how the data can be dowloaded/plotted from python
Download notebook : 05plotting_with_python.ipynb
-
Geotiff conversion (bash)
This example describe how to convert netcdf gridded files to geotiff, using gdadmem command.
Download notebook : 06convert-geotiff.ipynb
-
Histogram of SAR acquisitions per month/year
This demonstrate one concrete example of Cyclobs API usage and holoviews for plotting.
Download notebook : 10Bar_plot_using_API.ipynb
-
Acquisition bounding box map
Retrieve SAR acquisitions bounding box from CyclObs API and plot them on a map.
Download notebook : 15Map_plot.ipynb
-
SAR and SFMR colocation product examples
The 3 next examples illustrate how to retrieve and plot data from our SFMR coloc product.
SFMR-Sat Comparison plots
This notebook illustrates how to build plots using SFMR coloc data with holoviews python library.
Download notebook : 20SFMR_Sat_Comparison_plots.ipynb
-
SFMR wind speed transect comparison
Illustrates how to create a SFMR vs SAR wind speed profile plot with holoviews and our SAR/SFMR colocation product.
Download notebook : 25SFMR_profile.ipynb
-
Plot SFMR track on a map with SAR acquisition
Illustrates how to plot the SFMR colocated track on a map on top of the colocated SAR acquisition.
Download notebook : 30SFMR_track_map_SAR.ipynb