dominodeorg / dominode

Development of the Dominica SDI
0 stars 7 forks source link

Develop CORS app #10

Open gubuntu opened 4 years ago

gubuntu commented 4 years ago

The GoCD currently operates four (4) high accuracy GNSS base-stations, which report observations in RINEX, Leica, and Trimble formats. These observations are useful for the post-processing of GNSS observations by surveyors and other data collection personnel. It is the intention of the GoCD to consolidate the collection of these data and streamline access.

The firm will work with the GoCD to consolidate all CORS data on a single server and develop a web based access to this server with read only access (as detailed in Task 3.2.2 of these Terms of Reference).

To streamline the use of these data, the firm will develop an app to extend the DomiNode interface to allow for easy access to the CORS datasets. The app shall:

ricardogsilva commented 4 years ago

Here is a comparative CORS download website from NOAA.

ricardogsilva commented 4 years ago

We currently do not know where the CORS data is being persisted. Need to speak to the Dominica stakeholders in order to get some more context, as specified in #31.

ricardogsilva commented 4 years ago

Initial implementation suggestion:

Since we are using GeoNode for the main DomiNode user frontend, we could possibly develop this as an additional django app tat would simply be integrated into GeoNode (we are already doing this for some other stuff). The big upside of this approach is that we'd be able to leverage the already existing GeoNode permission system, which would facilitate handling access controls.

We might leverage GeoDjango to handle the map-related stuff.

meomancer commented 4 years ago

Progress

meomancer commented 4 years ago

The checked one mostly already implemented with dummy data

ricardogsilva commented 4 years ago

RINEX reference: https://en.wikipedia.org/wiki/RINEX

ricardogsilva commented 4 years ago

Python FTP libs: