geonode.upload.forms ==================== .. py:module:: geonode.upload.forms Attributes ---------- .. autoapisummary:: geonode.upload.forms.logger Classes ------- .. autoapisummary:: geonode.upload.forms.LayerUploadForm geonode.upload.forms.TimeForm Module Contents --------------- .. py:data:: logger .. py:class:: LayerUploadForm(*args, **kwargs) Bases: :py:obj:`django.forms.Form` .. py:attribute:: base_file .. py:attribute:: base_file_path .. py:attribute:: dbf_file .. py:attribute:: dbf_file_path .. py:attribute:: shx_file .. py:attribute:: shx_file_path .. py:attribute:: prj_file .. py:attribute:: prj_file_path .. py:attribute:: xml_file .. py:attribute:: xml_file_path .. py:attribute:: charset .. py:attribute:: sld_file .. py:attribute:: time .. py:attribute:: mosaic .. py:attribute:: append_to_mosaic_opts .. py:attribute:: append_to_mosaic_name .. py:attribute:: mosaic_time_regex .. py:attribute:: mosaic_time_value .. py:attribute:: time_presentation .. py:attribute:: time_presentation_res .. py:attribute:: time_presentation_default_value .. py:attribute:: time_presentation_reference_value .. py:attribute:: abstract .. py:attribute:: dataset_title .. py:attribute:: permissions .. py:attribute:: metadata_uploaded_preserve .. py:attribute:: metadata_upload_form .. py:attribute:: style_upload_form .. py:attribute:: store_spatial_files .. py:attribute:: spatial_files :value: ['base_file', 'dbf_file', 'shx_file', 'prj_file', 'xml_file'] .. py:attribute:: user .. py:method:: clean_store_spatial_files() .. py:method:: clean() .. py:method:: _get_files_paths_or_objects(cleaned_data) Return a dict with all of the uploaded files .. py:class:: TimeForm(*args, **kwargs) Bases: :py:obj:`django.forms.Form` .. py:attribute:: presentation_strategy .. py:attribute:: precision_value .. py:attribute:: precision_step .. py:attribute:: _time_names .. py:attribute:: _text_names .. py:attribute:: _year_names .. py:attribute:: widget .. py:method:: _resolve_attribute_and_type(*name_and_types) .. py:method:: _build_choice(att, names) .. py:property:: time_names .. py:property:: text_names .. py:property:: year_names .. py:method:: clean()