We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@geo
.file
blue_geo.load_geoimage
save_geoimage
@geo watch
modality
modality=NDVI+NBR
@geo watch crs
using https://chatgpt.com/c/6761d72f-593c-8005-a7ec-cf070dc3e5c9
crs
global-power-plant-database
maxar-open-data
$abcli_is_github_workflow
installing blue_geo-terraform-1.2.1… install.sh: line 13: sudo: command not found install.sh: line 14: sudo: command not found
waiting for access 🧱
QGIS.open(layer) QGIS.open(object) QGIS.open(project) QGIS.open("<object-name>")
class ABCLI_QGIS_Layer(object): def get_layer_name( self, filename: str, layer_name: str = "", ): if not layer_name: return "{}-{}".format( os.path.dirname(filename).split(os.sep)[-1], os.path.basename(filename), ) if layer_name == "project-layer": layer_name = layer.get_layer_name(filename) prefix = f"{project.name}-" return layer_name.split(prefix)[1] if prefix in layer_name else layer_name return layer_name
layer.get_layer_name
self.get_layer_name
The text was updated successfully, but these errors were encountered:
kamangir
No branches or pull requests
.file
blue_geo.load_geoimage
,save_geoimage
, and tests.@geo watch
modality
modality=NDVI+NBR
.@geo watch crs
using https://chatgpt.com/c/6761d72f-593c-8005-a7ec-cf070dc3e5c9
crs
as an input.global-power-plant-database
misc datacubes
maxar-open-data
: ingest from https://www.maxar.com/open-data🐛 in github
$abcli_is_github_workflow
catalog: Astronaut Photos 🧱
waiting for access 🧱
catalog: shot spotters
target: US Militia
catalog: historical airborne forest imagery
QGIS refactors
layer.get_layer_name
->self.get_layer_name
.The text was updated successfully, but these errors were encountered: