Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download Target List compatible with DESacces. #1269

Merged
merged 3 commits into from
Dec 4, 2020

Conversation

glaubervila
Copy link
Collaborator

A refactoring was done in the download function of the target viewer. this change is for the download to be compatible with a new version of DESaccess.
The fix was simple, just changing the paths that were added to the zip file.

How to test:

  • Open Target Viewer
  • Select a list
  • Check if the list already has Cutouts, if you don't run a job.
  • Click on the "Download" button, choose form options and click on "Download".
  • A message will appear informing you that the Job will be executed in the background.
  • An email will be sent informing you of the start of the process.
  • Depending on the size of the list and the number of cutout files, the job may take some time.
  • An email will be sent informing you at the end of the process with a link to download the .zip file

Within the zip it should contain:

  • the Cutout Job files.
  • A csv file, if it has been checked.
  • A Fits + csv file if the fits option has been checked.

Test different combinations of content to be downloaded.
Test jobs of different sizes.
Test with different Cutouts.

@glaubervila glaubervila merged commit 975b9d1 into feat/v2.2 Dec 4, 2020
@glaubervila glaubervila deleted the feat/download_target_list branch December 4, 2020 13:34
glaubervila added a commit that referenced this pull request Dec 4, 2020
* Update Django to v2.2.17 (#1256)

* Update Django and other related libs. Django 2.1.15 -> 2.2.17 #1255

* Update of other dependencies

* Integrate with DESaccess (#1258)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Commenting the 'teste' endpoint

Co-authored-by: Matheus Allein <mtsallein@gmail.com>

* Target Cutout and Integration with DESaccess (#1267)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Cutout Jobs submission form has been changed to be compatible with the new version of DESaccess. new color image options have been added. #1257

* Alteration of the Mosaic panel has started to allow the selection of more than one type of color image. Cutout Jobs loading and selection has been improved, now the job list will always be updated with all available jobs and the most recent job will be selected by default. #1257

* Refactoring the visualization of the cutouts, it is now possible to choose the color image used in the mosaic.

* minor fix in default settings #1257

* The discard_fits_files function has been implemented to avoid downloading fits files that have not been requested by the user. #1257

* Download Target List compatible with DESacces. (#1269)

* Minor fix in cutout.

* A correction was made to the download feature. to be compatible with the new version of DESaccess.

* Change labels Mosaic -> Cutout

* Minor fix in cutout (#1270)

* Fixing contrast bug and removing features from tile inspection (#1259)

* Fixing contrast bug and removing features from tile inspection

* Changing virtual list library

* Fixing reload logic based on new virtual list

* Fixing release change not loading datasets

* The name of the configuration variable has been changed.

* Enabling clear search and positioning visiomatic on search by position

Co-authored-by: glaubervila <glauber.vila.verde@gmail.com>

* Feat/eyeballing tile download (#1268)

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Adding error handler for the case of not having data on tile

* Fixing release change not loading datasets

Co-authored-by: Matheus Allein <mtsallein@gmail.com>
glaubervila added a commit that referenced this pull request Dec 11, 2020
* Update Django to v2.2.17 (#1256)

* Update Django and other related libs. Django 2.1.15 -> 2.2.17 #1255

* Update of other dependencies

* Integrate with DESaccess (#1258)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Commenting the 'teste' endpoint

Co-authored-by: Matheus Allein <mtsallein@gmail.com>

* Target Cutout and Integration with DESaccess (#1267)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Cutout Jobs submission form has been changed to be compatible with the new version of DESaccess. new color image options have been added. #1257

* Alteration of the Mosaic panel has started to allow the selection of more than one type of color image. Cutout Jobs loading and selection has been improved, now the job list will always be updated with all available jobs and the most recent job will be selected by default. #1257

* Refactoring the visualization of the cutouts, it is now possible to choose the color image used in the mosaic.

* minor fix in default settings #1257

* The discard_fits_files function has been implemented to avoid downloading fits files that have not been requested by the user. #1257

* Download Target List compatible with DESacces. (#1269)

* Minor fix in cutout.

* A correction was made to the download feature. to be compatible with the new version of DESaccess.

* Change labels Mosaic -> Cutout

* Minor fix in cutout (#1270)

* Fixing contrast bug and removing features from tile inspection (#1259)

* Fixing contrast bug and removing features from tile inspection

* Changing virtual list library

* Fixing reload logic based on new virtual list

* Fixing release change not loading datasets

* The name of the configuration variable has been changed.

* Enabling clear search and positioning visiomatic on search by position

Co-authored-by: glaubervila <glauber.vila.verde@gmail.com>

* Feat/eyeballing tile download (#1268)

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Adding error handler for the case of not having data on tile

* Fixing release change not loading datasets

* feat: home page adjustments.

* feat: Link Sing Up. #1260

* An endpoint was created that returns the url to the NCSA registration page.

* feat: Sing Up Api. #1260

Co-authored-by: Glauber Costa Vila-Verde <glauber.vila.verde@gmail.com>
Co-authored-by: Matheus Allein <mtsallein@gmail.com>
glaubervila added a commit that referenced this pull request Dec 14, 2020
* Sky Viewer UI improvements (#1273)

* Changed the position of the 'Map viewer' window now it is displayed centered on the screen following the pattern of the other windows. this change was to prevent the user from confusing it with the other menu items. #1260

* Region Overlay and Snapshot functions have been disabled in Visiomatic #1260

* The visiomatic toolbar where the zoom controls are located has been changed so that it has a better contrast. #1260

* Target Viwer UI improvements (#1274)

* The list of target viewer catalogs is now ordered by the most recent date by default. #1260

* The toolbar of the list of objects in the target viewer has been reorganized, now the buttons follow the natural order of execution. #1260

* The Contact Us entry in the application menu has been removed. #1260

* The order of the buttons in the list of targets has been changed. #1260

* Feat/landing page (#1277)

* Update Django to v2.2.17 (#1256)

* Update Django and other related libs. Django 2.1.15 -> 2.2.17 #1255

* Update of other dependencies

* Integrate with DESaccess (#1258)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Commenting the 'teste' endpoint

Co-authored-by: Matheus Allein <mtsallein@gmail.com>

* Target Cutout and Integration with DESaccess (#1267)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Cutout Jobs submission form has been changed to be compatible with the new version of DESaccess. new color image options have been added. #1257

* Alteration of the Mosaic panel has started to allow the selection of more than one type of color image. Cutout Jobs loading and selection has been improved, now the job list will always be updated with all available jobs and the most recent job will be selected by default. #1257

* Refactoring the visualization of the cutouts, it is now possible to choose the color image used in the mosaic.

* minor fix in default settings #1257

* The discard_fits_files function has been implemented to avoid downloading fits files that have not been requested by the user. #1257

* Download Target List compatible with DESacces. (#1269)

* Minor fix in cutout.

* A correction was made to the download feature. to be compatible with the new version of DESaccess.

* Change labels Mosaic -> Cutout

* Minor fix in cutout (#1270)

* Fixing contrast bug and removing features from tile inspection (#1259)

* Fixing contrast bug and removing features from tile inspection

* Changing virtual list library

* Fixing reload logic based on new virtual list

* Fixing release change not loading datasets

* The name of the configuration variable has been changed.

* Enabling clear search and positioning visiomatic on search by position

Co-authored-by: glaubervila <glauber.vila.verde@gmail.com>

* Feat/eyeballing tile download (#1268)

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Adding error handler for the case of not having data on tile

* Fixing release change not loading datasets

* feat: home page adjustments.

* feat: Link Sing Up. #1260

* An endpoint was created that returns the url to the NCSA registration page.

* feat: Sing Up Api. #1260

Co-authored-by: Glauber Costa Vila-Verde <glauber.vila.verde@gmail.com>
Co-authored-by: Matheus Allein <mtsallein@gmail.com>

* Changes to the Name labels for List name in the target viewer. in database registration the first database is now selected by default.
#1260

Co-authored-by: Fernando Nicolau <fernando_nicolau@outlook.com>
Co-authored-by: Matheus Allein <mtsallein@gmail.com>
glaubervila added a commit that referenced this pull request Dec 22, 2020
* Sky Viewer UI improvements (#1273)

* Changed the position of the 'Map viewer' window now it is displayed centered on the screen following the pattern of the other windows. this change was to prevent the user from confusing it with the other menu items. #1260

* Region Overlay and Snapshot functions have been disabled in Visiomatic #1260

* The visiomatic toolbar where the zoom controls are located has been changed so that it has a better contrast. #1260

* Target Viwer UI improvements (#1274)

* The list of target viewer catalogs is now ordered by the most recent date by default. #1260

* The toolbar of the list of objects in the target viewer has been reorganized, now the buttons follow the natural order of execution. #1260

* The Contact Us entry in the application menu has been removed. #1260

* The order of the buttons in the list of targets has been changed. #1260

* Feat/landing page (#1277)

* Update Django to v2.2.17 (#1256)

* Update Django and other related libs. Django 2.1.15 -> 2.2.17 #1255

* Update of other dependencies

* Integrate with DESaccess (#1258)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Commenting the 'teste' endpoint

Co-authored-by: Matheus Allein <mtsallein@gmail.com>

* Target Cutout and Integration with DESaccess (#1267)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Cutout Jobs submission form has been changed to be compatible with the new version of DESaccess. new color image options have been added. #1257

* Alteration of the Mosaic panel has started to allow the selection of more than one type of color image. Cutout Jobs loading and selection has been improved, now the job list will always be updated with all available jobs and the most recent job will be selected by default. #1257

* Refactoring the visualization of the cutouts, it is now possible to choose the color image used in the mosaic.

* minor fix in default settings #1257

* The discard_fits_files function has been implemented to avoid downloading fits files that have not been requested by the user. #1257

* Download Target List compatible with DESacces. (#1269)

* Minor fix in cutout.

* A correction was made to the download feature. to be compatible with the new version of DESaccess.

* Change labels Mosaic -> Cutout

* Minor fix in cutout (#1270)

* Fixing contrast bug and removing features from tile inspection (#1259)

* Fixing contrast bug and removing features from tile inspection

* Changing virtual list library

* Fixing reload logic based on new virtual list

* Fixing release change not loading datasets

* The name of the configuration variable has been changed.

* Enabling clear search and positioning visiomatic on search by position

Co-authored-by: glaubervila <glauber.vila.verde@gmail.com>

* Feat/eyeballing tile download (#1268)

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Adding error handler for the case of not having data on tile

* Fixing release change not loading datasets

* feat: home page adjustments.

* feat: Link Sing Up. #1260

* An endpoint was created that returns the url to the NCSA registration page.

* feat: Sing Up Api. #1260

Co-authored-by: Glauber Costa Vila-Verde <glauber.vila.verde@gmail.com>
Co-authored-by: Matheus Allein <mtsallein@gmail.com>

* Fixed #1280 error when ordering a list of targets. error was introduced after the sqlalchemy update, now every time an aliased field is used in the ordering the text () function must be used. (#1281)

* Fixed error in target comments and other minor fixes. (#1284)

* Fixed #1282 error when inserting a comment in the list of objects when using oracle database.

* The comment function by position has been disabled. Another color option was included in the cutout. A bug was fixed in the Target preview that prevented the creation of a new comment.

* The part of the menu that listed the External Catalogs tables was removed from the user query code. for the image viewer, only the registration of the tables was removed. #1287 (#1289)

* Fixed an error that prevented when executing an overlay of catalogs, the condition that determines whether the filter by positions will be used was in problem. #1285 (#1286)

* The Vizier Gaia DR3 catalog has been added to the list of external catalogs. #1290 (#1291)

* Adding favicon to applications (#1295)

* Feat/tile viewer validation improvements (#1293)

* Changing routes /eyeballing to /tile_viewer

* Standard toolbar; changing tiles counter

* Tile list navigation by arrow keys

* Adding the contrast button on Visiomatic

* Removing the copy to clipboard tile position

* Enable coordinates by degrees option

* Fixing small bugs

* Adding no search results feedback and including hhmmss search

* Changing toolbar and footer color

* Fixed bugs after validation

* Fixed bugs after validation

* Feat/landing page (#1296)

* feat: Link Sing Up. #1260

* fix: changing method names. #1260

* feat: instructions for login or sign up. #1260

* fix: adjustment in code writing. #1260

* Only the first tile was loading properly (#1298)

* Registration of public releases. (#1299)

* Fixed ellipses orientation for DR2.

* Added examples of coadd table records.

* The functions for recording public releases DR1 and DR2 have been included in the datadiscovery.

* Closed #1297

* Changed the color options for the cutouts, and fixed a bug that prevented the exchange between images. (#1300)

* feat: google analytics implementations. #1275 (#1276)

* feat: google analytics implementations. #1275

* Closed #1275 The Google Analytics upload script has been changed.

* missing gitignore

Co-authored-by: glaubervila <glauber.vila.verde@gmail.com>

* Fixing search by position loading forever (#1301)

* Fix/user query check (#1302)

* Removing button "Check" from User Query

* Adding traceback to User Query error

* minor fix in google analytics load script (#1303)

* Fix/analytics (#1304)

* minor fix in google analytics load script

* Fix titles first analytics

* User query external catalog tables. (#1306)

* The External tables menu was enabled in the userquery but without any content. #1305

* Minor change in the target viewer, the download fits image button has been disabled while the new functionality is not ready.

Co-authored-by: Fernando Nicolau <fernando_nicolau@outlook.com>
Co-authored-by: Matheus Allein <mtsallein@gmail.com>
glaubervila added a commit that referenced this pull request Jan 5, 2021
* Sky Viewer UI improvements (#1273)

* Changed the position of the 'Map viewer' window now it is displayed centered on the screen following the pattern of the other windows. this change was to prevent the user from confusing it with the other menu items. #1260

* Region Overlay and Snapshot functions have been disabled in Visiomatic #1260

* The visiomatic toolbar where the zoom controls are located has been changed so that it has a better contrast. #1260

* Target Viwer UI improvements (#1274)

* The list of target viewer catalogs is now ordered by the most recent date by default. #1260

* The toolbar of the list of objects in the target viewer has been reorganized, now the buttons follow the natural order of execution. #1260

* The Contact Us entry in the application menu has been removed. #1260

* The order of the buttons in the list of targets has been changed. #1260

* Feat/landing page (#1277)

* Update Django to v2.2.17 (#1256)

* Update Django and other related libs. Django 2.1.15 -> 2.2.17 #1255

* Update of other dependencies

* Integrate with DESaccess (#1258)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Commenting the 'teste' endpoint

Co-authored-by: Matheus Allein <mtsallein@gmail.com>

* Target Cutout and Integration with DESaccess (#1267)

* Minor correction in the target catalogs query using postgresql

* Start of integration with Descut service.

* Created methods to Submit and Check the status of the Descut job. and the creation of the method to download the files has started.

* Created methods to download the results, match between targets and images. the method of registering images is still incomplete.

* Finalized the methods of registering images. Correction of target queries. creation of methods that retrieve the list of objects before submitting.

* Partial implementation of the cutout workflow.

* Integration with DESaccess cutout has been implemented. workflow created for submitting and downloading cutout jobs. #1257

* Created methods that allow integration with DESaccess Tile Finder. docstrings of the methods related to Cutout have been added. #1257

* Cutout Jobs submission form has been changed to be compatible with the new version of DESaccess. new color image options have been added. #1257

* Alteration of the Mosaic panel has started to allow the selection of more than one type of color image. Cutout Jobs loading and selection has been improved, now the job list will always be updated with all available jobs and the most recent job will be selected by default. #1257

* Refactoring the visualization of the cutouts, it is now possible to choose the color image used in the mosaic.

* minor fix in default settings #1257

* The discard_fits_files function has been implemented to avoid downloading fits files that have not been requested by the user. #1257

* Download Target List compatible with DESacces. (#1269)

* Minor fix in cutout.

* A correction was made to the download feature. to be compatible with the new version of DESaccess.

* Change labels Mosaic -> Cutout

* Minor fix in cutout (#1270)

* Fixing contrast bug and removing features from tile inspection (#1259)

* Fixing contrast bug and removing features from tile inspection

* Changing virtual list library

* Fixing reload logic based on new virtual list

* Fixing release change not loading datasets

* The name of the configuration variable has been changed.

* Enabling clear search and positioning visiomatic on search by position

Co-authored-by: glaubervila <glauber.vila.verde@gmail.com>

* Feat/eyeballing tile download (#1268)

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Fetching tile info and displaying on download dialog

* Adding error handler for the case of not having data on tile

* Fixing release change not loading datasets

* feat: home page adjustments.

* feat: Link Sing Up. #1260

* An endpoint was created that returns the url to the NCSA registration page.

* feat: Sing Up Api. #1260

Co-authored-by: Glauber Costa Vila-Verde <glauber.vila.verde@gmail.com>
Co-authored-by: Matheus Allein <mtsallein@gmail.com>

* Fixed #1280 error when ordering a list of targets. error was introduced after the sqlalchemy update, now every time an aliased field is used in the ordering the text () function must be used. (#1281)

* Fixed error in target comments and other minor fixes. (#1284)

* Fixed #1282 error when inserting a comment in the list of objects when using oracle database.

* The comment function by position has been disabled. Another color option was included in the cutout. A bug was fixed in the Target preview that prevented the creation of a new comment.

* The part of the menu that listed the External Catalogs tables was removed from the user query code. for the image viewer, only the registration of the tables was removed. #1287 (#1289)

* Fixed an error that prevented when executing an overlay of catalogs, the condition that determines whether the filter by positions will be used was in problem. #1285 (#1286)

* The Vizier Gaia DR3 catalog has been added to the list of external catalogs. #1290 (#1291)

* Adding favicon to applications (#1295)

* Feat/tile viewer validation improvements (#1293)

* Changing routes /eyeballing to /tile_viewer

* Standard toolbar; changing tiles counter

* Tile list navigation by arrow keys

* Adding the contrast button on Visiomatic

* Removing the copy to clipboard tile position

* Enable coordinates by degrees option

* Fixing small bugs

* Adding no search results feedback and including hhmmss search

* Changing toolbar and footer color

* Fixed bugs after validation

* Fixed bugs after validation

* Feat/landing page (#1296)

* feat: Link Sing Up. #1260

* fix: changing method names. #1260

* feat: instructions for login or sign up. #1260

* fix: adjustment in code writing. #1260

* Only the first tile was loading properly (#1298)

* Registration of public releases. (#1299)

* Fixed ellipses orientation for DR2.

* Added examples of coadd table records.

* The functions for recording public releases DR1 and DR2 have been included in the datadiscovery.

* Closed #1297

* Changed the color options for the cutouts, and fixed a bug that prevented the exchange between images. (#1300)

* feat: google analytics implementations. #1275 (#1276)

* feat: google analytics implementations. #1275

* Closed #1275 The Google Analytics upload script has been changed.

* missing gitignore

Co-authored-by: glaubervila <glauber.vila.verde@gmail.com>

* Fixing search by position loading forever (#1301)

* Fix/user query check (#1302)

* Removing button "Check" from User Query

* Adding traceback to User Query error

* minor fix in google analytics load script (#1303)

* Fix/analytics (#1304)

* minor fix in google analytics load script

* Fix titles first analytics

* Uncommenting the "External Catalogs" on User Query

* Init download configuration

* Init download configuration

* Adding button on Visiomatic to download the current tile

Co-authored-by: Glauber Costa Vila-Verde <glauber.vila.verde@gmail.com>
Co-authored-by: Fernando Nicolau <fernando_nicolau@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants