Changeset 8550
- Timestamp:
- 04/09/12 08:52:26 (8 years ago)
- Location:
- mauRepo/HPFos/trunk
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/HPFos/trunk
-
Property
svn:ignore
set to
dist
hpfos.egg-info
-
Property
svn:ignore
set to
-
mauRepo/HPFos/trunk/hpfos/HPFos/osImpl/myimpl.py
r8549 r8550 50 50 from ceda_markup.opensearch.template.html import OSHTMLResponse 51 51 from ea_model.iso_19108_2006_temporal_schema.temporal_objects.tm_instant import TM_Instant 52 from ceda_markup.georss import create_where_from_postgis 52 53 from ea_model.ceda_metadatamodel.ceda_observationcollection.ceda_observationcollection \ 53 54 import CEDA_ObservationCollection … … 323 324 324 325 if hasattr(subresult, 'geometry') and subresult.geometry is not None: 325 self._append_where(subresult.geometry, entry, atomroot) 326 where = create_where_from_postgis(subresult.geometry, atomroot) 327 entry.append(where) 326 328 327 329 self.generateEntryLinks(entry, atomroot, path, subresult.id) -
mauRepo/HPFos/trunk/resources/requirements.txt
r8549 r8550 7 7 # --extra-index-url http://ciprod1.cems.rl.ac.uk/pip 8 8 # to your pip install 9 ceda-markup==0.0.1 09 ceda-markup==0.0.11 10 10 ceda-moles-model==0.1.5 11 11
Note: See TracChangeset
for help on using the changeset viewer.