Opened 17 years ago

Last modified 15 years ago

#158 new enhancement

polygon information has no geo reference.

Reported by: duncan Owned by: nariman
Priority: low Milestone: ANUGA maintenance
Component: Functionality and features Version:
Severity: normal Keywords:
Cc:

Description

We use a list of UTM coordinates to pass polygon infomation around. The geo-reference information for these points is not kept/associated with the list. Because of this the zone of the points is not known. This can cause problems. eg when trying to convert the info to lats and longs.

To enhance ANUGA polygon info should be associated with geo reference info.

Implimentation - Use a geospactial object to hold polygon info.

Change History (2)

comment:1 Changed 17 years ago by ole

Yes we can create a class polygon with

  • A geospatial data object to hold its vertices
  • An optional name (as in a filename containing the polygon)
  • An optional value that can me used for resolution of a mesh region

Instances of this class can then be used with a slightly upgraded mesh_interface.

comment:2 Changed 15 years ago by ole

  • Owner changed from ole to nariman
Note: See TracTickets for help on using tickets.