Skip to content

A Python project to help users plot data quickly

Notifications You must be signed in to change notification settings

GreggRoll/MapCR8R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map CR8R

This project is intended to allow users to quickly be able to plot data.

feature demo July 8 2020 Watch the video

supported features

Sample Plot Map

demo map Plots points on map in given bounds using a lat/long column.

Sample 3D Heat Map

Heat Map Creates a kdeplot fitting and plotting a univariate kernel density estimate.

Sample Shape plot map

Shape Map Plots a shapefile onto a map in given bounds, optionally plots a column and provides a legend if selected.

Sample shape generator

American shapes Product of shape_generator.py. Allows users to create n number of shapes with random locations in x,y,x1,y1 bounds.

Requirements

  • PySimpleGUI
  • geopandas
  • pandas
  • cartopy.crs
  • cartopy
  • matplotlib.pyplot

About

A Python project to help users plot data quickly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages