This file contains hidden or 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
{"mosaicjson": "0.0.3", "name": "Jezero Example Hillshade", "version": "1.0.0", "minzoom": 9, "maxzoom": 25, "quadkey_zoom": 9, "bounds": [75.91771659930976, 14.65135146010114, 77.90597708129924, 19.777888275132497], "center": [76.91184684030449, 17.21461986761682, 9], "tiles": {"123301033": ["https://astrogeo-ard.s3-us-west-2.amazonaws.com/mars/mro/ctx/controlled/usgs/P05_002809_1975_XI_17N283W__P13_006000_1974_XI_17N283W/P05_002809_1975_XI_17N283W__P13_006000_1974_XI_17N283W_hillshade.tif"], "123301122": ["https://astrogeo-ard.s3-us-west-2.amazonaws.com/mars/mro/ctx/controlled/usgs/P05_002809_1975_XI_17N283W__P13_006000_1974_XI_17N283W/P05_002809_1975_XI_17N283W__P13_006000_1974_XI_17N283W_hillshade.tif"], "123301132": ["https://astrogeo-ard.s3-us-west-2.amazonaws.com/mars/mro/ctx/controlled/usgs/P18_007925_1987_XN_18N282W__P19_008650_1987_XI_18N282W/P18_007925_1987_XN_18N282W__P19_008650_1987_XI_18N282W_hillshade.tif"], "123301300": ["https://astrogeo-ard.s3-us-west-2.amazonaws.com/mars/mro/ctx/controlled/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
2022-07-09T23:59:52.8522580Z ##[group]Run python -m cibuildwheel --output-dir wheelhouse | |
2022-07-09T23:59:52.8523000Z [36;1mpython -m cibuildwheel --output-dir wheelhouse[0m | |
2022-07-09T23:59:52.8827550Z shell: /bin/bash -e {0} | |
2022-07-09T23:59:52.8827810Z env: | |
2022-07-09T23:59:52.8828030Z CIBW_ARCHS: arm64 | |
2022-07-09T23:59:52.8828280Z MACOSX_DEPLOYMENT_TARGET: 10.11 | |
2022-07-09T23:59:52.8828620Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.9.13/x64 | |
2022-07-09T23:59:52.8829050Z ##[endgroup] | |
2022-07-09T23:59:53.1989380Z | |
2022-07-09T23:59:53.1990440Z _ _ _ _ _ _ _ |
This file contains hidden or 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
import rasterio as rio | |
import concurrent.futures as cf | |
def fc(p,n=4): | |
with rio.open(p) as src: | |
blocks = [_[1] for _ in src.block_windows()] | |
def rf(w): | |
with rio.open(p) as src: | |
data=src.read(window=w) | |
return data |
This file contains hidden or 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
document.querySelectorAll("div.input").forEach(function(a){a.remove()}) | |
document.querySelectorAll("div.prompt.input_prompt").forEach(function(a){console.log(a.innerHTML='')}) | |
document.querySelectorAll("div.prompt.output_prompt").forEach(function(a){console.log(a.innerHTML='')}) |
This file contains hidden or 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
SELECT | |
a.ProductId as left_pi, | |
b.ProductId as right_pi, | |
a.EmAngle as left_em, | |
b.EmAngle as right_em, | |
a.Ext2URL as left_url, | |
b.Ext2URL as right_url, | |
st_intersection(a.geometry, b.geometry) as geom, | |
st_area(st_intersection(a.geometry, b.geometry)) as ovarea, | |
st_area(st_intersection(a.geometry, b.geometry)) / st_area(a.geometry) * 100 as overlap_percentage, |
This file contains hidden or 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
ag -o '(SPICE\([A-Z]+\))' --nonumbers --nofilename --nogroup --nobreak | sort | uniq |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder