welltestpy.data.FieldSite
- class FieldSite(name, description='Field site', coordinates=None)[source]
Bases:
objectClass for a field site.
This is a class for a field site. It has a name and a description.
- Parameters
- Attributes
coordinatesnumpy.ndarray: Coordinates of the field site.infostr: Info about the field site.posnumpy.ndarray: Position of the field site.
Methods
save([path, name])Save a field site to file.
- save(path='', name=None)[source]
Save a field site to file.
This writes the field site to a csv file.
- Parameters
Notes
The file will get the suffix
".fds".
- property coordinates
Coordinates of the field site.
- Type
- property pos
Position of the field site.
- Type