Skip to content

Instantly share code, notes, and snippets.

{
"diagnostic-languageserver.filetypes": {
"python": "flake8",
"sh": "shellcheck"
},
"diagnostic-languageserver.enable": true,
"ruff.path": true,
"diagnostic.checkCurrentLine": true
}
import apache_beam as beam
from apache_beam.io import ReadFromText, WriteToText
from apache_beam.io.gcp import gcsio
# Define your GCS source and destination buckets and prefixes
source_bucket = 'your-source-bucket'
destination_bucket = 'your-destination-bucket'
source_prefix = 'source-directory/'
destination_prefix = 'destination-directory/'
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.
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.
@sharkinsspatial
sharkinsspatial / info.json
Created September 18, 2023 20:09
TileJSON.io - Sentinel-2 08-20-2023 SWIR
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},
@sharkinsspatial
sharkinsspatial / info.json
Created July 10, 2023 23:55
TileJSON.io - Amazonia-1 Jul-6-2023
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},
@sharkinsspatial
sharkinsspatial / info.json
Created June 27, 2023 18:34
TileJSON.io - HLS S30 mosaic example
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},