Changeset 3060


Ignore:
Timestamp:
Jun 2, 2006, 4:26:32 PM (18 years ago)
Author:
duncan
Message:

moving text to the correct document

Location:
documentation/requirements
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • documentation/requirements/anuga_API_requirements.tex

    r2411 r3060  
    7979  \item Any component that needs coordinates to be relative to a particular point shall be responsible for deriving that origin. Examples are meshes where absolute coordinates may cause numerical problems. An example of a derived origin would be using the South-West most point on the boundary.
    8080
    81   \item Coordinates must be passed around as either geospatial objects or absolute UTM unless there is a compelling reason to use relative coordinates on grounds of efficiency or numerical stability.
     81  \item Coordinates must be passed around as either geospatial objects
     82  or absolute UTM unless there is a compelling reason to use relative
     83  coordinates on grounds of efficiency or numerical stability.
     84 
     85  \item Passing Geo_reference's as a keyword should not be done  Where
     86  it is currently done, it doesn't have to be
     87  changed as a matter of priority, but don't document this 'feature'
     88  in the user manual.  If you are refactoring this API, then plase
     89  remove geo_reference as a keyword.
    8290 
    8391\end{itemize}   
  • documentation/requirements/thoughts.txt

    r3058 r3060  
    7575mesh. How does the alpha value get scaled?
    7676
    77 
    78 
    79 SCRIPTING INTERFACE DESIGN PRINCIPALS (2/6/6) -as agreed to by Duncan and Ole
    80 (This is regarding the API that people use when writing run_??.py
    81 files)
    82 
    83 - The API's don't have geo_reference as a keyword.
    84 - When points are entered, a geo_spatial instance can also be entered.
    85 
    86 - Current API's that have geo_reference as a keyword don't have to be
    87   changed as a matter of priority, but don't document this 'feature'
    88   in the user manual.  If you are refactoring an API, then plase
    89   remove geo_reference as a keyword.
Note: See TracChangeset for help on using the changeset viewer.