geonode.harvesting.resourcedescriptor ===================================== .. py:module:: geonode.harvesting.resourcedescriptor Classes ------- .. autoapisummary:: geonode.harvesting.resourcedescriptor.RecordDescriptionContact geonode.harvesting.resourcedescriptor.RecordIdentification geonode.harvesting.resourcedescriptor.RecordDistribution geonode.harvesting.resourcedescriptor.MapDescriptorParameters geonode.harvesting.resourcedescriptor.RecordDescription Module Contents --------------- .. py:class:: RecordDescriptionContact .. py:attribute:: role :type: str .. py:attribute:: name :type: Optional[str] :value: '' .. py:attribute:: organization :type: Optional[str] :value: '' .. py:attribute:: position :type: Optional[str] :value: '' .. py:attribute:: phone_voice :type: Optional[str] :value: '' .. py:attribute:: phone_facsimile :type: Optional[str] :value: '' .. py:attribute:: address_delivery_point :type: Optional[str] :value: '' .. py:attribute:: address_city :type: Optional[str] :value: '' .. py:attribute:: address_administrative_area :type: Optional[str] :value: '' .. py:attribute:: address_postal_code :type: Optional[str] :value: '' .. py:attribute:: address_country :type: Optional[str] :value: '' .. py:attribute:: address_email :type: Optional[str] :value: '' .. py:class:: RecordIdentification .. py:attribute:: name :type: str .. py:attribute:: title :type: str .. py:attribute:: date :type: Optional[datetime.datetime] :value: None .. py:attribute:: date_type :type: Optional[str] :value: None .. py:attribute:: originator :type: Optional[RecordDescriptionContact] :value: None .. py:attribute:: place_keywords :type: Optional[List[str]] :value: None .. py:attribute:: other_keywords :type: Optional[Iterable] :value: None .. py:attribute:: license :type: Optional[List[str]] :value: None .. py:attribute:: abstract :type: Optional[str] :value: '' .. py:attribute:: purpose :type: Optional[str] :value: '' .. py:attribute:: status :type: Optional[str] :value: '' .. py:attribute:: native_format :type: Optional[str] :value: None .. py:attribute:: other_constraints :type: Optional[str] :value: '' .. py:attribute:: topic_category :type: Optional[str] :value: None .. py:attribute:: supplemental_information :type: Optional[str] :value: '' .. py:attribute:: spatial_extent :type: Optional[django.contrib.gis.geos.Polygon] :value: None .. py:attribute:: lonlat_extent :type: Optional[django.contrib.gis.geos.Polygon] :value: None .. py:attribute:: temporal_extent :type: Optional[Tuple[datetime.datetime, datetime.datetime]] :value: None .. py:class:: RecordDistribution .. py:attribute:: link_url :type: Optional[str] :value: None .. py:attribute:: wms_url :type: Optional[str] :value: None .. py:attribute:: wfs_url :type: Optional[str] :value: None .. py:attribute:: wcs_url :type: Optional[str] :value: None .. py:attribute:: thumbnail_url :type: Optional[str] :value: None .. py:attribute:: download_url :type: Optional[str] :value: None .. py:attribute:: embed_url :type: Optional[str] :value: None .. py:class:: MapDescriptorParameters .. py:attribute:: last_modified :type: datetime.datetime .. py:class:: RecordDescription .. py:attribute:: uuid :type: RecordDescription.uuid .. py:attribute:: identification :type: RecordIdentification .. py:attribute:: distribution :type: RecordDistribution .. py:attribute:: point_of_contact :type: Optional[RecordDescriptionContact] :value: None .. py:attribute:: author :type: Optional[RecordDescriptionContact] :value: None .. py:attribute:: date_stamp :type: Optional[datetime.datetime] :value: None .. py:attribute:: reference_systems :type: Optional[List[str]] :value: None .. py:attribute:: data_quality :type: Optional[str] :value: None .. py:attribute:: additional_parameters :type: Optional[Dict] .. py:attribute:: language :type: Optional[str] :value: None .. py:attribute:: character_set :type: Optional[str] :value: None