scottyhq / pangeo-xarray-sprint

Experiment with working with overlapping swath data in xarray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pangeo-xarray-sprint

Experiment with working with overlapping swath data in xarray

Install components

GDAL from source

Requirements

  • Install: tiledb

Installation

Steps to install GDAL 3 from source:

  • Ensure you have the latest version of PROJ installed (> 6.0)
  • Get the latest source for GDAL (> 3.0)
  • Go inside the extracted directory and execute the following:
./configure --with-tiledb=yes
make
make install

Resource for bulding GDAL: https://trac.osgeo.org/gdal/wiki/BuildHints

Rasterio from source

Requirements

  • Install: Numpy, Cython

Installation

python setup.py install

About

Experiment with working with overlapping swath data in xarray

License:MIT License


Languages

Language:Jupyter Notebook 100.0%