flopy.export.metadata module
- class acdd(sciencebase_id, model)[source]
Bases:
object
Translate ScienceBase global metadata attributes to CF and ACDD global attributes.
- Parameters:
sciencebase_id (str) – Unique identifier for ScienceBase record (e.g. 582da7efe4b04d580bd37be8)
model (flopy model object) – Model object
References
https://www.sciencebase.gov/catalog/ https://cfconventions.org/cf-conventions/v1.6.0/cf-conventions.html#description-of-file-contents https://wiki.esipfed.org/Attribute_Convention_for_Data_Discovery
- property bounds
- property creator
- property creator_url
- property geospatial_bounds
Describes the data’s 2D or 3D geospatial extent in OGC’s Well-Known Text (WKT) Geometry format
- property geospatial_bounds_vertical_crs
The vertical coordinate reference system (CRS) for the Z axis of the point coordinates in the geospatial_bounds attribute.
- get_sciencebase_metadata(id)[source]
Gets metadata json text for given ID from sciencebase.gov; loads into python dictionary. Fetches the reference text using the url: https://www.sciencebase.gov/catalog/item/<ID>?format=json
- get_sciencebase_xml_metadata()[source]
Gets xml from sciencebase.gov, using XML url obtained from json using get_sciencebase_metadata().
- property references
- property time_coverage
- property vertical_datum
Try to parse the vertical datum from the xml info
- property xmlfile
- property xmlroot
ElementTree root element object for xml metadata