Jupyter Notebooks¶
- This is a jupyter notebook file (file extension is .ipynb for python notebook versus .py for standard python scripts)
- It is a format used by many data scientists and researchers for analysis and visualization tasks
1. New to Jupyter notebooks?:¶
- Jupyter Notebooks are useful because (a) they are easier to work with and understand than single python script files (.py) and read more
What is ArcPY? Part1
In this post we walkthrough using Arcpy to process different spreadsheet datasets stored locally, and how load them into ArcGIS Pro geodatabase for spatial analysis.
read moreExample 1
This is Python example 1.
read moreExample 2
This is Python example 2.
read moreTornados at Night
Historical U.S. Tornado Events Analysis (1950-2022)
I. Data source overview
- Name : U.S. TORNADOES (1950-2022)
- Source: NOAA NWS Storm Prediction Center Severe weather database
- Geographical distribution: US and territories (Puerto Rico, Virgin Islands)
- Description: comma separated value (.csv) files for tornadoes as compiled from NWS Storm Data. Tornado reports …