Artem Moiseev

Results 15 comments of Artem Moiseev

@mortenwh and @akorosov I am just wondering if there is any tool could help me to make this correction/transformation? I am not quite sure how it works, so if you...

I have found that the parameter `e` from the original proj4 expression denotes _eccentricity of the ellipsoid_: **e = (1 - b2/a2)1/2**. Where `a` is semimajor radius and `b` is...

Hei, @jeong1park, did not you see a similar mismatch between land from data and from the Nansat `watermask` in some SAR data before? ![image](https://user-images.githubusercontent.com/16581337/50141052-c1c12c80-02a6-11e9-8007-7b97077e9bee.png) - white - land from the...

![image](https://user-images.githubusercontent.com/16581337/49933467-00806c80-fecc-11e8-9990-d299bafa7107.png)

It is actually quite unclear how to do that properly. domain.shape returns (y, x) size of the band. As I understand, it has been done to satisfy numpy (in case...

export2thredds alo uses netcdf library from scipy which does not support netcdf4.

@mortenwh @akorosov @BabikerM I would suggest making it a property. Then we could call it by `my_object.pixel_size`. The units can be specified in the documentation. It will solve the issue...

@mortenwh & @akorosov Could you tell me please, how should I describe a platform/instrument metadata in case of combined product? Shall I list all instruments? Or is there a specification...

@mortenwh As far as I can see, we usually specify `platform/instrument` separately but not a `source`. So in the case of different sources, there will be a set of platforms...

I have just looked through a `mapper_opendap_globcurrent_thredds.py` and found that i can define platform and instrument through a generic name for now: ```python mm = pti.get_gcmd_instrument('Passive Remote Sensing') ee =...