CrisisMappingToolkit
CrisisMappingToolkit copied to clipboard
NASA Ames Crisis Mapping Toolkit
This PR re-arranges the package, to include the config folder in the package. I have also updated the IPython notebook to show how to access these data resources. * Moved...
Currently, several hardcoded paths exist in the library, e.g. in mapclient_qt.py, L84: `LOCAL_MAP_CACHE_PATH = '/home/smcmich1/repo/earthEngine/gm_tile_cache.dat'`
Installed library is missing the config resources to create the classes in domain.py, as shown in the IPython notebook.
Hi, CrisisMappingToolkit CrisisMappingToolkit/cmt/mapclient_qt.py ` # Load the pickle formatted data with open(path, 'rb') as f: (pickle_images, TileManager._lru_keys) = pickle.load(f) # Unpack images one at a time TileManager._images = {} for...