Search found 4 matches
- Thu Apr 28, 2022 4:40 pm America/New_York
- Forum: Home
- Question: Read AMSR-E data in HDF Format
- Replies: 1
Re: Read AMSR-E data in HDF Format
You can use Python, Matlab, IDL, and NCL to read AMSR-E/Aqua L2B Surface Soil Moisture, Ancillary Parms, & QC EASE-Grids (AE_Land) data. You can find example codes from the HDF-EOS Tools and Information Center to access and visualize this AMSR-E dataset at http://hdfeos.org/zoo/index_openNSIDC_E...
- Thu Apr 28, 2022 4:36 pm America/New_York
- Forum: Home
- Question: Extract lat/lon from AMSR-E Sea Ice Data
- Replies: 1
Re: Extract lat/lon from AMSR-E Sea Ice Data
AMSR-E sea ice data sets are provided in the Polar Stereographic projection. NSIDC provides gridded latitude and longitude NetCDF files that give the coordinates for the center of each grid cell. You can find the files at this link: https://nsidc.org/data/nsidc-0771 . These ancillary data for NSIDC ...
- Thu Apr 28, 2022 4:31 pm America/New_York
- Forum: Home
- Question: Reproject BedMachine Antarctica to lat/lon
- Replies: 1
Re: Reproject BedMachine Antarctica to lat/lon
You can take a look at the Python (xy2ll.py) and Matlab (xy2ll.m) scripts in this GitHub repository: https://github.com/nsidc/nsidc0756-scripts to convert between polar stereographic coordinates to geodetic lat/lon. Here's an example Python script to use for the reprojection: from xy2ll import xy2ll...
- Thu Apr 28, 2022 4:20 pm America/New_York
- Forum: Home
- Question: Convert MEaSUREs GeoTIFF into NetCDF
- Replies: 1
Re: Convert MEaSUREs GeoTIFF into NetCDF
You can use the Geospatial Data Abstraction Library (GDAL) in the command line to convert GeoTIFF files into a different format. Make sure GDAL is installed on your workstation before proceeding. You can find further details at https://gdal.org . Open a terminal/command prompt and navigate to the f...