NeatSession is the main interface for working with NEAT. You instantiate it with a CogniteClient and an optional NeatConfig.
Attributes
issues
result
Physical data model
physical_data_model object provides methods for reading and writing physical data models.
Reading physical data models
Useneat.physical_data_model.read to load data models from:
- CDF:
read.cdf(space, external_id, version)— Read from Cognite Data Fusion - Excel:
read.excel(path)— Read from an Excel file
Writing physical data models
Useneat.physical_data_model.write to deploy or export data models:
- CDF:
write.cdf(dry_run=False, drop_data=False)— Deploy to Cognite Data Fusion - Excel:
write.excel(path)— Export to an Excel file
Further reading
- Getting started with NEAT — Install and configure NEAT
- Physical data model reference — Overview of physical data model sheets
- NeatConfig reference — Configuration options for NeatSession