179 Commits

Author SHA1 Message Date
dependabot[bot]
fb8f651183
Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /meteoinfo-data
Bumps commons-io:commons-io from 2.11.0 to 2.14.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 17:01:55 +00:00
wyq
6a124a2344 update jython to version 2.7.4; update flatlaf to version 3.5.1 2024-08-21 10:01:20 +08:00
wyq
e4004a2a4a add cross_section function in meteolib package 2024-08-08 15:27:03 +08:00
wyq
c7605e7b15 update NDArray and DimArray for better array wrap 2024-08-07 16:00:19 +08:00
wyq
1774654fdd add makemarkers function 2024-07-18 20:11:52 +08:00
wyq
b2605f4f08 update netcdf-java to version 5.6.0 2024-07-18 09:09:30 +08:00
wyq
8acd7e0837 support CA/CB radar data file 2024-06-01 15:36:04 +08:00
wyq
da789f25be support SA/SB, SC, PA, CC radar data files 2024-06-01 13:30:43 +08:00
wyq
ec4e09f946 add magic function 2024-05-29 16:46:44 +08:00
wyq
221fca14f2 add SC radar data support 2024-05-26 23:36:12 +08:00
wyq
04ac485574 add SA/SB radar data support 2024-05-23 20:36:18 +08:00
wyq
1427817478 bugfix for nc file join function 2024-05-20 15:30:45 +08:00
wyq
445c6879db add collections module 2024-04-22 09:24:51 +08:00
wyq
260a7f20d6 support crs in ncwrite, convert2nc functions 2024-04-07 14:02:51 +08:00
wyq
029fd0e63f bugfix for geotiff data reading 2024-04-07 10:59:13 +08:00
wyq
2571a00a5e add Artist as base class for drawing objects 2024-03-02 12:03:04 +08:00
wyq
d250b9c4b3 remove MapView from MapPlot 2024-02-29 20:14:30 +08:00
wyq
eb27ff1d32 update MDFS data reading function for string station ID 2024-02-27 12:43:17 +08:00
dependabot[bot]
eeaf1f8e1c
Bump org.apache.commons:commons-compress in /meteoinfo-data
Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 00:03:40 +00:00
wyq
b211165322 code clean 2024-02-05 21:15:50 +08:00
wyq
cbecbf9441 support visible light data with calibration in AWX 2024-01-24 15:13:29 +08:00
wyq
46c5fc079c bugfix for saving shape dbf file 2024-01-07 21:22:02 +08:00
wyq
854e480362 code clean and fixed mat data reading bug 2023-12-23 12:13:11 +08:00
wyq
25f01acc1c add loadmat function 2023-12-23 00:37:25 +08:00
wyq
087a811810 support npy and pnz load and save functions 2023-12-22 17:09:25 +08:00
wyq
21b0e80ffd support MatLab data file 2023-12-21 11:11:04 +08:00
wyq
d388580330 update plot functions 2023-10-27 16:08:43 +08:00
wyq
2ff6c31220 update height calculation in getVCSData function to consider atmospheric refraction 2023-09-16 09:59:01 +08:00
wyq
a8e015129b make canOpen method as static 2023-09-11 22:14:47 +08:00
wyq
618c5f1380 update cappi and grid 3d data extraction functions to including beam width data 2023-09-08 16:10:59 +08:00
wyq
80f1097b51 to version 3.7.0 2023-09-02 19:35:08 +08:00
wyq
94983e6888 add functions to get radar ppi grid, cappi, and 3D grid interpolation data 2023-08-30 10:03:27 +08:00
wyq
ab15b26724 add append, insert, delete functions in numeric package 2023-08-23 20:14:08 +08:00
wyq
3717f61ea5 update CMA Radar base data reading function 2023-08-20 17:17:11 +08:00
wyq
2d72e5f30b update AWX reading function 2023-08-07 14:22:53 +08:00
wyq
c16a807b40 add hypot, s_, index_exp functions 2023-07-31 14:33:52 +08:00
wyq
dffb2da247 make mkl as an independent module 2023-07-25 14:20:30 +08:00
wyq
37849a4f46 bugfix for MapPlot parent type 2023-07-21 17:06:02 +08:00
wyq
9b1b1f5804 add new google webmap tile info 2023-07-19 15:02:21 +08:00
wyq
37bd5988a8 support custom webmap provider in milab and update GeoQ webmap data 2023-07-19 12:41:53 +08:00
wyq
2b01be155d update savefig function for better supporting sleep argument to wait webmap loading 2023-06-29 15:50:44 +08:00
wyq
bc19343cc5 fix micaps mdfs data reading bug for missing value 2023-06-21 10:29:35 +08:00
wyq
9cee1ed5ee support drawing contours along the surface of the volume data in contour function 2023-06-13 15:56:48 +08:00
wyq
81c824ebf3 update shape read function for optional measure data of PolylineZShape 2023-06-01 22:21:24 +08:00
wyq
6214af5b47 update contour and contourf functions 2023-05-31 15:42:45 +08:00
wyq
2ab2a576da add titleSpace in ChartLegend 2023-04-20 16:39:50 +08:00
wyq
1013d3cbc2 Add some code from smile 2.6 and remove smile dependency 2023-04-10 15:39:53 +08:00
wyq
fe7ee7345c fix createRasterLayer and createStreamlineLayer functions 2023-04-04 21:22:07 +08:00
wyq
9a9427098e update netcdfAll to version 5.5.4-SNAPSHOT to support Grib2 template 4.60 2023-03-29 12:35:03 +08:00
wyq
5aba94c0dd update netcdf read function for THREDDS dataset 2023-03-23 12:38:33 +08:00