Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Keeping your project feasible and methodologically coherent

1. Why alignment matters

A good SDS320 project does not simply combine an interesting dataset with an impressive method. The research question, available data and analytical method need to fit together.

A project can fail even when each part sounds good individually. A strong GeoAI method will not help if the data do not contain the target feature. A detailed dataset will not help if the question is too broad. A good question will not work if the data cannot be accessed, processed or evaluated in time.


2. The alignment triangle

Think of your project as a triangle:

Conceptual diagram between Research question ↔ Available data ↔ Analytical method.

The alignment triangle: Research question ↔ Available data ↔ Analytical method. Each side needs to support the others.

A coherent project can complete this sentence:

My project asks [question], uses [data], applies [method], and produces [output].

3. Choosing suitable data

When choosing data, check the following criteria.

CriterionQuestions to ask
Spatial resolutionAre the relevant features visible at this scale?
Temporal coverageDoes the dataset cover the relevant dates or seasons?
Study areaDoes the dataset cover the full Area of Interest (AOI)?
FormatCan you open, process and document it?
LicenceAre you allowed to use and share the data or derived outputs?
AccessibilityCan you access the data reliably?
SizeCan you process it with your available time and hardware?
QualityAre there clouds, gaps, noise, missing values or uncertain labels?
DocumentationAre metadata, methods and limitations described clearly?

For GeoAI projects, data suitability depends on the task. Object detection needs objects that are visible and separable. Segmentation needs labels or masks if you train or evaluate a model. Change detection needs comparable observations across time.


4. Choosing suitable methods

Choose methods based on the question and data.

Use this logic:

Project needPossible method direction
Classify full images or scenesImage recognition or classification
Locate discrete objectsObject detection
Assign a class to every pixelSemantic segmentation
Separate individual objectsInstance segmentation
Compare places or timesChange detection or spatial comparison
Predict continuous valuesRegression
Explore similarity or representation spaceSatellite embeddings
Use a broad pre-trained modelFoundation model or prompt-based workflow

This table is a starting point, not a rule. The final method choice should be justified in your report and presentation.


5. Managing scope

Scope is the size and complexity of your project. Managing scope does not mean making the project weak. It means making it possible to finish well.

Ways to reduce scope include:

For a semester project, depth is usually better than width. A focused project with a clear output, evaluation and limitation discussion is stronger than a broad project that remains unfinished.


6. Data-method fit examples

These examples are illustrative.

Question typeData needMethod fit
Where are individual trees visible in a neighbourhood?High-resolution imagery and object annotations or validation dataObject detection or instance segmentation
How did land cover change between two dates?Comparable imagery from both datesChange detection or classification comparison
Can imagery separate water, vegetation and built-up areas?Multispectral imagery and reference labels or plausibility checksSemantic segmentation or classification
Where are prediction errors largest?Model output and reference dataError map, residual analysis or uncertainty discussion
Which image areas look similar?Image chips or embeddingsSatellite embeddings and clustering or similarity search

7. Flags & checks

Red flagFirst check
The question does not mention where or whenAdd study area and time period.
The method was chosen before the question was clearReturn to Research question.
The data are interesting but do not answer the questionRevise the question or find better data.
The target feature is not visible in the imageryUse different data, reduce expectations or change the task.
The project needs labels but none are availableCreate a small labelled dataset, use a pre-trained model or reduce scope.
The dataset is too large to processReduce area, time period, resolution or number of files.
There is no evaluation strategyIdentify reference data, visual checks or a meaningful comparison.
The project has many outputs but no main resultChoose one key output and build the workflow around it.

8. Mini task

Write one alignment statement for your project:

My project asks ...
It uses ...
It applies ...
It produces ...
It will be evaluated by ...
The main limitation is likely ...

Then check whether every part fits together. If one part feels weak, revise it before adding more complexity.


9. Key takeaways