info.json 627 B

123456789101112131415161718192021222324252627
  1. {
  2. "type" : "Standard",
  3. "core" : true,
  4. "name" : "Compass",
  5. "icon" : ":/CC/plugin/qCompass/images/icon.png",
  6. "description": "A virtual 'compass' for measuring outcrop orientations.",
  7. "authors" : [
  8. {
  9. "name" : "Sam Thiele"
  10. }
  11. ],
  12. "maintainers" : [
  13. {
  14. "name" : "Sam Thiele"
  15. }
  16. ],
  17. "references": [
  18. {
  19. "text": "Rapid, semi-automatic fracture and contact mapping for point clouds, images and geophysical data",
  20. "url": "https://doi.org/10.5194/se-8-1241-2017"
  21. },
  22. {
  23. "text": "Documentation",
  24. "url": "http://www.cloudcompare.org/doc/wiki/index.php?title=Compass_(plugin)"
  25. }
  26. ]
  27. }