gis4dis / poster_obsolete

Application that accepts POST requests for data collection.
GNU General Public License v3.0
0 stars 0 forks source link

Process radiation data #5

Closed jirik closed 6 years ago

jirik commented 6 years ago

See /opt/poster-app/data/radiace/popis.txt

jirik commented 6 years ago

Model suggestions for ShapeFile (GDB):

Observation One observation = one row in mereni.shp (dbf).

It can be interesting to know also station ID (column STANICE), track ID (FolderPath, two numbers following date) and record ID (PopupInfo, Rec=...). We can easily model it as attributes of Observation.

Pimary key of Observation can be (station ID, track ID, record ID, sampling feature).

Sampling feature Point feature without any other attributes than geometry. The geometry (position) should be primary key.

jirik commented 6 years ago

Closing, Radim decided this is not our interest.