Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed May 21, 2022
1 parent 733d482 commit caf2718
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/scmdata/database/_database.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
"""
Database for handling large datasets in a performant, but flexible way
Data is chunked using unique combinations of metadata. This allows for the
database to expand as new data is added without having to change any of the
existing data.
Subsets of data are also able to be read without having to load all the data
and then filter. For example, one could save model results from a number of different
climate models and then load just the ``Surface Temperature`` data for all models.
"""
import os
import os.path
Expand Down Expand Up @@ -43,8 +35,8 @@ def __init__(
.. note::
Creating a new :class:`ScmDatabase` does not modify any existing data on
disk. To load an existing database ensure that the :attr:`root_dir` and
:attr:`levels` are the same as the previous instance.
disk. To load an existing database ensure that the :attr:`root_dir`.
:attr:`levels` and backend settings are the same as the previous instance.
Parameters
----------
Expand Down

0 comments on commit caf2718

Please sign in to comment.