Is there any documentation available or could you shortly describe what are the functions of each of the files inside the unzipped cep file? I might need to explain these at a training.

  • earthFiles
  • balloon.html
  • collectEarthCubes.xml.fmt
  • kml_template.fmt
  • placemark.idm.xml
  • project_definition.properties

Thanks!

asked 06 Aug '15, 14:48

ulpu's gravatar image

ulpu
232911
accept rate: 0%

converted to question 06 Aug '15, 15:51

Open%20Foris's gravatar image

Open Foris ♦♦
9995714


Dear Ulpu,

When you export a survey through Collect Survey Designer and choose to use the "Collect Earth" target a CEP (Collect Earth Project) file is generated.

This file is really a plain-vanilla .zip file that has been renamed to .cep so that is can be linked to Collect Earth (so that double-clicking on it will open the project directly on Collect Earth instead of having to go through Collect Earth's menu Tools->Properties->Projects tab).

So, if you rename the project.cep file to project.zip you can open it with your WniZIP, WinRAR or whatever compression software you like to use.

The contents of this file are:

  • balloon.html - The file that contains the pop-up design
  • earthFiles - a folder where the CSS, JavaScript, images and other files used by the balloon.hml are contained
  • collectEarthCubes.xml.fmt - A file where the Saiku/Mondrian cube for the survey is defined
  • kml_template.fmt - The template used to generated the KML according to the plots in the sample design
  • placemark.idm.xml - VERY IMPORTANT : this is the file where the definition of the survey is stored
  • project_definition.properties - The file that contains the initial properties for this project, like the size of the plots, the name of the survey and the plot file that is used as default ( see the line that starts with csv= ) when Collect Earth starts
  • test_plots.ced - This file contains the "dummy test plots" that are used when the CEP file is loaded in Collect Earth. These are 15 plots location in places like Papua New Guinea, Senegal and Burkina Faso

Once you are happy with your survey you should open the CEP file ( in your compression software), include the sample design files you actually want to use (as opposed to the test plots contained by test_plots.ced) and then change the line that starts with csv= in the project_definition.properties file to point to the CSV/CED file that contains your sample design.

VERY IMPORTANT : Note that the sample design files (CSV/CED plot files) you include in the CEP file must have the EXACT SAME columns than the test_plots.ced file! Otherwise the survey WILL NOT work.

Other files that might be contained in the CEP file are the region_areas.csv or areas_per_attribute.csv . Please see this post for more info on these files that are used to calculate the expansion factors of the plots

Good luck with your training!

permanent link

answered 06 Aug '15, 17:04

collectearth's gravatar image

collectearth ♦
1.0k16
accept rate: 17%

It is also important to note the the project file might also contain a file called eePlaygroundScript.fmt which might be used to use a customized Google Earth Engine Playground script for the project instead of the one that is used by defaults on the integration.

(09 Sep '15, 14:49) Open Foris ♦♦ Open%20Foris's gravatar image

I could not find : region_areas.csv or areas_per_attribute.csv from my CEP

permanent link

answered 07 Aug '15, 03:25

tarikugeda's gravatar image

tarikugeda
11335
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×281

question asked: 06 Aug '15, 14:48

question was seen: 9,358 times

last updated: 09 Sep '15, 14:49