earth2grid
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- ISSUE_TEMPLATE.md
- image.jpg
- healpix.md
- index.rst
- .gitignore
- api.rst
- changelog.md
- conf.py
- contributing.md
- image_scraper.py
- index.rst
- installation.md
- make.bat
- Makefile
- push_docs.sh
- usage.md
- cudamacro.h
- healpixpad.h
- healpixpad_cuda.cpp
- healpixpad_cuda_bwd.cu
- healpixpad_cuda_fwd.cu
- healpix_bare_wrapper.cpp
- interpolation.h
- __init__.py
- __init__.py
- core.py
- __init__.py
- __init__.py
- cuda.py
- pure_python.py
- __init__.py
- coordinates.py
- core.py
- nn.py
- visualization.py
- healpix_bare.c
- healpix_bare.h
- LICENSE
- NEWS
- README
- test.c
- healpix.py
- LICENSE
- __init__.py
- _bit_ops.py
- _regrid.py
- base.py
- healpix_bare.py
- latlon.py
- lcc.py
- projections.py
- spatial.py
- yinyang.py
- benchmark_healpix_pad_timing.py
- healpix_pixelization.py
- hpx2grid.py
- latlon_to_healpix.py
- local_padding.py
- pyvista_grids.py
- README.rst
- regrid_to_given_lat_lon.py
- yinyang.py
- config.json
- header.txt
- header_check.py
- test_healpix.test__to_mesh.out
- test_healpix.test_latlon_regression.out
- test_healpix.test_to_double_pixelization.out
- test_healpix_bare.test_boundaries.out
- test_healpix_bare.test_hpc2loc.out
- test_healpix_bare.test_pix2ang[False-False].out
- test_healpix_bare.test_pix2ang[False-True].out
- test_healpix_bare.test_pix2ang[True-False].out
- test_healpix_bare.test_pix2ang[True-True].out
- test_healpix_padding.test_hpx_pad.out
- __init__.py
- test__bit_ops.py
- test_cubedsphere_padding.py
- test_earth2grid.py
- test_healpix.py
- test_healpix_bare.py
- test_healpix_padding.py
- test_latlon.py
- test_lcc.py
- test_regrid.py
- test_spatial.py
- test_yingyang.py
- .bumpversion.cfg
- .editorconfig
- .gitignore
- .gitlab-ci.yml
- .pre-commit-config.yaml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE.txt
- makefile
- pyproject.toml
- README.md
- setup.cfg
- setup.py
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/NVlabs/earth2grid
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd earth2grid
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install --no-build-isolation https://github.com/NVlabs/earth2grid/archive/main.tar.gz
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install \
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install --no-build-isolation https://github.com/NVlabs/earth2grid/archive/main.tar.gz
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install \
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
