Longtsing
Longtsing
GDServer与直接读取Cassandra数据库相比有几个不一样的地方;GDServer通过http协议下载数据,再经过protobuf解压缩,后再次用struct或numpy转成所需要的数据格式;Cassandra数据库直接通过python cassandra driver读取数据库后,再用gzip.decompress解压缩,后再次用struct或numpy转成所需要的数据格式。 目前各省局对GDServer做了限制,只能下载三天以内的数据,即使在Cassandra数据库中存在也无法下载,只能通过直接读取Cassandra数据库来解决。 而且业务用的Cassandra内核代码改动过,与通用版本的Cassandra有区别,读取还需要一定的技巧。
一般都是用下面的这个设置 ClusterPort=9170 KeySpace=micapsdataserver 我是用 TablePlus 这个软件读取直接访问cassandra看到的。 你也可以 试试这个软件。
环境创建脚本 ```bash mamba create -n metgrs -c conda-forge python==3.11.14 geopandas xarray dask numba scikit-image matplotlib cartopy seaborn scipy joblib scikit-learn tqdm h5py zarr bottleneck cftime netCDF4 cfgrib metpy pyproj shapely...
[jvms_v2.1.6_386.zip](https://github.com/ystyle/jvms/releases/download/v2.1.6/jvms_v2.1.6_386.zip) 这个文件 360 杀毒软件提出有病毒 jvms.exe(HEUR/QVM20.1.552F.Malware.Gen)
很奇怪,我这边测试是出错,或者您看看numpy 的具体版本呢? ``` C:\Users\longtsing>mamba create -n rdtest python==3.11 -c conda-forge -y Looking for: ['python==3.11'] conda-forge/win-64 (check zst) Checked 1.1s conda-forge/noarch (check zst) Checked 0.0s conda-forge/noarch 139.5MB @ 21.3MB/s 6.5s conda-forge/win-64...
fix the bug [188https://github.com/nmcdev/meteva/issues/188](https://github.com/nmcdev/meteva/issues/188)