{"id":24671,"library":"supermorecado","title":"supermorecado","description":"Extends morecantile with additional CLI commands for managing and inspecting tile matrix sets. Version 0.2.0, supports Python >=3.11, maintained by Development Seed. Release cadence is intermittent.","status":"active","version":"0.2.0","language":"python","source_language":"en","source_url":"https://github.com/developmentseed/supermorecado","tags":["tile-matrix","morecantile","cli","geospatial"],"install":[{"cmd":"pip install supermorecado","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"Core dependency for tile matrix set operations","package":"morecantile","optional":false}],"imports":[{"note":"Main package, typically used for its CLI","symbol":"supermorecado","correct":"import supermorecado"},{"note":"Direct import of cli module is the standard entry point","wrong":"from supermorecado.cli import app","symbol":"cli","correct":"from supermorecado import cli"}],"quickstart":{"code":"import supermorecado\nfrom supermorecado import cli\n# Example: list available commands\nprint('supermorecado CLI commands:', dir(cli))","lang":"python","description":"Import and quickly inspect the CLI commands."},"warnings":[{"fix":"Use the CLI via `python -m supermorecado` or install as a script.","message":"supermorecado is a CLI tool extension for morecantile; direct Python usage is limited and not documented. Most functionality is exposed via command line.","severity":"gotcha","affected_versions":">=0.1.0"},{"fix":"Review the GitHub releases for details on removed commands.","message":"Version 0.2.0 removed some experimental commands. Check changelog for migration.","severity":"deprecated","affected_versions":"0.2.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Use the CLI via `supermorecado --help` or import the cli module as shown in quickstart.","cause":"supermorecado does not export many Python classes; it is primarily a CLI tool.","error":"ImportError: cannot import name 'SomeClass' from 'supermorecado'"},{"fix":"Install morecantile: `pip install morecantile` or reinstall supermorecado which should pull it automatically.","cause":"Missing dependency morecantile","error":"ModuleNotFoundError: No module named 'morecantile'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}