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

Expanding documentation #17

Open
cxinlong opened this issue Jun 16, 2023 · 5 comments
Open

Expanding documentation #17

cxinlong opened this issue Jun 16, 2023 · 5 comments

Comments

@cxinlong
Copy link

Hello, Professor. I am a graduate student from China University of Mining and Technology. Due to the need of scientific research, do you have the installation tutorial and instruction manual of CARST software?

@whyjz
Copy link
Owner

whyjz commented Jun 20, 2023

Hi @cxinlong, thanks for letting me know this. CARST does not have complete documentation right now. There is some brief instruction about installing CARST in the README file, and for the usage/reference, you can check out doc/dhdt.rst and doc/featuretrack.rst for dh/dt and feature tracking, respectively. I hope this helps, but please let me know if you have trouble achieving what to want to do with CARST. I'd be more than happy to help :)

@cxinlong
Copy link
Author

Thank you for your patience! Is this software based on ubuntu or windows?

@whyjz
Copy link
Owner

whyjz commented Jun 26, 2023

CARST can run on any OS as long as Python is installed. You can check out some online tutorials about installing software packages using PyPI.

@cxinlong
Copy link
Author

If I want to use two Sentinel-2 data for pixel offset tracking, do I run pixelTrack.py? But it looks like this code is going to run in a terminal, but I'm running it in pycharm, and the prompt looks like below. Also, how should the required parameter file be created? The only ones that don't seem to have Sentinel 2 data are ERS and RADARSAT. Looking forward to your reply!
1687846443836

@whyjz
Copy link
Owner

whyjz commented Jun 28, 2023

@cxinlong Note that all files in the extra\unused\ folder are archives from the early versions of CARST and are no longer maintained.

Suppose you have two Sentinel-2 geotiff images. You can run bin/featuretrack.py on a terminal with the path to a configuration file as the input argument. You can take the configuration file here as a template to edit. I don't use PyCharm, but I believe there is a way to run a Python script on it. On a terminal the syntax looks like:

$ python pixeltrack.py defaults.ini 

@whyjz whyjz changed the title Help Expanding documentation Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants