Skip to content

Uses Python's Matplotlib or Basemap to produce graphics from GRASS GIS raster and vector data sets

License

Notifications You must be signed in to change notification settings

awickert/GRASSplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GRASSplot

GRASSplot is a Python module that allows you to use the Matplotlib Basemap toolkit to create good-looking maps from GRASS GIS data sets. It currently works only with unprojected lat/lon locations, as Basemap projects these into your chosen coordinate system.

Hope you enjoy!

Andy Wickert

======

INSTRUCTIONS

  1. Download this entire directory to your computer.
  2. Start a GRASS GIS session

For the Basemap version (older): 3. Enter the Basemap folder 4. Change the "NorthAmericaExample.py" script to suit your needs 5. Run the script - I prefer to do this in iPython, running in the terminal window through which I open GRASS GIS to help my debugging 6. Make improvements, give me feedback, show me your favorite maps, ...!

For the CartoPy version (newer) 3. Enter the CartoPy folder 4. Write your own script or ping me for an example!

About

Uses Python's Matplotlib or Basemap to produce graphics from GRASS GIS raster and vector data sets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages