Re: [gdal-dev] get data from one s3 bucket, process and upload to another bucket as docker container

2022-11-29 Thread H. Joe Lee via gdal-dev
I had some success with geolambda [1] a few years ago. I used the S3 trigger [2]. [1] https://github.com/developmentseed/geolambda [2] https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html - Joe --- Build the Metaverse w/ HDF. On Tue, Nov 29, 2022 at 4:23 AM Marcin Niemyjski via

[gdal-dev] Adding input format (-if) option for gdalmdiminfo and gdalmdimtranslate?

2020-09-08 Thread H. Joe Lee
Hi, I can see that -if option is being [1] added to GDAL utilities, which is great for reading CF-compliant HDF5 as netCDF-4 and vice versa. Do you know how much effort is needed to apply the same -if option to gdalmdiminfo and gdalmdimtranslate? Is adding the -if option in the current

Re: [gdal-dev] Feasibility of expanding VRT schema to allow users to specify X/Y dimension for HDF data?

2016-09-16 Thread H. Joe Lee
x" any input transposed >> dataset. >> >> I'm also not entirely certain why one couldn't supply an appopriately >> transposed geotransform to accomplish something similar. This could >> be done without any code changes in the existing VRT format. >> >> B

Re: [gdal-dev] Feasibility of expanding VRT schema to allow users to specify X/Y dimension for HDF data?

2016-08-04 Thread H. Joe Lee
Thank you so much, Even! OpenOptions sounds like a perfect match for this case. I'll try it with HDF drivers and see how it goes with gdal_translate. Best Regards, On Thu, Aug 4, 2016 at 5:32 PM, Even Rouault <even.roua...@spatialys.com> wrote: > On Thursday 04 August 2016 16:31:25 H

[gdal-dev] Feasibility of expanding VRT schema to allow users to specify X/Y dimension for HDF data?

2016-08-04 Thread H. Joe Lee
Hi, My name is Joe Lee and I'm very interested in improving GDAL's capability to access NASA HDF4/HDF5 data so that users can work with HDF easily through GDAL. For example, my goal is to allow users to translate any HDF data into GeoTIFF via gdal_translate. I've worked with diverse NASA HDF