Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ Klystron Warmup Integer*2 N/A 0 to 1 1 0=Normal, 1=Preheat 146
components that are earth-relative. The primary exception is NAM output with wind
col_head.SELV,
row_head.SELV,
26: 'GOES-4 Visible (VAS)',
27: 'GOES-4 Infrared and Water Vapor (VAS)',
28: 'GOES-5 Visible (VAS)',
29: 'GOES-5 Infrared and Water Vapor (VAS)',
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies = [

[project.entry-points."xarray.backends"]
gini = "metpy.io.gini:GiniXarrayBackend"
area = "metpy.io.mcidas:AreaFileXarrayBackend"

[project.optional-dependencies]
doc = [
Expand Down
Loading