BjerknesClimateDataCentre / xover

Quality control and analysis of deep water hydrographic data, using station crossover
GNU General Public License v3.0
3 stars 5 forks source link

Replace latitude longitude fields with point datatype #28

Closed jonasfh closed 5 years ago

jonasfh commented 5 years ago

The latitude and longitude fields in the database are counterproductive, and should be replaced with mysql point datatype. This will enable the use of geographic extension library in mysql and django. Today, seemingly simple queries like select all points within radius x, are really complex and slow. This will be elegantly resolved using point datatype.

The following tasks must be completed:

jonasfh commented 5 years ago

Resolved in issue #31