Skip to main content

STAREMaster_py is the python implementation of STAREMaster. It is used to create sidecar files for a collection of remote sensing products

Install

With pip

The installer will install the create_sidecar_files.py script and its dependencies.

Create a virtualenv:

mkvirtualevironment staremaster_py

Install from pypi

pip install staremaster

we then can install STAREMaster_py with

pip3 install -e STAREMaster_py/

pyhdf issues

Installing pyhdf from pip does not always seem to be trivially possible. Simple workaround is using conda;

conda create --name staremaster
conda activate staremaster
conda install -c conda-forge pyhdf

Then:

pip3 install -e STAREMaster_py/

Requirements

  • pystare
  • pyhdf
  • numpy
  • netCDF4
  • argparse
  • xarray
  • dask['distributed']
  • filelock

xarray and dask are hardcoded dependecies, but will become optional in the future

Usage

usage: create_sidecar_files.py [-h] [--folder folder] [--files files [files ...]] [--grid files] [--out_path OUT_PATH]
                               [--product product] [--cover_res cover_res] [--workers n_workers] [--archive archive]
                               [--parallel_files]

Creates Sidecar Files

optional arguments:
  -h, --help            show this help message and exit
  --folder folder       the folder to create sidecars for
  --files files [files ...]
                        the files to create a sidecar for
  --grid files          the grid to create a sidecar for (e.g. IMERG)
  --out_path OUT_PATH   the folder to create sidecars in; default: next to granule
  --product product     product (e.g. cldmsk_l2_viirs, hdfeos, l2_viirs, mod05, mod09, vj102dnb, vj103dnb, vnp02dnb, vnp03dnb,
                        ssmi)
  --cover_res cover_res
                        max STARE resolution of the cover. Default: min resolution of iFOVs
  --workers n_workers   use n_workers (local) dask workers
  --archive archive     Create sidecars only for granules not listed in the archive file. Record all create sidecars and their
                        corresponding granules in it.
  --parallel_files      Process files in parallel rather than looking up SIDs in parallel

e.g.

python3 create_sidecar_files.py --workers 4 
       --product MOD09 --file ~/MOD09.A2019317.0815.006.2019319020759.hdf

Extension

To add support for additional products, we need the following:

  1. a module in products/ containing
    • a class for the product that implements the reading of the geolocation and the gring
    • a method that implements the write_sidecar() function
  2. an import of the new module in products/__init__.py
  3. argument parsing and switch for the added product in create_sidecar_files.py

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

staremaster-0.0.5.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

staremaster-0.0.5-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

Details for the file staremaster-0.0.5.tar.gz.

File metadata

  • Download URL: staremaster-0.0.5.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for staremaster-0.0.5.tar.gz
Algorithm Hash digest
SHA256 022751a40d61158d2ed02d16e85a03d6092880d4af82775dbacf79957d93999d
MD5 17c32d8b138f42b74b5d03844c3a120a
BLAKE2b-256 e9ddabab3e3237d0b9b22d1889bc43d69631bac2e3d21ab26f4f22d0f4427449

See more details on using hashes here.

File details

Details for the file staremaster-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: staremaster-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 23.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for staremaster-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 57d9604f8e02f182e89582c3e5afb04413b472ca1d142fc9bdbe5fc6e24689d6
MD5 445f350aeec6700c333e03bd00388a8a
BLAKE2b-256 6e09acd885c095febfd4f540f04819eef848ffd4375129a610d8dfeea4627884

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.5 This release

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

0.0.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page