Fix typo in docs (#1762)

* Fix typo in docs

* Fix doc x/y fields
This commit is contained in:
Benjamin Webb
2024-07-25 14:06:51 -04:00
committed by GitHub
parent b8dcf6a885
commit b712cb2695
2 changed files with 2 additions and 2 deletions
@@ -72,8 +72,8 @@ The `Xarray`_ provider plugin reads and extracts `NetCDF`_ and `Zarr`_ data.
data: tests/data/coads_sst.nc
# optionally specify x/y/time fields, else provider will attempt
# to derive automagically
x_field: lat
x_field: lon
y_field: lat
time_field: time
format:
name: netcdf
+1 -1
View File
@@ -44,8 +44,8 @@ The `xarray-edr`_ provider plugin reads and extracts `NetCDF`_ and `Zarr`_ data
data: tests/data/coads_sst.nc
# optionally specify x/y/time fields, else provider will attempt
# to derive automagically
x_field: lat
x_field: lon
y_field: lat
time_field: time
format:
name: netcdf