Skip to main content

Library for data retrieval and manipulation swesarr data for the NASA database.

Project description

swesarr_pytools

image image

Library for data retrieval and manipulation swesarr data for the NASA database. swesarr_pytool is a python Library created for easy data retrieval and manipulation swesarr data for the NASA database.

The Snow Water Equivalent Synthetic Aperture Radar and Radiometer (SWESARR) is a Tri-Frequency Radar and Radiometer instrument designed to measure the water content in a snowpack. The instrument, developed at NASA’s Goddard Space Flight Center, uses active and passive microwave sensors to map the radio frequency emissions of the snowpack, which can then be turned into a measurement of snow water equivalent.

SWESARR has three active (including a dual Ku band) and three passive bands. Radar data is collected in dual polarization (VV, VH) while the radiometer makes single polarization (H) observations.

Features

pip install swesarr_pytool

Usage

Accessing metadata

The package provide a functionality to retrieve available SWESARR flight paths and flight date, additionally flight path or list of flight path within a date range can be retrieved if such flight path exist

from swesarr_pytools.access_swesarr import AccessSwesarr
from datetime import date


#Instatiate the Access Object
meta_object = AccessSwesarr()

#Retrieve meta
swesarr_metadata = meta_object.data_meta

#Retrieve flight path
flight_paths = meta_object.flight_names

#Retrieve flight date
flight_dates = meta_object.flight_dates

#search for flight within a date range
available_dates = meta_object.available_date_within_range(start_date=date(2019, 1, 1),
                                               end_date=date(2019, 12, 31))

Project details


Download files

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

Source Distribution

swesarr_pytools-0.0.1.tar.gz (21.7 kB view details)

Uploaded Source

Built Distribution

swesarr_pytools-0.0.1-py2.py3-none-any.whl (9.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file swesarr_pytools-0.0.1.tar.gz.

File metadata

  • Download URL: swesarr_pytools-0.0.1.tar.gz
  • Upload date:
  • Size: 21.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for swesarr_pytools-0.0.1.tar.gz
Algorithm Hash digest
SHA256 973d2bac6326720b96512f500ba9fc33c8e3efaadcdf4c7654d88c5ca36008e4
MD5 240d2d47e0725ed6a999c1158c1b7487
BLAKE2b-256 f60253976863503fdb8646a9e639d575c9271b4eb6e1368cb0d029aab194749e

See more details on using hashes here.

File details

Details for the file swesarr_pytools-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for swesarr_pytools-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a88c0d4d4e229f8ef15321114d5e353715d18c6603e0b52819f81317ee3a5be1
MD5 1fdb3cf5212d532b64b76cef0d36e381
BLAKE2b-256 a140ab34abd97dba0d50a359a7797e007be7fdd7953d8a492fd53e11ceede0fa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page