File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ Alternatively, you can install the following components:
44
44
- wekeo: provides access to the :ref: `data-sources-wekeo ` and :ref: `data-sources-wekeocds ` sources
45
45
- fdb: provides access to the :ref: `data-sources-fdb ` source
46
46
- polytope: provides access to the :ref: `data-sources-polytope ` source
47
- - bufr: provides full support for the :ref: `bufr ` data type
48
47
- odb: provides full support for the :ref: `odb ` data type
49
48
- geopandas: adds geojson/geopandas support
50
49
- projection: adds projection support
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ install_requires =
32
32
multiurl
33
33
netcdf4
34
34
pandas
35
+ pdbufr>=0.11.0
35
36
pyyaml
36
37
tqdm>=4.63.0
37
38
xarray>=0.19.0
38
39
earthkit-meteo>=0.0.1
39
- earthkit-geo
40
40
include_package_data = True
41
41
42
42
[options.packages.find]
@@ -50,7 +50,6 @@ polytope = polytope-client>=0.7.4
50
50
wekeo = hda
51
51
ecmwf-opendata = ecmwf-opendata>=0.3.3
52
52
odb = pyodc
53
- bufr = pdbufr>=0.11.0
54
53
projection = cartopy
55
54
geopandas = geopandas
56
55
eccovjson = eccovjson>=0.0.5
62
61
earthkit-data[polytope]
63
62
earthkit-data[wekeo]
64
63
earthkit-data[odb]
65
- earthkit-data[bufr]
66
64
earthkit-data[projection]
67
65
earthkit-data[geopandas]
68
66
earthkit-data[eccovjson]
You can’t perform that action at this time.
0 commit comments