Skip to content

Welcome to geogo

image GEOGO logo

A python package for geospatial analysis and mapping hurricane tracks

  • Free software: MIT License
  • GitHub repo: https://github.com/jlhammel/geogo
  • Documentation: https://jlhammel.github.io/geogo

  • Geogo is a Python package meant for climatologists to analyze hurricane data from HURDAT2. Geogo uses ipyleaflet to create interactive maps for analysis. This package will allow you to use WMS, raster, geojson, image, and video files to further understand the impact of past hurricanes. Using interactive maps, hurricane track data from the Python package tropycal, and NASA GIBS data the user can track the hurricane and analyze the landscape around the impacted areas.

Requirements:

  • fiona
  • folium
  • geopandas
  • ipyleaflet
  • leafmap
  • localtileserver
  • mapclassify
  • matplotlib
  • numpy
  • tropycal

Features

  • Process geospatial data
  • Track past hurricanes impacting the Americas
  • Analyse hurricanes using images, raster, video, WMS and geojson files

Usage

1
2
import geogo
import os
- Install from GitHub
1
pip install git+https://github.com/jlhammel/geogo