Fairicube_logo
FAIRiCUBE Knowledge Base
Fairicube_knowledge_banner

Tips & Tricks

Have a look at the solutions for challenges we faced in this project.

How to speed-up NetCDF data loading and processing time on cloud environments?

The GitHub web page Climate data processing with dask extremely slow contains details of a lesson learnt during one of FAIRiCUBE use cases.




How to transform a GeoTiff file into a Cloud-Optimised-Geotiff?

The GitHub folder fromTIFF_to_COG contains related Python scripts and a document with step-by-step explanation




How to check if a PyTorch installation is present and working?

The GitHub folder pytorch-verification contains code to verify correct installation of PyTorch (in a Python environment) and the access to devices it has for machine learning




How do I generate a GeoTIFF file from a NumPy array?

The GitHub folder geotiff-generation contains related Python scripts and a document with step-by-step explanation




How to create binary layers from data layer in QGIS?

The GitHub folder QGIS-functionality contains related template and a document with step-by-step explanation