ADAM-Tools

ADAM Reflectance Database Toolkit
Download

ADAM-Tools Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • NOVELTIS

ADAM-Tools Tags


ADAM-Tools Description

ADAM-Tools is a toolkit for ADAM reflectance database.InstallingThe ADAM-Tools are implemented in pure python, meaning there is no need to 'install' them as such, they can be simply imported into your Python scripts and used. This may be the best option if you plan on modifying the ADAM-Tools source code yourself for example, as you can store the code wherever you like.If you do not intend to make modifications to the tools the best option is to let Python install them in a central location so all your scripts will be able to import them without specifying where they are.To install using the Python module manager "easy_install", issue from the command line (linux users may need to preceed command with "sudo"): easy_install ADAM-ToolsNote this assumes that easy_install is in your path.Alternatively ADAM-Tools can be installed manually. To do this, download and unzip the source package below. Start a command prompt in the install directory, and issue: python setup.py installUsageAn adam graph can be generated like this:import adamrequest_dict = {'fieldOperationType': 'spectrum', 'fieldMonth' : 'jan', 'fieldSunZenith' : 40, 'fieldViewZenith' : 30, 'fieldRelAzimuth' : 0, 'fieldCorner1Lat' : 36.2, 'fieldCorner1Lon' : -5.5, 'fieldCorner2Lat' : 36, 'fieldCorner2Lon' : -5.2}job = adam.adam_job(job_type='spectrum')job.load_data()job.process_reflectance()job.process_brdf()# make graphjob.graph_main_ref_spectra(case='pixels', indices=job.data, title='Ocean pixel statistics')job.save_netcdf()More info can be found at the ADAM website here: http://www.noveltis.fr/adam-demo/Product's homepage


ADAM-Tools Related Software