Changes between Version 187 and Version 188 of Versions
- Timestamp:
- Jan 27, 2022, 5:05:53 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v187 v188 63 63 64 64 - wcst_import 65 - Requires Python 3 to run now 66 - Support import of individual bands in GDAL general recipe 65 67 - **[beta4]** 66 - Validate band names in general recipe (spaces are not allowed) 67 - Rename non-standard HTTP requests 68 - Should not send WCS DescribeCoverage request for getting axis labels from coverage 68 - Validate band names in general recipe 69 - Do not send WCS DescribeCoverage request for getting axis labels from coverage 69 70 - **[beta3]** 70 71 - Use non-standard request to check if a coverage exists ([https://doc.rasdaman.org/05_geo-services-guide.html#check-if-a-coverage-exists docs]) 71 72 - Support parameter to store the imported files in the ingredients file used by after_ingestion hooks ([https://doc.rasdaman.org/05_geo-services-guide.html#file docs)] 72 73 - Support importing overviews from TIFF / JP2000 files ([https://doc.rasdaman.org/05_geo-services-guide.html#recipe-section docs)] 73 - Support new pyramid with specific factors for axes ([https://doc.rasdaman.org/05_geo-services-guide.html#wms-pyramid-management docs)]74 - Support creating a coverage pyramid for WMS with specific factors ([https://doc.rasdaman.org/05_geo-services-guide.html#wms-pyramid-management docs)] 74 75 - **[beta2]** 75 - Fix pars e scientific notation as intervalin null values76 - Support GDAL `SIGNEDBYTE` as `signed char` data type77 - Support ${grib:messagenumber} in GRIB recipe for getting the current processed GRIB message index([https://doc.rasdaman.org/05_geo-services-guide.html#grib docs])76 - Fix parsing of scientific notation in null values 77 - Support GDAL SIGNEDBYTE metadata for properly importing signed char (octet) data 78 - Support referencing the index of the current processed GRIB message ([https://doc.rasdaman.org/05_geo-services-guide.html#grib docs]) 78 79 - **[beta1]** 79 - wcst_import.sh parses user credentials from `-u` or stored in a local readable tet file with `-i` parameter80 - Support Sentinel 1 SLC custom recipe80 - Support for servers secured with basic authentication; credentials should be specified with options -u or -i (check wcst_import.sh -h) 81 - Custom recipe for Sentinel 1 data ingestion ([https://doc.rasdaman.org/05_geo-services-guide.html#data-import-recipe-sentinel1 docs]) 81 82 - Show grid domains of imported files 82 - Support importing external text files as local metadata of a coverage ([https://doc.rasdaman.org/05_geo-services-guide.html#local-metadata-from-input-files docs]) 83 - Send requests to Petascope as POST containing the built GML of the importing coverage instead of GET with a built local GML file 84 - Support coverage's metadata and colorPaltteTable for non-general recipes 85 86 ---- 87 88 - requires Python 3 to run now 89 - import of individual bands in GDAL general recipe 90 - support for servers behind basic-authentication; credentials specified with options -u and -i (check wcst_import.sh -h) 91 - custom recipe for Sentinel 1 data ingestion ([https://doc.rasdaman.org/05_geo-services-guide.html#data-import-recipe-sentinel1 docs]) 92 - coverage local metadata can be imported from external text files 93 - metadata option supported in map_mosaic, time_series_regular and time_series_irregular recipes 94 - auto fetching of global metadata and colorTable from tiff files for GDAL general_coverage recipe 95 - significantly improved performance of netcdf data import 96 - improved performance of importing a large number of files 97 - support for importing data from Amazon S3 object stores via GDAL /vsis3 driver 98 - fixed management of daemon mode 99 - fixed evaluation of skip setting in general_coverage recipe 100 - support `SingedByte` type from 2D tiff's metadata in wcst_import 101 - get the message index `${grib:messagenumber}` in grib expression in the ingredients file ([https://doc.rasdaman.org/05_geo-services-guide.html#expressions doc]) 83 - Coverage local metadata can be imported from external text files ([https://doc.rasdaman.org/05_geo-services-guide.html#local-metadata-from-input-files docs]) 84 - Send requests to Petascope as POST containing the built GML of the importing coverage instead of GET with a local GML file 85 - Metadata option supported in map_mosaic, time_series_regular and time_series_irregular recipes 86 - Auto fetching of global metadata and colorTable from TIFF files for GDAL general_coverage recipe 87 - Significantly improved performance of netcdf data import 88 - Improved performance of importing a large number of files 89 - Support for importing data from Amazon S3 object stores via GDAL /vsis3 driver 90 - Fixed evaluation of skip setting in general_coverage recipe 91 102 92 103 93 - rasdaman server … … 134 124 135 125 - clients 136 - a new rasql-web-console client is now available, installed in /opt/rasdaman/share/rasdaman/www/137 - rasdapy has been updated to work on Python 3 ([https://pypi.org/project/rasdapy3/ docs])138 - rasdapy on Python 2 is not maintained anymore, migrating to rasdapy3 is hence very recommended139 126 - ws-client 140 127 - **[beta4]** 141 - Rename non-standard HTTP requests 142 - No support anymore for the removed petascope admin user's credentials 143 - If user has logged in, refresh web browser will not ask for credentials again 128 - Removed support for login with petascope_admin_user credentials ([https://doc.rasdaman.org/05_geo-services-guide.html#security docs]) 129 - Once logged in, refresh the Web browser will preserve the session 144 130 - **[beta3]** 145 131 - **[beta2]** 146 - Coverage's sizes are counted147 - Updat e coverage's metadata and OWS metadata require admin users132 - Estimate and show coverage sizes 133 - Updating coverage metadata requires to login as admin 148 134 - Display all footprints button only shows the available rows in WCS/WMS GetCapabilities tabs 149 135 - **[beta1]** 150 136 - Support basic header authentication 151 - Hide `DeleteCoverage` and `InsertCoverage` tabs until one logged in in `Admin` tab 152 - Downscaled pyramid members management in `WMS DescribeLayer` tab 153 - Add `text>>` widget to display texts 137 - DeleteCoverage and InsertCoverage tabs are shown only when logged in as admin 138 - Downscaled pyramid members management in the WMS DescribeLayer tab 139 - Add text>> widget to display texts 140 - a new rasql-web-console client is now available, installed in /opt/rasdaman/share/rasdaman/www/ 154 141 - improved error handling in raswct 142 - rasdapy has been updated to work on Python 3 ([https://pypi.org/project/rasdapy3/ docs]) 143 - rasdapy on Python 2 is not maintained anymore, migrating to rasdapy3 is recommended 155 144 156 145 - documentation