Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/v1.3' into v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinz committed Sep 13, 2013
2 parents 95f028d + bb95cc1 commit eb40a8b
Show file tree
Hide file tree
Showing 26 changed files with 1,717 additions and 451 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -7,8 +7,13 @@ For issues or questions you can try mailing the user list: http://groups.google.
This is v1.3 of OpenTreeMap, the in development version.

#Other Repositories
OpenTreeMap is also available for iOS. The code is available at https://github.com/azavea/OpenTreeMap-iOS <br>
Default graphics and config files for the OpenTreeMap iOS are available at https://github.com/azavea/OpenTreeMap-iOS-skin
OpenTreeMap is also available for iOS and Android.

iOS app code is available at https://github.com/azavea/OpenTreeMap-iOS <br>
Default graphics and config files for the OpenTreeMap iOS app are available at https://github.com/azavea/OpenTreeMap-iOS-skin

Android app code is available at https://github.com/azavea/OpenTreeMap-Android <br>
A default skin is included in the repository, as are "howto.pdf" build instructions.

#Installation Instructions#
###Required programs:###
Expand Down
15 changes: 3 additions & 12 deletions api/test_utils.py
Expand Up @@ -75,18 +75,9 @@ def local_render_to_response(*args, **kwargs):
dbh = "[1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0]"
dbh2 = "[2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0]"

rsrc1 = Resource(meta_species="BDM_OTHER", electricity_dbh=dbh, co2_avoided_dbh=dbh,
aq_pm10_dep_dbh=dbh, region="Sim City", aq_voc_avoided_dbh=dbh,
aq_pm10_avoided_dbh=dbh, aq_ozone_dep_dbh=dbh, aq_nox_avoided_dbh=dbh,
co2_storage_dbh=dbh,aq_sox_avoided_dbh=dbh, aq_sox_dep_dbh=dbh,
bvoc_dbh=dbh, co2_sequestered_dbh=dbh, aq_nox_dep_dbh=dbh,
hydro_interception_dbh=dbh, natural_gas_dbh=dbh)
rsrc2 = Resource(meta_species="BDL_OTHER", electricity_dbh=dbh2, co2_avoided_dbh=dbh2,
aq_pm10_dep_dbh=dbh2, region="Sim City", aq_voc_avoided_dbh=dbh2,
aq_pm10_avoided_dbh=dbh2, aq_ozone_dep_dbh=dbh2, aq_nox_avoided_dbh=dbh2,
co2_storage_dbh=dbh2,aq_sox_avoided_dbh=dbh2, aq_sox_dep_dbh=dbh2,
bvoc_dbh=dbh2, co2_sequestered_dbh=dbh2, aq_nox_dep_dbh=dbh2,
hydro_interception_dbh=dbh2, natural_gas_dbh=dbh2)
rsrc1 = Resource(meta_species="BDM OTHER", region="NoEastXXX")
rsrc2 = Resource(meta_species="BDL OTHER", region="NoEastXXX")

rsrc1.save()
rsrc2.save()

Expand Down

0 comments on commit eb40a8b

Please sign in to comment.