Pointerra Support Center

Contact Us

Importing Points of Interest from a CSV file or Excel spreadsheet

If you have existing tabular point of interest data, you can import this into the viewer using either a CVS file or an Excel spreadsheet. You will need to ensure that you have the columns in the expected order as detailed below.

POI file format

The POI import process accepts the following columns (must be in the order listed):

namedescriptioncolumn requiredCan by empty/blank
idinternal database ID of POI. This is only valid when re-importing exiting POIs. Leave empty for new POIsYY
labelLabel to show on the poiYN
xx coordinate in native point cloud coordinate systemYN
yy coordinate in native point cloud coordinate systemYN
zz coordinate in native point cloud coordinate systemYN
notesnotes/description field to attach to POIYY
linkhyperlink to open - must be in the form http://xxx.yyyYY
imagelink to a photo/image to attach. Must be empty if creating a new POIYY
tagsA list of tags to attach to the POI. Separate with a pipe (|) symbolYY
colorAn rgb hex color string specifying the POI colour. Format is #rrggbbYY
latcoordinate WGS84 latitude. Not used for POI creationNN
loncoordinate WGS84 longitude. Not used for POI creation NN
hcoordinate WGS84 elevation. Not used for POI creation NN


Note that the first 10 fields must be present. The last 3 fields (lat, lon, h) are generally only used when POIs are exported - these values are not required for creating new POIs.

You must at least provide a value for label, x, y, z, and color - the other fields can be left blank.

Example POI file

The file (CSV or Excel format) should have the first row as a header, followed by the data as shown below

id,label,x,y,z,notes,link,image,tags,color
,POI_1,254220.135,6129382.942,200.694,This is a description,http://www.pointerra.com,,Asset|Safety,#ff0000
,POI_2,254225.90,6129385.123,201.457,"A description, with a comma embedded",,,Inspection|Safety,#ff6622
,"A poi with commas, in the label",254211.623,6129387.834,205.148,,,,Safety,#0000ff
...

Note in the above example, if fields have embedded commas, you should enclose them in double quotes as shown. It would be good practice to quote all text fields to ensure that their content does not cause parsing errors.

Importing POIs

To import A POI, use the properties "cog" on the Points of Interest panel (activate the POI tool if the panel is not visible), and select Import from Excel or CSV


After the file has been processed, a summary of the results will be displayed.