-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove the need to track maap.cfg --------- Co-authored-by: Chuck Daniels <[email protected]>
- Loading branch information
1 parent
ea8c575
commit 1887545
Showing
9 changed files
with
459 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +0,0 @@ | ||
[request] | ||
page_size = 20 | ||
content_type = application/echo10+xml | ||
|
||
[service] | ||
maap_host = api.maap-project.org | ||
maap_token = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoiYnNhdG9yaXUiLCJleHAiOjE1NjE1ODY0Nzl9.0Eq92EaiWYQ5jc_wX9lHu_iEOS8xE88FWlvYbOUlD08 | ||
tiler_endpoint = https://8e9mu91qr6.execute-api.us-east-1.amazonaws.com/production | ||
|
||
[maap_endpoint] | ||
search_granule_url = cmr/granules | ||
search_collection_url = cmr/collections | ||
algorithm_register = mas/algorithm | ||
algorithm_build = dps/algorithm/build | ||
mas_algo = mas/algorithm | ||
dps_job = dps/job | ||
wmts = wmts | ||
member = members/self | ||
member_dps_token = members/dps/userImpersonationToken | ||
requester_pays = members/self/awsAccess/requesterPaysBucket | ||
edc_credentials = members/self/awsAccess/edcCredentials/{endpoint_uri} | ||
s3_signed_url = members/self/presignedUrlS3/{bucket}/{key} | ||
workspace_bucket_credentials = members/self/awsAccess/workspaceBucket | ||
|
||
[aws] | ||
aws_access_key_id = ${AWS_ACCESS_KEY_ID} | ||
aws_secret_access_key = ${AWS_SECRET_ACCESS_KEY} | ||
user_upload_bucket = maap-landing-zone-gccops | ||
user_upload_directory = user-added/uploaded_objects | ||
|
||
[search] | ||
indexed_attributes = [ | ||
"site_name,Site Name,string", | ||
"data_format,Data Format,string", | ||
"track_number,Track Number,float", | ||
"polarization,Polarization,string", | ||
"dataset_status,Dataset Status,string", | ||
"geolocated,Geolocated,boolean", | ||
"spat_res,Spatial Resolution,float", | ||
"samp_freq,Sampling Frequency,float", | ||
"acq_mode,Acquisition Mode,string", | ||
"band_ctr_freq,Band Center Frequency,float", | ||
"freq_band_name,Frequency Band Name,string", | ||
"swath_width,Swath Width,float", | ||
"field_view,Field of View,float", | ||
"laser_foot_diam,Laser Footprint Diameter,float", | ||
"pass_number,Pass Number,int", | ||
"revisit_time,Revisit Time,float", | ||
"flt_number,Flight Number,int", | ||
"number_plots,Number of Plots,int", | ||
"plot_area,Plot Area,float", | ||
"subplot_size,Subplot Size,float", | ||
"tree_ht_meas_status,Tree Height Measurement Status,boolean", | ||
"br_ht_meas_status,Breast Height Measurement Status,boolean", | ||
"br_ht,Breast Height,float", | ||
"beam,Beam,int", | ||
"intensity_status,intensity Status,boolean", | ||
"ret_dens,Return Density,float", | ||
"ret_per_pulse,Returns Per Pulse,string", | ||
"min_diam_meas,Minimum Diameter Measured,float", | ||
"allometric_model_appl,Allometric Model Applied,string", | ||
"stem_mapped_status,Stem Mapped Status,boolean", | ||
"br_ht_modeled_status,Breast Height Modeled Status,boolean", | ||
"flt_alt,Flight Altitude,float", | ||
"gnd_elev,Ground Elevation,float", | ||
"hdg,Heading,float", | ||
"swath_slant_rg_st_ang,Swath Slant Range Start Angle,float", | ||
"azm_rg_px_spacing,Azimuth Range Pixel Spacing,float", | ||
"slant_rg_px_spacing,Slant Range Pixel Spacing,float", | ||
"acq_type,Acquisition Type,string", | ||
"orbit_dir,Orbit Direction,string", | ||
"modis_pft,MODIS PFT,string", | ||
"wwf_ecorgn,WWF Ecoregion,string", | ||
"band_ctr_wavelength,Band Center Wavelength,float", | ||
"swath_slant_rg_end_ang,Swath Slant Range End Angle,float" | ||
] | ||
Oops, something went wrong.