Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created August 19, 2019 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epifanio/0ee266eec05672eff43c66088750f248 to your computer and use it in GitHub Desktop.
Save epifanio/0ee266eec05672eff43c66088750f248 to your computer and use it in GitHub Desktop.
>>> dataset = Dataset('/var/www/sites/pydap/server/data/S1A_IW_GRDH_1SDH_20190816T083435_20190816T083504_028592_033BE9_4D94.nc')
>>> dataset
<class 'netCDF4._netCDF4.Dataset'>
root group (NETCDF4 data model, file format HDF5):
title: Sentinel-1 GRD data
netcdf4_version_id: 4.4.0
file_creation_date: 2019-08-16T12:15:42Z
PRODUCT_TYPE: GRD
ACQUISITION_STOP_TIME: 2019-08-16T08:35:04.123125
ORBIT_NUMBER: 28592
BEAM_MODE: IW
SWATH: IW
ProductTimelinessCategory: Fast-24h
keywords: [Earth Science, Spectral/Engineering, RADAR, RADAR backscatter], [Earth Science, Spectral/Engineering, RADAR, RADAR imagery], [Earth Science, Spectral/Engineering, Microwave, Microwave Imagery]
summary: Sentinel-1 C-band SAR GRD product.
FACILITY_IDENTIFIER: Copernicus S1 Core Ground Segment - UPA
polarisation: HHHV
SENSOR_IDENTIFIER: SAR
MODE: IW
PIXEL_SPACING: 1.000000e+01
BEAM_SWATH: IW
SATELLITE_IDENTIFIER: SENTINEL-1
keywords_vocabulary: GCMD Science Keywords
ACQUISITION_START_TIME: 2019-08-16T08:34:35.084407
institution: Norwegian Meteorological Institute
ORBIT_DIRECTION: DESCENDING
LINE_SPACING: 1.000000e+01
Conventions: CF-1.6
MISSION_ID: S1A
history: 2019-08-16T12:15:42Z. Converted from SAFE to NetCDF by NBS team.
dimensions(sizes): time(1), x(25676), y(19326), gcp_index(231)
variables(dimensions): int32 time(time), float32 lat(y,x), float32 lon(y,x), uint16 Amplitude_HH(time,y,x), uint16 Amplitude_HV(time,y,x), int32 crsWGS84(), float32 dn_HH(time,y,x), float32 sigmaNought_HH(time,y,x), float32 gamma_HH(time,y,x), float32 betaNought_HH(time,y,x), float32 betaNought_HV(time,y,x), float32 gamma_HV(time,y,x), float32 dn_HV(time,y,x), float32 sigmaNought_HV(time,y,x), float32 noiseCorrectionMatrix_HH(time,y,x), float32 noiseCorrectionMatrix_HV(time,y,x), int8 swathList(y,x), float32 GCP_incidenceAngle_HH(gcp_index), float32 GCP_slantRangeTime_HV(gcp_index), float32 GCP_azimuthTime_HV(gcp_index), float32 GCP_longitude_HH(gcp_index), float32 GCP_pixel_HH(gcp_index), float32 GCP_elevationAngle_HH(gcp_index), float32 GCP_latitude_HH(gcp_index), float32 GCP_height_HH(gcp_index), float32 GCP_incidenceAngle_HV(gcp_index), float32 GCP_longitude_HV(gcp_index), float32 GCP_latitude_HV(gcp_index), float32 GCP_height_HV(gcp_index), float32 GCP_elevationAngle_HV(gcp_index), float32 GCP_pixel_HV(gcp_index), float32 GCP_azimuthTime_HH(gcp_index), float32 GCP_line_HV(gcp_index), float32 GCP_slantRangeTime_HH(gcp_index), float32 GCP_line_HH(gcp_index), int8 s1Level1ProductSchema_HH(), int8 s1Level1ProductSchema_HV(), int8 orbitList_HH(), int8 swathMergeList_HH(), int8 coordinateConversionList_HH(), int8 orbitList_HV(), int8 swathMergeList_HV(), int8 coordinateConversionList_HV()
groups:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment