Code Monkey home page Code Monkey logo

awxreader's People

Contributors

wqshen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

awxreader's Issues

to_dataarray

使用to_dataarray弹出错误:

ValueError: coordinate 'time' is a DataArray dimension, but it has shape () rather than expected shape (1,) matching the dimension size

修改如下:

return xr.DataArray(self.data[None, :, :], coords={'time': [self.obs_start_datetime()],
                                                               'lat': self.lat, 'lon': self.lon},
                                dims=('time', 'lat', 'lon'), name=self.product_type)

不好意思,我就不pull request了.

数据块类型错误

AWX格点产品云顶亮度温度TBB应当被论断为无符号型,同时取质量控制下限和上限之间的值,需改正。

投影坐标是否准确?

x = np.linspace(ll_x, ur_x, h2.width)

我尝试读取Lambert投影的数据,也把投影中心当作图像中心,但是反算出来的经纬度范围和二级头信息中的经纬度范围不太匹配。

推测投影中心并不是图像中心。

NSMC的经纬度对照表格点数是512*512的不确定怎么缩放:http://satellite.nsmc.org.cn/PortalSite/StaticContent/DocumentDownload.aspx?TypeID=22

方便加QQ或者微信讨论下吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.