Skip to content
Snippets Groups Projects
Commit e5ffa403 authored by Snyder, Amelia Marie's avatar Snyder, Amelia Marie
Browse files

update example to use pyproj reproject

parent e5fabc91
No related branches found
No related tags found
1 merge request!49update crs processing to use pyproj instead of metpy
......@@ -26,7 +26,7 @@
"description": null,
"extent": [
"1979-10-01T00:00:00Z",
"2021-09-25T00:00:00Z"
"2022-10-01T00:00:00Z"
],
"step": "P1DT0H0M0S"
},
......@@ -35,8 +35,8 @@
"axis": "x",
"description": "x coordinate of projection",
"extent": [
-2732097.901153542,
2731902.098846458
-2732000.0,
2732000.0
],
"step": 4000.0,
"reference_system": {
......@@ -97,7 +97,7 @@
},
{
"name": "Longitude of false origin",
"value": 262.099998474121,
"value": -97.9000015258789,
"unit": "degree",
"id": {
"authority": "EPSG",
......@@ -166,8 +166,8 @@
"axis": "y",
"description": "y coordinate of projection",
"extent": [
-2027960.8996368449,
2028039.1003631551
-2027999.9999999958,
2028000.0000000042
],
"step": 4000.0,
"reference_system": {
......@@ -228,7 +228,7 @@
},
{
"name": "Longitude of false origin",
"value": 262.099998474121,
"value": -97.9000015258789,
"unit": "degree",
"id": {
"authority": "EPSG",
......@@ -329,24 +329,6 @@
}
},
"cube:variables": {
"lat": {
"dimensions": [
"y",
"x"
],
"type": "auxiliary",
"description": "Latitude, south is negative",
"unit": "degree_north"
},
"lon": {
"dimensions": [
"y",
"x"
],
"type": "auxiliary",
"description": "Longitude, west is negative",
"unit": "degree_east"
},
"ACDEWC": {
"dimensions": [
"time",
......@@ -624,7 +606,7 @@
"x"
],
"type": "data",
"description": "Accumulated subsurface runoff",
"description": "Accumulated surface runoff",
"unit": "mm"
},
"ACRUNSF": {
......@@ -634,7 +616,7 @@
"x"
],
"type": "data",
"description": "Accumulated surface runoff",
"description": "Accumulated subsurface runoff",
"unit": "mm"
},
"ACSHFLSM": {
......@@ -1084,24 +1066,6 @@
"description": "Map scale factor on mass grid, y direction",
"unit": ""
},
"lat_u": {
"dimensions": [
"y",
"x_stag"
],
"type": "auxiliary",
"description": "Latitude, south is negative",
"unit": "degree_north"
},
"lon_u": {
"dimensions": [
"y",
"x_stag"
],
"type": "auxiliary",
"description": "Longitude, west is negative",
"unit": "degree_east"
},
"MAPFAC_U": {
"dimensions": [
"y",
......@@ -1129,24 +1093,6 @@
"description": "Map scale factor on u-grid, y direction",
"unit": ""
},
"lat_v": {
"dimensions": [
"y_stag",
"x"
],
"type": "auxiliary",
"description": "Latitude, south is negative",
"unit": "degree_north"
},
"lon_v": {
"dimensions": [
"y_stag",
"x"
],
"type": "auxiliary",
"description": "Longitude, west is negative",
"unit": "degree_east"
},
"MAPFAC_V": {
"dimensions": [
"y_stag",
......@@ -1779,16 +1725,70 @@
"type": "data",
"description": null,
"unit": null
},
"lat": {
"dimensions": [
"y",
"x"
],
"type": "auxiliary",
"description": "Latitude, south is negative",
"unit": "degree_north"
},
"lat_u": {
"dimensions": [
"y",
"x_stag"
],
"type": "auxiliary",
"description": "Latitude, south is negative",
"unit": "degree_north"
},
"lat_v": {
"dimensions": [
"y_stag",
"x"
],
"type": "auxiliary",
"description": "Latitude, south is negative",
"unit": "degree_north"
},
"lon": {
"dimensions": [
"y",
"x"
],
"type": "auxiliary",
"description": "Longitude, west is negative",
"unit": "degree_east"
},
"lon_u": {
"dimensions": [
"y",
"x_stag"
],
"type": "auxiliary",
"description": "Longitude, west is negative",
"unit": "degree_east"
},
"lon_v": {
"dimensions": [
"y_stag",
"x"
],
"type": "auxiliary",
"description": "Longitude, west is negative",
"unit": "degree_east"
}
},
"extent": {
"spatial": {
"bbox": [
[
-138.73135375976562,
17.647308349609375,
-57.068634033203125,
57.34341812133789
-138.73136633818572,
17.647311306554393,
-57.06863671357211,
57.34342629122762
]
]
},
......@@ -1796,7 +1796,7 @@
"interval": [
[
"1979-10-01T00:00:00Z",
"2021-09-25T00:00:00Z"
"2022-10-01T00:00:00Z"
]
]
}
......@@ -1843,4 +1843,4 @@
]
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment