tiled
Tutorials
Installation
Navigate with the Python Client
Load Slices of Data
Deliberate Export
Log into an Authenticated Tiled Server
Serve a Directory of Files
Search
Writing Data
Plot Data in Plotly Chart Studio
How To Guides
Use Profiles to streamline Python client setup
Use Performance and Debug Logging
Run Tiled Server in a Container
Serve Data using Configuration Files
Serve Files with Custom Formats
Add Custom Export Formats
Create and Use API Keys
Custom Python Client Objects
Prometheus Metrics
Use Tiled in Python without an HTTP server
Set up a database for a scaled authenticated deloyment
Register Content in Tiled
Explanations
Architecture
Standards Used by Tiled
Structures
Metadata and “Specs”
Security
Compression
Case Study: Reading and Exporting a Specialized Format
Caches
Access Control
Catalog Database
FAQ
How Tiled Fits into the Ecosystem
Reference
Service-side Components
Adapters
Python Object Adapters
File Adapters
tiled.adapters.csv.read_csv
tiled.adapters.excel.ExcelAdapter
tiled.adapters.hdf5.HDF5Adapter
tiled.adapters.netcdf.read_netcdf
tiled.adapters.parquet.ParquetDatasetAdapter
tiled.adapters.sparse_blocks_parquet.SparseBlocksParquetAdapter
tiled.adapters.tiff.TiffAdapter
tiled.adapters.zarr.ZarrArrayAdapter
tiled.adapters.zarr.ZarrGroupAdapter
Search Queries
Media Type (Format) Registry
Structures
Configuration Parsing
HTTP Server Application
Resource Cache
HTTP API
Python Client
Queries
Authentication Details
Scopes
Command-line tool
Service Configuration Reference
Client Profiles Reference
Release History
Minimum Version of Python and NumPy
tiled
Service-side Components
tiled.adapters.netcdf.read_netcdf
View page source
tiled.adapters.netcdf.read_netcdf
tiled.adapters.netcdf.
read_netcdf
(
filepath
:
str
|
List
[
str
]
|
Path
)
→
DatasetAdapter
[source]
Parameters
:
filepath
Returns
: