Search found 117 matches

by davidh
Wed Mar 27, 2024 3:01 pm
Forum: Geo2Grid
Topic: ABI 500m grid parameters
Replies: 1
Views: 4177

Re: ABI 500m grid parameters

Thanks for reaching out. Of course we want any provided configurations to be accurate. I assume you modified some calculations from the work we did in your AHI post here (https://forums.ssec.wisc.edu/viewtopic.php?t=59552)? Otherwise, I don't see any ABI 500m grids in the Polar2Grid/Geo2Grid "g...
by davidh
Thu Nov 30, 2023 11:31 am
Forum: Polar2grid
Topic: Extracting UINT16 from MODIS
Replies: 10
Views: 27472

Re: Extracting UINT16 from MODIS

Regarding that level 1b command: The data saved as 16-bit unsigned integers in that are the scaled version of the square root of the reflectance percentages. You would need to provide a custom enhancement (requires modifying YAML files) to scale the data without square root and in a way that the dat...
by davidh
Wed Nov 29, 2023 1:05 pm
Forum: Polar2grid
Topic: Extracting UINT16 from MODIS
Replies: 10
Views: 27472

Re: Extracting UINT16 from MODIS

When you specify `--no-enhance` and don't force `--dtype` the geotiff writer will try to preserve the data type of the data being saved. So for these visible bands that is 32-bit floats. For the unexpected 16-bit values, the geotiff writer is scaling the input floating point data (the visible reflec...
by davidh
Fri Nov 03, 2023 2:26 pm
Forum: Polar2grid
Topic: Extracting UINT16 from MODIS
Replies: 10
Views: 27472

Re: Extracting UINT16 from MODIS

Hi Conrad,

I see two attachments, but both seem to be valid geotiffs. Both of them also seem to have UInt16 data types. Looking at the vis01 image in python, I see it is indeed all 65535 for the swath portion of the image (0 otherwise). I'm hoping the log can tell me a bit more.

Dave
by davidh
Thu Nov 02, 2023 10:58 am
Forum: Polar2grid
Topic: Extracting UINT16 from MODIS
Replies: 10
Views: 27472

Re: Extracting UINT16 from MODIS

Hi Conrad,

Just to be sure, what version of Polar2Grid are you running?

Could you send along the log file that P2G produced from this uint16 execution? If possible, a copy of the file it produced may also speed up my debugging. Thanks.

Dave
by davidh
Wed Oct 18, 2023 10:16 am
Forum: Geo2Grid
Topic: Error reading GOES cloud file with geo2grid
Replies: 6
Views: 20639

Re: Error reading GOES cloud file with geo2grid

Hi Bob,

The developer I was referring to was Joleen Feltz and from my understanding you've been in contact. Joleen mentioned that she recommended using GDAL's tools for handling the file you have as there isn't a reader that can load them in Satpy.

Dave
by davidh
Mon Oct 02, 2023 11:22 am
Forum: Geo2Grid
Topic: Error in reading cloud files with make_donor_proj.py
Replies: 2
Views: 10364

Re: Error in reading cloud files with make_donor_proj.py

Hi Bob,

The `make_donor_proj.py` script is not part of Geo2Grid. Is that part of CLAVR-x? You may need to contact the CLAVR-x team about the version you are using and compatibility with the files you have.

Dave
by davidh
Mon Oct 02, 2023 11:20 am
Forum: Geo2Grid
Topic: Error reading GOES cloud file with geo2grid
Replies: 6
Views: 20639

Re: Error reading GOES cloud file with geo2grid

Hi, On that documentation page it points out the expected filename format. For example: OR_ABI-L2-{PROD}F-M3_G16_s20182531700311_e20182531711090_c20182531711149.nc Your CLAVR-x file does not match that format and also the `abi_l2_nc` reader does not read CLAVR-x files, only a subset of NOAA official...
by davidh
Wed Aug 23, 2023 6:51 pm
Forum: Polar2grid
Topic: AHI grid parameters
Replies: 11
Views: 26023

Re: AHI grid parameters

The last two are the coordinate of the center of the upper-left pixel. For most satellites the *outer* edges of the pixels are always the same between resolutions, but this means that the center point changes depending on the resolution. So a 2km grid would be 1000 meters from the outer edges (a.k.a...
by davidh
Wed Aug 23, 2023 2:47 pm
Forum: Polar2grid
Topic: AHI grid parameters
Replies: 11
Views: 26023

Re: AHI grid parameters

Sorry, I realized I got the numbers wrong. This should be more accurate: h8_fldk_500m, proj4, +proj=geos +lon_0=140.7 +h=35785863 +a=6378137 +rf=298.257024882273 +units=m +no_defs, 22000, 22000, 500, -500, -5499749.901174725, 5499749.901174725 For my own reference: my last comment I moved the pixels...