jabaars

Results 3 comments of jabaars

This is the main mapping part of my code: ```python ur_lat = maxlat ur_lon = maxlon ll_lat = minlat ll_lon = minlon lat_ctr = ll_lat + ((ur_lat - ll_lat) *...

Sorry for the newbie mistakes-- my first post here! Here's a stripped down version of the code: ``` #!/usr/bin/python import os, os.path, sys, string import numpy as np import matplotlib.pyplot...

Hey thanks that did the trick! I had to turn lat and lon in np arrays but otherwise that fixed it. Much appreciated!