Omkar
Omkar
Ok, so I worked with pydap and thought I could download the remote file using pydap and then upload it using check_local_file() for mcc check instead of using check_remote_file(), but...
WOW! I missed that in the docs! 😅 I will work on it. So the implementation would be downloading the file using pydap and then upload it using check_local_file() functionality....
@lewismc I will send a PR addressing this and as you have mentioned we will iterate on it with all the suggestions that we get. Thank you very much @ffang10
There was an error that I was facing during installation of pydap with python3, I have opened an issue [here](https://github.com/pydap/pydap/issues/70), please take a look at it. @lewismc
OK, since I couldn't find any documentation on pydap.responses.netcdf module I went ahead and digged a little using this [here](https://github.com/pacificclimate/pydap.responses.netcdf/blob/master/src/pydap/responses/netcdf/__init__.py ). I have also opened the pydap.netcdf.responses package that is...
Yes, I have written some code but ended up with some errors, coming back to this after releasing a stable version of pydap is a good idea for now. Thanks...