Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuster05 committed Jan 12, 2022
1 parent a8dad54 commit b25daa2
Show file tree
Hide file tree
Showing 23 changed files with 46,130 additions and 0 deletions.
17 changes: 17 additions & 0 deletions flaskapi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
from flask import Flask, request
from flask_restful import Resource, Api

import xarray as xr
import matplotlib.pyplot as plt
import os
import csv

from datetime import datetime, timedelta
import io

from metpy.units import units
from metpy.plots import ImagePlot, MapPanel, PanelContainer
from siphon.catalog import TDSCatalog
import xarray as xr

import cartopy.crs
33 changes: 33 additions & 0 deletions randomcrap/Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "9285279c-4df8-47e4-98d7-4ec4ae65cdab",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading

0 comments on commit b25daa2

Please sign in to comment.