Start here — Intake documentation - intake. readthedocs. io These documents will familiarise you with Intake, show you some basic usage and examples, and describe Intake’s place in the wider python data world Quickstart Use Cases - I want to…
Plotting — Intake documentation - intake. readthedocs. io Plotting Intake provides a plotting API based on the hvPlot library, which closely mirrors the pandas plotting API but generates interactive plots using HoloViews and Bokeh The hvPlot website provides comprehensive documentation on using the plotting API to quickly visualize and explore small and large datasets The main features offered by the plotting API include:
GUI — Intake documentation - intake. readthedocs. io New instances of the GUI are also available by instantiating intake interface gui GUI, where you can specify a list of catalogs to initially include The GUI contains three main areas: a list of catalogs The “builtin” catalog, displayed by default, includes data-sets installed in the system, the same as intake cat
Just the Paths - intake-esgf documentation Just the Paths¶ While the basic paradigm of intake-esgf is to return xarray datasets for everything in your catalog, we recognize that you may wish to just get the paths back and use them in creative ways You may not want to use xarray datasets We highly recommend learning the package and using it in your research, but you may have alternatives and we do not want to prohibit you from
End User — Intake documentation - Read the Docs intake open_catalog (uri = None, ** kwargs) Create a Catalog object New in V2: if the URL is a single file, and loading it as a V1 catalog fails because of the stated version, it will be opened again as a V2 catalog This will mean reading the file twice, so calling from_yaml_file directly ie better Can load YAML catalog files, connect to an intake server, or create any arbitrary Catalog
Use Cases - I want to… — Intake documentation - intake. readthedocs. io Intake data catalogs are not limited to reading static specification from files They can also execute queries on remote data services and return lists of data sources dynamically at runtime New data sources may appear, for example, as directories of data files are pushed to a storage service, or new tables are created within a SQL server
Plotting — Intake documentation - Read the Docs Plotting Intake provides a plotting API based on the hvPlot library, which closely mirrors the pandas plotting API but generates interactive plots using HoloViews and Bokeh The hvPlot website provides comprehensive documentation on using the plotting API to quickly visualize and explore small and large datasets The main features offered by the plotting API include:
Intake Take2 — Intake documentation - intake. readthedocs. io Intake Take2 Taking the pain out of data access and distribution Intake is an open-source package to: describe your data declaratively gather data sets into catalogs search catalogs and services to find the right data you need load, transform and output data in many formats work with third party remote storage and compute platforms
intake_erddap. ERDDAPCatalogReader - intake-erddap documentation intake-erddap documentation Toggle Light Dark Auto color theme Toggle table of contents sidebar intake-erddap documentation User Guide Toggle navigation of User Guide Example: Investigating Significant Wave Height - Southern California; API
Catalogs — Intake documentation - Read the Docs Intake catalogs can most simply be described with YAML files This is very common in the tutorials and this documentation, because it simple to understand, but demonstrate the many features of Intake Note that YAML files are also the easiest way to share a catalog, simply by copying to a publicly-available location such as a cloud storage
Use Cases - I want to… — Intake documentation - intake. readthedocs. io Intake data catalogs are not limited to reading static specification from files They can also execute queries on remote data services and return lists of data sources dynamically at runtime New data sources may appear, for example, as directories of data files are pushed to a storage service, or new tables are created within a SQL server
intake-axds - Read the Docs Stay Updated Blog; Sign up for our newsletter to get our latest blog updates delivered to your inbox weekly
Plugin Directory — Intake documentation - Read the Docs This is a list of known projects which install driver plugins for Intake, and the named drivers each contains: Don’t see your favorite format? See Making Drivers for how to create new plugins Note that if you want your plugin listed here, open an issue in the Intake issue repository and add an entry to the status dashboard repository
Logging - intake-esgf documentation - intake-esgf. readthedocs. io Logging¶ If you would like details about what intake-esgf is doing, look in the local cache directory (the default location is ${HOME} esgf ) for a esgf log file This is a full history of everything we have searched, downloaded, or accessed You can also look at just this session (since you instantiated the catalog) by calling session_log() and printing it