> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/3rd-party-software-documentation/bathymetric-lidar-processing-in-riprocess/creating-a-project-in-riprocess.md).

# Creating a Project in RiProcess

## Using an RPP Template

Most users should have an RPP template provided at the time of purchase. If you have an RPP template, it is only necessary to add lidar and trajectory records. The region of interest, in the top level project settings, will need to be recalculated from the trajectory (see below on computing region of interest).

## Creating a New Project

Click create new project in RiProcess. A project's settings can always be modified by clicking the [top most](#user-content-fn-1)[^1] level in the project tree:

<figure><img src="/files/d6NiND0k3CycmAFpufBZ" alt=""><figcaption></figcaption></figure>

### Defining Coordinate Reference System

Define the Coordinate Reference System. Refer to the RiProcess / RiWorld manual if you need to configure your Geodatabase file to support different coordinate systems. The example below uses NAD83 (2011) as the datum:

<figure><img src="/files/8lvpy3mNyyMl0QPS1PPE" alt=""><figcaption></figcaption></figure>

### Calculate Region of Interest&#x20;

Region of interest and POP Matrix should be computed based on the trajectory. For now, since no trajectories are loaded, we will leave this blank:

<figure><img src="/files/Zmk24ShQvyQ0WK9YiwTV" alt=""><figcaption></figcaption></figure>

[^1]: "highest"?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.phoenixlidar.com/3rd-party-software-documentation/bathymetric-lidar-processing-in-riprocess/creating-a-project-in-riprocess.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
