MCPcopy Create free account
hub / github.com/diffgram/diffgram / get_geo_assets

Method get_geo_assets

shared/database/source_control/file.py:377–381  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

375 return file
376
377 def get_geo_assets(self, session) -> list:
378 assets = session.query(GeoAsset).filter(
379 GeoAsset.file_id == self.id
380 ).all()
381 return assets
382
383 def serialize_geospatial_assets(self, session, connection_id = None, bucket_name = None, regen_url = True):
384 assets_list = self.get_geo_assets(session)

Callers 2

build_geopacketFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected