Custom Query (1155 matches)
Results (157 - 159 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2159 | wontfix | pySAL deb missing color | ||
Description |
%matplotlib inline from pysal.contrib.viz.color import plot_cmaps plot_cmaps('diverging', selected=3) --- ImportError Traceback (most recent call last) <ipython-input-4-8560e3a65132> in <module>() 18 # based on class_val and data_type 19 ---> 20 from pysal.contrib.viz.color import color_display_types 21 from pysal.contrib.viz.color import plot_cmaps as pcmaps 22 ImportError: No module named pysal.contrib.viz.color |
|||
#2169 | wontfix | zoo-project OTB demo fails | ||
Description |
load and execute on build234 with Firefox console open: XML Parsing Error: not well-formed Location: http://localhost/zoo-demo/assets/tpl/describe_process_form.mustache Line Number 1, Column 1: |
|||
#2176 | wontfix | OTB quickstart - Full paths to image files | ||
Description |
The OTB quick start explains to use tif images in /usr/share/data: Sample data used in this quickstart can be found in :
If I cd to that directory and try to run the quickstart commands, they fail with "Permission denied". The quickstart does not explain that the commands should be run from user's home directory, and does not give the full paths to the test images. i.e. I would expect in the quickstart: cd ~ otbcli_BandMath -il ~/data/north_carolina/rast_geotifflsat7_2002_10.tif \ ~/data/north_carolina/rast_geotiff/lsat7_2002_20.tif \ -out difference.tif -exp "im1b1-im2b1" |
Note:
See TracQuery
for help on using queries.